Strategy

objects.Strategy()

Class representing a strategy in FloodAdapt.

A strategy is a collection of measures that can be applied to a model.

Attributes

measures : list[str]

A list of measures associated with the strategy. Should be a list of measure names that are saved in the database.

Methods

Name Description
get_measures Get the measures paths and types.

get_measures

objects.Strategy.get_measures()

Get the measures paths and types.

Back to top