Skip to content

Commit

Permalink
work on notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 15, 2024
1 parent 47ee68f commit ea90465
Show file tree
Hide file tree
Showing 11 changed files with 5,018 additions and 257 deletions.
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ parts:
chapters:
- file: notebooks/02-intro-to-uxarray/grid
- file: notebooks/02-intro-to-uxarray/uxds-uxda
- file: notebooks/02-intro-to-uxarray/selection

- caption: Plotting with UXarray
chapters:
- file: notebooks/03-plotting-with-uxarray/grid-viz
- file: notebooks/03-plotting-with-uxarray/data-viz
- file: notebooks/03-plotting-with-uxarray/geo
- file: notebooks/03-plotting-with-uxarray/customization.ipynb

- caption: Climate Model Output Visualization Examples
chapters:
Expand Down
1,566 changes: 1,333 additions & 233 deletions notebooks/02-intro-to-uxarray/grid.ipynb

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions notebooks/02-intro-to-uxarray/selection.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "d5886a2c-ebd2-4e80-8aa7-b111d74c76fb",
"metadata": {},
"source": [
"<img src=\"https://raw.githubusercontent.com/UXARRAY/uxarray/main/docs/_static/images/logos/uxarray_logo_h_dark.svg\"\n",
" width=\"30%\"\n",
" alt=\"UXarray logo\"\n",
" align=\"right\"\n",
"/>\n",
"\n",
"# Spatial Selection Operators\n",
"\n",
"### In this tutorial, you'll learn:\n",
"\n",
"* How can I obtain a \n",
"\n",
"\n",
"**Related UXarray Documentation**\n",
"\n",
"* [UXarray Subsetting Documentation](https://uxarray.readthedocs.io/en/latest/user-guide/subset.html)\n",
"* [UXarray Cross-Section Documentation](https://uxarray.readthedocs.io/en/latest/user-guide/cross-sections.html)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b619a6a6-eaaa-4e5b-b15f-98502b8f4b28",
"metadata": {},
"outputs": [],
"source": [
"# TODO ~"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit ea90465

Please sign in to comment.