Is it possible to use sentinel-1-rtc with the Data API mosaic endpoint? #276
-
|
I tried modifying the data api example notebook to use display the following search as a mosaic on a folium map. Rendering single items as tile layers works fine. But I'm unable to get the mosaic to work. I see a lot of 404 and 500 errors in the console but am not noticing anything obviously wrong with the tiles URL: Could this be an issue with the SAS token requirement for RTC compared to the example using sentinel-2 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Looks like a quoting issue. The URLs from the Explorer look like While the tilejson generated by the notebook is Notice that the Edit: This is a bit ugly, but seems to work: I don't know why, but Python's urllib.parse.parse_qs is converting the |
Beta Was this translation helpful? Give feedback.
Looks like a quoting issue. The URLs from the Explorer look like