uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

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

Results 262 uxarray issues
Sort by recently updated
recently updated
newest added

Closes #1187 ## Overview This PR provides an option to set the `coordinate_system` for the `SpatialHash` class. This is specifically used to control how the barycentric coordinates are calculated. When...

improvement

Closes #1268 ## Overview There's been strong community demand for first-class Matplotlib support alongside our existing HoloViz workflows. To address this, this PR introduces a native Matplotlib backend based on...

### Version v2024 ### How did you install UXarray? Conda ### What happened? When passing in a colinear face, such as `[[-45, 87.87916205], [ 45, 87.87916205], [135, 87.87916205], [-135, 87.87916205]]`,...

bug

There have been many requests from the community to have directly Matplotlib plotting routines. These would not replace our existing HoloViz ones, instead provide an alternative for those looking to...

Closes #1254 Compute azimuthal mean in radial rings around a central point. ## Overview Like `uxarray.UxDataArray.zonal_mean()`, this aggregates over faces to output the data with a new horizontal dimension `radius`....

The zonal mean of the data `uxda` can be calculated as ```zonmean = uxda.zonal_mean()``` # zonal mean The resulting `zonmean` has dimension of 'latitude', but no the unstructured grids. If...

Closes #1236 ## Overview - Derives the HEALPix area for each pixel instead of computing it internally

Closes #1230 ## Overview - Adds support for using Cartopy's `Geodetic` projection as a source projection, allowing for better visualization of grids on the surface of a sphere and for...

## Overview - Updates docstrings and documentation to use Sphinx roles - Added extra context to many docstrings, including core grid variables - Improved type hinting

documentation