-
Notifications
You must be signed in to change notification settings - Fork 42
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
avoid "No cube:dimensions metadata" warning or errors from datacube_from_process
#442
Labels
Comments
another use case:
fails with
Now, the user is forced to explicitly add define the dimensions clientside in order to get the from openeo.metadata import TemporalDimension
cube = cube.metadata._dimensions.append(TemporalDimension(name="t", extent=date)) I think it would be better to skip the client-side dimension checks when there is no metadata, as the backend will complain anyway if something is wrong |
soxofaan
changed the title
avoid "No cube:dimensions metadata" warning from
avoid "No cube:dimensions metadata" warning or errors from Jul 6, 2023
datacube_from_process
datacube_from_process
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
Allow alternative operation modes where less/no metadata is available
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
Allow alternative operation modes where less/no metadata is available
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
soxofaan
added a commit
that referenced
this issue
Sep 14, 2023
Allow alternative operation modes where less/no metadata is available
merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
connection.datacube_from_process()
causeswhich is not very helpful and can not be avoided because there is not really a way to provided expected metadata
datacube_from_process
should not trigger that warning by default (or it should make it possible/easy to specify metadata)The text was updated successfully, but these errors were encountered: