tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
Currently the doi on zenodo creates title and authors automatically from the repo info. This leads to some unwanted behavior. - Not really consistent and complete author/contributor list such as...
It looks like the `fill_gaps` function in tracking is never used: https://github.com/tobac-project/tobac/blob/0d098acfaad0dd5e8ac9e07bed13c3e01d42a2a8/tobac/tracking.py#L197 . I'm not quite sure what the intent of this function was, but it seems to me like...
Here're some explanations of basic parameters. Most are copied from the codes. My questions and unfamiliar parts are in bold. ---- ### Feature identification To identify features use `tobac.themes.tobac_v1.feature_detection_multithreshold` method....
With the discussion of docstrings for these functions in #138, I think it's time that we have a discussion about the future of the analysis functions in `analysis.py` more generally....
We should split the `utils.py` module into an internal utilities and external utilities module to save ourselves (and our users) some headaches down the road. ### Proposal Keep all external...
First, I am not suggesting a name change. I worry that folks might be dissuaded from using for radar based objects and other objects by the description. Once TINT is...
Currently, the analysis function calculating the velocity of the tracked cells only provides the absolute value of the velocity. Velocity components in x-y/lat-lon directions should be relatively easy to implement...
Source code inspection for the conda-forge feedstock found that pytables is not referenced anywhere and could be removed as a dependency. Is this true, and if so should it be...
It seems the `field_in` isn't used in `linking_trackpy` which only uses the features to link data https://github.com/tobac-project/tobac/blob/4b9c79857dc9ad17692c6919c44fd02fcbf83cd5/tobac/themes/tobac_v1/tracking.py#L27-L29 Is it better to delete it?
As raised in #80, we should allow users to request `xarray` output from Feature Detection, Tracking, and Segmentation in v1.x. This should be reasonably easy, especially for feature detection and...