Flooding#

class caf.cvt.model_config.Flooding(*, flood_path)[source]#

Bases: BaseConfig

Configuration for flooding data.

Parameters:

flood_path (Path)

flood_path[source]#

Path to the flood data.

Type:

pathlib.Path

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

flood_path

Methods

Attributes Documentation

model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

flood_path: Path[source]#