-
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
sar_backscatter: get coefficients from schema #693
Comments
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 6, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 8, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 8, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 9, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 9, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 9, 2025
ElienVandermaesenVITO
added a commit
that referenced
this issue
Jan 14, 2025
…ore compact, and remove get_schema_from_process_parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenEO backends publish their process definitions (schemas), which in many cases follow the official schema, but sometimes not.
The current python client never uses the actual backend schemas, and instead makes assumptions, which leads to user confusion.
It is relatively easy to:
One example is the list of supported backscatter coefficients. I suggest to implement metadata lookup, allowing us to improve this check:
openeo-python-client/openeo/rest/datacube.py
Line 2728 in ec66b31
Suggestion is to use existing 'describe_process', but add a caching mechanism. Also important to check the case where the process doesn't exist.
openeo-python-client/openeo/rest/connection.py
Line 1051 in ec66b31
The text was updated successfully, but these errors were encountered: