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 a888f6f commit c30f608
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/01-intro/01-unstructured-grid-overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,19 +257,19 @@
"\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",
"- 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",
"\n",
"- Adheres to the UGRID specifications for compatibility across a variety of mesh formats\n",
"\n",
"- Builds on optimized data structures and algorithms for handling large and complex unstructured datasets\n",
"\n",
"- Supports enhanced interoperability and community collaboration\n",
"\n",
"- Provides a single interface for supporting a variety of unstructured grid formats including UGRID, MPAS, SCRIP, and Exodus"
"- Supports enhanced interoperability and community collaboration"
]
},
{
Expand Down

0 comments on commit c30f608

Please sign in to comment.