Expand description
Storm cell detection algorithms. Storm cell detection algorithms.
This module provides algorithms for identifying and characterizing storm cells in radar data using connected-component analysis on reflectivity fields.
Structsยง
- Storm
Cell - A detected storm cell identified by connected-component analysis on a reflectivity sweep field.
- Storm
Cell Bounds - Geographic bounding box of a storm cell.
- Storm
Cell Detector - Detects storm cells in a reflectivity sweep field using connected-component labeling.