tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
We should probably add some example notebooks to demo merge and split, either here or in the tutorials repo.
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...
After discussion at the workshop, I think we should go ahead and add overlap tracking using the segmentation output. We should probably do this post-xarray switchover, but I wanted to...
I would like to use tobac with the input that has non-monotonic longitude. For example, below attached picture shows the entire tropics (25S - 25N) with the longitude ranging from...
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...
this is a draft PR to document our collaborative activities in the xarray to iris transition. The idea for a step-by-step transition to xarray is laid out in #143 ....