Skip to content

Commit 90889b7

Browse files
authored
Merge pull request #346 from MAAP-Project/fix/search
Format, links and data fixes in technical tutorials
2 parents ecba636 + 3edcb03 commit 90889b7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

docs/source/technical_tutorials.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Technical Tutorials
33

44
.. toctree::
55
:maxdepth: 2
6-
:caption: Technical Tutorials:
76

87

98
technical_tutorials/searching.rst

docs/source/technical_tutorials/search/catalog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example, https://stac.maap-project.org/collections/BIOSAR1/items/biosar1_roi
4242
.. code-block:: json
4343
4444
"assets": {
45-
"data": {
45+
"shx": {
4646
"href": "https://bmap-catalogue-data.oss.eu-west-0.prod-cloud-ocb.orange-business.com/Campaign_data/biosar1/biosar1_roi_lidar58.shx",
4747
"type": "application/octet-stream",
4848
"roles": [

docs/source/technical_tutorials/search/searching_the_stac_catalog.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"Description: This tutorial provides a basic introduction to searching the [MAAP STAC catalog](https://stac.maap-project.org/) using `pystac-client`.\n",
1515
"\n",
16-
"Another method of searching the STAC catalog is via the [STAC browser](http://maap-stac-browser.s3-website-us-west-2.amazonaws.com/).\n",
16+
"Another method of searching the STAC catalog is via the [STAC browser](https://stac-browser.maap-project.org).\n",
1717
"\n",
1818
"<img src=\"maap-stac-browser.png\" alt=\"Drawing\" style=\"width: 700px;\"/>\n"
1919
]

docs/source/technical_tutorials/searching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Search
55
MAAP users are advised to use two catalogs:
66

77
1. Use NASA's Operational CMR to discover NASA-produced and curated data: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html.
8-
2. Use MAAP STAC for data not found in NASA CMR, and data produced by MAAP users: https://stac.maap-project.org/docs.
8+
2. Use MAAP STAC for data not found in NASA CMR, and data produced by MAAP users: https://stac.maap-project.org/api.html.
99

1010
.. warning::
1111
The https://cmr.maap-project.org catalog was deprecated on **May 1, 2023**. Users should request collections they need from this catalog to be made discoverable in the MAAP STAC or NASA's Operational CMR if they're not already there.

0 commit comments

Comments
 (0)