Skip to content

Commit

Permalink
update outline
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Nov 4, 2024
1 parent 96eacf4 commit 7f47cd8
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 11 deletions.
18 changes: 8 additions & 10 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,25 @@ parts:

- caption: Foundations
chapters:
- file: notebooks/01-foundations/intro-to-unstructured-grids
- file: notebooks/01-foundations/plotting
- file: notebooks/01-foundations/unstructured-grids
- file: notebooks/01-foundations/plotting-libs
- file: notebooks/01-foundations/rendering-techniques


- caption: Introduction to UXarray
chapters:
- file: notebooks/02-intro-to-uxarray/grids
- file: notebooks/02-intro-to-uxarray/grid
- file: notebooks/02-intro-to-uxarray/uxds-uxda


- caption: Plotting with UXarray
chapters:
- file: notebooks/03-plotting-with-uxarray/grid-viz


- caption: Climate Model Output Visualization Examples
chapters:
- file: notebooks/o4-climate-model-examples/e3sm
- file: notebooks/04-climate-model-examples/e3sm

- caption: Visualization Package Compatibility
- caption: Compatibility with Visualization Packages
chapters:
- file: notebooks/01-intro/01-unstructured-grid-overview

- file: notebooks/05-viz-packages/matplotlib
- file: notebooks/05-viz-packages/datashader
- file: notebooks/05-viz-packages/lonboard
2 changes: 1 addition & 1 deletion notebooks/02-intro-to-uxarray/uxds-uxda.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"# ``ux.UxDataArray`` & ``ux.UxDataset``\n",
"# ``UxDataArray`` & ``UxDataset``\n",
"---"
],
"id": "defae8d5978518cb"
Expand Down
55 changes: 55 additions & 0 deletions notebooks/05-viz-packages/datashader.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Datashader\n",
"---"
],
"id": "9320edea162f109d"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-11-04T20:08:23.394487Z",
"start_time": "2024-11-04T20:08:23.391186Z"
}
},
"cell_type": "code",
"source": "# todo",
"id": "781f47a67aa5e115",
"outputs": [],
"execution_count": 1
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "ad31d371e468bdf0"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
42 changes: 42 additions & 0 deletions notebooks/05-viz-packages/lonboard.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Lonboard\n",
"---"
],
"id": "342496cb5a083961"
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "f2548d72573ff8fd"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
55 changes: 55 additions & 0 deletions notebooks/05-viz-packages/matplotlib.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Matplotlib\n",
"---"
],
"id": "603ede925041bb57"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-11-04T20:08:11.699420Z",
"start_time": "2024-11-04T20:08:11.696372Z"
}
},
"cell_type": "code",
"source": "# todo",
"id": "32f286fdac3a7845",
"outputs": [],
"execution_count": 1
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "ed0beab11ed42e3f"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 7f47cd8

Please sign in to comment.