Road#
- class caf.cvt.model_config.Road(*, os_road, noham)[source]#
Bases:
BaseConfigConfiguration for road infrastructure data.
- Parameters:
os_road (Path)
noham (dict[str, NoHAMEntry])
- noham[source]#
Dictionary containing scenario linked to year and file path in a NoHAM entry class.
- Type:
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods
Attributes Documentation
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- noham: dict[str, NoHAMEntry][source]#