Road#

class caf.cvt.model_config.Road(*, os_road, noham)[source]#

Bases: BaseConfig

Configuration for road infrastructure data.

Parameters:
os_road[source]#

Path to the OS road data.

Type:

pathlib.Path

noham[source]#

Dictionary containing scenario linked to year and file path in a NoHAM entry class.

Type:

dict[str, NoHAMEntry]

Attributes

model_config

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

os_road

noham

Methods

Attributes Documentation

model_config = {}#

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

os_road: Path[source]#
noham: dict[str, NoHAMEntry][source]#