tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
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...
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...
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...
* [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?...
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...
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]...
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...
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....
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...