Skip to content

Commit

Permalink
Update 01-unstructured-grid-overview.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan authored May 1, 2024
1 parent c30f608 commit c93eabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/01-intro/01-unstructured-grid-overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@
"\n",
"UXarray, which stands for \"Unstructured-Xarray\", is a Python package that provides Xarray-styled functionality for working with unstructured grids built around the UGRID conventions. UXarray can simplify working with unstructured grids because it:\n",
"\n",
"- Enables significant data analysis and visualization functionality to be executed directly on unstructured grids\n",
"\n",
"- Adheres to the UGRID specifications for compatibility across a variety of mesh formats\n",
"\n",
"- Provides a single interface for supporting a variety of unstructured grid formats including UGRID, MPAS, SCRIP, and Exodus\n",
"\n",
"- Enables significant data analysis and visualization functionality to be executed directly on unstructured grids\n",
"\n",
"- Inherits from Xarray, providing simplified data using familiar (Xarray-like) data structures and operations\n",
" \n",
"- Brings standardization to unstructured mesh support for climate data analysis and visualization\n",
Expand Down

0 comments on commit c93eabc

Please sign in to comment.