Skip to content

Commit

Permalink
Merge pull request #545 from digitalearthafrica/re_endnote
Browse files Browse the repository at this point in the history
update two notebooks
  • Loading branch information
nanaboamah89 authored Sep 16, 2024
2 parents ef33756 + 00de8af commit 3025ac9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Frequently_used_code/Working_with_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3420,13 +3420,18 @@
"\n",
"## Additional information\n",
"\n",
"**License:** The code in this notebook is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). \n",
"**License:** \n",
"\n",
"The code in this notebook is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). \n",
"\n",
"Digital Earth Africa 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",
"**Contact:**\n",
"\n",
"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/digitalearthafrica/deafrica-sandbox-notebooks).\n",
"\n",
"**Compatible datacube version:** "
"**Compatible datacube version:**"
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions Real_world_examples/Animation_with_rainfall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17184,9 +17184,13 @@
"## Define and run animation\n",
"\n",
"The below cell defines and runs the animation through the following steps:\n",
"\n",
" 1. Setting up two sublots.\n",
" \n",
" 2. Defining axis parameters.\n",
" \n",
" 3. Defining an update function.\n",
" \n",
" 4. Running and plotting the animation.\n",
" \n",
"You can optionally save the animation to a `.gif` by removing the # before the `ani.save()` command. Note that this closes the plot so you will have to add the # back in and run the cell again to visualise the animation in dynamic form. "
Expand Down

0 comments on commit 3025ac9

Please sign in to comment.