-
Notifications
You must be signed in to change notification settings - Fork 37
rasterio-generated geotiffs have wrong metadata #84
Copy link
Copy link
Open
Description
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:
- Create a geotiff with rasterio/rioxarray
- Open said geotiff with georaster
- See erroneous metadata
- When opening with georaster for leaflet, the raster is displayed upside down.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

