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

Closes #XXX ## Overview ## Expected Usage ```Python import uxarray as ux grid_path = "/path/to/grid.nc" data_path = "/path/to/data.nc" uxds = ux.open_dataset(grid_path, data_path) # this is how you use this function...

scalability

### Version v2024.06.0 ### How did you install UXarray? Conda ### What happened? Subsetting creates a new `UxDataArray` with a subset data at https://github.com/UXARRAY/uxarray/blob/170e0359b0015c39a5983c24c26255ec99536f91/uxarray/core/dataarray.py#L1085-L1092 When an DataArray has spatially associated...

bug

### Proposed new feature or change: ### Issue: Create User Guide for Accurate Spherical Operator #### Description We have designed a suite of accurate operators specifically tailored for calculations on...

new feature

### Proposed new feature or change: It would be great if plotting routines support other CRS than the default lat-long. The current plotting code using GeoDataFrame assumes that the CRS...

new feature

### Version v2024.06.0 ### How did you install UXarray? Pip ### What happened? With the support for GEOS CS files via #802 in v2024.06.0, I decided to try it out...

bug

Add support for weighted means ### Face Centered Variables - Use the Face Area as a weight ### Edge Centered Variables - Use the Edge Magnitude as a weight

### Proposed new feature or change: A function that constructs the dual mesh of any grid. This is required for Bilinear Remapping.

new feature

A notebook showcasing basic plots of E3SM model output to put in our visualization gallery.

documentation

### Proposed new feature or change: Make a notebook that compares Esmpy remapping to uxarray’s. @philipc2 @rajeeja @erogluorhan if you guys have any meshes that would be good for this...

new feature

### Proposed new feature or change: #768 requested a feature for E3SM, for remapping from unstructured to structured grids. Would need to add support for structured grids in uxarray.

new feature