-
Notifications
You must be signed in to change notification settings - Fork 210
switch to sel={dim}={method}::{value} notation to specify selector method
#1263
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
Conversation
|
Haha I love that we're stealing ideas from each other. Hurray for open source! |
|
I'm still a bit hesitant about the In other titiler dependencies we use pipe |
|
Do we have a sense of pros and cons for each syntax option (i.e. |
both are |
…o feature/new-dsl-format
sel={dim}={method}::{value} notation to specify selector method
|
@dcherian can you share why you went with |
|
alright, I'm going to merge this as is, we could revisit for next major release |
|
Sorry,I missed that message. No good reason, I picked it and no-one objected. |
match earth-mover/xpublish-tiles#164 (🙏 @dcherian)
Before this PR we used
sel-method=nearestparameter but this limited the possibility to use different method for different dimension.With this PR we introduce a new string format for selectors:
sel={dimension}=({method}::)?{value}