opendatacube / odc-geo

GeoBox and geometry utilities extracted from datacube-core
https://odc-geo.readthedocs.io/en/latest/
Apache License 2.0
81 stars 12 forks source link

Spurious NotGeoreferencedWarning during reproject #131

Open Kirill888 opened 7 months ago

Kirill888 commented 7 months ago

There is a warning coming out of rasterio when performing MEM -> MEM reproject, there seem to be no visible issues on the output. It could be an issue inside rasterio, or it could be due to inputs odc-geo provides to rasterio. Seems to be more common when using Dask, so could be due to chunking.

Reported in https://github.com/opendatacube/odc-stac/issues/145

robbibt commented 7 months ago

Yep, this happens with datacube.load too. It's a really annoying warning, and seems to be quite random.