floodresilience.dynamic_boundary_conditions.river.river_enum
Enum(s) used in the river module.
Classes
| Enum class representing different types of estimates used in river flow scenarios. | 
Module Contents
- class floodresilience.dynamic_boundary_conditions.river.river_enum.BoundType
- Bases: - enum.StrEnum- Enum class representing different types of estimates used in river flow scenarios. - LOWER
- Lower bound of a confidence interval. - Type:
- str 
 
 - MIDDLE
- Point estimate or sample mean. - Type:
- str 
 
 - UPPER
- Upper bound of a confidence interval. - Type:
- str 
 
 - LOWER = 'lower'
 - MIDDLE = 'middle'
 - UPPER = 'upper'