12rambau / rio-vrt

A simple librairy to build a vrt from multiple raster source relying only on rasterio
MIT License
8 stars 3 forks source link

fix: allow crs-less files #24

Open 12rambau opened 3 days ago

12rambau commented 3 days ago

This should fix #22.

Weirdly on every tests and without changing anything on my side every Image creation is now adding the blockXSize and blockYSize all the time. As the source image of the tests have not changed for the past 4 years, my guess is that the latest version of rasterio is now infering these values if not available. @gboeing, can you confirm that this branch is not impacting your results ?