ginko — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-01T10:02:17Z,
for the dataset file:///shared/ginko_27980b26.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Language:
French
Feed Start Date:
2026-07-19
Feed End Date:
2026-10-18

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: 74
  • Shapes: 197
  • Stops: 1775
  • Trips: 8410

Specification Compliance report

39 notices reported (0 errors, 38 warnings, 1 infos)

Notice Code Severity Total
route_short_name_too_long WARNING 5

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
"610-27" 7 "Ginko Citadelle"
"610-28" 22 "Ginko Piscine"
"610-29" 23 "Ginko Osselle Plage"
"610-98" 74 "Ginko Hôpital"
"610-99" 75 "Ginko Cliniques"
stop_too_far_from_shape WARNING 12

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.
7678 "610-82" "610-S14762J126V9230159" 230508 "610-MICROPO1" "Micropolis" [47.22096,5.979205] 116.34412218317227
8236 "610-209" "610-S14762J126V9230742" 238022 "610-SAONE13" "Saône - Marais" [47.2264586955345,6.115982582409625] 126.4213050215181
8229 "610-208" "610-S14762J126V9230735" 237921 "610-SAONE13" "Saône - Marais" [47.22646083644075,6.1159545890710145] 124.98605328516966
8206 "610-204" "610-S14762J126V9230712" 237688 "610-SAONE13" "Saône - Marais" [47.22641843018342,6.115987741096041] 123.84513388376685
8203 "610-203" "610-S14762J126V9230709" 237666 "610-SAONE13" "Saône - Marais" [47.22642587718215,6.115983657483703] 124.13089314520708
8394 "610-507" "610-S14765J127V9267128" 240098 "610-MICROPOL" "Micropolis" [47.220375,5.977879] 130.07512606690153
8163 "610-197" "610-S14762J126V9230669" 237074 "610-GRATT02" "Le Gratteris - Le Gratteris" [47.183315,6.137397000000001] 101.36603645641416
8154 "610-195" "610-S14762J126V9230660" 236987 "610-SAONE13" "Saône - Marais" [47.2264586955345,6.115982582409625] 126.4213050215181
8148 "610-194" "610-S14762J126V9230654" 236897 "610-SAONE13" "Saône - Marais" [47.22643005740656,6.115987977834308] 124.6783475161047
8144 "610-193" "610-S14762J126V9230650" 236830 "610-SAONE13" "Saône - Marais" [47.22646083644075,6.1159545890710145] 124.98605328516966
8140 "610-192" "610-S14762J126V9230646" 236784 "610-SAONE13" "Saône - Marais" [47.22643822685886,6.1160220492992545] 127.24397075075309
8130 "610-189" "610-S14762J126V9230613" 236657 "610-ECOLE29" "École-Valentin - Gare" [47.276199999999996,5.994553] 174.84318622090737
unexpected_enum_value WARNING 21

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. fieldName (?) The name of the field where the error occurred. fieldValue (?) Faulty value.
"routes.txt" 25 "route_type" 715
"routes.txt" 26 "route_type" 715
"routes.txt" 27 "route_type" 715
"routes.txt" 28 "route_type" 715
"routes.txt" 29 "route_type" 715
"routes.txt" 30 "route_type" 715
"routes.txt" 31 "route_type" 715
"routes.txt" 32 "route_type" 715
"routes.txt" 33 "route_type" 715
"routes.txt" 35 "route_type" 715
"routes.txt" 36 "route_type" 715
"routes.txt" 37 "route_type" 715
"routes.txt" 38 "route_type" 715
"routes.txt" 39 "route_type" 715
"routes.txt" 40 "route_type" 715
"routes.txt" 42 "route_type" 715
"routes.txt" 43 "route_type" 715
"routes.txt" 44 "route_type" 715
"routes.txt" 45 "route_type" 715
"routes.txt" 74 "route_type" 715
"routes.txt" 75 "route_type" 715
trip_headsign_matches_intermediate_stop INFO 1

trip_headsign_matches_intermediate_stop

Trip headsign matches the name of an intermediate stop, not the last stop.

The trip_headsign matches the stop_name of a stop that is not the last stop of the trip. This may confuse passengers boarding after that stop, since the headsign suggests the vehicle is heading to a stop it has already passed.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record in `trips.txt`. tripId (?) The id of the trip with the problematic headsign. tripHeadsign (?) The headsign value that matches an intermediate stop name. stopId1 (?) The id of the intermediate stop whose name matches the headsign. stopSequence (?) The stop_sequence value of the intermediate stop that matches the headsign. stopId2 (?) The id of the actual last stop of the trip.
7670 "610-S14763J1V9210963" "Nancray - Les Pins" "610-NANCRA01" 10 "610-NANCRA03"