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

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...

documentation

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...

question

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....

documentation

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....

enhancement
v2.x compatibility

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...

enhancement

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...

documentation

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...

enhancement
good first issue

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...

question

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?

enhancement

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...

enhancement
v2.x compatibility
xarray transition