1- # titiler-stacapi
1+ # titiler-stacapi-mspc
22
33<p align =" center " >
44 <img width =" 800 " src =" https://github.com/developmentseed/titiler-stacapi/assets/10407788/bb54162e-9a47-4a67-99e5-6dc91098e048 " >
5- <p align =" center " >Connect titiler to STAC APIs </p >
5+ <p align =" center " >Connect titiler to MS Planetary Computer STAC API </p >
66</p >
77
88<p align =" center " >
9- <a href =" https://github.com/developmentseed/titiler-stacapi/actions?query=workflow%3ACI " target =" _blank " >
10- <img src="https://github.com/developmentseed/titiler-stacapi/workflows/CI/badge.svg" alt="Test">
9+ <a href =" https://github.com/developmentseed/titiler-stacapi-mspc /actions?query=workflow%3ACI " target =" _blank " >
10+ <img src="https://github.com/developmentseed/titiler-stacapi-mspc /workflows/CI/badge.svg" alt="Test">
1111 </a >
12- <a href =" https://codecov.io/gh/developmentseed/titiler-stacapi " target =" _blank " >
13- <img src="https://codecov.io/gh/developmentseed/titiler-stacapi/branch/main/graph/badge.svg" alt="Coverage">
12+ <a href =" https://codecov.io/gh/developmentseed/titiler-stacapi-mspc " target =" _blank " >
13+ <img src="https://codecov.io/gh/developmentseed/titiler-stacapi-mspc /branch/main/graph/badge.svg" alt="Coverage">
1414 </a >
15- <a href =" https://github.com/developmentseed/titiler-stacapi/blob/main/LICENSE " target =" _blank " >
16- <img src="https://img.shields.io/github/license/developmentseed/titiler-stacapi.svg" alt="License">
15+ <a href =" https://github.com/developmentseed/titiler-stacapi-mspc /blob/main/LICENSE " target =" _blank " >
16+ <img src="https://img.shields.io/github/license/developmentseed/titiler-stacapi-mspc .svg" alt="License">
1717 </a >
1818</p >
1919
2020---
2121
22- ** Documentation** : <a href =" https://developmentseed.org/titiler-stacapi/ " target =" _blank " >https://developmentseed.org/titiler-stacapi/ </a >
22+ ** Documentation** : <a href =" https://developmentseed.org/titiler-stacapi-mspc / " target =" _blank " >https://developmentseed.org/titiler-stacapi-mspc / </a >
2323
24- ** Source Code** : <a href =" https://github.com/developmentseed/titiler-stacapi " target =" _blank " >https://github.com/developmentseed/titiler-stacapi </a >
24+ ** Source Code** : <a href =" https://github.com/developmentseed/titiler-stacapi-mspc " target =" _blank " >https://github.com/developmentseed/titiler-stacapi-mspc </a >
2525
2626---
2727
3030Install from sources and run for development:
3131
3232```
33- $ git clone https://github.com/developmentseed/titiler-stacapi.git
34- $ cd titiler-stacapi
33+ $ git clone https://github.com/developmentseed/titiler-stacapi-mspc .git
34+ $ cd titiler-stacapi-mspc
3535$ python -m pip install -e .
3636```
3737
3838## Launch
3939
40- You'll need to have ` TITILER_STACAPI_STAC_API_URL ` variables set in your environment pointing to your STAC API service.
41-
42- ```
43- export TITILER_STACAPI_STAC_API_URL=https://api.stac
44- ```
40+ 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 ` .
4541
4642```
4743python -m pip install uvicorn
@@ -52,8 +48,8 @@ uvicorn titiler.stacapi.main:app --port 8000
5248### Using Docker
5349
5450```
55- $ git clone https://github.com/developmentseed/titiler-stacapi.git
56- $ cd titiler-stacapi
51+ $ git clone https://github.com/developmentseed/titiler-stacapi-mspc .git
52+ $ cd titiler-stacapi-mspc
5753$ docker-compose up --build api
5854```
5955
@@ -65,16 +61,16 @@ It runs `titiler.stacapi` using Gunicorn web server.
6561
6662## Contribution & Development
6763
68- See [ CONTRIBUTING.md] ( https://github.com//developmentseed/titiler-stacapi/blob/main/CONTRIBUTING.md )
64+ See [ CONTRIBUTING.md] ( https://github.com//developmentseed/titiler-stacapi-mspc /blob/main/CONTRIBUTING.md )
6965
7066## License
7167
72- See [ LICENSE] ( https://github.com//developmentseed/titiler-stacapi/blob/main/LICENSE )
68+ See [ LICENSE] ( https://github.com//developmentseed/titiler-stacapi-mspc /blob/main/LICENSE )
7369
7470## Authors
7571
76- See [ contributors] ( https://github.com/developmentseed/titiler-stacapi/graphs/contributors ) for a listing of individual contributors.
72+ See [ contributors] ( https://github.com/developmentseed/titiler-stacapi-mspc /graphs/contributors ) for a listing of individual contributors.
7773
7874## Changes
7975
80- See [ CHANGES .md] ( https://github.com/developmentseed/titiler-stacapi/blob/main/CHANGES .md ) .
76+ See [ CHANGELOG .md] ( https://github.com/developmentseed/titiler-stacapi-mspc /blob/main/CHANGELOG .md ) .
0 commit comments