From ac925d4d1aa2e372ba0b977d1233fd7a73c28337 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Tue, 22 Apr 2025 12:05:31 +1000 Subject: [PATCH] Add STAC endpoint link to top of STAC notebook --- docs/guides/setup/gis/stac.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/guides/setup/gis/stac.ipynb b/docs/guides/setup/gis/stac.ipynb index 2d2af0bec..8b0fc3fb3 100644 --- a/docs/guides/setup/gis/stac.ipynb +++ b/docs/guides/setup/gis/stac.ipynb @@ -13,6 +13,12 @@ "STAC provides a powerful tool to quickly identify all available data for a given product, location or time period. \n", "This data can then be easily and efficiently loaded into your own computing environment, or streamed directly into desktop GIS software like QGIS or ESRI.\n", "\n", + ":::{admonition} DEA Explorer STAC API endpoint\n", + ":class: note\n", + "\n", + "https://explorer.dea.ga.gov.au/stac\n", + ":::\n", + "\n", "## Why use STAC?\n", "\n", "STAC may be useful for you if any of the following apply:\n", @@ -22,6 +28,12 @@ "* Your analysis requires more memory or processing power than provided by DEA's managed [Sandbox](/guides/setup/Sandbox/sandbox/) or [NCI](/guides/setup/NCI/README/) environments\n", "* You want to combine DEA data with data from other external sources (e.g. Microsoft Planetary Computer, Element 84 Earth Search)\n", "\n", + "## DEA Explorer STAC endpoint\n", + "\n", + "DEA's STAC API endpoint is located here:\n", + "\n", + "https://explorer.dea.ga.gov.au/stac\n", + "\n", "\n", "## `odc-stac` tutorial\n", "\n",