Wietze
Wietze
Zarr store with `_CRS` following [gdal srs-encoding](https://gdal.org/drivers/raster/zarr.html#srs-encoding). This can be drag and dropped in qgis (with gdal 3.8+, which can be installed which `conda install qgis`). [crs_enabled_zarr_and_tif.zip](https://github.com/zarr-developers/geozarr-spec/files/14214740/crs_enabled_zarr_and_tif.zip) [Code to reproduce](https://github.com/zarr-developers/geozarr-spec/pull/42/files#diff-21b8ad376bf2d0314c194fba9898b4703ba49e1811822dcec7cb7a9b8adcbe40)
Thanks for the rigorous feedback; that's very helpful to refactor the implementation, I'll follow up. The problem is with writing large COGs (50k*50k-ish) with multiple overview levels. This triggers an...
@Kirill888 fyi, WiP after #212
@Kirill888 Thanks! I added quite some debugging to find out how to make this work. With this code, I wrote a set of sizeable COGs to ABS without errors as...
Thanks, I've opened a clean alternative in https://github.com/opendatacube/odc-geo/pull/223