FloodExceedanceModel

database_builder.FloodExceedanceModel()

Model for flood exceedance probability configuration.

Attributes

column : str, default=_IMPACT_COLUMNS.inundation_depth

The database column name for flood depth measurements.

threshold : float, default=0.1

The flood depth threshold value.

unit : str, default="meters"

The unit of measurement for the threshold.

period : int, default=30

The time period in years for exceedance analysis.

Back to top