gatelogue-aggregator

Contents:

  • Usage
  • Data Format
  • Command Line
  • Reference
    • gatelogue_aggregator
      • gatelogue_aggregator.cli
      • gatelogue_aggregator.config
      • gatelogue_aggregator.downloader
      • gatelogue_aggregator.gatelogue_data
      • gatelogue_aggregator.logging
      • gatelogue_aggregator.source
      • gatelogue_aggregator.sources
        • gatelogue_aggregator.sources.SOURCES
        • gatelogue_aggregator.sources.air
        • gatelogue_aggregator.sources.bus
        • gatelogue_aggregator.sources.dynmap_markers
        • gatelogue_aggregator.sources.line_builder
        • gatelogue_aggregator.sources.rail
        • gatelogue_aggregator.sources.sea
        • gatelogue_aggregator.sources.spawn_warp
        • gatelogue_aggregator.sources.town
        • gatelogue_aggregator.sources.warp_api
        • gatelogue_aggregator.sources.yaml2source
    • gatelogue_types
gatelogue-aggregator
  • Reference
  • gatelogue_aggregator
  • gatelogue_aggregator.sources
  • gatelogue_aggregator.sources.rail
  • gatelogue_aggregator.sources.rail.local
  • gatelogue_aggregator.sources.rail.local.erzlink_metro
  • gatelogue_aggregator.sources.rail.local.erzlink_metro.ErzLinkMetro
  • View page source

gatelogue_aggregator.sources.rail.local.erzlink_metro.ErzLinkMetro

class gatelogue_aggregator.sources.rail.local.erzlink_metro.ErzLinkMetro(config: Config, conn: sqlite3.Connection)

Bases: RailYaml2Source

__init__(config: Config, conn: sqlite3.Connection)

Methods

__init__(config, conn)

build(_config)

builder(line)

company(**kwargs)

connection(**kwargs)

line(**kwargs)

platform(**kwargs)

prepare(config)

report()

routing(line_node, builder, line_yaml, ...)

station(**kwargs)

Attributes

file_path

name

priority

report_ignore

conn

B

alias of RailLineBuilder

C

alias of RailCompany

L

alias of RailLine

P

alias of RailPlatform

S

alias of RailStation

build(_config: Config)
builder(line: RailLine) → RailLineBuilder
company(**kwargs: Unpack[CreateParams]) → RailCompany
conn
connection(**kwargs: Unpack[CreateParams]) → RailConnection
file_path = PosixPath('/home/runner/work/gatelogue/gatelogue/gatelogue-aggregator/src/gatelogue_aggregator/sources/rail/local/erzlink_metro.yaml')
line(**kwargs: Unpack[CreateParams]) → RailLine
name = 'Gatelogue (Rail, ErzLink Metro)'
platform(**kwargs: Unpack[CreateParams]) → RailPlatform
prepare(config: Config)
priority = -1
report()
report_ignore = ()
routing(line_node: gt.RailLine, builder: RailLineBuilder, line_yaml: YamlLine, route_yaml: YamlRoute, cp: RailYaml2Source._ConnectParams)
station(**kwargs: Unpack[CreateParams]) → RailStation
Previous Next

© Copyright 2026, MRT Mapping Services.

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