Skip to content

developmentseed/titiler-stacapi-mspc

 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages

  • Python 68.3%
  • HTML 31.2%
  • Dockerfile 0.5%