Aaron Wienkers

Results 1 issues of Aaron Wienkers

This modification to grid.py allows py-eddy-tracker to intake a netCDF data variable directly, e.g. via xarray. ## Example: ``` da = ds.isel(time=0).ssh # xarray data array now holding one time...