tobac icon indicating copy to clipboard operation
tobac copied to clipboard

Tracking and object-based analysis of clouds

Results 112 tobac issues
Sort by recently updated
recently updated
newest added

We should probably add some example notebooks to demo merge and split, either here or in the tutorials repo.

enhancement
Tobathon

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...

enhancement

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...

workflow

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...

workflow

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...

enhancement

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...

question

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...

xarray transition

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...

bug
Low Priority

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...

discussion
Low Priority
dependency

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 ....

xarray transition