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

    Class GTFSAgency

    Agency Information

    Required - Transit agencies with service represented in this dataset.

    Index

    Constructors

    • Parameters

      • data: Record<string, string>

        the parsed GTFS CSV data

      Returns GTFSAgency

    Properties

    email?: string

    Optional Email address actively monitored by the agency’s customer service department. This email address should be a direct contact point where transit riders can reach a customer service representative at the agency.

    fareURL?: string

    Optional URL of a web page that allows a rider to purchase tickets or other fare instruments for that agency online.

    id: string

    Required Identifies a location: stop/platform, station, entrance/exit, generic node or boarding area (see location_type). ID must be unique across all stops. stop_id, locations.geojson id, and location_groups.location_group_id values. Multiple routes may use the same stop_id.

    lang?: string

    Optional Primary language used by this transit agency. Should be provided to help GTFS consumers choose capitalization rules and other language-specific settings for the dataset. See ISO 639 for language codes.

    name: string

    Required Full name of the transit agency.

    phone?: string

    Optional A voice telephone number for the specified agency. This field is a string value that presents the telephone number as typical for the agency's service area.

    timezone: string

    Required Timezone where the transit agency is located. If multiple agencies are specified in the dataset, each must have the same agency_timezone.

    url: string

    Required URL of the transit agency.