gatelogue-aggregator

Contents:

  • Usage
  • Data Format
  • Command Line
  • Reference
    • gatelogue_aggregator
      • gatelogue_aggregator.cli
      • gatelogue_aggregator.downloader
      • gatelogue_aggregator.logging
      • gatelogue_aggregator.sources
        • gatelogue_aggregator.sources.SOURCES
        • gatelogue_aggregator.sources.air
        • gatelogue_aggregator.sources.bus
        • gatelogue_aggregator.sources.rail
        • gatelogue_aggregator.sources.sea
        • gatelogue_aggregator.sources.spawn_warp
        • gatelogue_aggregator.sources.town
        • gatelogue_aggregator.sources.wiki_base
        • gatelogue_aggregator.sources.yaml2source
      • gatelogue_aggregator.types
      • gatelogue_aggregator.utils
    • gatelogue_types
gatelogue-aggregator
  • Reference
  • gatelogue_aggregator
  • gatelogue_aggregator.sources
  • gatelogue_aggregator.sources.sea
  • gatelogue_aggregator.sources.sea.local
  • gatelogue_aggregator.sources.sea.local.erzlink_ferry
  • gatelogue_aggregator.sources.sea.local.erzlink_ferry.ErzLinkFerry
  • View page source

gatelogue_aggregator.sources.sea.local.erzlink_ferry.ErzLinkFerry

class gatelogue_aggregator.sources.sea.local.erzlink_ferry.ErzLinkFerry(config: Config)

Bases: Yaml2Source, SeaSource

__init__(config: Config)

Methods

__init__(config)

build(_config)

custom_routing(line_node, stations, line_yaml)

find_by_ref(v)

find_by_ref_or_index(v)

is_coord_source()

report()

reported_nodes()

retrieve_from_cache(config)

sanitise_strings()

save_to_cache(config)

source(v)

Attributes

file_path

name

priority

g

B

alias of SeaLineBuilder

C

alias of SeaCompany

L

alias of SeaLine

S

alias of SeaStop

build(_config: Config)
custom_routing(line_node: RailLine | BusLine | SeaLine, stations: list[RailStation | BusStop | SeaStop], line_yaml: YamlLine)
file_path: Path = PosixPath('/home/runner/work/gatelogue/gatelogue/gatelogue-aggregator/src/gatelogue_aggregator/sources/sea/local/erzlink_ferry.yaml')
find_by_ref(v: R) → N | None
find_by_ref_or_index(v: R | int) → N | None
g
classmethod is_coord_source() → bool
name = 'Gatelogue (Sea, ErzLink Ferry)'
priority = 1
report()
classmethod reported_nodes() → tuple[type[Node], ...]
retrieve_from_cache(config: Config) → rx.PyGraph | None
sanitise_strings()
save_to_cache(config: Config)
classmethod source(v: T) → Sourced[T]
Previous Next

© Copyright 2024, MRT Mapping Services.

Built with Sphinx using a theme provided by Read the Docs.