uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
### Proposed new feature or change: In the current implementation we assume that spherical triangles are composed of great circle arcs. However, if one edge of the triangle is a...
### Proposed new feature or change: Add a function to get the distance between two points on a shpere. I was hoping this is already implemented, but couldn't find it....
### Proposed new feature or change: Implement the Welzl's algorithm and report face centerpoint if request after loading a mesh file.
Closes #XXX ## Overview * This PR takes parts from #785 and implements them using the recent additions from #989 * Implements the API for the ``UxDataArray.zonal_mean()`` function using the...
Originally suggested by @clyne \, the following would be a very helpful demonstration in our docs: "On the subject of new UXarray features, what about a notebook that demonstrates how...
I noticed a couple issues that mention FESOM (#425 and #282) but the documentation does not indicate that FESOM2 is supported. In a separate project, I am working with a...
Closes #945 ## Overview * Preserves coordinates when indexing a `UxDataArray`
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...
Hi @philipc2, I have another small question about something that doesn't seem to be working. I would like to use the `.where()` functionality with a uxds array, something like ~~~...
### Version v2024.08.2 ### How did you install UXarray? Conda ### What happened? `_slice_from_grid` in UxDataArray create a new subset dataarray using coordinates info from the original dataarray as shown...