Skip to content

Commit 8640e48

Browse files
Fix links in readme
1 parent ab31e93 commit 8640e48

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# titiler-stacapi-mspc
22

33
<p align="center">
4-
<img width="800" src="https://github.com/developmentseed/titiler-stacapi-mspc/assets/10407788/bb54162e-9a47-4a67-99e5-6dc91098e048">
4+
<img width="800" src="https://github.com/developmentseed/titiler-stacapi/assets/10407788/bb54162e-9a47-4a67-99e5-6dc91098e048">
55
<p align="center">Connect titiler to MS Planetary Computer STAC API</p>
66
</p>
77

@@ -37,11 +37,7 @@ $ python -m pip install -e .
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
```
4743
python -m pip install uvicorn
@@ -61,7 +57,7 @@ It runs `titiler.stacapi` using Gunicorn web server.
6157

6258
### How it works
6359

64-
![](https://github.com/developmentseed/titiler-stacapi-mspc/assets/10407788/2e53bfe3-402a-4c57-bf61-c055e32f1362)
60+
![](https://github.com/developmentseed/titiler-stacapi/assets/10407788/2e53bfe3-402a-4c57-bf61-c055e32f1362)
6561

6662
## Contribution & Development
6763

@@ -77,4 +73,4 @@ See [contributors](https://github.com/developmentseed/titiler-stacapi-mspc/graph
7773

7874
## Changes
7975

80-
See [CHANGES.md](https://github.com/developmentseed/titiler-stacapi-mspc/blob/main/CHANGES.md).
76+
See [CHANGELOG.md](https://github.com/developmentseed/titiler-stacapi-mspc/blob/main/CHANGELOG.md).

0 commit comments

Comments
 (0)