Philip Chmielowiec
Philip Chmielowiec
> > 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...
I am one of the developers of the [UXarray](https://github.com/UXARRAY/uxarray) package and we use Datashader and Holoviews for visualizing unstructured grids. The majority of our data is from climate model outputs,...
Is the "Change" column supposed to be blank when running `asv compare`? I was under the impression that this would include the difference in the benchmark values between the two...
## Overview Support a general area weighted conservative remapping method. The overlap between source and destinations will be computed and used as a weight for obtaining the remapped value. ##...
Currently, we are excplicitly converting our data array into Numpy with the `.values` method. https://github.com/UXARRAY/uxarray/blob/778e05e27af90a27e4ea81d84e137a33b6064a7a/uxarray/core/dataarray.py#L896 To support Dask, we should avoid this.
Closes #858 ## Overview * [User guide section on Accurate Spherical Operators ](https://uxarray--856.org.readthedocs.build/en/856/user-guide/accurate-helpers.html)
Closes #893, #894, #895 ## Overview * Introduces Unstructured to Structured Remapping using a Nearest Neighbor approach * New [user guide section](https://uxarray--892.org.readthedocs.build/en/892/user-guide/remapping-u2s.html) on Unstructured to Structured Remapping ## Expected Usage...
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...
Add support for quickly converting a UxDataset to a structured grid by providing the lattitude and longitude values of a structured grid.
Add support for quickly converting a UxDataArray to a structured grid by providing the lattitude and longitude values of a structured grid.