From 7f47cd83c6e792d7f5faf00533691f0fbc5e03a5 Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:09:56 -0600 Subject: [PATCH] update outline --- _toc.yml | 18 +++--- ...d-grids.ipynb => unstructured-grids.ipynb} | 0 notebooks/02-intro-to-uxarray/uxds-uxda.ipynb | 2 +- notebooks/05-viz-packages/datashader.ipynb | 55 +++++++++++++++++++ notebooks/05-viz-packages/lonboard.ipynb | 42 ++++++++++++++ notebooks/05-viz-packages/matplotlib.ipynb | 55 +++++++++++++++++++ 6 files changed, 161 insertions(+), 11 deletions(-) rename notebooks/01-foundations/{intro-to-unstructured-grids.ipynb => unstructured-grids.ipynb} (100%) create mode 100644 notebooks/05-viz-packages/datashader.ipynb create mode 100644 notebooks/05-viz-packages/lonboard.ipynb create mode 100644 notebooks/05-viz-packages/matplotlib.ipynb diff --git a/_toc.yml b/_toc.yml index 3f2f314..c61c58b 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/notebooks/01-foundations/intro-to-unstructured-grids.ipynb b/notebooks/01-foundations/unstructured-grids.ipynb similarity index 100% rename from notebooks/01-foundations/intro-to-unstructured-grids.ipynb rename to notebooks/01-foundations/unstructured-grids.ipynb diff --git a/notebooks/02-intro-to-uxarray/uxds-uxda.ipynb b/notebooks/02-intro-to-uxarray/uxds-uxda.ipynb index 18d7e43..c22a652 100644 --- a/notebooks/02-intro-to-uxarray/uxds-uxda.ipynb +++ b/notebooks/02-intro-to-uxarray/uxds-uxda.ipynb @@ -4,7 +4,7 @@ "metadata": {}, "cell_type": "markdown", "source": [ - "# ``ux.UxDataArray`` & ``ux.UxDataset``\n", + "# ``UxDataArray`` & ``UxDataset``\n", "---" ], "id": "defae8d5978518cb" diff --git a/notebooks/05-viz-packages/datashader.ipynb b/notebooks/05-viz-packages/datashader.ipynb new file mode 100644 index 0000000..f4a5e26 --- /dev/null +++ b/notebooks/05-viz-packages/datashader.ipynb @@ -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 +} diff --git a/notebooks/05-viz-packages/lonboard.ipynb b/notebooks/05-viz-packages/lonboard.ipynb new file mode 100644 index 0000000..b95faf2 --- /dev/null +++ b/notebooks/05-viz-packages/lonboard.ipynb @@ -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 +} diff --git a/notebooks/05-viz-packages/matplotlib.ipynb b/notebooks/05-viz-packages/matplotlib.ipynb new file mode 100644 index 0000000..40a9071 --- /dev/null +++ b/notebooks/05-viz-packages/matplotlib.ipynb @@ -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 +}