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

`np.float64 UxDataset.integrate(self, [quadrature_rule, order, Grid region])` that integrates the dataset variables and `np.float64 UxDataArray.integrate(self, [quadrature_rule, order, Grid region])` that integrates the data array over a region, if specified. Note: Existing...

new feature

### Proposed new feature or change: _Originally posted by @clyne in https://github.com/NCAR/geocat-viz/issues/25: Add support to integrate and display streamlines for data sampled on a triangle mesh. Currently the MPL streamline...

new feature

### Proposed new feature or change: _Originally posted by @clyne in https://github.com/NCAR/geocat-viz/issues/24#issue-678827365 : When generating 2D hedgehog (quiver) plots users typically want to locate quiver glyphs on at 2D lattice....

new feature

### Proposed new feature or change: Do a performance comparison between the balltree and kdtree implementation in UXarray and compare the two using a large scale mesh. Doing this in...

documentation
scalability

### Proposed new feature or change: Look into how `Dask` interacts with our core data structures (`UxDataArray`, `UxDataset`, `Grid`), especially sections that have `.values` and `.data` calls.

scalability

**Describe the feature you'd like added to this project** Enable `node_xyz_to_lonlat_rad`, `node_lonlat_rad_to_xyz`, `normalize_in_place` take `np.array()` as input and output **Link to original functionality implementation elsewhere, if applicable** Originigaly: 1. It...

dependencies
improvement

**Describe the feature you'd like added to this project** In such a simple workflow as follows, we are changing the original UGRID grid topology variable names that may not be...

improvement

Provide the ability to transform coordinates into supported Geographic Projections prior to constructing data structures for visualization (i.e. GeoDataFrame) for improved performance.

improvement

Store larger datasets somewhere other than `test/meshfiles` https://tutorial.xarray.dev/intermediate/cmip6-cloud.html _more detailed write up soon_ 🔜

new feature
improvement