We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A request like
https://dev-titiler-cmr.delta-backend.com/tiles/WebMercatorQuad/0/0/0@1x?datetime=2024-10-20T22%3A00%3A00.000Z&resampling=bilinear&variable=precipitation&colormap_name=gnbu&rescale=0%2C46&concept_id=C2723754864-GES_DISC&backend=xarray
where the dataset only has time steps until say 2022-01-01
currently fails with a 500 error and
500
{"detail":"list index out of range"}
Error code and message could be more descriptive when the requested datetime is not found.
The text was updated successfully, but these errors were encountered:
Thank you for opening this @j08lue - I'm going to move it to titiler-cmr
Sorry, something went wrong.
No branches or pull requests
A request like
https://dev-titiler-cmr.delta-backend.com/tiles/WebMercatorQuad/0/0/0@1x?datetime=2024-10-20T22%3A00%3A00.000Z&resampling=bilinear&variable=precipitation&colormap_name=gnbu&rescale=0%2C46&concept_id=C2723754864-GES_DISC&backend=xarray
where the dataset only has time steps until say 2022-01-01
currently fails with a
500
error andError code and message could be more descriptive when the requested datetime is not found.
The text was updated successfully, but these errors were encountered: