GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-16T19:45:40Z,
for the dataset file:///shared/carris-pt.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. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 175
  • Shapes: 308
  • Stops: 2337
  • Trips: 78651

Specification Compliance report

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

Notice Code Severity Total
duplicate_route_name WARNING 3

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
58 "197_2" 60 "197_0" "725" "Estação Oriente - Prior Velho" 3 "1"
85 "109_4" 86 "109_1" "751" "Estação Campolide - Calvário" 3 "1"
126 "178_1" 128 "178_3" "724" "Estação Benfica - Av. Gomes Pereira - Pontinha (Metro)" 3 "1"
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"
missing_timepoint_value WARNING 100000

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 100000 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 "18599_20260101_117_0_2" 33
3 "3151_20260101_165_0_8" 4
4 "4759_20260101_104_0_2" 17
5 "18879_20260101_102_0_1" 6
6 "3876_20260101_170_0_9" 22
7 "3930_20260101_105_0_23" 7
8 "4441_20260101_103_0_2" 50
9 "3341_20260101_100_0_5" 19
10 "5006_20260101_190_0_9" 27
11 "5980_20260101_108_0_23" 15
12 "7217_20260101_112_0_6" 31
13 "7477_20260101_193_2_12" 7
14 "19183_20260101_168_2_3" 14
15 "3167_20260101_165_0_4" 14
16 "4780_20260101_104_0_16" 26
17 "17516_20260101_208_2_11" 1
18 "6938_20260101_144_0_19" 37
19 "6107_20260101_177_0_3" 15
20 "7998_20260101_145_0_3" 20
21 "17318_20260101_144_0_8" 18
22 "3243_20260101_147_0_7" 32
23 "4089_20260101_143_0_2" 26
24 "6295_20260101_106_0_9" 27
25 "17176_20260101_104_0_6" 18
26 "11242_20260101_76_0_15" 4
27 "39533_20260101_103_2_6" 18
28 "19183_20260101_168_2_25" 6
29 "18640_20260101_179_0_24" 20
30 "6937_20260101_144_0_8" 34
31 "3848_20260101_170_0_19" 1
32 "14914_20260101_75_0_11" 12
33 "17285_20260101_201_2_16" 28
34 "3930_20260101_105_0_21" 7
35 "4759_20260101_104_0_4" 17
36 "4986_20260101_190_0_19" 4
37 "6394_20260101_106_0_3" 6
38 "4441_20260101_103_0_4" 50
39 "5284_20260101_172_0_9" 7
40 "4760_20260101_104_0_4" 35
41 "7134_20260101_168_0_14" 2
42 "5332_20260101_199_0_12" 4
43 "7440_20260101_192_1_36" 6
44 "6640_20260101_118_0_15" 41
45 "7477_20260101_193_2_10" 7
46 "4801_20260101_104_0_10" 10
47 "36654_20260101_204_0_1" 29
48 "19183_20260101_168_2_15" 6
49 "18789_20260101_115_0_20" 33
50 "20095_20260101_78_0_24" 14
51 "3626_20260101_102_0_12" 1
stop_too_far_from_shape WARNING 4

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.
1173 "250_0_CIRC_shp" "22219_20260101_250_0_16" 1734101 "8110" "Estrela - R. Domingos Sequeira" [38.716550700000006,-9.1622084] 226.89475095762307
1173 "250_0_CIRC_shp" "22219_20260101_250_0_16" 1072381 "8108" "R. Domingos Sequeira" [38.716535704023215,-9.16306964984809] 158.8266002686787
34 "159_0_DESC_shp" "17444_20260101_159_0_39" 1821517 "1012" "Restauradores" [38.7178434,-9.141776199999999] 267.4912330372394
32 "159_0_ASC_shp" "17444_20260101_159_0_38" 1520646 "1012" "Restauradores" [38.7178434,-9.141776199999999] 267.4912330372394