TiTiler built with Async-GeoTIFF
Documentation:
Source Code: https://github.com/developmentseed/async-titiler
To install from sources and run for development:
We recommand using uv as project manager for development.
See https://docs.astral.sh/uv/getting-started/installation/ for installation
git clone https://github.com/developmentseed/async-titiler.git
cd async-titiler
uv syncuv run --extra server uvicorn async_titiler.main:app --port 8000
$ git clone https://github.com/developmentseed/async-titiler.git
$ cd async-titiler
$ docker-compose up --build api
It runs async_titiler using Uvicorn web server.
See CONTRIBUTING.md
See LICENSE
See contributors for a listing of individual contributors.
See CHANGES.md.