Skip to content

Commit

Permalink
Update apis.qmd (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse authored Oct 18, 2023
1 parent f676260 commit 45c1ba2
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion 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-stac.delta-backend.com`
1. [VEDA] Publishing to the development STAC catalog `https://dev.delta-backend.com/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
1,963 changes: 340 additions & 1,623 deletions notebooks/quickstarts/visualize-zarr.ipynb

Large diffs are not rendered by default.

24 changes: 3 additions & 21 deletions notebooks/templates/template-accessing-the-data-directly.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "21dec434-0eee-4c31-9dfd-f07445c3136e",
"metadata": {},
Expand All @@ -27,7 +26,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "01cbb159-2789-463d-8279-4b104107f185",
"metadata": {},
Expand All @@ -40,7 +38,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7fc7fb2f-c356-459b-9806-5075e6d8d1f5",
"metadata": {},
Expand Down Expand Up @@ -73,7 +70,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "47280eab-909a-4331-8b6c-c11892c6ed75",
"metadata": {},
Expand All @@ -86,7 +82,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f56368ca-2159-4fb4-ad1c-38a30b41b773",
"metadata": {},
Expand All @@ -113,7 +108,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e54a4768-7677-4597-a241-219e675a9e66",
"metadata": {
Expand All @@ -126,7 +120,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "65003a57-ba12-409a-8e73-8f7b25fe34f5",
"metadata": {
Expand All @@ -138,8 +131,8 @@
"You can discover available collections the following ways:\n",
"\n",
"* Programmatically: see example in the `list-collections.ipynb` notebook\n",
"* JSON API: https://dev-stac.delta-backend.com/collections\n",
"* STAC Browser: http://veda-dev-stac-browser.s3-website-us-west-2.amazonaws.com"
"* JSON API: https://staging-stac.delta-backend.com/collections\n",
"* STAC Browser: http://veda-staging-stac-browser.s3-website-us-west-2.amazonaws.com"
]
},
{
Expand All @@ -155,7 +148,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d21d96ab-411a-4ebd-91f7-2425b2b93298",
"metadata": {},
Expand All @@ -168,7 +160,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d7f38c49-a7dd-485b-8ba2-aa84330fff34",
"metadata": {},
Expand Down Expand Up @@ -206,7 +197,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e7ad8e7f-5943-44c9-b2bc-26d2c2497e53",
"metadata": {},
Expand All @@ -217,7 +207,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f8a10cfd-a645-480d-aca6-bcf3986c1967",
"metadata": {
Expand Down Expand Up @@ -248,7 +237,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0520f739-0691-48b7-b6f9-f043a4c2e6a9",
"metadata": {},
Expand All @@ -267,7 +255,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b66e474f-101a-4dc4-98b7-cd0bd6f2637f",
"metadata": {},
Expand Down Expand Up @@ -296,7 +283,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "4244bd36-d75d-4001-94ff-8ebda6287334",
"metadata": {
Expand Down Expand Up @@ -337,7 +323,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "48a7f988-3676-4f7a-9242-2a6a762b312a",
"metadata": {},
Expand All @@ -357,7 +342,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "96616480-5d60-4e66-b9a2-a86403dadf94",
"metadata": {},
Expand All @@ -370,7 +354,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "66f38729-98af-496f-a1fc-5e0ca6f51cd7",
"metadata": {},
Expand All @@ -391,7 +374,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "34d5a8a1-3e98-4ec0-bbe3-d20310f88778",
"metadata": {},
Expand Down Expand Up @@ -439,7 +421,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
7 changes: 3 additions & 4 deletions notebooks/templates/template-using-the-raster-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0fe4902f-b2c7-44b5-9f3f-cb59a26fbf16",
"metadata": {},
Expand Down Expand Up @@ -111,8 +110,8 @@
"You can discover available collections the following ways:\n",
"\n",
"* Programmatically: see example in the `list-collections.ipynb` notebook\n",
"* JSON API: https://dev-stac.delta-backend.com/collections\n",
"* STAC Browser: http://veda-dev-stac-browser.s3-website-us-west-2.amazonaws.com"
"* JSON API: https://staging-stac.delta-backend.com/collections\n",
"* STAC Browser: http://veda-staging-stac-browser.s3-website-us-west-2.amazonaws.com"
]
},
{
Expand Down Expand Up @@ -351,7 +350,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.12"
}
},
"nbformat": 4,
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](http://veda-dev-stac-browser.s3-website-us-west-2.amazonaws.com/)
* STAC API (metadata): [https://dev-stac.delta-backend.com/docs](https://dev-stac.delta-backend.com/docs)
* List collections: [https://dev-stac.delta-backend.com/collections](https://dev-stac.delta-backend.com/collections)
* Raster API (tiling): [https://dev-raster.delta-backend.com/docs](https://dev-raster.delta-backend.com/docs)
* STAC viewer (experimental): [https://dev-stac.delta-backend.com/index.html](https://dev-stac.delta-backend.com/index.html)
* STAC browser: [veda-dev-stac-browser](https://dev.delta-backend.com)
* 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)

0 comments on commit 45c1ba2

Please sign in to comment.