Skip to content

titiler-stacapi-mspc

Connect titiler to MS Planetary Computer STAC API

Test Coverage License


Documentation: developmentseed.org/titiler-stacapi-mspc/

Source Code: developmentseed/titiler-stacapi-mspc


Installation

Install from sources and run for development:

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

Launch

By default the stac_api_url is planetarycomputer.microsoft.com/api/stac/v1, but you can override it by setting the environment variable TITILER_STACAPI_STAC_API_URL.

python -m pip install uvicorn

uvicorn titiler.stacapi.main:app --port 8000

Using Docker

$ git clone https://github.com/developmentseed/titiler-stacapi-mspc.git
$ cd titiler-stacapi-mspc
$ docker-compose up --build api

It runs titiler.stacapi using Gunicorn web server.

How it works

Contribution & Development

See CONTRIBUTING.md

License

See LICENSE

Authors

See contributors for a listing of individual contributors.

Changes

See CHANGELOG.md.