tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
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...
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...
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...
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....
We should add a "how to cite" documentation page in the readthedocs.
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)
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....
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...