gis-tools-ts - v0.6.0
    Preparing search index...

    Class GTFSNetwork

    Networks

    Conditionally Forbidden Defines network identifiers. Used to group routes under a named network for fare leg rules. This file is forbidden if network_id exists in routes.txt, otherwise optional.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • data: Record<string, string>

        the parsed GTFS CSV data

      Returns GTFSNetwork

    Properties

    id: string

    Required Identifies a network (network_id). Must be unique in networks.txt.

    name?: string

    Optional The name of the network as used by the local agency and its riders.