Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marshall committed Jul 16, 2023
1 parent 9dbbf6a commit 9b790f7
Show file tree
Hide file tree
Showing 16 changed files with 26,025 additions and 32,197 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,854 changes: 8,772 additions & 82 deletions _sources/glacier_analysis_grouped.ipynb

Large diffs are not rendered by default.

8,874 changes: 7,524 additions & 1,350 deletions _sources/ind_glacier_analysis_new.ipynb

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion _sources/ind_glacier_data_inspection_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37259,8 +37259,32 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook displayed basic data inspection steps that you can take when working with a new dataset. The following notebooks will demonstrate further processing, analytical and visualization steps you can take. "
"This notebook displayed basic data inspection steps that you can take when working with a new dataset. The following notebooks will demonstrate further processing, analytical and visualization steps you can take. We will be working with the same object in the following notebook, so we can use cell magic to store the object and read it in in the next notebook, rather than making it all over again. You can read more about the magic command [here](https://ipython.readthedocs.io/en/stable/config/extensions/storemagic.html)."
]
},
{
"cell_type": "code",
"execution_count": 35,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Stored 'sample_glacier_raster' (Dataset)\n"
]
}
],
"source": [
"%store sample_glacier_raster"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
7,032 changes: 1,454 additions & 5,578 deletions glacier_analysis_grouped.html

Large diffs are not rendered by default.

8,764 changes: 7,297 additions & 1,467 deletions ind_glacier_analysis_new.html

Large diffs are not rendered by default.

24,670 changes: 952 additions & 23,718 deletions ind_glacier_data_inspection_analysis.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 9b790f7

Please sign in to comment.