Philip Chmielowiec
Philip Chmielowiec
Discussion initialized in https://github.com/UXARRAY/uxarray/issues/512#issuecomment-1765325749 Thank you for sharing your approach to handling the connectivity issue. Your method resonates with certain concepts from computational geometry, specifically the idea of mesh arrangements....
https://github.com/pydata/xarray/pull/8937 https://numpy.org/neps/nep-0029-deprecation_policy.html https://scientific-python.org/specs/spec-0000/
From the HoloViews documentation: > Many elements now also support aggregation directly on a GPU-based datastructure such as a [cuDF DataFrame](https://github.com/rapidsai/cudf) or an Xarray DataArray backed by a [cupy](https://github.com/cupy/cupy) array....
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...
### Proposed new feature or change: Compute the total flux of a variable entering/exiting each grid cell.