developmentseed/titiler

By developmentseed

Updated about 4 years ago

[DEPRECATED] Moved over Github https://github.com/developmentseed/titiler/pkgs/container/titiler

Image
1

10K+

developmentseed/titiler repository overview

DEPRECATED Moved over Github https://github.com/developmentseed/titiler/pkgs/container/titiler

A lightweight dynamic tile server.

Test Coverage Package version Downloads Downloads Docker


Documentation: https://devseed.com/titiler/

Source Code: https://github.com/developmentseed/titiler


Titiler, pronounced tee-tiler (ti is the diminutive version of the french petit which means small), is a lightweight application (FastAPI) focused on creating web map tiles dynamically from Cloud Optimized GeoTIFF, STAC or MosaicJSON.

Note: This project is the descendant of cogeo-tiler and cogeo-mosaic-tiler.

Features

Docker

Ready to use/deploy images can be found on Docker Hub and AWS public ECR registery.

docker run --name titiler \
    -p 8000:8000 \
    --env PORT=8000 \
    --env WORKERS_PER_CORE=1 \
    --rm -it developmentseed/titiler
docker run --name titiler \
    -p 8000:8000 \
    --env PORT=8000 \
    --env WORKERS_PER_CORE=1 \
    --rm -it public.ecr.aws/s2n1v5w1/titiler

Some options can be set via environement variables, see: https://github.com/tiangolo/uvicorn-gunicorn-docker#advanced-usage

Contribution & Development

See CONTRIBUTING.md

License

See LICENSE

Authors

Created by Development Seed

See contributors for a listing of individual contributors.

Changes

See CHANGES.md.

Tag summary

Content type

Image

Digest

Size

434.8 MB

Last updated

about 4 years ago

docker pull developmentseed/titiler