-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support cube:dimensions and overriding of colormap/expression #26
Conversation
# Conflicts: # titiler/stacapi/factory.py
@vincentsarago When can we expect this PR to be reviewed / merged? We need this time dimension feature to proceed to an operational environment. |
@jverrydt the overall looks great, it would be nice to have tests written for this before we merge 🙏 |
Great, I'll have a look to add some tests by the end of this week. |
There was some delay due to holiday period but I finally managed to add some additional tests :-) |
When can we plan a release for this? |
working on this today @jverrydt |
For static datasets, we use the cube:dimensions STAC collection config to store the available time dimensions. So, if this time dimension is available, use this to build the capabilities document instead of start- and enddate of the collection.
Also added ability to override some titiler parameters like expression, colormap and color_formula so if you pass them as query parameters, they will have precedence on the config from STAC.
Small EPSG identifier fix in capabilities.