-
Notifications
You must be signed in to change notification settings - Fork 13
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
Interpolation considerations #197
Comments
@jerstlouis sorry, what is "default orientation"? I missed something here I believe. |
@jerstlouis you did not miss anything -- my brain is just quirky ;) Fixed, thanks! |
From my experience with derived products, it would be essential to either have the interpolation specified for each field (band) and axis, or it must be possible to specify this in the request. Different types of data require different interpolation, e.g. counts (population data) or classifications (e.g. land cover) cannot be interpolated like raw imagery. |
The classic examples from meteorology and oceanography are that in the vertical, interpolation usually should be logarithmic (either base 10 or e) |
SWG 2024-12-11: We probably need to add default interpolation method, and recommended interpolation methods both per dimension and per field. For the dimensions, we should add this to the Common Collection Description dimensions ( https://github.com/opengeospatial/ogcapi-common/blob/master/collections/openapi/schemas/common-geodata/extent.yaml ). For the fields, we should add this as JSON Schema vocabulary extensions (#173, https://github.com/opengeospatial/ogcapi-common/wiki/Table-of-extensions-to-the-JSON-Schema-vocabulary ). It should at least be a recommendation to specify these. As for an interpolation parameter for the client to explicitly request a particular interpolation (whether global, or for a specific dimension and/or field), we could delay this to a future part. What would these things be called? How would the intersection of per-dimension and per-field interpolation methods work? Some interpolation methods are registered on the definition server: http://defs.opengis.net/vocprez/object?uri=http://www.opengis.net/def/interpolation/OGC/1/ |
@jerstlouis @KathiSchleidt Apologies for closing by accident/inattention. |
SWG 2025-02-05:
|
SWG 2025-02-12: We added |
As discussed for the WCS Interpolation Extension update, we should:
The text was updated successfully, but these errors were encountered: