uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
I noticed that for the helper function in `uxarray/helpers.py`, we are using the [Numba](https://numba.readthedocs.io/en/stable/user/overview.html), which, according to its documentation, prefer codes writing using "non python" styles (like loop) and lack...
One of the most useful functions in NCL (for me) that I haven't been able to replicate has been the ESMF wrappers, in particular [ESMF_regrid_with_weights](https://www.ncl.ucar.edu/Document/Functions/ESMF/ESMF_regrid_with_weights.shtml). A current use case. I...
Requirement: cartesian data to latlon and vice-versa for a grid file. The current function `encode_as` has an output grid type as the only argument. Can we add another argument that...
Provide support for encoding a dataset encoded in the UGRID conventions to the MPAS specifications
It would be nice to have a colormap based off the color's from the UXarray logo to use for examples. [](file:///private/tmp/mydocs/_static/uxarray_temp_logo.png) Both Sequential and Diverging versions would be great to...
> > Also some introduction for our constants will be helpful as well > > constants intro is more of a subject for the developers guide There are still some...
### Version 2024.04.0 ### How did you install UXarray? Conda ### What happened? When I used plot.rasterize or plot.polygon on a UxDataArray, I got an error AttributeError: Unsupported Plotting Method:...
Closes #635 Support Polygon and Multipolygon
Closes #825 ## Overview Constructs the dual mesh of a grid using `face_centers` and `node_face_connectivity` ## Expected Usage ```Python import uxarray as ux grid_path = "/path/to/grid.nc" grid = ux.open_grid(grid_path) dual...