File tree 2 files changed +8
-7
lines changed
contributing/dataset-ingestion
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The following table describes what each of these fields mean:
88
88
89
89
The publication process involves 3 steps:
90
90
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 `
92
92
2 . [ EIS] Reviewing the collection/items published to the dev STAC catalog
93
93
3 . [ VEDA] Publishing to the staging STAC catalog ` https://staging-stac.delta-backend.com `
94
94
@@ -118,7 +118,8 @@ password = os.environ.get("password")
118
118
119
119
# base url for the workflows api
120
120
# 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"
122
123
123
124
# endpoint to get the token from
124
125
token_url = f " { base_url} /token "
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Maintenance on the staging environment will be announced internally and selected
24
24
25
25
### Development, aka Dev (experimental work, expected downtime)
26
26
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 )
You can’t perform that action at this time.
0 commit comments