A modern dynamic tile server library built on top of FastAPI and Rasterio/GDAL. Version 2.0.2 is the latest stable release; it provides composable FastAPI routers for serving COG, STAC, and mosaic tiles. The package is part of the TiTiler ecosystem and is actively maintained by Development Seed.
pip install titiler-applicationVerified import paths — ran on the pinned version, not inferred.
Minimal FastAPI app with COG and multi-band tiler endpoints.
Review the new factory pattern: use TilerFactory() and .include_router() explicitly.
Install titiler-application instead of titiler.mosaic.
Set environment variable CPYTHON_GC_RETAIN=1 in Lambda configuration.
Always provide assets parameter, e.g., assets=:all:.
No dependency data recorded yet.