the-steamship-authority — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-07-24T17:37:49Z,
for the dataset file:///shared/the-steamship-authority_ba40beaf.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


    Feed Info


    Publisher Name:
    N/A
    Publisher URL:
    N/A
    Feed Email:
    N/A
    Feed Language:
    N/A

    Files included


    1. agency.txt
    2. calendar.txt
    3. calendar_dates.txt
    4. fare_attributes.txt
    5. fare_rules.txt
    6. frequencies.txt
    7. routes.txt
    8. shapes.txt
    9. stop_times.txt
    10. stops.txt
    11. transfers.txt
    12. trips.txt

    Counts


    • Agencies: 0
    • Blocks: 8
    • Routes: 8
    • Shapes: 7
    • Stops: 22
    • Trips: 8

    Specification Compliance report

    12 notices reported (2 errors, 1 warnings, 9 infos)

    Notice Code Severity Total
    duplicate_key ERROR 1

    duplicate_key

    Duplicated entity.

    The values of the given key and rows are duplicates.

    You can see more about this notice here.

    filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
    "stop_times.txt" 2 3 "trip_id,stop_sequence" "TL-1,1"
    invalid_url ERROR 1

    invalid_url

    A field contains a malformed URL.

    Definitions for valid URLs are quite vague. We perform strict validation using the Apache Commons UrlValidator.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
    "agency.txt" 2 "agency_url" "ssabus.transloc.com"
    missing_recommended_file WARNING 1

    missing_recommended_file

    A recommended file is missing.

    You can see more about this notice here.

    filename (?) The name of the faulty file.
    "feed_info.txt"
    service_extends_far_in_the_future INFO 8

    service_extends_far_in_the_future

    A service end date is more than 2 years in the future.

    You can see more about this notice here.

    serviceId (?) The service_id that ends far in the future. serviceWindowEndDate (?) The end date of the service (YYYY-MM-DD format).
    "TL-1" "2030-12-30"
    "TL-2" "2030-12-30"
    "TL-3" "2030-12-30"
    "TL-5" "2030-12-30"
    "TL-6" "2030-12-30"
    "TL-7" "2030-12-30"
    "TL-8" "2030-12-30"
    "TL-9" "2030-12-30"
    unsorted_stop_times INFO 1

    unsorted_stop_times

    Stop times are not sorted by trip_id and stop_sequence.

    'stop_times.txt' entries for a given trip are not sorted by stop_sequence, or are not contiguous in the file.

    You can see more about this notice here.

    tripId (?) The faulty record's trip_id. startCsvRowNumber (?) CSV row number of the first stop_times entry for this trip. endCsvRowNumber (?) CSV row number of the last stop_times entry for this trip.
    "TL-1" 2 7