Other#

class caf.cvt.model_config.Other(*, bus_stops, ncn_sustrans, os_mmrn, poi_uk, zapmap, airports)[source]#

Bases: BaseConfig

Configuration for other infrastructure data.

Parameters:
bus_stops[source]#

Mapping of region name to bus stips data path.

Type:

dict[str, pathlib.Path]

ncn_sustrans[source]#

Path to the NCN Sustrans data.

Type:

pathlib.Path

os_mmrn[source]#

Path to the OS MMRN data.

Type:

pathlib.Path

poi_uk[source]#

Configuration for the POI UK zip file entry.

Type:

ZipFileEntry

zapmap[source]#

Path to the ZapMap data.

Type:

pathlib.Path

airports[source]#

Path to the airports data.

Type:

pathlib.path

Attributes

model_config

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

bus_stops

ncn_sustrans

os_mmrn

poi_uk

zapmap

airports

Methods

Attributes Documentation

model_config = {}#

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

bus_stops: dict[str, Path][source]#
ncn_sustrans: Path[source]#
os_mmrn: Path[source]#
poi_uk: ZipFileEntry[source]#
zapmap: Path[source]#
airports: Path[source]#