Replies: 4 comments 10 replies
-
Connecting to locally files can be a pain 😬 TiTiler's endpoint usually use |
Beta Was this translation helpful? Give feedback.
-
It should also work to add this additional location to your nginx config:
Your files would then be publicly available at I have a similar setup, but the titiler site and static site are on different subdomains. |
Beta Was this translation helpful? Give feedback.
-
All of my datasets are timeseries data, so for example in the directory FYI: I will be using these in Leaflet to do timeseries animations in ClimateSERV. |
Beta Was this translation helpful? Give feedback.
-
Ok, i think this will be the final question. I am requesting the tiles and they are returning in the wrong projection "EPSG:4326" instead of "EPSG:3857" I tried adding |
Beta Was this translation helpful? Give feedback.
-
I have installed Titiler on an Ubuntu machine in a conda env using the pip install instructions.
I then created a service to run the app with uvicorn
Then I created an nginx config to run the sock
It runs perfectly, however I don't know how to point it at my data which is located at in directories for example:
How do I tell it where these data are?
Beta Was this translation helpful? Give feedback.
All reactions