uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
### Proposed new feature or change: https://sparse.pydata.org/en/stable/
### Proposed new feature or change: We should avoid using these general try/catch blocks and instead keep the original exception. Applies to `open_grid`, `open_dataset`, and `open_mfdataset` https://github.com/UXARRAY/uxarray/blob/27f7967732087792545d3952bb87b28f08279d33/uxarray/core/api.py#L79-L89
Codecov uploads have been silently failing for around 25 days, see [the last reported commits](https://app.codecov.io/gh/UXARRAY/uxarray/commits) and [your logs here](https://github.com/UXARRAY/uxarray/actions/runs/8057964419/job/22010007742#step:10:21) We fixed the same issue in geocat-comp (https://github.com/NCAR/geocat-comp/pull/566) by following this...
### Proposed new feature or change: Hi, I believe uxarray uses the lat/long coordinate system internally. It would be awesome if uxarray can support different coordinate systems including projected coordinate...
### Proposed new feature or change: Include links to cookbooks, recordings, presentations, and other tutorial references.
(optional; not in UGRID standard) The integer mask for a grid (1 = face is active; 0 = face is inactive) `Grid.Mesh2_imask: int` DataArray of size (`nMesh2_face`)
Need to provide an enum or similar structure to indicate where data is stored in an UxDataArray. `UxDataArray.data_location: enumeration {“vertex_centered”, “face_centered”, “face_average”, “edge_centered”, “edge_orthogonal”, “edge_parallel”, “cgll”, “dgll”}` cgll/dgll: Continuous/Discrete Gaussian....
**Describe the feature you'd like added to this project** There are cases where the dataset files include the grid topology information, just like a grid topology file. In such cases,...
### Proposed new feature or change: Apply reductions (i.e. `mean`) on the edges that surround each face, storing the result on each face.