API to dynamically tile and serve images. Designed to efficiently integrate with your geospatial data workflows. Spin up the Docker container and start serving tiles to your applications. 🌍
... with a simple Docker command:
docker compose up -d --buildRequest a tile of the sample data:
http://localhost:8001/tiles/18/139399/92110.png?tif=data%2Fsample.tif
Visit the documentation for more details on how to use the API and customize it for your needs.
This project is made possible by the following open-source libraries and data. ❤
This project is built on top of the awesome rio-tiler.
fastapi is used to create the API.
The sample GeoTIFF file used in this project is sourced from:
- Data Source: Land Tirol - data.tirol.gv.at
- License: CC BY 4.0

