tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
Running segmentation over a single timestep array returns a segment cube with no time dimension. This is not normally an issue, but bulk_statistics needs a time dimension so fails to...
If dz is not given, `filter_min_distance` tries to find the vertical coordinate from the dataframe but as this occurs before coordinate interpolate it fails, causing an error. Easiest solution is...
- [ ] Best practices page - [ ] Enhance handling large datasets page (#408)
How are 3D features that are directly over one another handled in 2D segmentation? It currently appears poorly defined (although this is not a particularly common occurrence). Comes from @RBhupi...
From a discussion between me and @wreckdump in #320, we should document that sometimes `trackpy` hangs on tracking when `subnetwork_size` is too large. I've had trouble reliably replicating this, though....
We need to add more example notebooks generally. - [ ] WRF Example (post v4) - [ ] GLM Example - [ ] Radar Example - [ ] Pretty Plots...
As part of the xarray transition, we should add some metadata and description of variables to the output files that are created with tobac. Part of it can be left...
We should update the feature detection and segmentation output documentation pages (https://tobac.readthedocs.io/en/latest/feature_detection_output.html https://tobac.readthedocs.io/en/latest/segmentation_output.html) in prep for the xarray transition.
We should create a developer/contributor guide. Black has a quite good one that we can model off of: https://black.readthedocs.io/en/stable/contributing/index.html
From tobac workshop - we should have an explicit page saying what your data needs to look like to be able to use tobac. It will be a great advertisement...