David Ahijevych
David Ahijevych
Eventually we need to accept the objects' region properties in row-column coordinates, as opposed to xy. skimage.measure regionprops function will stop using xy coordinates and use row-column instead. STObject.py uses...
The centroid in the csv track_step file is different than the centroid in the patches netCDF file. When I say different, I don't mean more than 0.2 degrees different, but...
Avoid ValueError: not enough values to unpack (expected 4, got 3) Correct the number of arguments expected from pipelines in make_GLM_grids.py by removing references to min_flash_area_grid and min_area_grid. ``` Traceback...
### Version v2024.0.1 ### How did you install UXarray? Source ### What happened? uxarray.DataArray.isel did not select Time dimension if isel indexers has TIme _and_ grid dimension. ### What did...
### 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:...
Apply a neighborhood filter within a circular radius r to a UxDataset or UxDataArray. Issue #930 ## Overview This is kind of like `uxarray.UxDataArray.inverse_distance_weighted_remap` , but the neighborhood is defined...
### Proposed new feature or change: Apply a neighborhood filter within a circular radius r (in degrees) to a UxDataset or UxDataArray. Overview This is kind of like uxarray.UxDataArray.inverse_distance_weighted_remap ,...