Skip to content

Commit eea52be

Browse files
authored
Merge pull request #125 from NASA-IMPACT/feature/update-delta-backend-links
feat: update links to use dev.openveda.cloud
2 parents fe5ada9 + b9bbcb5 commit eea52be

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

contributing/dataset-ingestion/catalog-ingestion.qmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following table describes what each of these fields mean:
8888

8989
The publication process involves 3 steps:
9090

91-
1. [VEDA] Publishing to the development STAC catalog `https://dev.delta-backend.com/api/stac`
91+
1. [VEDA] Publishing to the development STAC catalog `https://dev.openveda.cloud/api/stac`
9292
2. [EIS] Reviewing the collection/items published to the dev STAC catalog
9393
3. [VEDA] Publishing to the staging STAC catalog `https://staging-stac.delta-backend.com`
9494

@@ -118,7 +118,8 @@ password = os.environ.get("password")
118118

119119
# base url for the workflows api
120120
# experimental / subject to change in the future
121-
base_url = "https://dev-api.delta-backend.com"
121+
# DISCLAIMER: coming soon, not yet available
122+
base_url = "https://dev.openveda.cloud/api/workflows"
122123

123124
# endpoint to get the token from
124125
token_url = f"{base_url}/token"

services/apis.qmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Maintenance on the staging environment will be announced internally and selected
2424

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

27-
* STAC browser: [veda-dev-stac-browser (temporarily hosted by radiantearth.github.io)](https://radiantearth.github.io/stac-browser/#/external/dev.delta-backend.com/api/stac)
28-
* STAC API (metadata): [https://dev.delta-backend.com/api/stac/docs](https://dev.delta-backend.com/api/stac/docs)
29-
* List collections: [https://dev.delta-backend.com/api/stac/collections](https://dev.delta-backend.com/api/stac/collections)
30-
* Raster API (tiling): [https://dev.delta-backend.com/api/raster/docs](https://dev.delta-backend.com/api/raster/docs)
31-
* STAC viewer (experimental): [https://dev.delta-backend.com/api/stac/index.html](https://dev.delta-backend.com/api/stac/index.html)
27+
* STAC browser: [veda-dev-stac-browser](https://dev.openveda.cloud/)
28+
* STAC API (metadata): [https://dev.openveda.cloud/api/stac/docs](https://dev.openveda.cloud/api/stac/docs)
29+
* List collections: [https://dev.openveda.cloud/api/stac/collections](https://dev.openveda.cloud/api/stac/collections)
30+
* Raster API (tiling): [https://dev.openveda.cloud/api/raster/docs](https://dev.openveda.cloud/api/raster/docs)
31+
* STAC viewer (experimental): [https://dev.openveda.cloud/api/stac/index.html](https://dev.openveda.cloud/api/stac/index.html)

0 commit comments

Comments
 (0)