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

I just clicked on the [API reference](https://tobac.readthedocs.io/en/latest/tobac.html#) in the documentation and noticed that the default bin edge values for all the histogram functions are these really long, hand-coded lists of...

good first issue
Low Priority

In many of our tests, we create test features using the existing routines and then test them against hardcoded values. It would be good to improve this mocking so that...

There are many instances in observational data where the delta-time is not held fixed, or where data gaps are present. *tobac* does not currently deal with this, instead asking users...

enhancement

Realizing that the installation of our conda requirements in every github action slows down the github actions (see #288), it could be worth using some type of caching of the...

Low Priority
workflow

Cartopy is currently used in the `plotting` module, as well as being a dependency of `iris`. Installing `cartopy` with `pip` is difficult due to its dependency on the `GEOS` library....

good first issue
dependency

We should add a "how to cite" documentation page in the readthedocs.

documentation
Tobathon

Following our discussions in #346 and #365 we should allow users to specify if the threshold values in feature detection and segmentation are treated in an inclusive or exclusive way....

It would be nice to add some animations of tracking performed using _tobac_ to the github readme and readthedocs to help promote _tobac_. Something similar to [PyFLEXTRKR](https://github.com/FlexTRKR/PyFLEXTRKR)

good first issue
documentation

I've recently noticed that bulk statistics can run very slowly when applied to data that is non-contiguous. This can happen when slicing dask arrays or broadcasting along the trailing dimension....

enhancement

As per title. e.g. `np.max` produces values smaller than the threshold. Works correctly when applied to a length 1 slice of the data. I'll try and dig into what is...

bug