-
Notifications
You must be signed in to change notification settings - Fork 41
load_stac + resample_spatial incompatibility #737
New issue
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
Comments
Solution would be to make sure that |
@soxofaan I think the python clinent should be as flexible as possible with incoming stac collections, and always result in datacube with spatial, temporal and band dimensions unless the stac item contains a datacube extension that states otherwise. @VincentVerelst this might be relevant for the datacube dimensions question you had |
quickfixed this with 05b527f: |
Reopening to align spatial dimension detection with the approach for temporal dim: openeo-python-client/openeo/metadata.py Lines 750 to 764 in 05b527f
|
started PR #739 to leverage pystac for better spatial dimension detection |
I'm going to close this ticket, as the remaining work is now actually topic of |
minimal reproduction example:
gives
Current load_stac implementation only detects:
and
resample_spatial
expects spatial dimensions to work onThe text was updated successfully, but these errors were encountered: