Cant load/validate on some URL arg #984
Replies: 2 comments 3 replies
-
Dear @lawrencenika
I would also avoid to have |
Beta Was this translation helpful? Give feedback.
3 replies
-
false alarm, my bad, turns out my url encode was not consistent and it could work for the test file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
Tried on some COG path in GCS worked, but this one is not working:
http://localhost:8000/cog/validate?url=https://storage.googleapis.com/raster-datasources/Hansen%20GFC%202023%20v1.11%2000N%20050W.tif
then I got
when I tried on url
http://localhost:8000/cog/validate?url=gs://abcd/325dc85d-5903-4477-becd-cf48184a0745/Hansen GFC 2023 v1.11 00N 050W.tif
it returnsbut it worked on
http://localhost:8000/cog/validate?url=gs://abcd/325dc85d-5903-4477-becd-cf48184a0745/Hansen GFC 2023 v1.11 lossyear 00N 050W.tif
Expected Output
JSON output
Environment Information
titiler:latest (v0.18.6) run in local docker env on macos
with ENV WORKERS_PER_CORE 1
Beta Was this translation helpful? Give feedback.
All reactions