GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-17T15:17:00Z,
for the dataset file:///tmp/1_in.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
AUBENAS - Tout'enbus
Publisher URL:
https://www.toutenbus.fr
Feed Language:
French

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: 1
  • Routes: 18
  • Shapes: 100
  • Stops: 227
  • Trips: 241

Specification Compliance report

4858 notices reported (1243 errors, 3615 warnings, 0 infos)

Notice Code Severity Total
duplicate_key ERROR 1191

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

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

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.
"shapes.txt" 28004 27607 "shape_id,shape_pt_sequence" "110,0"
"shapes.txt" 28005 27608 "shape_id,shape_pt_sequence" "110,1"
"shapes.txt" 28006 27609 "shape_id,shape_pt_sequence" "110,2"
"shapes.txt" 28007 27610 "shape_id,shape_pt_sequence" "110,3"
"shapes.txt" 28008 27611 "shape_id,shape_pt_sequence" "110,4"
"shapes.txt" 28009 27612 "shape_id,shape_pt_sequence" "110,5"
"shapes.txt" 28010 27613 "shape_id,shape_pt_sequence" "110,6"
"shapes.txt" 28011 27614 "shape_id,shape_pt_sequence" "110,7"
"shapes.txt" 28012 27615 "shape_id,shape_pt_sequence" "110,8"
"shapes.txt" 28013 27616 "shape_id,shape_pt_sequence" "110,9"
"shapes.txt" 28014 27617 "shape_id,shape_pt_sequence" "110,10"
"shapes.txt" 28015 27618 "shape_id,shape_pt_sequence" "110,11"
"shapes.txt" 28016 27619 "shape_id,shape_pt_sequence" "110,12"
"shapes.txt" 28017 27620 "shape_id,shape_pt_sequence" "110,13"
"shapes.txt" 28018 27621 "shape_id,shape_pt_sequence" "110,14"
"shapes.txt" 28019 27622 "shape_id,shape_pt_sequence" "110,15"
"shapes.txt" 28020 27623 "shape_id,shape_pt_sequence" "110,16"
"shapes.txt" 28021 27624 "shape_id,shape_pt_sequence" "110,17"
"shapes.txt" 28022 27625 "shape_id,shape_pt_sequence" "110,18"
"shapes.txt" 28023 27626 "shape_id,shape_pt_sequence" "110,19"
"shapes.txt" 28024 27627 "shape_id,shape_pt_sequence" "110,20"
"shapes.txt" 28025 27628 "shape_id,shape_pt_sequence" "110,21"
"shapes.txt" 28026 27629 "shape_id,shape_pt_sequence" "110,22"
"shapes.txt" 28027 27630 "shape_id,shape_pt_sequence" "110,23"
"shapes.txt" 28028 27631 "shape_id,shape_pt_sequence" "110,24"
"shapes.txt" 28029 27632 "shape_id,shape_pt_sequence" "110,25"
"shapes.txt" 28030 27633 "shape_id,shape_pt_sequence" "110,26"
"shapes.txt" 28031 27634 "shape_id,shape_pt_sequence" "110,27"
"shapes.txt" 28032 27635 "shape_id,shape_pt_sequence" "110,28"
"shapes.txt" 28033 27636 "shape_id,shape_pt_sequence" "110,29"
"shapes.txt" 28034 27637 "shape_id,shape_pt_sequence" "110,30"
"shapes.txt" 28035 27638 "shape_id,shape_pt_sequence" "110,31"
"shapes.txt" 28036 27639 "shape_id,shape_pt_sequence" "110,32"
"shapes.txt" 28037 27640 "shape_id,shape_pt_sequence" "110,33"
"shapes.txt" 28038 27641 "shape_id,shape_pt_sequence" "110,34"
"shapes.txt" 28039 27642 "shape_id,shape_pt_sequence" "110,35"
"shapes.txt" 28040 27643 "shape_id,shape_pt_sequence" "110,36"
"shapes.txt" 28041 27644 "shape_id,shape_pt_sequence" "110,37"
"shapes.txt" 28042 27645 "shape_id,shape_pt_sequence" "110,38"
"shapes.txt" 28043 27646 "shape_id,shape_pt_sequence" "110,39"
"shapes.txt" 28044 27647 "shape_id,shape_pt_sequence" "110,40"
"shapes.txt" 28045 27648 "shape_id,shape_pt_sequence" "110,41"
"shapes.txt" 28046 27649 "shape_id,shape_pt_sequence" "110,42"
"shapes.txt" 28047 27650 "shape_id,shape_pt_sequence" "110,43"
"shapes.txt" 28048 27651 "shape_id,shape_pt_sequence" "110,44"
"shapes.txt" 28049 27652 "shape_id,shape_pt_sequence" "110,45"
"shapes.txt" 28050 27653 "shape_id,shape_pt_sequence" "110,46"
"shapes.txt" 28051 27654 "shape_id,shape_pt_sequence" "110,47"
"shapes.txt" 28052 27655 "shape_id,shape_pt_sequence" "110,48"
"shapes.txt" 28053 27656 "shape_id,shape_pt_sequence" "110,49"
foreign_key_violation ERROR 52

