CoastalErosion#

class caf.cvt.model_config.CoastalErosion(*, zip_path, giz, smp)[source]#

Bases: BaseConfig

Configuration for coastal erosion data.

Parameters:
zip_path[source]#

Path to the zip file.

Type:

pathlib.Path

giz[source]#

Internal path to the GIZ file.

Type:

str

smp[source]#

Dictionary of SMP files.

Type:

dict

Attributes

model_config

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

zip_path

giz

smp

Methods

Attributes Documentation

model_config = {}#

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

zip_path: Path[source]#
giz: str[source]#
smp: dict[source]#