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

This is just an addition to the main tobac segmentation file. The additional parameter is ISO_dilate, a value by which the 2d feature is dilated in order to find the...

In feature detection and tracking, we should find a way to save information about the input grid. This will allow tobac to check on segmentation that the grid is the...

enhancement

As the title says, we need to add GitHub Actions to the `v2.0-dev` branch.

enhancement

In the `tobac_v1` theme's tracking step, a cell ID is assigned, and the convention is to [use NaN to mark that a feature has not been assigned to a cell...

enhancement

I see @JuliaKukulies has added the lon/lat support (#65), is it possible to link the 2D segmentations with different shapes? Let's assume we have two segmentations: seg1 (y:200, x: 100)...

enhancement
question

One of tobac's advantages is that it keeps each step in the tracking process separate. Right now, each step using tobac's various tracking functions produces a separate dataset or array....

enhancement
xarray transition

I have made really good experiences with using Python type hints in my recent python projects (similar size and number of contributors our current tobac...). It might be a good...

enhancement

Determining if a feature is isolated and how many neighbors it has - currently there is a pull request for this in the TINT theme, but not in tobac v1.0...

enhancement

When running the tracking example of the TINT theme, the cell mask variable in the tracked dataset is reversed from what I expected. The input gridded NetCDF data look like...

enhancement

This adds the number of neighboring objects to the the function check_isolation instead of just returning true or false for a cell. The addition of this metric in the final...