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
Some of the dc_tools use a built in STAC to eo3 converter in the apps/dc_tools/_stac.py. In particular, the tools for indexing the Copernicus DEM and ESA Worldcover products.
This conversion function doesn't handle CRSs in any form that isn't an EPSG code.
In rasterio 1.4.2+ it's not returning a dataset CRS as WKT2, whereas older versions returned it as a CRS.
Some of the
dc_tools
use a built in STAC to eo3 converter in theapps/dc_tools/_stac.py
. In particular, the tools for indexing the Copernicus DEM and ESA Worldcover products.This conversion function doesn't handle CRSs in any form that isn't an EPSG code.
In rasterio 1.4.2+ it's not returning a dataset CRS as WKT2, whereas older versions returned it as a CRS.
rasterio 1.4.2
rasterio 1.4.1
This can be fixed by either updating the
stac_transform()
function, which shouldn't be too hard.The better long term option is to use a different conversion function from
odc-stac
oreo-datasets
. See: #615The text was updated successfully, but these errors were encountered: