Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for GeoTIFF Tags #4

Closed
gwlucastrig opened this issue May 5, 2020 · 1 comment
Closed

Better support for GeoTIFF Tags #4

gwlucastrig opened this issue May 5, 2020 · 1 comment

Comments

@gwlucastrig
Copy link
Owner

Although the VariableLengthRecord (VLR) class is designed to preserve metadata such as that found in GeoTIFF tags, it doesn't provide adequate access methods. Nor does it carry information about data type and array dimensions (where appropriate). Expand the class to fully support TIFF tags.

Note that doing so will change the G93 fie definition slightly. Fortunately, this change will only affect VLR storage.

@gwlucastrig
Copy link
Owner Author

This issue has been addressed by Issue #10 . The VariableLengthRecord class has been replaced by a class called GvrsMetadata.

This issue is now closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant