Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.52 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.52 KB

titiler-stacapi-mspc

Connect titiler to MS Planetary Computer STAC API

Test Coverage License


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

Source Code: https://github.com/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 https://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.