fix: make variables a repeat query params instead of comma separated#1987
Open
slesaad wants to merge 2 commits into
Open
fix: make variables a repeat query params instead of comma separated#1987slesaad wants to merge 2 commits into
variables a repeat query params instead of comma separated#1987slesaad wants to merge 2 commits into
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
variable a repeat query params instead of comma separatedvariables a repeat query params instead of comma separated
dzole0311
approved these changes
May 13, 2026
Collaborator
dzole0311
left a comment
There was a problem hiding this comment.
Tested using the daily MiCASA dataset with the following sourceParams:
sourceParams:
concept_id: C3273639213-GES_DISC
backend: xarray
variables:
- NPP
- Rh
expression: b1/b2
Tiles render correctly with variables=NPP&variables=Rh (repeat params) on the PR branch.
Note: when passing multiple variables, an expression is required (titiler-cmr returns a 500 without one since it can't colormap a multi-band array directly).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
titiler-cmr expects variables to be a repeat param instead of comma separated