seastreak — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-23T15:07:07Z,
for the dataset file:///shared/seastreak_8b5ab4f8.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Seastreak
Publisher URL:
https://seastreak.com
Feed Email:
N/A
Feed Language:
English
Feed Start Date:
2020-09-20
Feed End Date:
2030-03-21

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. feed_info.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 4
  • Shapes: 34
  • Stops: 12
  • Trips: 310

Specification Compliance report

915 notices reported (0 errors, 915 warnings, 0 infos)

Notice Code Severity Total
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
missing_recommended_field WARNING 1

missing_recommended_field

A recommended field is missing.

The given field has no value in some input row, even though values are recommended.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
"feed_info.txt" 2 "feed_version"
missing_timepoint_value WARNING 905

missing_timepoint_value

stop_times.timepoint value is missing for a record.

When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

You can see more about this notice here.

Only the first 50 of 905 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "12698_0_0" 5
3 "12698_0_0" 6
4 "12698_0_0" 7
5 "12698_0_1" 5
6 "12698_0_1" 6
7 "12698_0_1" 7
8 "12698_1_0" 5
9 "12698_1_0" 6
10 "12698_1_0" 7
11 "12698_1_1" 5
12 "12698_1_1" 6
13 "12698_1_1" 7
14 "12698_2_0" 3
15 "12698_2_0" 4
16 "12698_2_0" 5
17 "12698_2_0" 6
18 "12698_2_0" 7
19 "12698_2_1" 5
20 "12698_2_1" 6
21 "12698_2_1" 7
22 "12698_3_0" 5
23 "12698_3_0" 6
24 "12698_3_0" 7
25 "12698_3_1" 3
26 "12698_3_1" 4
27 "12698_3_1" 5
28 "12698_3_1" 6
29 "12698_3_1" 7
30 "12698_4_0" 5
31 "12698_4_0" 6
32 "12698_4_0" 7
33 "12698_4_1" 5
34 "12698_4_1" 6
35 "12698_4_1" 7
36 "12698_5_0" 3
37 "12698_5_0" 4
38 "12698_5_0" 5
39 "12698_5_0" 6
40 "12698_5_0" 7
41 "12698_5_1" 3
42 "12698_5_1" 4
43 "12698_5_1" 5
44 "12698_5_1" 6
45 "12698_5_1" 7
46 "12698_6_0" 5
47 "12698_6_0" 6
48 "12698_6_0" 7
49 "12698_6_1" 5
50 "12698_6_1" 6
51 "12698_6_1" 7
same_name_and_description_for_stop WARNING 1

same_name_and_description_for_stop

Same name and description for stop.

The GTFS spec defines stops.txt stop_description as:

Description of the location that provides useful, quality information. Do not simply duplicate the name of the location.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty record. stopDesc (?) The faulty record's `stop_desc`.
2 "9954" "Paulus Hook, NJ"
stop_too_far_from_shape WARNING 2

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
7 "211-168_170_176" "12698_2_1" 21 "176" "Highlands, NJ" [40.4665055,-74.03064] 6986.02055068323
4 "211-176_170_168" "12698_1_0" 8 "176" "Highlands, NJ" [40.4665055,-74.03064] 6986.02055068323
stops_match_shape_out_of_order WARNING 4

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
240 "270-186_7777" "12216_0_0" 720 "7777" "Vineyard Haven, Martha’s Vineyard" [41.45574544886387,-70.60019346504806] 719 "186" "New Bedford, MA" [41.63552399999999,-70.9196609]
134 "9220-184_185" "12262_0_0" 508 "185" "Nantucket, MA" [41.28611045707327,-70.09632157138782] 507 "184" "Oak Bluffs, Martha’s Vineyard, MA" [41.4586165,-70.5544621]
135 "9220-185_184" "12262_0_1" 510 "184" "Oak Bluffs, Martha’s Vineyard, MA" [41.4586165,-70.5544621] 509 "185" "Nantucket, MA" [41.28611045707327,-70.09632157138782]
241 "270-7777_186" "12216_0_1" 722 "186" "New Bedford, MA" [41.63552399999999,-70.9196609] 721 "7777" "Vineyard Haven, Martha’s Vineyard" [41.45574544886387,-70.60019346504806]
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260323" "20260403" "20261012"