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

Explore using filters for WCS TIME requests #28

Open
RousseauLambertLP opened this issue Oct 3, 2019 · 0 comments
Open

Explore using filters for WCS TIME requests #28

RousseauLambertLP opened this issue Oct 3, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RousseauLambertLP
Copy link
Contributor

I think we could update our code to use the FILTER key in MapServer fot the WCS time requests instead of using band names.

This could also mean that we would not need to have a mapfile for WMS and another one for WCS.

See https://www.mapserver.org/uk/ogc/wcs_server.html#spatio-temporal-indexes

So basically we could add a filter in the tileindex layer and use mapscript for replacing the filter value with the parameter passed in the request.

We would have to test how many filters we can use because at the moment, using the band names allows us to ask for up to 256 bands (time step) at the same time.

@tomkralidis any thoughts or comments ?

@RousseauLambertLP RousseauLambertLP added the enhancement New feature or request label Oct 3, 2019
@RousseauLambertLP RousseauLambertLP self-assigned this Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant