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.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, conn: sqlite3.Connection)

Bases: SeaYaml2Source

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

Methods

__init__(config, conn)

build(_config)

builder(line)

company(**kwargs)

connection(**kwargs)

dock(**kwargs)

line(**kwargs)

prepare(config)

report()

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

stop(**kwargs)

Attributes

file_path

name

priority

report_ignore

conn

B

alias of SeaLineBuilder

C

alias of SeaCompany

L

alias of SeaLine

P

alias of SeaDock

S

alias of SeaStop

build(_config: Config)
builder(line: SeaLine) → SeaLineBuilder
company(**kwargs: Unpack[CreateParams]) → SeaCompany
conn
connection(**kwargs: Unpack[CreateParams]) → SeaConnection
dock(**kwargs: Unpack[CreateParams]) → SeaDock
file_path = PosixPath('/home/runner/work/gatelogue/gatelogue/gatelogue-aggregator/src/gatelogue_aggregator/sources/sea/local/erzlink_ferry.yaml')
line(**kwargs: Unpack[CreateParams]) → SeaLine
name = 'Gatelogue (Sea, ErzLink Ferry)'
prepare(config: Config)
priority = -1
report()
report_ignore = ()
routing(line_node: gt.SeaLine, builder: SeaLineBuilder, line_yaml: YamlLine, route_yaml: YamlRoute, cp: SeaYaml2Source._ConnectParams)
stop(**kwargs: Unpack[CreateParams]) → SeaStop
Previous Next

© Copyright 2026, MRT Mapping Services.

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