titiler.image

TiTiler extension to work with non-geo images.


Keywords
TiTiler, IIIF, DeepZoom, Fastapi
License
MIT
Install
pip install titiler.image==0.1.0

Documentation

Work In Progress

This project is not yet at a release stage and should be considered as Work In Progress. Any contribution is welcome.

TiTiler Image.

Test Coverage Package version License


Documentation:

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


TiTiler.image is a titiler extension to work with non-geo images.

Installation

To install from PyPI and run:

# Make sure to have pip up to date
$ python -m pip install -U pip

$ python -m pip install titiler.image

To install from sources and run for development:

$ git clone https://github.com/developmentseed/titiler-image.git
$ cd titiler-image
$ python -m pip install -e .

Launch

$ pip install uvicorn
$ uvicorn titiler.image.main:app --reload

Using Docker

$ git clone https://github.com/developmentseed/titiler-image.git
$ cd titiler-pgstac
$ docker-compose up --build tiler

It runs titiler.image using Gunicorn web server. To run Uvicorn based version:

$ docker-compose up --build tiler-uvicorn

Contribution & Development

See CONTRIBUTING.md

License

See LICENSE

Authors

See contributors for a listing of individual contributors.

Changes

See CHANGES.md.