Skip to content

Commit a97952d

Browse files
authored
Fix links maybe
1 parent 79d680a commit a97952d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

services/apis.qmd

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Maintenance on the staging environment will be announced internally and selected
1616
### Staging (maintenance will be announced):
1717

1818
* STAC browser: [veda-staging-stac-browser](http://veda-staging-stac-browser.s3-website-us-west-2.amazonaws.com/)
19-
* STAC API (metadata): https://staging-stac.delta-backend.com/docs
20-
* List collections: https://staging-stac.delta-backend.com/collections
21-
* Raster API (map tiles and timeseries): https://staging-raster.delta-backend.com/docs
22-
* Features API (vector data): https://firenrt.delta-backend.com - see also the [usage tutorial](../notebooks/tutorials/mapping-fires.qmd)
23-
* STAC viewer (experimental): https://staging-stac.delta-backend.com/index.html
19+
* STAC API (metadata): [staging-stac.delta-backend.com/docs](https://staging-stac.delta-backend.com/docs)
20+
* List collections: [staging-stac.delta-backend.com/collections](https://staging-stac.delta-backend.com/collections)
21+
* Raster API (map tiles and timeseries): [staging-raster.delta-backend.com/docs](https://staging-raster.delta-backend.com/docs)
22+
* Features API (vector data): [firenrt.delta-backend.com](https://firenrt.delta-backend.com) - see also the [usage tutorial](../notebooks/tutorials/mapping-fires.html)
23+
* STAC viewer (experimental): [staging-stac.delta-backend.com](https://staging-stac.delta-backend.com/index.html)
2424

2525
### Development, aka Dev (experimental work, expected downtime)
2626

2727
* STAC browser: [veda-dev-stac-browser](https://dev.openveda.cloud/)
28-
* STAC API (metadata): https://dev.openveda.cloud/api/stac/docs
29-
* List collections: https://dev.openveda.cloud/api/stac/collections
30-
* Raster API (map tiles and timeseries): https://dev.openveda.cloud/api/raster/docs
31-
* STAC viewer (experimental): https://dev.openveda.cloud/api/stac/index.html
28+
* STAC API (metadata): [dev.openveda.cloud/api/stac/docs](https://dev.openveda.cloud/api/stac/docs)
29+
* List collections: [dev.openveda.cloud/api/stac/collections](https://dev.openveda.cloud/api/stac/collections)
30+
* Raster API (map tiles and timeseries): [https://dev.openveda.cloud/api/raster/docs](dev.openveda.cloud/api/raster/docs)
31+
* STAC viewer (experimental): [https://dev.openveda.cloud/api/stac/index.html](dev.openveda.cloud/api/stac/)
3232

3333
## Using tile layers in external services
3434

@@ -51,8 +51,8 @@ That is because, unfortunately, neither XYZ nor WMTS have time series capabiliti
5151

5252
You can see how to retrieve time steps and tile layer URLs from these tutorial Python notebooks (mostly REST API calls):
5353

54-
1. [Using /stac/tilejson.json with STAC collection and item IDs](../notebooks/datasets/ocean-npp-timeseries-analysis.qmd#visualizing-the-raster-imagery)
55-
2. [Creating layers from filters and mosaics (advanced)](../notebooks/quickstarts/hls-visualization.qmd)
54+
1. [Using /stac/tilejson.json with STAC collection and item IDs](../notebooks/datasets/ocean-npp-timeseries-analysis.html#visualizing-the-raster-imagery)
55+
2. [Creating layers from filters and mosaics (advanced)](../notebooks/quickstarts/hls-visualization.html)
5656

5757
It comes down to querying for STAC items (timesteps) and then asking the Raster API for `tilejson.json` specifications for the items you are interested in.
5858

0 commit comments

Comments
 (0)