SocioEconomicChange

objects.SocioEconomicChange()

The accepted input for socio-economic change in FloodAdapt.

Attributes

population_growth_existing : float

The existing population growth rate. default=0.0

economic_growth : float

The economic growth rate. default=0.0.

population_growth_new : float

The population growth rate for new developments. default=0.0.

new_development_elevation : Optional[us.UnitfulLengthRefValue]

The elevation of new developments. default=None.

new_development_shapefile : Optional[str]

The path to the shapefile of new developments. default=None.

Back to top