SocioEconomicChange

objects.SocioEconomicChange()

The accepted input for socio-economic change in FloodAdapt.

Attributes

population_growth_existing : float

The population growth percentage of the existing area. default=0.0

economic_growth : float

The economic growth percentage. default=0.0.

population_growth_new : float

The population growth percentage for the new development areas. default=0.0.

new_development_elevation : Optional[us.UnitfulLengthRefValue]

The elevation of the new development areas. default=None.

new_development_shapefile : Optional[str]

The path to the shapefile of the new development areas. default=None.

Methods

Name Description
serialize_new_development_shapefile Serialize the new_development_shapefile attribute to a string of only the file name.

serialize_new_development_shapefile

objects.SocioEconomicChange.serialize_new_development_shapefile(
    value: Optional[str],
)

Serialize the new_development_shapefile attribute to a string of only the file name.

Back to top