ImpactConfig#

class caf.cvt.model_config.ImpactConfig(*, freight_demand, noham_demand)[source]#

Bases: BaseConfig

Configuration for impact data.

Parameters:
freight_demand[source]#

Path to the freight demand data.

Type:

pathlib.Path

noham_demand[source]#

Configuration for NoHAM demand zip file entry.

Type:

ZipFileEntry

Attributes

model_config

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

freight_demand

noham_demand

Methods

Attributes Documentation

model_config = {}#

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

freight_demand: Path[source]#
noham_demand: ZipFileEntry[source]#