You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @SarahG-579462 . Thank you for sharing this important bug! Would you happen to be able to share the geotiff that is causing issues and I can add it to our test cases?
Note that, when I simply tried to change the ymin and ymax, the map continued to be displayed upside down, in the right location. Flipping them, or trying to change the sign of the pixelHeight, resulted in a crash for georaster for leaflet.
Describe the bug
A clear and concise description of what the bug is.
When opening a rasterio-generated geotiff with georaster, I get the wrong ymin and ymax, and likely other metadata. This is likely because rasterio has an opposite standard to GDAL/QGIS with respect to the grid ordering..
As a result of this, using georaster-for-leaflet, the map is subsequently displayed upside down. It is properly displayed in QGIS.
To Reproduce
Steps to reproduce the behavior:
Upside down (from rioxarray):
Correct display (re-exported with QGIS):
The text was updated successfully, but these errors were encountered: