OpenGeoscience / geonotebook

A Jupyter notebook extension for geospatial visualization and analysis
Apache License 2.0
1.08k stars 141 forks source link

Fix annotation projections #130

Closed dorukozturk closed 6 years ago

dorukozturk commented 6 years ago

When getting a subset using an annotation, if the source tiff is not in WGS we were getting an empty array. This adds a utility function to transform coordinates of the annotation to the source image's coordinates. Fixes #129