uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
### Proposed new feature or change: From ESMF Docs https://earthsystemmodeling.org/docs/release/ESMF_8_1_1/ESMF_refdoc.pdf > If the grid contains some elements with large number of edges, using a 2D array for elementConn could take...
Cross sections _Originally posted by @erogluorhan in https://github.com/UXARRAY/uxarray/discussions/46#discussioncomment-2746616_
**Describe the warning** When running tests these warnings appear: see [link](https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types) ``` ../opt/homebrew/anaconda3/envs/Benchmarks/lib/python3.10/site-packages/numba/core/ir_utils.py:2147: NumbaPendingDeprecationWarning: Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for...
Like _write_scrip function, pass the face areas to write calls of other grid formats
Current implementation needs an xarray object ``` var_ds : Xarray dataset, required Xarray dataset containing values to integrate on this grid ``` support numpy, array etc. could be useful
Our `Grid` is currently limited to only supporting a single grid. However, the case of Delaunay-Voronoi meshes, as used with MPAS, are usefully to be ability to represent together because...
Usage example showcasing GCA functionality, such as as point/GCA and GCA/GCA intersections.
**Describe the bug** There are some connectivity variables such as `verticesOnEdge`, lack of which shouldn't prevent UXarray from constructing the grid. **To Reproduce** Steps to reproduce the behavior: 1. Try...
Our CI tests and linkchecks occasionally fail without an underlying cause. We may consider adding retry steps into our CI workflows before failing the whole action. e.g. [geocat-comp-issue#529](https://github.com/NCAR/geocat-comp/issues/529) & [geocat-comp-pr#532](https://github.com/NCAR/geocat-comp/pull/532)....
**Describe the bug** Some datasets might have negative index values in their connectivity array (likely for NaN representation?), e.g. "https://web.lcrc.anl.gov/public/e3sm/inputdata/share/meshes/mpas/ocean/oQU480.230422.nc" as shown in the example below, which can break the...