GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-24T07:53:26Z,
for the dataset file:///shared/university-of-texas-rio-grande-valley_f03d21e0.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: 49
  • Routes: 16
  • Shapes: 16
  • Stops: 35
  • Trips: 100

Specification Compliance report

58 notices reported (1 errors, 57 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" "UTRGV.transloc.com"
fast_travel_between_consecutive_stops WARNING 12

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

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.
99 "TL-1026" "TL-10" 159.65118140290127 82.48644372483233 88 1 "TL-14" "Visitors Center" "00:00:00" 89 2 "TL-24" "Brownsville Main" "00:30:00"
100 "TL-1027" "TL-10" 159.65118140290127 82.48644372483233 90 1 "TL-14" "Visitors Center" "00:00:00" 91 2 "TL-24" "Brownsville Main" "00:30:00"
101 "TL-1028" "TL-10" 159.65118140290127 82.48644372483233 92 1 "TL-14" "Visitors Center" "00:00:00" 93 2 "TL-24" "Brownsville Main" "00:30:00"
95 "TL-1022" "TL-10" 159.65118140290127 82.48644372483233 80 1 "TL-14" "Visitors Center" "00:00:00" 81 2 "TL-24" "Brownsville Main" "00:30:00"
96 "TL-1023" "TL-10" 159.65118140290127 82.48644372483233 82 1 "TL-14" "Visitors Center" "00:00:00" 83 2 "TL-24" "Brownsville Main" "00:30:00"
97 "TL-1024" "TL-10" 159.65118140290127 82.48644372483233 84 1 "TL-14" "Visitors Center" "00:00:00" 85 2 "TL-24" "Brownsville Main" "00:30:00"
98 "TL-1025" "TL-10" 159.65118140290127 82.48644372483233 86 1 "TL-14" "Visitors Center" "00:00:00" 87 2 "TL-24" "Brownsville Main" "00:30:00"
93 "TL-1020" "TL-10" 159.65118140290127 82.48644372483233 76 1 "TL-14" "Visitors Center" "00:00:00" 77 2 "TL-24" "Brownsville Main" "00:30:00"
94 "TL-1021" "TL-10" 159.65118140290127 82.48644372483233 78 1 "TL-14" "Visitors Center" "00:00:00" 79 2 "TL-24" "Brownsville Main" "00:30:00"
92 "TL-1019" "TL-10" 159.65118140290127 82.48644372483233 74 1 "TL-14" "Visitors Center" "00:00:00" 75 2 "TL-24" "Brownsville Main" "00:30:00"
90 "TL-1017" "TL-10" 159.65118140290127 82.48644372483233 70 1 "TL-14" "Visitors Center" "00:00:00" 71 2 "TL-24" "Brownsville Main" "00:30:00"
91 "TL-1018" "TL-10" 159.65118140290127 82.48644372483233 72 1 "TL-14" "Visitors Center" "00:00:00" 73 2 "TL-24" "Brownsville Main" "00:30:00"
fast_travel_between_far_stops WARNING 25

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.
58 "TL-67" "TL-9" 171.78087658704484 88.75345290330651 148 1 "TL-14" "Visitors Center" "05:30:00" 150 3 "TL-24" "Brownsville Main" "06:00:00"
99 "TL-1026" "TL-10" 159.65118140290127 82.48644372483233 88 1 "TL-14" "Visitors Center" "00:00:00" 89 2 "TL-24" "Brownsville Main" "00:30:00"
100 "TL-1027" "TL-10" 159.65118140290127 82.48644372483233 90 1 "TL-14" "Visitors Center" "00:00:00" 91 2 "TL-24" "Brownsville Main" "00:30:00"
101 "TL-1028" "TL-10" 159.65118140290127 82.48644372483233 92 1 "TL-14" "Visitors Center" "00:00:00" 93 2 "TL-24" "Brownsville Main" "00:30:00"
95 "TL-1022" "TL-10" 159.65118140290127 82.48644372483233 80 1 "TL-14" "Visitors Center" "00:00:00" 81 2 "TL-24" "Brownsville Main" "00:30:00"
96 "TL-1023" "TL-10" 159.65118140290127 82.48644372483233 82 1 "TL-14" "Visitors Center" "00:00:00" 83 2 "TL-24" "Brownsville Main" "00:30:00"
97 "TL-1024" "TL-10" 159.65118140290127 82.48644372483233 84 1 "TL-14" "Visitors Center" "00:00:00" 85 2 "TL-24" "Brownsville Main" "00:30:00"
98 "TL-1025" "TL-10" 159.65118140290127 82.48644372483233 86 1 "TL-14" "Visitors Center" "00:00:00" 87 2 "TL-24" "Brownsville Main" "00:30:00"
93 "TL-1020" "TL-10" 159.65118140290127 82.48644372483233 76 1 "TL-14" "Visitors Center" "00:00:00" 77 2 "TL-24" "Brownsville Main" "00:30:00"
94 "TL-1021" "TL-10" 159.65118140290127 82.48644372483233 78 1 "TL-14" "Visitors Center" "00:00:00" 79 2 "TL-24" "Brownsville Main" "00:30:00"
92 "TL-1019" "TL-10" 159.65118140290127 82.48644372483233 74 1 "TL-14" "Visitors Center" "00:00:00" 75 2 "TL-24" "Brownsville Main" "00:30:00"
90 "TL-1017" "TL-10" 159.65118140290127 82.48644372483233 70 1 "TL-14" "Visitors Center" "00:00:00" 71 2 "TL-24" "Brownsville Main" "00:30:00"
91 "TL-1018" "TL-10" 159.65118140290127 82.48644372483233 72 1 "TL-14" "Visitors Center" "00:00:00" 73 2 "TL-24" "Brownsville Main" "00:30:00"
44 "TL-1008" "TL-9" 241.51770116674825 124.78414560281993 34 1 "TL-14" "Visitors Center" "00:00:00" 37 4 "TL-23" "Harlingen HCEBL" "00:30:00"
45 "TL-1009" "TL-9" 241.51770116674825 124.78414560281993 38 1 "TL-14" "Visitors Center" "00:00:00" 41 4 "TL-23" "Harlingen HCEBL" "00:30:00"
41 "TL-1005" "TL-9" 241.51770116674825 124.78414560281993 22 1 "TL-14" "Visitors Center" "00:00:00" 25 4 "TL-23" "Harlingen HCEBL" "00:30:00"
42 "TL-1006" "TL-9" 241.51770116674825 124.78414560281993 26 1 "TL-14" "Visitors Center" "00:00:00" 29 4 "TL-23" "Harlingen HCEBL" "00:30:00"
43 "TL-1007" "TL-9" 241.51770116674825 124.78414560281993 30 1 "TL-14" "Visitors Center" "00:00:00" 33 4 "TL-23" "Harlingen HCEBL" "00:30:00"
88 "TL-1015" "TL-9" 241.51770116674825 124.78414560281993 62 1 "TL-14" "Visitors Center" "00:00:00" 65 4 "TL-23" "Harlingen HCEBL" "00:30:00"
89 "TL-1016" "TL-9" 241.51770116674825 124.78414560281993 66 1 "TL-14" "Visitors Center" "00:00:00" 69 4 "TL-23" "Harlingen HCEBL" "00:30:00"
84 "TL-1011" "TL-9" 241.51770116674825 124.78414560281993 46 1 "TL-14" "Visitors Center" "00:00:00" 49 4 "TL-23" "Harlingen HCEBL" "00:30:00"
85 "TL-1012" "TL-9" 241.51770116674825 124.78414560281993 50 1 "TL-14" "Visitors Center" "00:00:00" 53 4 "TL-23" "Harlingen HCEBL" "00:30:00"
86 "TL-1013" "TL-9" 241.51770116674825 124.78414560281993 54 1 "TL-14" "Visitors Center" "00:00:00" 57 4 "TL-23" "Harlingen HCEBL" "00:30:00"
87 "TL-1014" "TL-9" 241.51770116674825 124.78414560281993 58 1 "TL-14" "Visitors Center" "00:00:00" 61 4 "TL-23" "Harlingen HCEBL" "00:30:00"
46 "TL-1010" "TL-9" 241.51770116674825 124.78414560281993 42 1 "TL-14" "Visitors Center" "00:00:00" 45 4 "TL-23" "Harlingen HCEBL" "00:30: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"
mixed_case_recommended_field WARNING 1

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"routes.txt" "route_long_name" "CC-HRL" 4
stop_without_stop_time WARNING 11

stop_without_stop_time

A stop in stops.txt is not referenced by any stop_times.stop_id.

Such stops are not used by any trip and normally do not provide user value. This notice may indicate a typo in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
3 "TL-15" "City Hall"
4 "TL-16" "County Courthouse"
5 "TL-17" "HEB"
6 "TL-18" "VABL"
30 "TL-44" "Edinburg CESS"
31 "TL-45" "Robert and Janet Vackar Stadium ADA"
32 "TL-46" "Robert and Janet Vackar Stadium"
33 "TL-47" "Lot 9"
34 "TL-48" "UTRGV Brownsville Lot B4"
35 "TL-49" "ADA VOLT North"
36 "TL-50" "ADA VOLT South"
unused_shape WARNING 7

unused_shape

Shape is not used in GTFS file trips.txt.

All records defined by GTFS shapes.txt should be used in trips.txt.

You can see more about this notice here.

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"TL-26" 16820
"TL-3" 20708
"TL-36" 21412
"TL-37" 21590
"TL-38" 21764
"TL-39" 22242
"TL-40" 29641