Skip to content

Commit

Permalink
Merge pull request #1206 from GeoscienceAustralia/develop
Browse files Browse the repository at this point in the history
Publish develop to stable
  • Loading branch information
robbibt authored Mar 12, 2024
2 parents 51e80ee + 268e99d commit e9d5352
Show file tree
Hide file tree
Showing 109 changed files with 581 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Steps to reproduce the behaviour. For example:
A clear and concise description of what you expected to happen.

**Environment information**
What datacube environment are you using? i.e. [DEA Sandbox](https://docs.dea.ga.gov.au/guides/setup/Sandbox/sandbox/) or the [NCI (Gadi or VDI)](https://docs.dea.ga.gov.au/guides/setup/NCI/README/)
What datacube environment are you using? i.e. [DEA Sandbox](https://knowledge.dea.ga.gov.au/guides/setup/Sandbox/sandbox/) or the [NCI (Gadi or VDI)](https://knowledge.dea.ga.gov.au/guides/setup/NCI/README/)
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Include a brief description of the changes being proposed, and why they are nece
- [ ] Remove any unused/empty code cells
- [ ] Remove any guidance cells (e.g. `General advice`)
- [ ] Ensure that all code cells follow the [PEP8 standard](https://www.python.org/dev/peps/pep-0008/) for code. The `jupyterlab_code_formatter` tool can be used to format code cells to a consistent style: select each code cell, then click `Edit` and then one of the `Apply X Formatter` options (`YAPF` or `Black` are recommended).
- [ ] Include relevant tags in the final notebook cell (refer to the [DEA Tags Index](https://docs.dea.ga.gov.au/genindex/), and re-use tags if possible)
- [ ] Include relevant tags in the final notebook cell (refer to the [DEA Tags Index](https://knowledge.dea.ga.gov.au/genindex/), and re-use tags if possible)
- [ ] Clear all outputs, run notebook from start to finish, and save the notebook in the state where all cells have been sequentially evaluated
- [ ] Test notebook on both the `NCI` and `DEA Sandbox` (flag if not working as part of PR and ask for help to solve if needed)
- [ ] If applicable, update the `Notebook currently compatible with the NCI|DEA Sandbox environment only` line below the notebook title to reflect the environments the notebook is compatible with
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/trigger_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

name: Trigger DEA Docs Build
# Documentation in this repo is not built in this GitHub Action. Instead, it is built by a separate Action in the dea-docs repo.
# See here: https://github.com/GeoscienceAustralia/dea-docs/blob/master/.github/workflows/main.yml
# Documentation in this repo is not built in this GitHub Action. Instead, it is built by a separate Action in the dea-knowledge-hub repo.
# See here: https://github.com/GeoscienceAustralia/dea-knowledge-hub/blob/main/.github/workflows/deploy-production.yaml

# The below action triggers a build in dea-docs when changes are pushed to the 'stable' branch in the current repo
# The below action triggers a build in dea-knowledge-hub when changes are pushed to the 'stable' branch in the current repo

on:
push:
Expand All @@ -18,6 +18,6 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_PAT }}
repository: GeoscienceAustralia/dea-docs
repository: GeoscienceAustralia/dea-knowledge-hub
event-type: republish-docs

4 changes: 2 additions & 2 deletions Beginners_guide/01_Jupyter_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023"
]
Expand All @@ -259,7 +259,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions Beginners_guide/02_DEA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@
"* **National Intertidal Digital Elevation Model (NIDEM):** The National Intertidal Digital Elevation Model (NIDEM) is a national dataset that maps the three-dimensional structure of Australia’s intertidal zone. NIDEM provides a first-of-its kind source of intertidal elevation data for Australia’s entire coastline. \n",
"\n",
"Each of the products above have dataset-specific naming conventions, measurements, resolutions, data types and coordinate reference systems.\n",
"For more information about DEA's derived products, refer to the [DEA website](http://www.ga.gov.au/dea/products), the [Content Management Interface](https://docs.dea.ga.gov.au/) (CMI) containing detailed product metadata, or the \"DEA_products\" notebooks in this repository."
"For more information about DEA's derived products, refer to the [DEA website](http://www.ga.gov.au/dea/products), the [Content Management Interface](https://knowledge.dea.ga.gov.au/) (CMI) containing detailed product metadata, or the \"DEA_products\" notebooks in this repository."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Recommended next steps\n",
"For more detailed information on the concepts introduced in this notebook, please see the [DEA User Guide](https://docs.dea.ga.gov.au/) and [Open Data Cube Manual](https://datacube-core.readthedocs.io/en/latest/).\n",
"For more detailed information on the concepts introduced in this notebook, please see the [DEA User Guide](https://knowledge.dea.ga.gov.au/) and [Open Data Cube Manual](https://datacube-core.readthedocs.io/en/latest/).\n",
"For more information on the development of the DEA platform, please see [Dhu et al. 2017](https://doi.org/10.1080/20964471.2017.1402490).\n",
"\n",
"To continue with the beginner's guide, the following notebooks are designed to be worked through in the following order:\n",
Expand Down Expand Up @@ -317,7 +317,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023"
]
Expand All @@ -327,7 +327,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/03_Products_and_measurements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023\n",
"\n",
Expand Down Expand Up @@ -1701,7 +1701,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/04_Loading_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6613,7 +6613,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023\n",
"\n",
Expand Down Expand Up @@ -6642,7 +6642,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/05_Plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023\n",
"\n",
Expand Down Expand Up @@ -2813,7 +2813,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/06_Basic_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023\n",
"\n",
Expand Down Expand Up @@ -1216,7 +1216,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Beginners_guide/07_Intro_to_numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
"**License:** The code in this notebook is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). Digital Earth Australia data is licensed under the Creative Commons by Attribution 4.0 license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023"
]
Expand Down
2 changes: 1 addition & 1 deletion Beginners_guide/08_Intro_to_xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@
"**License:** The code in this notebook is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). Digital Earth Australia data is licensed under the Creative Commons by Attribution 4.0 license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023"
]
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/09_Parallel_processing_with_Dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6853,7 +6853,7 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** December 2023\n",
"\n",
Expand Down Expand Up @@ -6882,7 +6882,7 @@
"metadata": {},
"source": [
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/Guided_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@
"Digital Earth Australia data is licensed under the [Creative Commons by Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"\n",
"**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",
"If you would like to report an issue with this notebook, you can file one on [Github](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"If you would like to report an issue with this notebook, you can file one on [GitHub](https://github.com/GeoscienceAustralia/dea-notebooks).\n",
"\n",
"**Last modified:** April 2023\n",
"\n",
"## Tags\n",
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://docs.dea.ga.gov.au/genindex/) -->"
"<!-- Browse all available tags on the DEA User Guide's [Tags Index](https://knowledge.dea.ga.gov.au/genindex/) -->"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions DEA_Sandbox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,30 @@
"source": [
"## Learn more\n",
"\n",
"Visit the [DEA Knowledge Hub](https://docs.dea.ga.gov.au/) for comprehensive information about the datasets and concepts used in these Notebooks. The Knowledge Hub contains several sections, including:\n",
"Visit the [DEA Knowledge Hub](https://knowledge.dea.ga.gov.au/) for comprehensive information about the datasets and concepts used in these Notebooks. The Knowledge Hub contains several sections, including:\n",
"\n",
"<table border=\"0\" align=\"left\">\n",
" <tr>\n",
" <td style=\"vertical-align: top; max-width: 220px; text-align: center;\">\n",
" <a href=\"https://docs.dea.ga.gov.au/data/\">\n",
" <a href=\"https://knowledge.dea.ga.gov.au/data/\">\n",
" <img src=\"./Supplementary_data/Landing_page/products.jpeg\" style=\"max-width: 200px;\">\n",
" <p style=\"font-size: 16px; font-weight: bold; margin-top: 1rem; color: rgba(0, 0, 0, 0.87);\">Product Metadata</p>\n",
" </a>\n",
" </td>\n",
" <td style=\"vertical-align: top; max-width: 220px; text-align: center;\">\n",
" <a href=\"https://docs.dea.ga.gov.au/guides/\">\n",
" <a href=\"https://knowledge.dea.ga.gov.au/guides/\">\n",
" <img src=\"./Supplementary_data/Landing_page/userguides.jpeg\" style=\"max-width: 200px;\">\n",
" <p style=\"font-size: 16px; font-weight: bold; margin-top: 1rem; color: rgba(0, 0, 0, 0.87);\">DEA User Guides</p>\n",
" </a>\n",
" </td>\n",
" <td style=\"vertical-align: top; max-width: 220px; text-align: center;\">\n",
" <a href=\"https://docs.dea.ga.gov.au/notebooks/Tools/\">\n",
" <a href=\"https://knowledge.dea.ga.gov.au/notebooks/Tools/\">\n",
" <img src=\"./Supplementary_data/Landing_page/deatoolsapi.jpeg\" style=\"max-width: 200px;\">\n",
" <p style=\"font-size: 16px; font-weight: bold; margin-top: 1rem; color: rgba(0, 0, 0, 0.87);\">DEA Tools Python API</p>\n",
" </a>\n",
" </td>\n",
" <td style=\"vertical-align: top; max-width: 220px; text-align: center;\">\n",
" <a href=\"https://docs.dea.ga.gov.au/guides/tech_alerts_changelog/\">\n",
" <a href=\"https://knowledge.dea.ga.gov.au/guides/tech_alerts_changelog/\">\n",
" <img src=\"./Supplementary_data/Landing_page/techalerts.jpeg\" style=\"max-width: 200px;\">\n",
" <p style=\"font-size: 16px; font-weight: bold; margin-top: 1rem; color: rgba(0, 0, 0, 0.87);\">Tech Alerts and Changelog</p>\n",
" </a>\n",
Expand Down
Loading

0 comments on commit e9d5352

Please sign in to comment.