Skip to content

Commit

Permalink
Fixing 3 links
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glitsos committed Dec 13, 2023
1 parent 99811a0 commit 41a2e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion How_to_guides/Detecting_seasonality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"* **[Sign up to the DEA Sandbox](https://app.sandbox.dea.ga.gov.au/)** to run this notebook interactively from a browser\n",
"* **Compatibility:** Notebook currently compatible with both the `NCI` and `DEA Sandbox` environments\n",
"* **Products used:** \n",
"[DEA Waterbodies](https://docs.dea.ga.gov.au/data/product/waterboards)\n"
"[DEA Waterbodies](https://docs.dea.ga.gov.au/data/product/waterbodies)\n"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions How_to_guides/Virtual_products.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"metadata": {},
"source": [
"## Load virtual products catalogue\n",
"For the examples below, we will load some example data using some pre-defined virtual products from a YAML catalog file, `virtual-product-catalog.yaml` in the `Supplementary_data/Virtual_products` directory (view on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Supplementary_data/Virtual_products/virtual-product-catalog.yaml) or in [Jupyter](../Supplementary_data/Virtual_products/virtual-product-catalog.yaml)). \n",
"For the examples below, we will load some example data using some pre-defined virtual products from a YAML catalog file, `virtual-product-catalog.yaml` in the `Supplementary_data/Virtual_products` directory ([view on GitHub](https://github.com/GeoscienceAustralia/dea-notebooks/blob/stable/Supplementary_data/Virtual_products/virtual-product-catalog.yaml)). \n",
"First we load the catalogue of virtual products:"
]
},
Expand Down Expand Up @@ -1473,7 +1473,7 @@
"\n",
"> **Note**: The recipe this time was pretty verbose.\n",
"> One advantage of using one catalog for many related virtual products is that parts of their recipes can be shared using some YAML features called [anchors and references](https://en.wikipedia.org/wiki/YAML#Advanced_components).\n",
"> See the recipe for the `s2a_cloud_free_nbart_rgb_albers` product that we just used in the `virtual-product-catalog.yaml` file (view on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Supplementary_data/Virtual_products/virtual-product-catalog.yaml) or in [Jupyter](../Supplementary_data/Virtual_products/virtual-product-catalog.yaml)).\n",
"> See the recipe for the `s2a_cloud_free_nbart_rgb_albers` product that we just used in the `virtual-product-catalog.yaml` file ([view on GitHub](https://github.com/GeoscienceAustralia/dea-notebooks/blob/stable/Supplementary_data/Virtual_products/virtual-product-catalog.yaml)).\n",
"> In this case, we recognize that the `input` to the transform is just the product `s2a_nbart_rgb_and_fmask_albers` that we had defined earlier."
]
},
Expand Down

0 comments on commit 41a2e4a

Please sign in to comment.