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

As discussed in #171, we should create checklists for issues similar to the ones we have for PRs. It would be nice to have the following templates: - Bug Report...

enhancement

In line with #354, this PR switches segmentation to use xarray internally and also does some light refactoring of the segmentation package. This PR *includes* #354 so that I could...

xarray transition

This is a draft PR that contains my work switching feature detection to use xarray internally, using many of the concepts (and some of the code) from #275. This code...

xarray transition

* [x] Have you searched the issue tracker for the same problem? * [x] Have you checked if you're using the latest version? If not, which version are you using?...

bug

The fixed `get_spacings` method from PR #400 is missing a test. I'll be working on adding it.

Adding support for periodic boundary conditions in `merge_split_MEST` would be a nice goal during the v1.5.x release cycle. This could be done using the scikit-learn `BallTree` distance search approach used...

enhancement

Added more details to our documentation around dealing with big datasets, including a new example notebook of running feature detection in parallel. With @RBhupi from tobathon February 2024 * [x]...

enhancement
documentation

Following on from #384 , I've carried out a more substantial refactoring of the PBC distance calculation functions. This includes improved validation of PBC keyword parameters, and optimisation of the...

Refactor

This turned into a general refactor of `merge_split_MEST`, with the following changes and additions: 1. Adds PBC capabilities, using the same `BallTree` distance search approach as used in feature detection....

enhancement

This is a long-promised feature to identify object families/systems by identifying where segmented objects touch. I think this could probably use some more documentation beyond the docstring, but I wanted...

enhancement