foreign_key_violation

Wrong foreign key.

A foreign key references the primary key of another file. A foreign key violation means that the foreign key referenced from a given row (the child file) cannot be found in the corresponding file (the parent file). The Foreign keys are defined in the specification under "Type" for each file.

You can see more about this notice here.

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

childFilename (?) The name of the file from which reference is made. childFieldName (?) The name of the field that makes reference. parentFilename (?) The name of the file that is referred to. parentFieldName (?) The name of the field that is referred to. fieldValue (?) The faulty record's value. csvRowNumber (?) The row of the faulty record.
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2204
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2205
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2206
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2207
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2224
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2225
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2226
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2227
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2244
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2245
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2246
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2247
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2264
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2265
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2266
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2267
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2284
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2285
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2286
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2287
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44006" 2298
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44077" 2299
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44006" 2317
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44077" 2318
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44006" 2336
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44077" 2337
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44006" 2355
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44077" 2356
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2380
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2381
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2382
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2383
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2399
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2400
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2401
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2402
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2418
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2419
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2420
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2421
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2437
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2438
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2439
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2440
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2456
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2457
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44179" 2458
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44180" 2459
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44177" 2475
"stop_times.txt" "stop_id" "stops.txt" "stop_id" "44178" 2476
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 21

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_start_date"
"feed_info.txt" 2 "feed_end_date"
"feed_info.txt" 2 "feed_version"
"routes.txt" 2 "agency_id"
"routes.txt" 3 "agency_id"
"routes.txt" 4 "agency_id"
"routes.txt" 5 "agency_id"
"routes.txt" 6 "agency_id"
"routes.txt" 7 "agency_id"
"routes.txt" 8 "agency_id"
"routes.txt" 9 "agency_id"
"routes.txt" 10 "agency_id"
"routes.txt" 11 "agency_id"
"routes.txt" 12 "agency_id"
"routes.txt" 13 "agency_id"
"routes.txt" 14 "agency_id"
"routes.txt" 15 "agency_id"
"routes.txt" 16 "agency_id"
"routes.txt" 17 "agency_id"
"routes.txt" 18 "agency_id"
"routes.txt" 19 "agency_id"
missing_timepoint_value WARNING 3579

missing_timepoint_value

stop_times.timepoint value is missing for a record.

Even though the column timepoint is optional in stop_times.txt according to the specification, stop_times.timepoint should not be empty when provided.

You can see more about this notice here.

Only the first 50 of 3579 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 "50602" 1
3 "50602" 2
4 "50602" 3
5 "50602" 4
6 "50602" 5
7 "50602" 6
8 "50602" 7
9 "50602" 8
10 "50602" 9
11 "50602" 10
12 "50602" 11
13 "50602" 12
14 "50602" 13
15 "50602" 14
16 "50602" 15
17 "50602" 16
18 "50604" 1
19 "50604" 2
20 "50604" 3
21 "50604" 4
22 "50604" 5
23 "50604" 6
24 "50604" 7
25 "50604" 8
26 "50604" 9
27 "50604" 10
28 "50604" 11
29 "50604" 12
30 "50604" 13
31 "50604" 14
32 "50604" 15
33 "50604" 16
34 "50606" 1
35 "50606" 2
36 "50606" 3
37 "50606" 4
38 "50606" 5
39 "50606" 6
40 "50606" 7
41 "50606" 8
42 "50606" 9
43 "50606" 10
44 "50606" 11
45 "50606" 12
46 "50606" 13
47 "50606" 14
48 "50606" 15
49 "50606" 16
50 "50608" 1
51 "50608" 2
mixed_case_recommended_field WARNING 4

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" "VESSEAUX - AUBENAS" 8
"routes.txt" "route_long_name" "LAVILLEDIEU - AUBENAS" 9
"routes.txt" "route_long_name" "LACHAPELLE - AUBENAS" 10
"routes.txt" "route_long_name" "FONS - AUBENAS" 11
stop_too_far_from_shape WARNING 10

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.
179 "111" "50105" 2298 "44006" "" [44.610432,4.390121] 4979381.7502030395
179 "111" "50105" 2299 "44077" "" [44.610432,4.390121] 4979381.7502030395
174 "108" "50102" 2204 "44177" "" [44.601637,4.391481] 4978421.286441085
174 "108" "50102" 2205 "44178" "" [44.601637,4.391481] 4978421.286441085
174 "108" "50102" 2206 "44179" "" [44.601637,4.391481] 4978421.286441085
174 "108" "50102" 2207 "44180" "" [44.601637,4.391481] 4978421.286441085
183 "109" "50104" 2380 "44177" "" [44.601637,4.391481] 4978421.286441085
183 "109" "50104" 2381 "44178" "" [44.601637,4.391481] 4978421.286441085
183 "109" "50104" 2382 "44179" "" [44.601637,4.391481] 4978421.286441085
183 "109" "50104" 2383 "44180" "" [44.601637,4.391481] 4978421.286441085