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

Add a new data type: GeoTiff #4

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Add a new data type: GeoTiff #4

wants to merge 7 commits into from

Conversation

melibleq
Copy link
Owner

@melibleq melibleq commented Sep 3, 2021

This data type allows a Tiff file to be enriched with georeferencing metadata, such as map projections, coordinate systems, ellipsoids, and datums.

Co-authored by: annefou [email protected]

License

  • I agree to license these contributions under Galaxy's current license.
  • I agree to allow the Galaxy committers to license these and all my past contributions to the core galaxy codebase under the MIT license. If this condition is an issue, uncheck and just let us know why with an e-mail to [email protected].

This file format allows a Tiff file to be enriched with georeferencing metadata, such as map projections, coordinate systems, ellipsoids, and datums.

Co-authored by: annefou <[email protected]>
Test file for the GeoTiff data type.
@@ -2,7 +2,11 @@
GIS classes
"""

import nice_size
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import is not correct. You should have:

from galaxy.util import nice_size

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Anne!

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

Successfully merging this pull request may close these issues.

2 participants