William Jones
William Jones
If dz is not given, `filter_min_distance` tries to find the vertical coordinate from the dataframe but as this occurs before coordinate interpolate it fails, causing an error. Easiest solution is...
One of the long term goals for tobac is to add native support for detection, segmentation and tracking on data that is not on a cartesian grid, including high-resolution global...
It would be useful to have an issue template for requesting new features/functionality in tobac along with the templates we currently have. Some potential cheeckboxes/questions: - [ ] Is this...
When merging from a release candidate branch into `main`, the matrix CI is run twice. I believe this is because it triggers for both the merging branch (on push) and...
Keeping track of issues encountering when converting between `iris` Cubes and `xarray` DataArrays: - Round trip conversion (`xarray` -> `iris` -> `xarray`) of integer DataArrays causes either a `TypeError` for...
At present, the Dataframe returned by `linking_trackpy` is sorted by frame, rather than keeping the order in the input feature dataframe. This is a very minor issue, as ordinarily features...
Python 3.12 has been out for a few months now, and tobac dependencies have been updated to support it (a mamba install with python 3.12 works for me locally without...
With the shift to xarray, it would be nice to change `PBC_flag` from accepting `hdim_1`, `hdim_2` to also accepting the xarray dimension names (e.g. `latitude`, `longitude`). Allowing `min_h1`, `max_h1` etc....
Although the animations are nice to have, we don't generate them for the repository and they add time to checking the notebooks in CI. Should we remove them or comment...
Pandas moved to version 2 recently, with a fair few changes. We should keep an eye out for any problems/bugs arising from using tobac with the new version of pandas...