Skip to content
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 TimeSequence parameter support to GetCoverage request #157

Closed
echeipesh opened this issue Oct 9, 2019 · 0 comments · Fixed by #226
Closed

Add TimeSequence parameter support to GetCoverage request #157

echeipesh opened this issue Oct 9, 2019 · 0 comments · Fixed by #226
Assignees
Labels

Comments

@echeipesh
Copy link
Collaborator

echeipesh commented Oct 9, 2019

When querying layers that have temporal component, for instance GeoTrellis spatiotemporal layer or a STAC catalog it should be possible to specify the time range for the query.

Screen Shot 2019-10-09 at 3 42 20 PM

The parameter is described further in OGC specification document for WCS 1.1.1: https://portal.opengeospatial.org/files/07-067r2

This issue covers parsing the query, routing it to the catalog model and return an actual raster response.

It is possible that TimeSequence parameter will be specified as a time range or a sequence of dates.Because we expect to be querying data-cube of rasters that already exist the expected result is a coverage that falls on or with-in times described. This parameter is specific to version 1.1.* of WCS protocol.

This is not officially part of the specification but seems to be a reasonable interpretation for our case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants