Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update links to use dev.openveda.cloud #125

Merged
merged 3 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions contributing/dataset-ingestion/catalog-ingestion.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The following table describes what each of these fields mean:

The publication process involves 3 steps:

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

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

# base url for the workflows api
# experimental / subject to change in the future
base_url = "https://dev-api.delta-backend.com"
# DISCLAIMER: coming soon, not yet available
base_url = "https://dev.openveda.cloud/api/workflows"
botanical marked this conversation as resolved.
Show resolved Hide resolved

# endpoint to get the token from
token_url = f"{base_url}/token"
Expand Down
10 changes: 5 additions & 5 deletions services/apis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Maintenance on the staging environment will be announced internally and selected

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

* 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)
* STAC API (metadata): [https://dev.delta-backend.com/api/stac/docs](https://dev.delta-backend.com/api/stac/docs)
* List collections: [https://dev.delta-backend.com/api/stac/collections](https://dev.delta-backend.com/api/stac/collections)
* Raster API (tiling): [https://dev.delta-backend.com/api/raster/docs](https://dev.delta-backend.com/api/raster/docs)
* STAC viewer (experimental): [https://dev.delta-backend.com/api/stac/index.html](https://dev.delta-backend.com/api/stac/index.html)
* STAC browser: [veda-dev-stac-browser](https://dev.openveda.cloud/)
* STAC API (metadata): [https://dev.openveda.cloud/api/stac/docs](https://dev.openveda.cloud/api/stac/docs)
* List collections: [https://dev.openveda.cloud/api/stac/collections](https://dev.openveda.cloud/api/stac/collections)
* Raster API (tiling): [https://dev.openveda.cloud/api/raster/docs](https://dev.openveda.cloud/api/raster/docs)
* STAC viewer (experimental): [https://dev.openveda.cloud/api/stac/index.html](https://dev.openveda.cloud/api/stac/index.html)
Loading