FloodWall

objects.FloodWall()

The expected variables and data types of the “floodwall” hazard measure.

Attributes

name : str

Name of the measure.

description : str

Description of the measure.

type : MeasureType

Type of measure. Should be “MeasureType.floodwall”

selection_type : SelectionType

Type of selection. Should be “SelectionType.polygon” or “SelectionType.aggregation_area”.

polygon_file : Optional[str]

Path to a polygon file, either absolute or relative to the measure path.

elevation : us.UnitfulLength

Height of the floodwall.

absolute_elevation : bool

TODO remove?

Back to top