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

{WCS|WMTS|WMS}Model uses RasterSource catalog #163

Closed
echeipesh opened this issue Oct 10, 2019 · 0 comments · Fixed by #207
Closed

{WCS|WMTS|WMS}Model uses RasterSource catalog #163

echeipesh opened this issue Oct 10, 2019 · 0 comments · Fixed by #207
Assignees
Labels

Comments

@echeipesh
Copy link
Collaborator

echeipesh commented Oct 10, 2019

Currently OgcModels assume that all entries are a simple OgcSource which can be either MapAlgebraSource or SimpleOgcLayer.

SimpleOgcLayer is bound to RasterSource instance and therefore can not respond to temporal query.

This model should be updated to make use of the new RasterCatalog such that the WCS/WMS/WMTS query parameters and their temporal component can be evaluated to produce correct instance of RasterSources for given time stamp.

If more than one are returned the service should render raster from the source with the earliest timestamp. This implies that information about timestamp should be easily available to the WcsModel.

@echeipesh echeipesh added the WCS label Oct 10, 2019
@jpolchlo jpolchlo mentioned this issue Oct 10, 2019
6 tasks
@pomadchin pomadchin mentioned this issue Feb 17, 2020
1 task
@pomadchin pomadchin changed the title WcsModel uses RasterSource catalog {WCS|WMTS|WMS}Model uses RasterSource catalog Feb 18, 2020
@pomadchin pomadchin self-assigned this Feb 19, 2020
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