Skip to content

Commit f47475b

Browse files
authored
Update environment.yml (#12)
* Update environment.yml * Update 01-plot-api.ipynb * Update 01-unstructured-grid-overview.ipynb * Update 01-unstructured-grid-overview.ipynb
1 parent cb1213f commit f47475b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- hvplot
1111
- jupyter-book
1212
- jupyterlab
13-
- jupyter_server
1413
- matplotlib-base
1514
- netcdf4
1615
- numba
@@ -28,7 +27,7 @@ dependencies:
2827
- shapely
2928
- spatialpandas
3029
- sphinx-pythia-theme
30+
- uxarray
3131
- xarray
3232
- pip:
3333
- antimeridian
34-
- git+https://github.com/UXARRAY/uxarray.git@main #until UXarray's March or April release

notebooks/01-intro/01-unstructured-grid-overview.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,17 @@
259259
"\n",
260260
"- Enables significant data analysis and visualization functionality to be executed directly on unstructured grids\n",
261261
"\n",
262+
"- Adheres to the UGRID specifications for compatibility across a variety of mesh formats\n",
263+
"\n",
264+
"- Provides a single interface for supporting a variety of unstructured grid formats including UGRID, MPAS, SCRIP, and Exodus\n",
265+
"\n",
262266
"- Inherits from Xarray, providing simplified data using familiar (Xarray-like) data structures and operations\n",
263267
" \n",
264268
"- Brings standardization to unstructured mesh support for climate data analysis and visualization\n",
265269
"\n",
266-
"- Adheres to the UGRID specifications for compatibility across a variety of mesh formats\n",
267-
"\n",
268270
"- Builds on optimized data structures and algorithms for handling large and complex unstructured datasets\n",
269271
"\n",
270-
"- Supports enhanced interoperability and community collaboration\n",
271-
"\n",
272-
"- Provides a single interface for supporting a variety of unstructured grid formats including UGRID, MPAS, SCRIP, and Exodus"
272+
"- Supports enhanced interoperability and community collaboration"
273273
]
274274
},
275275
{

notebooks/03-uxarray-vis/01-plot-api.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"source": [
347347
"## UxDataset Plotting\n",
348348
"\n",
349-
"As of the most recent release, UXarray does not support plotting functionality though a `ux.UxDataset`\n"
349+
"As of the most recent release, UXarray does not support plotting functionality through a `ux.UxDataset`. For instance, if the following commented out code was executed, it would throw an exception.\n"
350350
]
351351
},
352352
{
@@ -355,7 +355,7 @@
355355
"metadata": {},
356356
"outputs": [],
357357
"source": [
358-
"uxds.plot()"
358+
"# uxds.plot()"
359359
]
360360
}
361361
],

0 commit comments

Comments
 (0)