Skip to content

Commit 8ac52a8

Browse files
committed
Audit and update URL hyperlinks Real World Examples notesbooks
1 parent 72ded3f commit 8ac52a8

22 files changed

+184
-287
lines changed

Real_world_examples/Burnt_area_mapping.ipynb

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

Real_world_examples/Burnt_area_mapping_near_realtime.ipynb

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

Real_world_examples/Change_detection.ipynb

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

Real_world_examples/Chlorophyll_monitoring.ipynb

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

Real_world_examples/Coastal_erosion.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"source": [
77
"# Monitoring coastal erosion along Australia's coastline <img align=\"right\" src=\"../Supplementary_data/dea_logo.jpg\">\n",
88
"\n",
9-
"* [**Sign up to the DEA Sandbox**](https://docs.dea.ga.gov.au/setup/sandbox.html) to run this notebook interactively from a browser\n",
9+
"* [**Sign up to the DEA Sandbox**](https://docs.dea.ga.gov.au/setup/Sandbox/sandbox.html) to run this notebook interactively from a browser\n",
1010
"* **Compatibility:** Notebook currently compatible with both the `DEA Sandbox` environment only\n",
1111
"* **Products used:** \n",
12-
"[ga_ls5t_ard_3](https://explorer.sandbox.dea.ga.gov.au/ga_ls5t_ard_3),\n",
13-
"[ga_ls7e_ard_3](https://explorer.sandbox.dea.ga.gov.au/ga_ls7e_ard_3),\n",
14-
"[ga_ls8c_ard_3](https://explorer.sandbox.dea.ga.gov.au/ga_ls8c_ard_3)\n",
12+
"[ga_ls5t_ard_3](https://explorer.dea.ga.gov.au/ga_ls5t_ard_3),\n",
13+
"[ga_ls7e_ard_3](https://explorer.dea.ga.gov.au/ga_ls7e_ard_3),\n",
14+
"[ga_ls8c_ard_3](https://explorer.dea.ga.gov.au/ga_ls8c_ard_3)\n",
1515
"* **Prerequisites:** For more information about the methods used in this analysis, refer to the [DEA Coastlines](../DEA_products/DEA_Coastlines.ipynb) and [Tidal modelling](../How_to_guides/Tidal_modelling.ipynb) notebooks"
1616
]
1717
},
@@ -1465,7 +1465,7 @@
14651465
"## Compute Modified Normalised Difference Water Index\n",
14661466
"To extract shoreline locations, we need to be able to seperate water from land in our study area. \n",
14671467
"To do this, we can use our Landsat data to calculate a water index called the `Modified Normalised Difference Water Index`, or MNDWI. \n",
1468-
"This index uses the ratio of green and mid-infrared radiation to identify the presence of water [(Xu 2006)](http://www.aari.ru/docs/pub/060804/xuh06.pdf). \n",
1468+
"This index uses the ratio of green and mid-infrared radiation to identify the presence of water [(Xu 2006)](https://www.researchgate.net/publication/232724072_Modification_of_Normalized_Difference_Water_Index_NDWI_to_Enhance_Open_Water_Features_in_Remotely_Sensed_Imagery). \n",
14691469
"The formula is:\n",
14701470
"\n",
14711471
"$$\n",
@@ -4246,7 +4246,7 @@
42464246
"tide_range = (0.50, 1.00)\n",
42474247
"```\n",
42484248
"\n",
4249-
"If you change the location, you'll need to make sure Landsat 5, 7 and 8 data is available for the new location, which you can check at the [DEA Explorer](https://explorer.sandbox.dea.ga.gov.au/ga_ls5t_ard_3/1990) (use the drop-down menu to view all Landsat products). \n",
4249+
"If you change the location, you'll need to make sure Landsat 5, 7 and 8 data is available for the new location, which you can check at the [DEA Explorer](https://explorer.dea.ga.gov.au/ga_ls5t_ard_3/1990) (use the drop-down menu to view all Landsat products). \n",
42504250
"\n",
42514251
"### Digital Earth Australia Coastlines\n",
42524252
"\n",
@@ -4275,7 +4275,7 @@
42754275
"**Contact:** If you need assistance, please post a question on the [Open Data Cube Slack channel](http://slack.opendatacube.org/) or on the [GIS Stack Exchange](https://gis.stackexchange.com/questions/ask?tags=open-data-cube) using the `open-data-cube` tag (you can view previously asked questions [here](https://gis.stackexchange.com/questions/tagged/open-data-cube)).\n",
42764276
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
42774277
"\n",
4278-
"**Last modified:** November 2022\n",
4278+
"**Last modified:** December 2023\n",
42794279
"\n",
42804280
"**Compatible datacube version:** "
42814281
]

Real_world_examples/Estimate_climate_driver_influence_on_rainfall.ipynb

Lines changed: 10 additions & 54 deletions
Large diffs are not rendered by default.

Real_world_examples/Intertidal_elevation.ipynb

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

Real_world_examples/Mapping_inundation_using_stream_gauges.ipynb

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

Real_world_examples/Radar_water_detection.ipynb

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

