You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed titiler in a private repository (HuggingFace, dockerfile) and managed to make a GET request to the tilejson endpoint (stac) using httpx Python lib (client.get...) and the HF token (as headers). I want to use the generated Tile URL with TileLayer (folium), but I get 404 not found (obviously). I can't get folium to work with this "private" Tile URL. I tried to add the access_token param to the URL, but nothing.
Has anyone ever experienced this problem? How can I resolve?
Thanks,
Ivan
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I deployed titiler in a private repository (HuggingFace, dockerfile) and managed to make a GET request to the tilejson endpoint (stac) using httpx Python lib (client.get...) and the HF token (as headers). I want to use the generated Tile URL with TileLayer (folium), but I get 404 not found (obviously). I can't get folium to work with this "private" Tile URL. I tried to add the access_token param to the URL, but nothing.
Has anyone ever experienced this problem? How can I resolve?
Thanks,
Ivan
Beta Was this translation helpful? Give feedback.
All reactions