Heavy Rainfall AnalysisΒΆ

Module for heavy rainfall analysis.

  • identify and select all intervals in which a specified precipitation threshold is exceeded
  • count the number of threshold exceedances
find_heavy_rainfalls Creates a DataFrame containing all heavy rainfalls (intervals) exceeding a specified threshold intensity value.
count_heavy_rainfall_intervals Creates a DataFrame containing the sum of all heavy rainfalls intervals exceeding a specified threshold intensity value.