Real_world_examples/Scalable_machine_learning/1_Extract_training_data.ipynb

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"source": [
77
"# Extracting training data from the ODC <img align=\"right\" src=\"../../Supplementary_data/dea_logo.jpg\">\n",
88
"\n",
9-
"* [**Sign up to the DEA Sandbox**](https://docs.dea.ga.gov.au/setup/sandbox.html) to run this notebook interactively from a browser\n",
9+
"* [**Sign up to the DEA Sandbox**](https://docs.dea.ga.gov.au/setup/Sandbox/sandbox.html) to run this notebook interactively from a browser\n",
1010
"* **Compatibility:** Notebook currently compatible with the `DEA Sandbox` environment\n",
1111
"* **Products used:** \n",
12-
"[ga_ls8c_nbart_gm_cyear_3](https://explorer.sandbox.dea.ga.gov.au/products/ga_ls8c_nbart_gm_cyear_3),\n",
13-
"[ga_ls_fc_pc_cyear_3](https://explorer.sandbox.dea.ga.gov.au/products/ga_ls_fc_pc_cyear_3)"
12+
"[ga_ls8c_nbart_gm_cyear_3](https://explorer.dea.ga.gov.au/products/ga_ls8c_nbart_gm_cyear_3),\n",
13+
"[ga_ls_fc_pc_cyear_3](https://explorer.dea.ga.gov.au/products/ga_ls_fc_pc_cyear_3)"
1414
]
1515
},
1616
{
@@ -23,7 +23,7 @@
2323
"\n",
2424
"When creating training labels, be sure to capture the **spectral variability** of the class, and to use imagery from the time period you want to classify (rather than relying on basemap composites). Another common problem with training data is **class imbalance**. This can occur when one of your classes is relatively rare and therefore the rare class will comprise a smaller proportion of the training set. When imbalanced data is used, it is common that the final classification will under-predict less abundant classes relative to their true proportion.\n",
2525
"\n",
26-
"There are many platforms to use for gathering training labels, the best one to use depends on your application. GIS platforms are great for collection training data as they are highly flexible and mature platforms; [Geo-Wiki](https://www.geo-wiki.org/) and [Collect Earth Online](https://collect.earth/home) are two open-source websites that may also be useful depending on the reference data strategy employed. Alternatively, there are many pre-existing training datasets on the web that may be useful, e.g. [Radiant Earth](https://www.radiant.earth/) manages a growing number of reference datasets for use by anyone.\n"
26+
"There are many platforms to use for gathering training labels, the best one to use depends on your application. GIS platforms are great for collection training data as they are highly flexible and mature platforms; [Geo-Wiki](https://www.geo-wiki.org/) and [Collect Earth Online](https://www.collect.earth/) are two open-source websites that may also be useful depending on the reference data strategy employed. Alternatively, there are many pre-existing training datasets on the web that may be useful, e.g. [Radiant Earth](https://www.radiant.earth/) manages a growing number of reference datasets for use by anyone.\n"
2727
]
2828
},
2929
{
@@ -309,7 +309,7 @@
309309
" ds = ds.mean('time')\n",
310310
" return ds\n",
311311
"\n",
312-
"Below, we will define a more complicated feature layer function than the brief example shown above. We will load satellite bands and the ternary Median Abosolute Deviation dataset from the [Landsat 8 geomedian](https://explorer.sandbox.dea.ga.gov.au/products/ga_ls8c_nbart_gm_cyear_3) product, calculate some additional band indices, and finally append fractional cover percentiles for the photosynthetic vegetation band from the same year: [fc_percentile_albers_annual](https://explorer.sandbox.dea.ga.gov.au/products/fc_percentile_albers_annual/extents)."
312+
"Below, we will define a more complicated feature layer function than the brief example shown above. We will load satellite bands and the ternary Median Abosolute Deviation dataset from the [Landsat 8 geomedian](https://explorer.dea.ga.gov.au/products/ga_ls8c_nbart_gm_cyear_3) product, calculate some additional band indices, and finally append fractional cover percentiles for the photosynthetic vegetation band from the same year: [fc_percentile_albers_annual](https://explorer.dea.ga.gov.au/products/fc_percentile_albers_annual/extents)."
313313
]
314314
},
315315
{
@@ -356,42 +356,9 @@
356356
},
357357
{
358358
"cell_type": "code",
359-
"execution_count": 9,
359+
"execution_count": null,
360360
"metadata": {},
361-
"outputs": [
362-
{
363-
"name": "stdout",
364-
"output_type": "stream",
365-
"text": [
366-
"Collecting training data in parallel mode\n"
367-
]
368-
},
369-
{
370-
"data": {
371-
"application/vnd.jupyter.widget-view+json": {
372-
"model_id": "d28cdda5ed0941c4907430eb3165b157",
373-
"version_major": 2,
374-
"version_minor": 0
375-
},
376-
"text/plain": [
377-
" 0%| | 0/430 [00:00<?, ?it/s]"
378-
]
379-
},
380-
"metadata": {},
381-
"output_type": "display_data"
382-
},
383-
{
384-
"name": "stdout",
385-
"output_type": "stream",
386-
"text": [
387-
"Percentage of possible fails after run 1 = 0.0 %\n",
388-
"Removed 0 rows wth NaNs &/or Infs\n",
389-
"Output shape: (430, 14)\n",
390-
"CPU times: user 1.63 s, sys: 169 ms, total: 1.8 s\n",
391-
"Wall time: 8min 35s\n"
392-
]
393-
}
394-
],
361+
"outputs": [],
395362
"source": [
396363
"%%time\n",
397364
"column_names, model_input = collect_training_data(\n",
@@ -489,7 +456,7 @@
489456
"**Contact:** If you need assistance, please post a question on the [Open Data Cube Slack channel](http://slack.opendatacube.org/) or on the [GIS Stack Exchange](https://gis.stackexchange.com/questions/ask?tags=open-data-cube) using the `open-data-cube` tag (you can view previously asked questions [here](https://gis.stackexchange.com/questions/tagged/open-data-cube)).\n",
490457
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
491458
"\n",
492-
"**Last modified:** May 2022\n",
459+
"**Last modified:** December 2023\n",
493460
"\n",
494461
"**Compatible datacube version:** "
495462
]

0 commit comments

Comments
 (0)