We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load_stac
Currently load_stac relies on the stackstac library, which works fine until we try to load more complex types of STAC objects.
As far as I am aware, current limitations of stackstac are:
data_type
nodata
raster
This limits the functionality of the implemented process. I will investigate the possible switch to either:
raster:bands.{scale|offset}
stackstac
odc-stac
WIP here: https://github.com/clausmichele/openeo-processes-dask/tree/feature/load_stac_odc
The text was updated successfully, but these errors were encountered:
clausmichele
No branches or pull requests
Currently
load_stac
relies on the stackstac library, which works fine until we try to load more complex types of STAC objects.As far as I am aware, current limitations of stackstac are:
data_type
andnodata
fromraster
extension if present gjoseph92/stackstac#91This limits the functionality of the implemented process. I will investigate the possible switch to either:
raster:bands.{scale|offset}
opendatacube/odc-stac#55stackstac
andodc-stac
WIP here: https://github.com/clausmichele/openeo-processes-dask/tree/feature/load_stac_odc
The text was updated successfully, but these errors were encountered: