GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T21:00:28Z,
for the dataset file:///shared/sylvia.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Sylvia - Saint-Dié-des-Vosges
Publisher URL:
http://fluo.grandest.fr
Feed Email:
N/A
Feed Language:
French
Feed Start Date:
2026-01-21
Feed End Date:
2026-08-31

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. transfers.txt
  10. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 88
  • Shapes: 18
  • Stops: 1048
  • Trips: 715

Specification Compliance report

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

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 1

equal_shape_distance_diff_coordinates_distance_below_threshold

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than 0 but less than 1.11m.

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and small difference of coordinates (greater than 0 but less than 1.11 m distance) result in a warning.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"10114$S152A01$51" 791 0.0 1 790 0.0 0 0.3871833498559863
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
mixed_case_recommended_field WARNING 35

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.
"stops.txt" "stop_name" "10ème BCP" 189
"stops.txt" "stop_name" "10eme BCP" 190
"stops.txt" "stop_name" "10eme BCP" 191
"stops.txt" "stop_name" "ANOULD HLM" 203
"stops.txt" "stop_name" "ANOULD HLM" 204
"stops.txt" "stop_name" "ANOULD HLM" 205
"stops.txt" "stop_name" "ANOULD HLM" 206
"stops.txt" "stop_name" "DENIPAIRE ecole" 422
"stops.txt" "stop_name" "DENIPAIRE ecole" 423
"stops.txt" "stop_name" "ANOULD EDF" 514
"stops.txt" "stop_name" "ANOULD EDF" 515
"stops.txt" "stop_name" "BAN DE LAVELINE" 523
"stops.txt" "stop_name" "BAN DE LAVELINE" 524
"stops.txt" "stop_name" "LA BOURGONCE HLM" 569
"stops.txt" "stop_name" "LA BOURGONCE HLM" 570
"stops.txt" "stop_name" "CORCIEUX 36 rue de la gare" 617
"stops.txt" "stop_name" "CORCIEUX 36 rue de la gare" 618
"stops.txt" "stop_name" "DENIPAIRE 735 route d'hurbache" 633
"stops.txt" "stop_name" "DENIPAIRE 735 route d'hurbache" 634
"stops.txt" "stop_name" "GEMAINGOUTTE RN59" 669
"stops.txt" "stop_name" "GEMAINGOUTTE RN59" 670
"stops.txt" "stop_name" "MOYENMOUTIER ALDI" 731
"stops.txt" "stop_name" "MOYENMOUTIER ALDI" 732
"stops.txt" "stop_name" "152eme RI" 845
"stops.txt" "stop_name" "152eme RI" 846
"stops.txt" "stop_name" "ST DIE IUT" 914
"stops.txt" "stop_name" "ST DIE IUT" 915
"stops.txt" "stop_name" "PROVENCHERES SUR FAVE" 1048
"stops.txt" "stop_name" "PROVENCHERES SUR FAVE" 1049
"trips.txt" "trip_short_name" "6_12h20_IUT" 190
"trips.txt" "trip_headsign" "BAN DE LAVELINE" 383
"trips.txt" "trip_headsign" "BAN DE LAVELINE" 384
"trips.txt" "trip_headsign" "BAN DE LAVELINE" 385
"trips.txt" "trip_headsign" "PROVENCHERES SUR FAVE" 597
"trips.txt" "trip_headsign" "ST DIE IUT" 645
route_color_contrast WARNING 1

route_color_contrast

Insufficient route color contrast.

A route's color and route_text_color should be contrasting.

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeColor (?) The faulty record's HTML route color. routeTextColor (?) The faulty record's HTML route text color.
"11" 3 "#E6CF0B" "#FFFFFF"
same_name_and_description_for_route WARNING 2

same_name_and_description_for_route

Same name and description for route.

The GTFS spec defines routes.txt route_desc as:

Description of a route that provides useful, quality information. Do not simply duplicate the name of the route.

See the GTFS and GTFS Best Practices links below for more examples of how to populate the route_short_name, route_long_name, and route_desc fields.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. routeId (?) The id of the faulty record. routeDesc (?) The `routes.routes_desc` of the faulty record. specifiedField (?) Either `route_short_name` or `route_long_name`.
2 "1" "Mairie de Sainte Marguerite - Hellieule Mauss" "route_long_name"
3 "11" "Plainfaing / Saint Dié des Vosges" "route_long_name"
trip_distance_exceeds_shape_distance_below_threshold WARNING 21

