uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
### Proposed new feature or change: I am interested in fitting xradar datasets/datatrees (radar data in radial coordinates) into the uxarray data model! This would allow us to represent the...
_Also mentioned by @anissa111 in https://github.com/UXARRAY/uxarray/discussions/88#discussioncomment-3335717_ At time of writing, testing coverage according to [Codecov is 64%](https://app.codecov.io/gh/UXARRAY/uxarray). Additionally, some of the tests we're currently running use "magic number" correct answers....
### Version v2023.08.4 ### How did you install UXarray? Conda ### What happened? When generating a SCRIP grid from a generic lat/lon mesh to use with TempestExtremes GenerateFileConnectivity, I originally...
https://github.com/pydata/xarray/pull/8937 https://numpy.org/neps/nep-0029-deprecation_policy.html https://scientific-python.org/specs/spec-0000/
Closes #936 ## Overview This PR addresses a performance issue in the `point_within_gca `function, which unnecessarily re-converted lat/lon coordinates from Cartesian coordinates. Since Uxarray already stores lat/lon coordinates, they can...