Extensions for TiTiler Factories providing additional endpoints such as rendering, Terrain RGB, and STAC tile support. Current version is 2.0.2, compatible with Python >=3.11. Release cadence is irregular, with major version bumps aligned with rio-tiler updates.
pip install titiler.extensionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a FastAPI app with a TiTiler TilerFactory and register the RenderExtension.
Update code to use tiler.register_extension(MyExtension()) instead of subclassing the factory.
Explicitly specify asset names in requests or configure defaults in the extension.
Replace 'from titiler.extensions.render import RenderExtension' with 'from titiler.extensions import RenderExtension'.