-
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
Align extent
definition with approach taken in EDR
#96
Comments
extent
definition with approach taken in EDR
@Schpidi @jerstlouis I've read Jerome's email outlining some of the problems. I need to understand exactly what spatio-temporal things we are talking about:
I think when 'extent' is mentioned, it is either 3 or 4 or something vaguer? |
@chris-little We are talking about a multi-dimensional In addition to a single lower and upper bound, it might contain extra details for sparse values along the axis as additional ranges (as in Features and Common - Part 2 for spatial and temporal). The first range (interval / bbox) is always the overall minimal envelope / bounding box. This is the latest proposal: |
@jerstlouis as discussed in the Coverages telecon, I have several cevere concerns:
Anyway, a concise definition still needs to be provided - currently only a single JSON example is available. |
@pebau About the additional intervals (the extra details), they are optional, and proposed to be consistent with the other spatial dimensions which already work this way in Features and Common - Part 2. See here in Common - Part 2 for the explanation. I suggest we extend additional dimensions to work exactly like Specifically, Permission 2 says:
I hope that we can simply define HOW generic additional dimensions can be added. If not in Part 2, then in another part. Otherwise we will lose the ability to have multiple access mechanisms on the same collection as different APIs will define things differently and things will break and clash. |
@jerstlouis ...and the concrete spec is? In my world (software engineering) decisions are made on detailed specifications, not some hand-waving. |
@pebau the concrete spec is what I hope will end up in either OGC API - Common - Part 2 (expanding upon what is currently there), in a new part, or in Coverages & EDR. Since we have not yet reached an agreement (in EDR, Coverages & Common) on what it should be, I am not sure I understand what you're asking? It is much easier to look at practical examples first (like this one) while we develop consensus before writing formal requirements and abstracts tests that might not describe what we will actually end up agreeing on. You have raised a few points to which I have answered above so I think it would be more constructive to carry on discussing these. If we can all agree between Coverages and EDR on this approach, then we can write the more detailed specifications and then propose it to Common as either an extension (or clarifications on part 2 if we can convince the group this is worthwhile). |
@jerstlouis I like the idea of using |
…100) - Additional dimensions directly added to extent - Standardized 'intervals' and 'crs' ('trs' & 'vrs' supported as well for backward compatibility with Features & EDR) - 'orderedAxes' for defining the axis order
The updated unified schema for I believe it is mostly compatible with Common, Features as well as EDR (except for the additional restriction on what additional properties should be). |
2021-07-28: The schemas from schema-work were merged, and it includes the proposed extension to OGC API - Common - Part 2 schemas. |
Align
extent
definition with approach taken in EDR (https://github.com/opengeospatial/Environmental-Data-Retrieval-API/blob/master/candidate-standard/openapi/schemas/extent.yaml). Latest draft is at https://github.com/Schpidi/ogcapi-coverages-1/blob/master/yaml-unresolved/schemas/ogcapi-coverages-1_1.0/extent.yamlThe text was updated successfully, but these errors were encountered: