-
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
add resolution to collection temporal object #63
Comments
this is already available in the spatio-temporal coordinate model of coverages, see the coverage examples provided with CIS. |
@tomkralidis: indeed, makes sense to have the general n-D case in addition to BBOX. Here is the central link: https://github.com/opengeospatial/ogc_api_coverages/blob/master/standard/clause_9_subset.adoc - but it does not talk about the CRS construction, that is, eg, in CIS. |
20210303 Coverages SWG call: Related to #96, and also to the synchronization with Common part 2 |
@pebau I get a |
@chris-little indeed, somehow shifting sands here...like the contents, the names keep changing as well: |
SWG 2021-10-13: Duration could be an additional requirement module defined in Common. However the information can be computed by client from the interval definition (based on the first "overall" interval), so it is not essential to define in either Common - Part 2 or Coverages - Part 1. Suggesting this issue be either moved as a future extension / requirement module for Common, or closed. |
related via OARec: opengeospatial/ogcapi-records#147 |
@jerstlouis Adding a Intervals, providing they are not 'subtracted', are safer. |
SWG 2022-01-12: We clarified today that this issue was actually about including a "resolution", rather than "duration". This overlaps somewhat with the resolution specified in the Domainset axis description. A "resolution" could be added as an (optional?) component of the extent Uniform Additional Dimensions defined in common, in addition to interval and crs. |
SWG 2022-02-09: In EDR, the additional |
While I find this a very specific approach to a very specific question, I would not seriously object if the CIS schema is not changed. Options might be:
|
@pebau This is about offering the possibility to include additional information in the collection description at The OGC API specifications do not have a single direct equivalent of the WxS services Capabilities document.
|
@jerstlouis ok, thanks for the clarification! |
SWG 2022-06-29: After reviewing the
We can try to synchronize this change with the NOTE: The purpose of this is to allow describing resolution,repetitions and explicit list of coordinates where data is available (which can be done in the CIS domainset), but as a simple extensions to Collection extent/extent-uad dimensions. |
…ospatial#63 - This synchronizes with the latest changes from OGC API - Tiles PR opengeospatial/ogcapi-tiles#124 - It introduces 'grid' as a property of extent and extent-uad as a solution to define regular or irregular grids within the collection description, as an alternative to the `values` previously propoesd and used EDR. - This avoids the micro-syntax from ISO8601 (that had also been extended beyond temporal dimensions), by directly setting 'resolution', 'cellsCount' or 'coordinates'.
Following feedback from last meeting, in PR #168, instead of By using This approach follows what is being adopted in OGC API - Tiles (PR opengeospatial/ogcapi-tiles#124), where we also discussed this issue at length at the meeting last week. @pebau @tomkralidis @chris-little |
@jerstlouis +1 for extent:
temporal:
interval:
grid:
resolution: PT1H |
@tomkralidis extent:
temporal:
interval: [ [ '2011-11-11T12:22:11Z', '2011-12-11T12:22:11Z' ] ]
grid:
resolution: 'PT1H'
cellsCount: 730 |
ok, great. +1 |
- This synchronizes with the latest changes from OGC API - Tiles PR opengeospatial/ogcapi-tiles#124 - It introduces 'grid' as a property of extent and extent-uad as a solution to define regular or irregular grids within the collection description, as an alternative to the `values` previously propoesd and used EDR. - This avoids the micro-syntax from ISO8601 (that had also been extended beyond temporal dimensions), by directly setting 'resolution', 'cellsCount' or 'coordinates'.
This issue has been resolved by PR #168. |
Given various datasets with temporal extents provide multiple timesteps within an extent, does it makes sense to add an optional
duration
property (consistent with RFC3339)? Example below for model run with 3 hour time steps:The text was updated successfully, but these errors were encountered: