Philip Chmielowiec
Philip Chmielowiec
Support remapping between Unstructured to Structured grids using a nearest neighbor approach
We mention "intended" functionality in our README. This should be updated to outline our "Supported" functionality. Below is the section I am referring to. ## UXarray Functionality The following intended...
https://github.com/nschloe/pyfma/pull/17
Closes #865 ## Overview * Adds the `merge_duplicate_node_indices()` function that replaces the index of nodes that have the exact latitude and longitude to only reference one node. ## Expected Usage...
Closes #826 ## 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...
Some of our testing grids include duplicates of certain nodes, meaning that there existing multiple nodes that share the same latitude and longitude location, but each have their own index...
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 weighted means ### Face Centered Variables - Use the Face Area as a weight ### Edge Centered Variables - Use the Edge Magnitude as a weight
A notebook showcasing basic plots of E3SM model output to put in our visualization gallery.
Closes #16 ## Overview * Replaces calls to [`np.find_common_type`](https://numpy.org/doc/1.25/reference/generated/numpy.find_common_type.html), which was deprecated in NumPy 2.0 with calls to [`np.promote_types`](https://numpy.org/doc/1.25/reference/generated/numpy.promote_types.html#numpy.promote_types)