Connect titiler to MS Planetary Computer STAC API
Documentation: https://developmentseed.org/titiler-stacapi-mspc/
Source Code: https://github.com/developmentseed/titiler-stacapi-mspc
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 .
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
$ 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.
See CONTRIBUTING.md
See LICENSE
See contributors for a listing of individual contributors.
See CHANGELOG.md.