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

    Class GTFSFeedInfo

    Feed Information

    Conditionally Required Contains information about the dataset itself (publisher, version, etc.).

    • Required if translations.txt is used.
    • Recommended otherwise.
    Index

    Constructors

    • Parameters

      • data: Record<string, string>

        the parsed GTFS CSV data

      Returns GTFSFeedInfo

    Properties

    defaultLang?: string

    Optional Language used if the consumer does not know the rider’s language, often "en".

    feedContactEmail?: string

    Optional Email address for technical contact about the dataset.

    feedContactUrl?: string

    Optional URL for technical contact or support form regarding the dataset.

    feedEndDate?: string

    Recommended Last date of service the dataset covers, in YYYYMMDD format. Must not precede feed_start_date if both are given.

    feedLang: string

    Required Default language code for the text in this dataset. For multilingual datasets, use "mul" and translations.txt for further detail.

    feedPublisherName: string

    Required Full name of the organization that publishes the dataset.

    feedPublisherUrl: string

    Required URL of the dataset publisher's website.

    feedStartDate?: string

    Recommended First date of service the dataset covers, in YYYYMMDD format.

    feedVersion?: string

    Recommended Current version identifier for this GTFS dataset.