# developmentseed/titiler

Build your own Raster dynamic map tile services

Repository: https://github.com/developmentseed/titiler
Canonical: https://ross.abutalabs.com/products/titiler
Homepage: https://developmentseed.org/titiler/
Language: Python
License: MIT
License Family: permissive
Topics: fastapi, cog, aws-cdk, aws-lambda, stac, cogeotiff, mosaicjson, raster, dynamic, server, rest, gdal, rasterio, tile, map-tile-server, map-tiles
Last push: 2026-08-24T08:13:33+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 95, longevity 100
- inputs: {"age_days": 2623, "days_push": 9, "days_rel": 35, "gap_med": 14, "n_releases_24m": 38}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1152, forks 250 (observed 2026-08-28T04:03:46.897250+00:00)

## What it is
TiTiler is a set of Python packages for building dynamic raster map tile services on top of FastAPI and Rasterio/GDAL. It serves tiles from Cloud Optimized GeoTIFFs, STAC items, Zarr datasets, and MosaicJSON virtual mosaics with support for multiple projections and OGC tile APIs.

## Use cases
- serve map tiles from cloud optimized geotiffs
- build a dynamic raster tile server for web maps
- create tile endpoints for STAC satellite imagery
- serve virtual mosaics from mosaic
- deploy a serverless tile API on AWS Lambda
- render zarr or netcdf multidimensional datasets as tiles
- support multiple tile matrix sets and projections in a tile service

## When to choose
- you need on-the-fly map tiles from COGs, STAC, or Zarr without pre-generating tiles
- you want a customizable FastAPI-based tiling service deployable to Lambda, ECS, or Kubernetes
- you need OGC Tiles/WMTS API compliance and multiple projections

## When to avoid
- you only need to serve pre-rendered static tiles from a file server
- your data is vector rather than raster
- you want a turnkey GIS server with full WMS/WFS support rather than a tiling framework

## Facets
- artifact type: service
- maturity: active
- function: http-server, web-framework, image-processing, api-framework
- domain: web-development, data-science
- platform: python, serverless, cloud, self-hosted
- tags: dynamic-tiling, cog, stac, mosaic, map-tiles, gdal, rasterio, fastapi, ogc-tiles-api, aws-lambda, maps, geospatial, docker

## Member repositories
- developmentseed/titiler (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:46.897250+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:33:32.515370+00:00, confidence not recorded.
  - readme: https://github.com/developmentseed/titiler (fetched 2026-08-28T04:03:46.897250+00:00, sha 97fbffe30ca0)
  - homepage: https://developmentseed.org/titiler/ (fetched 2026-08-29T12:38:19.146359+00:00, sha 113205ed04a2)
  - registry_pypi: https://pypi.org/pypi/titiler/json (fetched 2026-08-29T12:38:19.155763+00:00, sha 8de8cd25b533)
- Data as of 2026-08-30T08:39:29.467469+00:00.
