Skip to content
Draft
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
12 changes: 12 additions & 0 deletions docs/guides/setup/gis/stac.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down