trip_distance_exceeds_shape_distance_below_threshold

The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold.

You can see more about this notice here.

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"1-1845690369" "10114$S110A02$15" 3322000.0 3321.0 0.773796484651737
"1-202178561" "10114$L012A13$29" 1735000.0 1739.0 5.967218151519246
"1-2449606071" "10114$S146A02$45" 4288000.0 4288.0 4.268258736086522
"1-2499870721" "10114$S149A01$48" 4288000.0 4288.0 4.268258736086522
"1-2550202369" "10114$S152A01$51" 3596000.0 3569.0 0.4313178359059755
"1-973144645" "10114$S058A01$93" 2999000.0 2994.0 0.8866488455657201
"1-989921871" "10114$S059A01$94" 1058000.0 1058.0 1.3320975326633062
"1-100859905" "10114$000006-000102$95" 3994000.0 4014.25 0.0
"1-1140916225" "10114$S068_A01$106" 1506000.0 1505.0 0.3011513097711136
"1-1442906975" "10114$S086A01$111" 1860000.0 1875.17 0.0
"1-1845755905" "10114$S110R02$132" 3847000.0 3845.0 1.7494248420608864
"1-1845755906" "10114$S110R02$132" 3847000.0 3845.0 1.7494248420608864
"1-2449737144" "10114$S146R02$168" 2154000.0 2153.0 0.7492035873327406
"1-2499936257" "10114$S149R01$171" 2154000.0 2153.0 0.7492035873327406
"1-2550267905" "10114$S152R01$174" 3590000.0 3565.0 0.034315665648019564
"1-973210182" "10114$S058R01$246" 4143000.0 4148.0 4.768416628139231
"1-973210183" "10114$S058R01$246" 4143000.0 4148.0 4.768416628139231
"1-989987408" "10114$S059R01$247" 925000.0 1324.0 0.6838064878870386
"1-989987409" "10114$S059R01$247" 925000.0 1324.0 0.6838064878870386
"1-100925441" "10114$000006-000202$248" 3831000.0 3835.0 0.5041079973059481
"1-1140981761" "10114$S068_R01$258" 1783000.0 1781.0 0.5422978724105638
unexpected_enum_value WARNING 80

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

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

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" 4 "route_type" 712
"routes.txt" 5 "route_type" 712
"routes.txt" 8 "route_type" 712
"routes.txt" 9 "route_type" 712
"routes.txt" 10 "route_type" 712
"routes.txt" 12 "route_type" 712
"routes.txt" 13 "route_type" 712
"routes.txt" 14 "route_type" 712
"routes.txt" 15 "route_type" 712
"routes.txt" 16 "route_type" 712
"routes.txt" 17 "route_type" 712
"routes.txt" 18 "route_type" 712
"routes.txt" 19 "route_type" 712
"routes.txt" 20 "route_type" 712
"routes.txt" 21 "route_type" 712
"routes.txt" 22 "route_type" 712
"routes.txt" 23 "route_type" 712
"routes.txt" 24 "route_type" 712
"routes.txt" 25 "route_type" 712
"routes.txt" 27 "route_type" 712
"routes.txt" 28 "route_type" 712
"routes.txt" 29 "route_type" 712
"routes.txt" 30 "route_type" 712
"routes.txt" 31 "route_type" 712
"routes.txt" 32 "route_type" 712
"routes.txt" 33 "route_type" 712
"routes.txt" 35 "route_type" 712
"routes.txt" 36 "route_type" 712
"routes.txt" 37 "route_type" 712
"routes.txt" 38 "route_type" 712
"routes.txt" 39 "route_type" 712
"routes.txt" 40 "route_type" 712
"routes.txt" 41 "route_type" 712
"routes.txt" 43 "route_type" 712
"routes.txt" 44 "route_type" 712
"routes.txt" 45 "route_type" 712
"routes.txt" 46 "route_type" 712
"routes.txt" 47 "route_type" 712
"routes.txt" 48 "route_type" 712
"routes.txt" 49 "route_type" 712
"routes.txt" 50 "route_type" 712
"routes.txt" 51 "route_type" 712
"routes.txt" 52 "route_type" 712
"routes.txt" 53 "route_type" 712
"routes.txt" 54 "route_type" 712
"routes.txt" 55 "route_type" 712
"routes.txt" 56 "route_type" 712
"routes.txt" 57 "route_type" 712
"routes.txt" 58 "route_type" 712
"routes.txt" 59 "route_type" 712