InfrastructureConfig#

class caf.cvt.model_config.InfrastructureConfig(*, road, rail, other)[source]#

Bases: BaseConfig

Configuration for infrastructure data.

Parameters:
road[source]#

Configuration for road infrastructure data.

Type:

Road

rail[source]#

Configuration for rail infrastructure data.

Type:

Rail

other[source]#

Configuration for other infrastructure data.

Type:

Other

Attributes

model_config

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

road

rail

other

Methods

Attributes Documentation

model_config = {}#

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

road: Road[source]#
rail: Rail[source]#
other: Other[source]#