2alpes-summer — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-10T12:43:13Z,
for the dataset file:///shared/2alpes-summer_6684c488.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. routes.txt
  4. shapes.txt
  5. stop_times.txt
  6. stops.txt
  7. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 4
  • Shapes: 6
  • Stops: 98
  • Trips: 47

Specification Compliance report

698 notices reported (546 errors, 152 warnings, 0 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 546

decreasing_or_equal_stop_time_distance

Decreasing or equal shape_dist_traveled in stop_times.txt.

When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

You can see more about this notice here.

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

tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
"8310" "61303" 353 0.0 3 352 10947.0 2
"8310" "61403" 354 0.0 4 353 0.0 3
"8310" "60500" 355 0.0 5 354 0.0 4
"8310" "60401" 356 0.0 6 355 0.0 5
"8310" "61700" 357 0.0 7 356 0.0 6
"8310" "156203" 358 0.0 8 357 0.0 7
"8310" "61903" 359 0.0 9 358 0.0 8
"8310" "61700" 370 0.0 20 369 5927.0 19
"8310" "60400" 371 0.0 21 370 0.0 20
"8310" "168503" 372 0.0 22 371 0.0 21
"8310" "175303" 373 0.0 23 372 0.0 22
"8310" "60603" 374 0.0 24 373 0.0 23
"8310" "62203" 375 0.0 25 374 0.0 24
"8310" "60703" 376 0.0 26 375 0.0 25
"8310" "60803" 377 0.0 27 376 0.0 26
"8310" "60703" 378 0.0 28 377 0.0 27
"8310" "60903" 379 0.0 29 378 0.0 28
"8310" "61003" 380 0.0 30 379 0.0 29
"8310" "60603" 381 0.0 31 380 0.0 30
"8310" "61103" 382 0.0 32 381 0.0 31
"8310" "61203" 383 0.0 33 382 0.0 32
"8311" "61303" 385 0.0 3 384 10947.0 2
"8311" "61403" 386 0.0 4 385 0.0 3
"8311" "60500" 387 0.0 5 386 0.0 4
"8311" "60401" 388 0.0 6 387 0.0 5
"8311" "61700" 389 0.0 7 388 0.0 6
"8311" "156203" 390 0.0 8 389 0.0 7
"8311" "61903" 391 0.0 9 390 0.0 8
"8311" "61701" 402 0.0 20 401 5927.0 19
"8311" "60400" 403 0.0 21 402 0.0 20
"8311" "168503" 404 0.0 22 403 0.0 21
"8311" "175303" 405 0.0 23 404 0.0 22
"8311" "60603" 406 0.0 24 405 0.0 23
"8311" "62203" 407 0.0 25 406 0.0 24
"8311" "60703" 408 0.0 26 407 0.0 25
"8311" "60803" 409 0.0 27 408 0.0 26
"8311" "60703" 410 0.0 28 409 0.0 27
"8311" "60903" 411 0.0 29 410 0.0 28
"8311" "61003" 412 0.0 30 411 0.0 29
"8311" "60603" 413 0.0 31 412 0.0 30
"8311" "61103" 414 0.0 32 413 0.0 31
"8311" "61203" 415 0.0 33 414 0.0 32
"8297" "191203" 131 0.0 3 130 0.0 2
"8297" "191100" 132 0.0 4 131 0.0 3
"8297" "177500" 133 0.0 5 132 0.0 4
"8297" "176303" 134 0.0 6 133 0.0 5
"8297" "178903" 135 0.0 7 134 0.0 6
"8297" "176100" 136 0.0 8 135 0.0 7
"8297" "117803" 137 0.0 9 136 0.0 8
"8298" "191203" 141 0.0 3 140 0.0 2
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 3

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.
"12" 1585 16951.0 682 1584 16951.0 681 0.7864743299599152
"24" 2286 761.0 66 2285 761.0 65 0.7861239963987449
"42" 3155 761.0 66 3154 761.0 65 0.7861239963987449
equal_shape_distance_same_coordinates WARNING 24

equal_shape_distance_same_coordinates

Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

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 the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"12" 905 0.0 2 904 0.0 1
"12" 1529 15963.0 626 1528 15963.0 625
"12" 1625 17715.0 722 1624 17715.0 721
"24" 2222 0.0 2 2221 0.0 1
"24" 2240 179.0 20 2239 179.0 19
"24" 2413 2860.0 193 2412 2860.0 192
"24" 2558 4322.0 338 2557 4322.0 337
"24" 2605 4996.0 385 2604 4996.0 384
"24" 2816 8490.0 596 2815 8490.0 595
"24" 3089 10947.0 869 3088 10947.0 868
"18" 1627 0.0 2 1626 0.0 1
"18" 1628 0.0 3 1627 0.0 2
"18" 2220 15337.0 595 2219 15337.0 594
"1" 3 0.0 2 2 0.0 1
"1" 456 8636.0 455 455 8636.0 454
"2" 458 0.0 2 457 0.0 1
"2" 903 8409.0 447 902 8409.0 446
"42" 3091 0.0 2 3090 0.0 1
"42" 3109 179.0 20 3108 179.0 19
"42" 3282 2860.0 193 3281 2860.0 192
"42" 3427 4322.0 338 3426 4322.0 337
"42" 3474 4996.0 385 3473 4996.0 384
"42" 3726 8871.0 637 3725 8871.0 636
"42" 3999 11328.0 910 3998 11328.0 909
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 107

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.

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

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_short_name" "2ALPNAVEST" 2
"routes.txt" "route_long_name" "2 ALPES NAVETTE ESTIVALE" 2
"routes.txt" "route_short_name" "2ALPNAVESTIVB2" 3
"routes.txt" "route_long_name" "2 ALPES NAVETTE ESTIVAL BUS 2" 3
"routes.txt" "route_short_name" "BRD <> VENOSC" 4
"routes.txt" "route_long_name" "LE BOURG D'OISANS <> VENOSC" 4
"routes.txt" "route_short_name" "MTL-2ALP" 5
"routes.txt" "route_long_name" "MONT DE LANS <> LES 2 ALPES" 5
"stops.txt" "stop_name" "AURIS- LE CLAPIER" 2
"stops.txt" "stop_name" "AURIS- LE CLAPIER" 3
"stops.txt" "stop_name" "AURIS- LE CLAPIER" 4
"stops.txt" "stop_name" "AURIS- LE CLAPIER" 5
"stops.txt" "stop_name" "BONS- CENTRE" 6
"stops.txt" "stop_name" "BONS- CENTRE" 7
"stops.txt" "stop_name" "BONS- LES ORAS" 8
"stops.txt" "stop_name" "BONS- LES ORAS" 9
"stops.txt" "stop_name" "BOURG D'OISANS - LES CROISETTES" 10
"stops.txt" "stop_name" "BOURG D'OISANS - LES CROISETTES" 11
"stops.txt" "stop_name" "BOURG D'OISANS - LES CROISETTES" 12
"stops.txt" "stop_name" "BOURG D'OISANS - LES CROISETTES" 13
"stops.txt" "stop_name" "BOURG D'OISANS - ROND POINT NORD" 14
"stops.txt" "stop_name" "BOURG D'OISANS - ROND POINT NORD" 15
"stops.txt" "stop_name" "LE BOURG D'OISANS- HALTE ROUTIERE" 16
"stops.txt" "stop_name" "LE BOURG D'OISANS- HALTE ROUTIERE" 17
"stops.txt" "stop_name" "LE BOURG D'OISANS- HALTE ROUTIERE" 18
"stops.txt" "stop_name" "LE BOURG D'OISANS- HALTE ROUTIERE" 19
"stops.txt" "stop_name" "LES DEUX ALPES- ALPHERATZ" 20
"stops.txt" "stop_name" "LES DEUX ALPES- ALPHERATZ" 21
"stops.txt" "stop_name" "LES DEUX ALPES- ARC EN CIEL" 22
"stops.txt" "stop_name" "LES DEUX ALPES- ARC EN CIEL" 23
"stops.txt" "stop_name" "LES DEUX ALPES- BELLE ETOILE" 24
"stops.txt" "stop_name" "LES DEUX ALPES- BELLE ETOILE" 25
"stops.txt" "stop_name" "LES DEUX ALPES- COTE BRUNE" 26
"stops.txt" "stop_name" "LES DEUX ALPES- COTE BRUNE" 27
"stops.txt" "stop_name" "LES DEUX ALPES- DIAMANT" 28
"stops.txt" "stop_name" "LES DEUX ALPES- DIAMANT" 29
"stops.txt" "stop_name" "LES DEUX ALPES- LA BUISSONIÈRE" 30
"stops.txt" "stop_name" "LES DEUX ALPES- LA BUISSONIÈRE" 31
"stops.txt" "stop_name" "LES DEUX ALPES- LA MEIJE" 32
"stops.txt" "stop_name" "LES DEUX ALPES- LA MEIJE" 33
"stops.txt" "stop_name" "LES DEUX ALPES- LE BELVÉDÈRE" 34
"stops.txt" "stop_name" "LES DEUX ALPES- LE BELVÉDÈRE" 35
"stops.txt" "stop_name" "LES DEUX ALPES- LE LAUTARET" 36
"stops.txt" "stop_name" "LES DEUX ALPES- LE LAUTARET" 37
"stops.txt" "stop_name" "LES DEUX ALPES- LES BLEUETS - ZONE DU SOLEIL" 38
"stops.txt" "stop_name" "LES DEUX ALPES- LES BLEUETS - ZONE DU SOLEIL" 39
"stops.txt" "stop_name" "LES DEUX ALPES- LES GLACIERS" 40
"stops.txt" "stop_name" "LES DEUX ALPES- LES GLACIERS" 41
"stops.txt" "stop_name" "LES DEUX ALPES- LES GLACIERS" 42
"stops.txt" "stop_name" "LES DEUX ALPES- LES GLACIERS" 43
route_short_name_too_long WARNING 2

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`.
"2ALPNAVESTIVB2" 3 "2ALPNAVESTIVB2"
"BRD <> VENOSC" 4 "BRD <> VENOSC"
stop_without_stop_time WARNING 15

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.
2 "177503" "AURIS- LE CLAPIER"
5 "177501" "AURIS- LE CLAPIER"
10 "191103" "BOURG D'OISANS - LES CROISETTES"
13 "191101" "BOURG D'OISANS - LES CROISETTES"
16 "13603" "LE BOURG D'OISANS- HALTE ROUTIERE"
19 "13601" "LE BOURG D'OISANS- HALTE ROUTIERE"
40 "112103" "LES DEUX ALPES- LES GLACIERS"
50 "60303" "LES DEUX ALPES- MAISON MEDICALE"
52 "60300" "LES DEUX ALPES- MAISON MEDICALE"
54 "60503" "LES DEUX ALPES- MAISON TOURISME - MI-ALPE"
57 "60501" "LES DEUX ALPES- MAISON TOURISME - MI-ALPE"
58 "61703" "LES DEUX ALPES- MUR D'ESCALADE"
62 "60403" "LES DEUX ALPES- PALAIS DES SPORTS"
96 "176103" "VENOSC- TELECABINE DE VENOSC"
99 "176101" "VENOSC- TELECABINE DE VENOSC"