baltimore-collegetown-network — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-24T07:40:03Z,
for the dataset file:///shared/baltimore-collegetown-network_9e48e4c5.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: 3
  • Routes: 2
  • Shapes: 2
  • Stops: 20
  • Trips: 32

Specification Compliance report

12 notices reported (6 errors, 6 warnings, 0 infos)

Notice Code Severity Total
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" "baltimorecollegetownshuttle.transloc.com"
stop_time_with_arrival_before_previous_departure_time ERROR 5

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
271 270 "TL-92" "03:58:00" "15:50:00"
282 281 "TL-93" "05:39:00" "17:31:00"
249 248 "TL-90" "01:04:00" "12:56:00"
260 259 "TL-91" "02:32:00" "14:24:00"
293 292 "TL-94" "07:05:00" "18:57:00"
fast_travel_between_far_stops WARNING 5

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
22 "TL-93" "TL-2" 665.7240682954421 11.095401138257369 278 1 "TL-10" "Penn Station (St. Paul Street Entrance)" "17:05:00" 282 50 "TL-14" "Towson Town Center (Dulaney Valley/ Macy's)" "05:39:00"
21 "TL-92" "TL-2" 665.7240682954421 11.095401138257369 267 1 "TL-10" "Penn Station (St. Paul Street Entrance)" "15:24:00" 271 50 "TL-14" "Towson Town Center (Dulaney Valley/ Macy's)" "03:58:00"
19 "TL-90" "TL-2" 665.7240682954421 11.095401138257369 245 1 "TL-10" "Penn Station (St. Paul Street Entrance)" "12:30:00" 249 50 "TL-14" "Towson Town Center (Dulaney Valley/ Macy's)" "01:04:00"
20 "TL-91" "TL-2" 665.7240682954421 11.095401138257369 256 1 "TL-10" "Penn Station (St. Paul Street Entrance)" "13:58:00" 260 50 "TL-14" "Towson Town Center (Dulaney Valley/ Macy's)" "02:32:00"
23 "TL-94" "TL-2" 665.7240682954421 11.095401138257369 289 1 "TL-10" "Penn Station (St. Paul Street Entrance)" "18:31:00" 293 50 "TL-14" "Towson Town Center (Dulaney Valley/ Macy's)" "07:05:00"
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"