GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-13T04:21:41Z,
for the dataset file:///shared/bus-urbano-segovia.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Diputación Foral de Álava
Publisher URL:
https://alavabus.eus
Feed Email:
N/A
Feed Language:
Spanish
Feed Start Date:
2025-12-11
Feed End Date:
2026-02-09

Files included


  1. agency.txt
  2. attributions.txt
  3. calendar.txt
  4. calendar_dates.txt
  5. fare_attributes.txt
  6. fare_rules.txt
  7. feed_info.txt
  8. levels.txt
  9. routes.txt
  10. shapes.txt
  11. stop_times.txt
  12. stops.txt
  13. trips.txt

Counts


  • Agencies: 2
  • Blocks: 0
  • Routes: 49
  • Shapes: 301
  • Stops: 679
  • Trips: 2215

Specification Compliance report

5693 notices reported (0 errors, 5014 warnings, 679 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 156

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.

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

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`.
"593" 113335 30851.475 409 113334 30851.475 408
"593" 113428 35680.724 502 113427 35680.724 501
"597" 113973 35396.348 492 113972 35396.348 491
"127" 7138 7429.596 134 7137 7429.596 133
"253" 70304 35839.893 685 70303 35839.893 684
"37" 2921 10630.585 98 2920 10630.585 97
"263" 72151 1992.417 18 72150 1992.417 17
"263" 72281 18312.524 148 72280 18312.524 147
"263" 72723 82558.318 590 72722 82558.318 589
"264" 73359 79181.675 612 73358 79181.675 611
"700" 140268 9115.348 48 140267 9115.348 47
"700" 140361 13944.597 141 140360 13944.597 140
"705" 140800 26850.647 356 140799 26850.647 355
"706" 141394 35137.532 420 141393 35137.532 419
"287" 85166 13.892 3 85165 13.892 2
"287" 85167 13.892 4 85166 13.892 3
"287" 85168 13.892 5 85167 13.892 4
"287" 85169 13.892 6 85168 13.892 5
"287" 85170 13.892 7 85169 13.892 6
"287" 85171 13.892 8 85170 13.892 7
"287" 85173 16.129 10 85172 16.129 9
"287" 85174 16.129 11 85173 16.129 10
"287" 85175 16.129 12 85174 16.129 11
"287" 85176 16.129 13 85175 16.129 12
"287" 85177 16.129 14 85176 16.129 13
"287" 85178 16.129 15 85177 16.129 14
"287" 85179 16.129 16 85178 16.129 15
"287" 85180 16.129 17 85179 16.129 16
"287" 85181 16.129 18 85180 16.129 17
"287" 85182 16.129 19 85181 16.129 18
"287" 85183 16.129 20 85182 16.129 19
"287" 85184 16.129 21 85183 16.129 20
"287" 85185 16.129 22 85184 16.129 21
"195" 43533 5729.035 148 43532 5729.035 147
"195" 43534 5729.035 149 43533 5729.035 148
"195" 43535 5729.035 150 43534 5729.035 149
"655" 117556 25112.224 309 117555 25112.224 308
"657" 117612 34.928 3 117611 34.928 2
"657" 117613 34.928 4 117612 34.928 3
"657" 117614 34.928 5 117613 34.928 4
"657" 117615 34.928 6 117614 34.928 5
"657" 117616 34.928 7 117615 34.928 6
"657" 117617 34.928 8 117616 34.928 7
"657" 117618 34.928 9 117617 34.928 8
"657" 117619 34.928 10 117618 34.928 9
"657" 117620 34.928 11 117619 34.928 10
"657" 117621 34.928 12 117620 34.928 11
"657" 117622 34.928 13 117621 34.928 12
"657" 117623 34.928 14 117622 34.928 13
"657" 117624 34.928 15 117623 34.928 14
fast_travel_between_consecutive_stops WARNING 26

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
1636 "23928" "75" 174.9372239666179 6.560145898748171 23923 20 "708" "Albeniz/Albeiz" "15:26:25" 23924 21 "706" "Ametzaga Asparrena" "15:28:40"
1646 "23943" "75" 173.6509208492163 6.560145898748171 24235 2 "706" "Ametzaga Asparrena" "16:48:10" 24236 3 "708" "Albeniz/Albeiz" "16:50:26"
1642 "23939" "75" 173.6509208492163 6.560145898748171 24147 2 "706" "Ametzaga Asparrena" "07:13:10" 24148 3 "708" "Albeniz/Albeiz" "07:15:26"
1635 "23927" "75" 174.9372239666179 6.560145898748171 23901 20 "708" "Albeniz/Albeiz" "13:11:25" 23902 21 "706" "Ametzaga Asparrena" "13:13:40"
1644 "23941" "75" 173.6509208492163 6.560145898748171 24191 2 "706" "Ametzaga Asparrena" "12:33:10" 24192 3 "708" "Albeniz/Albeiz" "12:35:26"
1638 "23930" "75" 174.9372239666179 6.560145898748171 23967 20 "708" "Albeniz/Albeiz" "19:26:25" 23968 21 "706" "Ametzaga Asparrena" "19:28:40"
1643 "23940" "75" 173.6509208492163 6.560145898748171 24169 2 "706" "Ametzaga Asparrena" "09:33:10" 24170 3 "708" "Albeniz/Albeiz" "09:35:26"
1649 "23933" "75" 174.9372239666179 6.560145898748171 24033 20 "708" "Albeniz/Albeiz" "10:41:25" 24034 21 "706" "Ametzaga Asparrena" "10:43:40"
1645 "23942" "75" 173.6509208492163 6.560145898748171 24213 2 "706" "Ametzaga Asparrena" "14:48:10" 24214 3 "708" "Albeniz/Albeiz" "14:50:26"
1655 "23947" "75" 173.6509208492163 6.560145898748171 24323 2 "706" "Ametzaga Asparrena" "10:03:10" 24324 3 "708" "Albeniz/Albeiz" "10:05:26"
1641 "23938" "75" 173.6509208492163 6.560145898748171 24125 2 "706" "Ametzaga Asparrena" "06:13:10" 24126 3 "708" "Albeniz/Albeiz" "06:15:26"
1654 "23946" "75" 173.6509208492163 6.560145898748171 24301 2 "706" "Ametzaga Asparrena" "08:03:10" 24302 3 "708" "Albeniz/Albeiz" "08:05:26"
1633 "23925" "75" 174.9372239666179 6.560145898748171 23857 20 "708" "Albeniz/Albeiz" "07:51:25" 23858 21 "706" "Ametzaga Asparrena" "07:53:40"
1650 "23934" "75" 174.9372239666179 6.560145898748171 24055 20 "708" "Albeniz/Albeiz" "14:41:25" 24056 21 "706" "Ametzaga Asparrena" "14:43:40"
1648 "23945" "75" 173.6509208492163 6.560145898748171 24279 2 "706" "Ametzaga Asparrena" "20:48:10" 24280 3 "708" "Albeniz/Albeiz" "20:50:26"
1639 "23931" "75" 174.9372239666179 6.560145898748171 23989 20 "708" "Albeniz/Albeiz" "21:26:25" 23990 21 "706" "Ametzaga Asparrena" "21:28:40"
1634 "23926" "75" 174.9372239666179 6.560145898748171 23879 20 "708" "Albeniz/Albeiz" "09:41:25" 23880 21 "706" "Ametzaga Asparrena" "09:43:40"
1640 "23932" "75" 174.9372239666179 6.560145898748171 24011 20 "708" "Albeniz/Albeiz" "22:26:25" 24012 21 "706" "Ametzaga Asparrena" "22:28:40"
1652 "23936" "75" 174.9372239666179 6.560145898748171 24099 20 "708" "Albeniz/Albeiz" "20:41:25" 24100 21 "706" "Ametzaga Asparrena" "20:43:40"
1651 "23935" "75" 174.9372239666179 6.560145898748171 24077 20 "708" "Albeniz/Albeiz" "16:41:25" 24078 21 "706" "Ametzaga Asparrena" "16:43:40"
1647 "23944" "75" 173.6509208492163 6.560145898748171 24257 2 "706" "Ametzaga Asparrena" "18:48:10" 24258 3 "708" "Albeniz/Albeiz" "18:50:26"
1656 "23948" "75" 173.6509208492163 6.560145898748171 24345 2 "706" "Ametzaga Asparrena" "14:03:10" 24346 3 "708" "Albeniz/Albeiz" "14:05:26"
1657 "23949" "75" 173.6509208492163 6.560145898748171 24367 2 "706" "Ametzaga Asparrena" "16:03:10" 24368 3 "708" "Albeniz/Albeiz" "16:05:26"
1637 "23929" "75" 174.9372239666179 6.560145898748171 23945 20 "708" "Albeniz/Albeiz" "17:26:25" 23946 21 "706" "Ametzaga Asparrena" "17:28:40"
1658 "23950" "75" 173.6509208492163 6.560145898748171 24389 2 "706" "Ametzaga Asparrena" "20:03:10" 24390 3 "708" "Albeniz/Albeiz" "20:05:26"
1653 "23937" "75" 174.9372239666179 6.560145898748171 24121 20 "708" "Albeniz/Albeiz" "22:41:25" 24122 21 "706" "Ametzaga Asparrena" "22:43:40"
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 635

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 635 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_long_name" "VITORIA/GASTEIZ-ZIGOITIA" 2
"routes.txt" "route_desc" "VITORIA/GASTEIZ-ZIGOITIA." 2
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-ARAMAIO" 3
"routes.txt" "route_desc" "VITORIA/GASTEIZ-ARAMAIO." 3
"routes.txt" "route_long_name" "ARAMAIO-ARRASATE" 4
"routes.txt" "route_desc" "ARAMAIO-ARRASATE." 4
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-NARBAIZA" 5
"routes.txt" "route_desc" "VITORIA/GASTEIZ-NARBAIZA." 5
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-ALEGRIA/DULANTZI-ARAIA" 6
"routes.txt" "route_desc" "VITORIA/GASTEIZ-ALEGRIA/DULANTZI-ARAIA." 6
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-SANTA CRUZ DE CAMPEZO-ESTELLA/LIZA" 7
"routes.txt" "route_desc" "VITORIA/GASTEIZ-SANTA CRUZ DE CAMPEZO/SANTIKURUTZE KANPEZU-ESTELLA/LIZARRA" 7
"routes.txt" "route_long_name" "VITORIA/GASTEIZ - LAGRAN" 8
"routes.txt" "route_desc" "VITORIA/GASTEIZ - LAGRAN." 8
"routes.txt" "route_long_name" "LOGROÑO - LAGUARDIA" 9
"routes.txt" "route_desc" "LOGROÑO - LAGUARDIA." 9
"routes.txt" "route_long_name" "VITORIA/GASTEIZ - LOGROÑO" 10
"routes.txt" "route_desc" "VITORIA/GASTEIZ - LOGROÑO." 10
"routes.txt" "route_long_name" "LOGROÑO - HARO" 11
"routes.txt" "route_desc" "LOGROÑO - HARO." 11
"routes.txt" "route_long_name" "LOGROÑO - VILLABUENA DE ALAVA/ESKUERNAGA" 12
"routes.txt" "route_desc" "LOGROÑO - VILLABUENA DE ALAVA/ESKUERNAGA." 12
"routes.txt" "route_long_name" "VITORIA/GASTEIZ - HARO" 13
"routes.txt" "route_desc" "VITORIA/GASTEIZ - HARO." 13
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-NANCLARES/LANGRAIZ-BOVEDA" 14
"routes.txt" "route_desc" "VITORIA/GASTEIZ-NANCLARES/LANGRAIZ-BOVEDA." 14
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-MURGIA-IZARRA" 15
"routes.txt" "route_desc" "VITORIA/GASTEIZ-MURGIA-IZARRA." 15
"routes.txt" "route_long_name" "VITORIA/GASTEIZ-AMURRIO-LAUDIO/LLODIO" 16
"routes.txt" "route_desc" "VITORIA/GASTEIZ-AMURRIO-LAUDIO/LLODIO." 16
"routes.txt" "route_long_name" "ARTZINIEGA-AMURRIO-LAUDIO/LLODIO-OKONDO" 17
"routes.txt" "route_desc" "ARTZINIEGA-AMURRIO-LAUDIO/LLODIO-OKONDO." 17
"routes.txt" "route_long_name" "BILBAO-LOGROÑO" 18
"routes.txt" "route_desc" "BILBAO-LOGROÑO." 18
"routes.txt" "route_long_name" "VITORIA-GASTEIZ / DURANGO" 19
"routes.txt" "route_desc" "VITORIA-GASTEIZ / DURANGO." 19
"routes.txt" "route_long_name" "VITORIA-GASTEIZ / MIRANDA DE EBRO" 20
"routes.txt" "route_desc" "VITORIA-GASTEIZ / MIRANDA DE EBRO." 20
"routes.txt" "route_long_name" "BILBAO/IRUÑA-PAMPLONA" 21
"routes.txt" "route_desc" "BILBAO/IRUÑA-PAMPLONA." 21
"routes.txt" "route_long_name" "GOPEGI-MURGIA-IZARRA-ORDUÑA" 25
"routes.txt" "route_desc" "GOPEGI-MURGIA-IZARRA-ORDUÑA." 25
"routes.txt" "route_long_name" "LEGUTIO-OTXANDIO" 26
"routes.txt" "route_desc" "LEGUTIO-OTXANDIO." 26
"routes.txt" "route_long_name" "LEGUTIO-DURANA-VITORIA" 27
"routes.txt" "route_desc" "LEGUTIO-DURANA-VITORIA." 27
"routes.txt" "route_long_name" "ALEGRIA-DULANTZI / ELBURGO-BURGELU / OZAETA" 29
"routes.txt" "route_desc" "ALEGRIA-DULANTZI / ELBURGO-BURGELU / OZAETA." 29
"routes.txt" "route_long_name" "ALEGRIA/DULANTZI-SALVATIERRA/AGURAIN" 30
"routes.txt" "route_desc" "ALEGRIA/DULANTZI-SALVATIERRA/AGURAIN." 30
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.
177 "36" "13484" 322 "139" "HARO" [42.6022,-2.8342999999999994] 3551.056862224194
562 "188" "16532" 6298 "191" "MURUA" [42.97451930480602,-2.7330268986318895] 131.73296701328923
562 "188" "16532" 6300 "436" "ZIGOITIA (Gorostitza)" [42.979,-2.713400000000001] 1004.9250912250669
179 "421" "13500" 341 "1" "VITORIA-GASTEIZ (Estación Bus Geltokia)" [42.84780000000001,-2.6815] 1267.6231187102626
stop_too_far_from_shape_using_user_distance WARNING 3356

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

You can see more about this notice here.

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

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.
783 "591" "24477" 25787 "831" "SALVATIERRA/AGURAIN (Gasolinera/Gasolindegia)" [42.857597922854936,-2.454940111833649] 4977.318732908638
783 "591" "24477" 25788 "833" "SALVATIERRA / AGURAIN (Centro/Erdigunea)" [42.8568098718329,-2.4458025945962243] 4791.426656455408
1661 "350" "14122" 452 "554" "Luna" [42.887764882733045,-2.9684172958537682] 1045.8627747634546
1661 "350" "14122" 453 "555" "Archua/Artxua" [42.88389791953235,-2.949242792042722] 2094.5609399625932
1661 "350" "14122" 454 "556" "Guillarte/Gibilloarrate" [42.87317604810899,-2.936524747543517] 3283.1132224701673
1661 "350" "14122" 455 "557" "Santa Eulalia" [42.86843454745086,-2.9146556172714515] 4308.039687716157
1661 "350" "14122" 456 "558" "Urbina de Basabe" [42.85620417573361,-2.903300648556035] 5189.911873295492
1661 "350" "14122" 457 "559" "Marinda" [42.869076169638475,-2.8882478078442717] 5001.1294790842585
1661 "350" "14122" 458 "560" "Villamanca" [42.889168023368754,-2.9084469961786197] 3524.2871968911104
1661 "350" "14122" 459 "561" "Jokano" [42.91480921362024,-2.8924163972291685] 5214.590650123302
1661 "350" "14122" 460 "562" "Uribarri Kuartango" [42.93198622055268,-2.8925750954714378] 8218.30887224626
1661 "350" "14122" 461 "563" "Aprikano" [42.9516,-2.9001] 11072.331533702107
1661 "350" "14122" 462 "679" "ZUHATZU KUARTANGO" [42.9516,-2.9001] 9213.58941289039
1661 "350" "14122" 463 "565" "Urbina Eza" [42.9516,-2.9001] 8286.263502400228
1661 "350" "14122" 464 "566" "Etxabarri Kuartango" [42.9516,-2.9001] 7525.00149955877
1661 "350" "14122" 465 "567" "Sendadiano" [42.9516,-2.9001] 6984.074922467007
1661 "350" "14122" 466 "568" "Tortura" [42.9516,-2.9001] 6074.962461024531
1661 "350" "14122" 467 "569" "Katadiano" [42.9516,-2.9001] 4599.349424715638
1661 "350" "14122" 468 "570" "Anda" [42.9516,-2.9001] 3676.615442443948
1661 "350" "14122" 469 "571" "Andagoia" [42.9516,-2.9001] 3232.046527523988
1661 "350" "14122" 470 "572" "Abornikano" [42.9516,-2.9001] 2605.99438735966
1661 "350" "14122" 471 "573" "Abezia" [42.9516,-2.9001] 1445.914136902559
1661 "350" "14122" 472 "574" "Larrazkueta" [42.9516,-2.9001] 881.5055739942235
1690 "351" "14124" 475 "335" "VILLANUEVA DE VALDEGOVIA" [42.8302697953849,-3.108920526547482] 2112.6605087720172
1690 "351" "14124" 476 "589" "Nograro" [42.84277670217701,-3.1263912503992994] 2357.823342064852
1690 "351" "14124" 477 "304" "GURENDES" [42.860227232340435,-3.130551653147599] 1557.7037285916524
1690 "351" "14124" 478 "588" "Quejo" [42.84773694134624,-3.1565961097057493] 2208.500826199893
1690 "351" "14124" 479 "587" "Valpuesta" [42.883982292784836,-3.187461059664605] 5502.424682381689
1690 "351" "14124" 480 "324" "SAN MILLAN DE SAN ZADORNIL" [42.91206992830384,-3.185835438175529] 7643.0384774471695
1690 "351" "14124" 481 "680" "SAN ZADORNIL" [42.89940310105228,-3.1500431656075842] 6484.666276724369
1690 "351" "14124" 482 "585" "Pinedo" [42.867094209443835,-3.1536357787166778] 1015.4661069580111
1690 "351" "14124" 483 "584" "Corro (TC)" [42.86889740662489,-3.214295585315489] 3731.8624933904835
1690 "351" "14124" 484 "326" "TOBILLAS" [42.87350066970119,-3.224805620905575] 3318.1579368456587
1690 "351" "14124" 485 "299" "BÓVEDA" [42.86721278381664,-3.225120618553924] 4616.776855578633
1690 "351" "14124" 486 "583" "Quintanilla" [42.843898930626686,-3.2041136150789344] 7727.658427261286
1690 "351" "14124" 487 "582" "Valluerca" [42.83400000000001,-3.1951999999999994] 8633.384414405344
1690 "351" "14124" 488 "581" "Acebedo" [42.83400000000001,-3.1951999999999994] 8422.712013604681
1690 "351" "14124" 489 "580" "Basabe" [42.83400000000001,-3.1951999999999994] 7808.425687770694
1690 "351" "14124" 490 "579" "Mioma" [42.83400000000001,-3.1951999999999994] 9353.113951500798
1690 "351" "14124" 491 "578" "Arroyo de San Zadornil" [42.83400000000001,-3.1951999999999994] 2535.576962952987
1690 "351" "14124" 492 "577" "Lalastra" [42.83400000000001,-3.1951999999999994] 5409.278185423225
1690 "351" "14124" 493 "576" "Lahoz" [42.83400000000001,-3.1951999999999994] 6743.281146077685
785 "593" "24479" 25802 "832" "SALVATIERRA / AGURAIN (Centro/Erdigunea)" [42.84852132749785,-2.377035867067342] 891.0449915558339
785 "593" "24479" 25803 "830" "SALVATIERRA/AGURAIN (Gasolinera/Gasolindegia)" [42.848108340030585,-2.3822166799537654] 957.6072320469158
785 "593" "24479" 25804 "343" "ALEGRIA-DULANTZI" [42.863446977641765,-2.4855808484199384] 3157.018453061729
785 "593" "24479" 25805 "799" "ARCAUTE / ARKAUTI (Akademia/Academia)" [42.855718684782104,-2.5708859455191218] 3835.3213995092697
785 "593" "24479" 25806 "349" "ARCAUTE / ARKAUTI (Nekazaritza Institutua/Instituto Agrario)" [42.85760510094175,-2.5797729406474885] 3806.796607121608
785 "593" "24479" 25807 "351" "ARCAUTE / ARKAUTI" [42.85941251528526,-2.587475090576097] 3866.015657364832
785 "593" "24479" 25808 "370" "VITORIA-GASTEIZ (Madrid-Arantzabela)" [42.85816499508976,-2.610565047505224] 3855.9781019252523
785 "593" "24479" 25809 "208" "VITORIA-GASTEIZ (Alas-Boulevard)" [42.85633074308383,-2.621446308984733] 3418.331058009514
stop_without_stop_time WARNING 7

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.
73 "82" "PEÑACERRADA - URIZAHARRA"
307 "394" "MENDIJUR / MENDIXUR"
316 "409" "GARAIO (Parkea/Parque)"
637 "795" "LAPOBLACIÓN"
638 "796" "LAPOBLACIÓN"
639 "797" "MEANO"
640 "798" "MEANO"
trip_distance_exceeds_shape_distance_below_threshold WARNING 829

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.

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

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.
"17050" "37" 51592.0 51417.121 0.0
"21405" "37" 51592.0 51417.121 0.0
"22247" "131" 10136.0 10129.32 0.0
"22248" "131" 10136.0 10129.32 0.0
"22249" "131" 10136.0 10129.32 0.0
"22259" "131" 10136.0 10129.32 0.0
"22260" "131" 10136.0 10129.32 0.0
"22261" "131" 10136.0 10129.32 0.0
"22262" "131" 10136.0 10129.32 0.0
"22271" "131" 10136.0 10129.32 0.0
"22272" "131" 10136.0 10129.32 0.0
"22273" "131" 10136.0 10129.32 0.0
"22274" "131" 10136.0 10129.32 0.0
"22275" "131" 10136.0 10129.32 0.0
"22276" "131" 10136.0 10129.32 0.0
"22286" "131" 10136.0 10129.32 0.0
"22287" "131" 10136.0 10129.32 0.0
"22288" "131" 10136.0 10129.32 0.0
"22289" "131" 10136.0 10129.32 0.0
"22847" "131" 10136.0 10129.32 0.0
"22853" "131" 10136.0 10129.32 0.0
"22862" "131" 10136.0 10129.32 0.0
"18850" "571" 81034.0 42937.834 0.0
"18851" "571" 81034.0 42937.834 0.0
"18852" "571" 81034.0 42937.834 0.0
"18853" "571" 81034.0 42937.834 0.0
"18854" "571" 81034.0 42937.834 0.0
"18855" "571" 81034.0 42937.834 0.0
"18856" "571" 81034.0 42937.834 0.0
"18862" "572" 81039.0 42934.074 0.0
"18863" "572" 81039.0 42934.074 0.0
"18864" "572" 81039.0 42934.074 0.0
"18865" "572" 81039.0 42934.074 0.0
"18866" "572" 81039.0 42934.074 0.0
"18867" "572" 81039.0 42934.074 0.0
"18873" "573" 86785.0 46763.715 0.0
"18857" "571" 81034.0 42937.834 0.0
"18858" "571" 81034.0 42937.834 0.0
"18859" "571" 81034.0 42937.834 0.0
"18860" "571" 81034.0 42937.834 0.0
"18861" "571" 81034.0 42937.834 0.0
"18868" "572" 81039.0 42934.074 0.0
"18869" "572" 81039.0 42934.074 0.0
"18870" "572" 81039.0 42934.074 0.0
"18871" "572" 81039.0 42934.074 0.0
"18872" "572" 81039.0 42934.074 0.0
"18262" "548" 72128.0 43545.882 0.0
"18263" "548" 72128.0 43545.882 0.0
"18264" "548" 72128.0 43545.882 0.0
"18265" "548" 72128.0 43545.882 0.0
platform_without_parent_station INFO 679

platform_without_parent_station

A platform has no parent_station field set.

This is different from location_without_parent_station since it is less severe.

You can see more about this notice here.

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

csvRowNumber (?) Row number of the faulty record. stopId (?) The id of the faulty record. stopName (?) The stop name of the faulty record.
2 "1" "VITORIA-GASTEIZ (Estación Bus Geltokia)"
3 "2" "ZAITEGI"
4 "3" "ZAITEGI"
5 "4" "MURGIA"
6 "5" "MURGIA"
7 "6" "PAULES"
8 "7" "PAULES"
9 "8" "SARRIA"
10 "9" "AMETZAGA ZUIA"
11 "10" "AMETZAGA ZUIA"
12 "11" "BELUNTZA (Soleta)"
13 "12" "BELUNTZA (Soleta)"
14 "13" "IZARRA"
15 "15" "LEZAMA"
16 "16" "LEZAMA"
17 "17" "Larrinbe (Eliza-Iglesia)"
18 "18" "Larrinbe (Eliza-Iglesia)"
19 "19" "AMURRIO (Araba)"
20 "20" "AMURRIO (San José)"
21 "21" "AMURRIO (San José)"
22 "22" "LUIAONDO"
23 "23" "LUIAONDO"
24 "24" "LAUDIO / LLODIO (Gurutze Gorria/Cruz Roja)"
25 "25" "LAUDIO / LLODIO (Gurutze Gorria/Cruz Roja)"
26 "26" "LAUDIO / LLODIO"
27 "27" "LAUDIO / LLODIO"
28 "28" "ARETA"
29 "29" "ARETA"
30 "30" "IZORIA (Olmos)"
31 "31" "IZORIA (Olmos)"
32 "32" "MURGA (Poligono)"
33 "33" "RESPALDIZA / ARESPALDITZA"
34 "34" "RESPALDIZA / ARESPALDITZA"
35 "35" "IBAGÜEN"
36 "36" "IBAGÜEN"
37 "37" "MENAGARAI"
38 "38" "ARTZINIEGA (Gasolindegia/Gasolinera)"
39 "39" "ARTZINIEGA (Gasolindegia/Gasolinera)"
40 "40" "ARTZINIEGA"
41 "41" "OKONDO (Artzaina/Pastor)"
42 "42" "OKONDO (Artzaina/Pastor)"
43 "43" "OKONDO (Ventilla)"
44 "44" "OKONDO (Ventilla)"
45 "45" "OKONDO (Zudubiarte)"
46 "46" "OKONDO (Zudubiarte)"
47 "47" "OKONDO (Jubilatuen kluba - Club Jubilados)"
48 "48" "OKONDO (Jubilatuen kluba - Club Jubilados)"
49 "49" "OKONDO (Kutxabank)"
50 "50" "OKONDO (Kutxabank)"
51 "51" "OKONDO"