uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

Xarray extension for unstructured climate and global weather data analysis and visualization.

Results 242 uxarray issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

bug
new feature

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...

new feature

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

new feature

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...

new feature

Usage example showcasing GCA functionality, such as as point/GCA and GCA/GCA intersections.

documentation
help wanted
community support

**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...

bug

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)....

bug
CI

**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...

bug