autobuses-urbanos — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-03T07:34:11Z,
for the dataset file:///shared/autobuses-urbanos_e523750a.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


  • Consorcio Regional de Transportes de Madrid

Feed Info


Publisher Name:
Consorcio Regional de Transportes de Madrid
Publisher URL:
https://www.crtm.es
Feed Email:
N/A
Feed Language:
Spanish
Feed Start Date:
N/A
Feed End Date:
N/A

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 117
  • Shapes: 282
  • Stops: 8406
  • Trips: 14230

Specification Compliance report

48214 notices reported (20 errors, 48181 warnings, 13 infos)

Notice Code Severity Total
equal_shape_distance_diff_coordinates ERROR 10

equal_shape_distance_diff_coordinates

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 the 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 different coordinates indicate an error.

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.
"9__1_B_113__1_-_IT_1" 12193 4.628769906731 2000001 12192 4.628769906731 1000022 48.73551155322423
"9__1_B_113__1_-_IT_1" 12307 28.688694929303 6000001 12306 28.688694929303 5000043 314.6630494303513
"9__1__014__2_-_IT_1" 29464 144.680726211364 28000001 29463 144.680726211364 27000032 49.268123446596405
"9__1_B_113__1_c._IT_2" 11026 4.628769906731 2000001 11025 4.628769906731 1000022 48.73551155322423
"9__1_B_113__1_c._IT_2" 11140 28.688694929303 6000001 11139 28.688694929303 5000043 314.6630494303513
"9__5__161__1_-_IT_1" 19696 56.9469970709391 11000001 19695 56.9469970709391 10000024 145.5918262750328
"9__6__047__1_n._IT_2" 140518 668.216000567695 30000001 140517 668.216000567695 29000033 347.27111024015375
"9__3_B_065__1_-_IT_1" 91109 100.073333323685 11000001 91108 100.073333323685 10000145 1568.502450372571
"9__PI2__065__1_g._IT_2" 64143 99.203409723609 3000001 64142 99.203409723609 2000115 34.769620622307215
"9__PI2__065__1_-_IT_1" 64951 289.253602105406 16000001 64950 289.253602105406 15000033 1099.4832040452434
stop_time_with_arrival_before_previous_departure_time ERROR 10

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
335554 335553 "143489_9__1_B_005_-2114286" "22:25:00" "23:20:00"
255323 255322 "143440_9__2__005_-2112161" "11:21:00" "12:19:00"
319040 319039 "143379_9__1_A_005_-2111011" "21:57:00" "22:56:00"
341321 341320 "1012_9__1__006_-9__1__006__1_17:45:00_1_-__16_9__1__006_" "16:50:12" "17:49:30"
183056 183055 "1498235_9__PI2__065_-10670055" "05:13:03" "06:11:03"
280223 280222 "143460_9__6__005_-2112557" "09:48:00" "10:47:00"
249308 249307 "143318_9__2__005_-2111128" "14:42:00" "15:41:00"
300501 300500 "143594_9__8__005_-2114720" "09:27:00" "10:26:00"
273416 273415 "143571_9__5__005_-2114499" "07:46:00" "08:43:00"
141177 141176 "1508584_9__2__106_-10732624" "21:51:53" "22:50:24"
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 309

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.

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

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.
"9__2__014__1_-_IT_1" 29875 91.781681405763 17000001 29874 91.781681405763 16000026 2.9936058241541535E-4
"9__2__014__1_-_IT_1" 29911 97.990735588147 20000001 29910 97.990735588147 19000015 0.08250275403083866
"9__2__014__1_-_IT_1" 29959 107.539005696865 22000001 29958 107.539005696865 21000019 4.2420237469454675E-4
"9__2__014__1_-_IT_1" 29971 108.943002389363 23000001 29970 108.943002389363 22000012 4.2418690408790985E-4
"9__2__014__1_-_IT_1" 30026 119.630880196523 25000001 30025 119.630880196523 24000037 4.2420098740309674E-4
"9__1__013__1_re_IT_2" 919 58.239370608798 15000001 918 58.239370608798 14000034 0.10280386398426254
"9__1_B_113__1_-_IT_1" 12803 115.640135011861 21000001 12802 115.640135011861 20000070 0.01570489261588055
"9__5__006__2_-_IT_1" 145889 4.542160128801 3000001 145888 4.542160128801 2000009 0.026146697197982138
"9__5__006__2_-_IT_1" 145957 11.470291924066 7000001 145956 11.470291924066 6000003 0.00148854094098452
"9__5__006__2_-_IT_1" 146041 31.525956465026 9000001 146040 31.525956465026 8000025 0.0017109556008854776
"9__5__006__2_-_IT_1" 146048 33.489188675452 10000001 146047 33.489188675452 9000007 0.005264232996318207
"9__5__006__2_-_IT_1" 146055 35.032339186167 11000001 146054 35.032339186167 10000007 0.0014581098904637708
"9__5__006__2_-_IT_1" 146068 36.84567549096 12000001 146067 36.84567549096 11000013 0.0015832161500882783
"9__5__006__2_-_IT_1" 146229 69.052076314565 18000001 146228 69.052076314565 17000016 0.10345800353397332
"9__5__006__2_-_IT_1" 146269 72.798114085361 20000001 146268 72.798114085361 19000038 0.02732205822959891
"9__1__104__1_-_IT_1" 45920 109.945381480471 15000001 45919 109.945381480471 14000041 1.4139150142865282E-4
"9__1__104__1_-_IT_1" 45941 113.578659822314 16000001 45940 113.578659822314 15000021 2.2330506664526662E-4
"9__1__080__1_-_IT_1" 74739 244.834672924891 44000001 74738 244.834672924891 43000015 1.9956149702314097E-4
"9__1__014__1_c._IT_2" 26438 52.437723342277 9000001 26437 52.437723342277 8000047 0.0032618571652131664
"9__2__022__1_-_IT_1" 205154 5.417930478729 3000001 205153 5.417930478729 2000031 0.002522115390805069
"9__4__134__1_-_IT_1" 144384 148.936763642415 14000001 144383 148.936763642415 13000018 0.062075012967668944
"9__4__134__1_-_IT_1" 144394 150.262814912871 15000001 144393 150.262814912871 14000010 4.0067934786986765E-4
"9__4__134__1_-_IT_1" 144454 159.969546353618 18000001 144453 159.969546353618 17000021 0.0017690189903737628
"9__1_A_148__1_-_IT_1" 40956 150.395434154652 37000001 40955 150.395434154652 36000018 0.029835895616969137
"9__8__005__1_-_IT_1" 188158 54.913351747315 13000001 188157 54.913351747315 12000010 2.0034127086036117E-4
"9__8__005__1_-_IT_1" 188264 77.8489587230309 16000001 188263 77.8489587230309 15000019 0.0017029775110659678
"9__8__005__1_-_IT_1" 188276 79.8031348867569 17000001 188275 79.8031348867569 16000012 0.0033970071951045498
"9__1_B_148__1_bc_IT_2" 41657 39.461213828108 8000001 41656 39.461213828108 7000024 0.08112713669686657
"9__1_B_148__1_bc_IT_2" 41668 41.606292381 9000001 41667 41.606292381 8000011 0.032787243842715905
"9__1_B_148__1_bc_IT_2" 41701 46.870330242595 12000001 41700 46.870330242595 11000003 0.11850847953796853
"9__5__152__1_-_IT_1" 154304 2.846259243681 2000001 154303 2.846259243681 1000020 0.07953224247532867
"9__5__152__1_-_IT_1" 154626 72.33662339493 12000001 154625 72.33662339493 11000025 0.050687772649205355
"9__1__013__1_-_IT_1" 278 55.154562720124 16000001 277 55.154562720124 15000015 0.07546376845189097
"9__1__013__1_-_IT_1" 539 102.040095627656 30000001 538 102.040095627656 29000015 0.06595889092845125
"9__10__005__1_f._IT_2" 172394 67.922725482254 10000001 172393 67.922725482254 9000019 9.036466272311514E-4
"9__10__005__1_f._IT_2" 172412 68.884774538141 11000001 172411 68.884774538141 10000018 0.0013590915971322742
"9__2__007__1_-_IT_1" 107471 38.612778110015 12000001 107470 38.612778110015 11000019 0.07218967899628084
"9__9__006__1_-_IT_1" 148574 92.019402115444 8000001 148573 92.019402115444 7000011 0.021007181712053534
"9__9__006__1_-_IT_1" 148638 102.330559412886 10000001 148637 102.330559412886 9000021 0.05591151784652343
"9__1__127__2_-_IT_1" 199455 24.27297761918 5000001 199454 24.27297761918 4000015 0.11460280815918529
"9__6__005__2_p._IT_2" 183621 8.501748353761 4000001 183620 8.501748353761 3000014 2.2330321666000225E-4
"9__6__005__2_p._IT_2" 183854 51.521426541663 13000001 183853 51.521426541663 12000024 3.602116950403667E-4
"9__6__005__2_p._IT_2" 184009 85.982485968651 19000001 184008 85.982485968651 18000052 0.001214083575782567
"9__3__022__1_-_IT_1" 206075 5.417930478729 3000001 206074 5.417930478729 2000031 0.002522115390805069
"9__3__022__1_-_IT_1" 206086 6.96204164307 4000001 206085 6.96204164307 3000011 0.001203541958422514
"9__1__104__2_b._IT_2" 46274 180.532997044985 6000001 46273 180.532997044985 5000165 0.001139366171484822
"9__1__104__2_b._IT_2" 46408 213.057820875777 14000001 46407 213.057820875777 13000004 0.0011684982795831425
"9__1__104__2_b._IT_2" 46746 300.414407681305 27000001 46745 300.414407681305 26000019 0.06442325978163467
"9__1__104__2_b._IT_2" 46813 317.130122426128 28000001 46812 317.130122426128 27000067 0.019441050390739564
"9__1__104__2_b._IT_2" 46847 321.11431479314 29000001 46846 321.11431479314 28000034 0.0779975970096623
equal_shape_distance_same_coordinates WARNING 5952

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 5952 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`.
"9__2__014__1_-_IT_1" 29547 0.563072807441 2000001 29546 0.563072807441 1000012
"9__2__014__1_-_IT_1" 29577 4.17677271028 3000001 29576 4.17677271028 2000030
"9__2__014__1_-_IT_1" 29616 8.753739339835 4000001 29615 8.753739339835 3000039
"9__2__014__1_-_IT_1" 29619 9.271541224016 5000001 29618 9.271541224016 4000003
"9__2__014__1_-_IT_1" 29674 30.407319029125 6000001 29673 30.407319029125 5000055
"9__2__014__1_-_IT_1" 29680 31.359908922937 7000001 29679 31.359908922937 6000006
"9__2__014__1_-_IT_1" 29682 31.689576942177 8000001 29681 31.689576942177 7000002
"9__2__014__1_-_IT_1" 29697 35.180270380774 9000001 29696 35.180270380774 8000015
"9__2__014__1_-_IT_1" 29701 35.805095898522 10000001 29700 35.805095898522 9000004
"9__2__014__1_-_IT_1" 29716 38.758883059139 11000001 29715 38.758883059139 10000015
"9__2__014__1_-_IT_1" 29789 81.784913368832 12000001 29788 81.784913368832 11000073
"9__2__014__1_-_IT_1" 29802 83.203490068478 13000001 29801 83.203490068478 12000013
"9__2__014__1_-_IT_1" 29832 85.61894466388 14000001 29831 85.61894466388 13000030
"9__2__014__1_-_IT_1" 29842 86.742562723814 15000001 29841 86.742562723814 14000010
"9__2__014__1_-_IT_1" 29849 87.438099483819 16000001 29848 87.438099483819 15000007
"9__2__014__1_-_IT_1" 29884 92.278145672002 18000001 29883 92.278145672002 17000009
"9__2__014__1_-_IT_1" 29896 94.07719855681 19000001 29895 94.07719855681 18000012
"9__2__014__1_-_IT_1" 29940 104.311036233861 21000001 29939 104.311036233861 20000029
"9__2__014__1_-_IT_1" 29989 113.073595872223 24000001 29988 113.073595872223 23000018
"9__2__014__1_-_IT_1" 30048 122.570255684963 26000001 30047 122.570255684963 25000022
"9__2__014__1_-_IT_1" 30058 123.26163667031 27000001 30057 123.26163667031 26000010
"9__2__014__1_-_IT_1" 30072 125.933365642955 28000001 30071 125.933365642955 27000014
"9__1__013__1_re_IT_2" 689 21.108418720728 2000001 688 21.108418720728 1000045
"9__1__013__1_re_IT_2" 699 22.876103187636 3000001 698 22.876103187636 2000010
"9__1__013__1_re_IT_2" 711 24.944741002471 4000001 710 24.944741002471 3000012
"9__1__013__1_re_IT_2" 724 26.525015079296 5000001 723 26.525015079296 4000013
"9__1__013__1_re_IT_2" 744 30.143206484414 6000001 743 30.143206484414 5000020
"9__1__013__1_re_IT_2" 750 30.296834248592 7000001 749 30.296834248592 6000006
"9__1__013__1_re_IT_2" 786 35.367547235496 8000001 785 35.367547235496 7000036
"9__1__013__1_re_IT_2" 788 35.548882342326 9000001 787 35.548882342326 8000002
"9__1__013__1_re_IT_2" 790 35.707556875406 10000001 789 35.707556875406 9000002
"9__1__013__1_re_IT_2" 799 36.124392543668 11000001 798 36.124392543668 10000009
"9__1__013__1_re_IT_2" 812 38.099178214332 12000001 811 38.099178214332 11000013
"9__1__013__1_re_IT_2" 864 48.120912345068 13000001 863 48.120912345068 12000052
"9__1__013__1_re_IT_2" 885 50.626321643223 14000001 884 50.626321643223 13000021
"9__1_B_113__1_-_IT_1" 12213 6.857893399981 3000001 12212 6.857893399981 2000020
"9__1_B_113__1_-_IT_1" 12222 8.518922857227 4000001 12221 8.518922857227 3000009
"9__1_B_113__1_-_IT_1" 12264 21.792495215484 5000001 12263 21.792495215484 4000042
"9__1_B_113__1_-_IT_1" 12363 40.362091432539 7000001 12362 40.362091432539 6000056
"9__1_B_113__1_-_IT_1" 12375 41.248479224704 8000001 12374 41.248479224704 7000012
"9__1_B_113__1_-_IT_1" 12421 50.362433661137 9000001 12420 50.362433661137 8000046
"9__1_B_113__1_-_IT_1" 12455 56.641336095294 10000001 12454 56.641336095294 9000034
"9__1_B_113__1_-_IT_1" 12466 57.851986657104 11000001 12465 57.851986657104 10000011
"9__1_B_113__1_-_IT_1" 12499 62.91550141304 12000001 12498 62.91550141304 11000033
"9__1_B_113__1_-_IT_1" 12540 75.187697911797 13000001 12539 75.187697911797 12000041
"9__1_B_113__1_-_IT_1" 12570 78.222747550185 14000001 12569 78.222747550185 13000030
"9__1_B_113__1_-_IT_1" 12580 80.423870261744 15000001 12579 80.423870261744 14000010
"9__1_B_113__1_-_IT_1" 12633 87.0126115088151 16000001 12632 87.0126115088151 15000053
"9__1_B_113__1_-_IT_1" 12677 91.0913981755421 17000001 12676 91.0913981755421 16000044
"9__1_B_113__1_-_IT_1" 12694 95.5530670022591 18000001 12693 95.5530670022591 17000017
expired_calendar WARNING 139

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

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

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
143 "1508728_9__1__106_"
144 "1508732_9__1__106_"
145 "1508730_9__1__106_"
146 "1508731_9__1__106_"
147 "1508729_9__1__106_"
148 "1508570_9__1__106_"
149 "1508571_9__1__106_"
150 "1508575_9__1__106_"
151 "1508574_9__1__106_"
152 "1508572_9__1__106_"
153 "1508573_9__1__106_"
154 "1508576_9__1__106_"
155 "1508577_9__1__106_"
156 "1508816_9__1__106_"
157 "1508817_9__1__106_"
158 "1508821_9__1__106_"
159 "1508823_9__1__106_"
160 "1508818_9__1__106_"
161 "1508819_9__1__106_"
162 "1508820_9__1__106_"
163 "1508822_9__1__106_"
181 "1507946_9__1__130_"
182 "1507945_9__1__130_"
183 "1507943_9__1__130_"
184 "1507944_9__1__130_"
185 "1508395_9__1__130_"
186 "1508396_9__1__130_"
250 "1507947_9__2__049_"
251 "1508225_9__2__049_"
252 "1508226_9__2__049_"
253 "1508397_9__2__049_"
254 "1508398_9__2__049_"
268 "1508733_9__2__106_"
269 "1508737_9__2__106_"
270 "1508736_9__2__106_"
271 "1508734_9__2__106_"
272 "1508735_9__2__106_"
273 "1508582_9__2__106_"
274 "1508578_9__2__106_"
275 "1508581_9__2__106_"
276 "1508584_9__2__106_"
277 "1508579_9__2__106_"
278 "1508580_9__2__106_"
279 "1508583_9__2__106_"
280 "1508826_9__2__106_"
281 "1508824_9__2__106_"
282 "1508827_9__2__106_"
283 "1508829_9__2__106_"
284 "1508830_9__2__106_"
285 "1508825_9__2__106_"
fast_travel_between_consecutive_stops WARNING 1178

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.

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

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.
12671 "1011_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 154.77868030617952 0.5159289343539317 341053 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "15:36:12" 341054 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "15:36:24"
12672 "1012_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 154.77868030617952 0.5159289343539317 341053 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "15:36:12" 341054 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "15:36:24"
12671 "1011_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 188.61213295281013 0.3143535549213502 341054 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "15:36:24" 341055 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "15:36:30"
12672 "1012_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 188.61213295281013 0.3143535549213502 341054 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "15:36:24" 341055 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "15:36:30"
12671 "1011_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 525.2854878307787 0.8754758130512978 341057 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "15:36:42" 341058 24 "par_8_09437" "CAMINO HUERTA-CºANCHO" "15:36:48"
12672 "1012_9__1__006_-9__1__006__1_15:30:00_1_-__13_9__1__006_" "9__1__006_" 525.2854878307787 0.8754758130512978 341057 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "15:36:42" 341058 24 "par_8_09437" "CAMINO HUERTA-CºANCHO" "15:36:48"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 168.5885165262988 0.14049043043858234 342813 0 "par_8_17512" "AV.ERMITA-EST.LA MORALEJA" "22:15:00" 342814 1 "par_8_11331" "AV.VEGA-C.C.LA VEGA" "22:15:03"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 168.5885165262988 0.14049043043858234 342813 0 "par_8_17512" "AV.ERMITA-EST.LA MORALEJA" "22:15:00" 342814 1 "par_8_11331" "AV.VEGA-C.C.LA VEGA" "22:15:03"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 180.06355085526528 0.20007061206140586 342816 3 "par_8_12240" "NARDO-CENTRO CÍVICO" "22:15:10" 342817 4 "par_8_11335" "NARDO-COMPLEJO DEPORTIVO" "22:15:14"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 180.06355085526528 0.20007061206140586 342816 3 "par_8_12240" "NARDO-CENTRO CÍVICO" "22:15:10" 342817 4 "par_8_11335" "NARDO-COMPLEJO DEPORTIVO" "22:15:14"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 195.97304240152772 0.21774782489058636 342817 4 "par_8_11335" "NARDO-COMPLEJO DEPORTIVO" "22:15:14" 342818 5 "par_8_11277" "BEGONIA-AZALEA" "22:15:18"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 195.97304240152772 0.21774782489058636 342817 4 "par_8_11335" "NARDO-COMPLEJO DEPORTIVO" "22:15:14" 342818 5 "par_8_11277" "BEGONIA-AZALEA" "22:15:18"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 382.2597201358826 0.3185497667799022 342818 5 "par_8_11277" "BEGONIA-AZALEA" "22:15:18" 342819 6 "par_8_06811" "BEGONIA-CEMENTERIO" "22:15:21"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 382.2597201358826 0.3185497667799022 342818 5 "par_8_11277" "BEGONIA-AZALEA" "22:15:18" 342819 6 "par_8_06811" "BEGONIA-CEMENTERIO" "22:15:21"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 301.03793538567754 0.33448659487297505 342819 6 "par_8_06811" "BEGONIA-CEMENTERIO" "22:15:21" 342820 7 "par_8_06810" "JAZMÍN-BEGONIA" "22:15:25"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 301.03793538567754 0.33448659487297505 342819 6 "par_8_06811" "BEGONIA-CEMENTERIO" "22:15:21" 342820 7 "par_8_06810" "JAZMÍN-BEGONIA" "22:15:25"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 307.39565285279883 0.25616304404399903 342820 7 "par_8_06810" "JAZMÍN-BEGONIA" "22:15:25" 342821 8 "par_8_16936" "JAZMÍN-KERRIA" "22:15:28"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 307.39565285279883 0.25616304404399903 342820 7 "par_8_06810" "JAZMÍN-BEGONIA" "22:15:25" 342821 8 "par_8_16936" "JAZMÍN-KERRIA" "22:15:28"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 155.96371096905716 0.1732930121878413 342821 8 "par_8_16936" "JAZMÍN-KERRIA" "22:15:28" 342822 9 "par_8_09421" "CAMINO NUEVO-CUESTA DEL CERRO" "22:15:32"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 155.96371096905716 0.1732930121878413 342821 8 "par_8_16936" "JAZMÍN-KERRIA" "22:15:28" 342822 9 "par_8_09421" "CAMINO NUEVO-CUESTA DEL CERRO" "22:15:32"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 455.6741123197701 0.506304569244189 342822 9 "par_8_09421" "CAMINO NUEVO-CUESTA DEL CERRO" "22:15:32" 342823 10 "par_8_16938" "CAMINO NUEVO-GTA.LA PALMERA" "22:15:36"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 455.6741123197701 0.506304569244189 342822 9 "par_8_09421" "CAMINO NUEVO-CUESTA DEL CERRO" "22:15:32" 342823 10 "par_8_16938" "CAMINO NUEVO-GTA.LA PALMERA" "22:15:36"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 293.20814643190664 0.24434012202658886 342823 10 "par_8_16938" "CAMINO NUEVO-GTA.LA PALMERA" "22:15:36" 342824 11 "par_8_16946" "PºALCOBENDAS-VEREDILLA" "22:15:39"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 293.20814643190664 0.24434012202658886 342823 10 "par_8_16938" "CAMINO NUEVO-GTA.LA PALMERA" "22:15:36" 342824 11 "par_8_16946" "PºALCOBENDAS-VEREDILLA" "22:15:39"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 292.5097426764129 0.3250108251960143 342824 11 "par_8_16946" "PºALCOBENDAS-VEREDILLA" "22:15:39" 342825 12 "par_8_06825" "PºALCOBENDAS-CºANCHO" "22:15:43"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 292.5097426764129 0.3250108251960143 342824 11 "par_8_16946" "PºALCOBENDAS-VEREDILLA" "22:15:39" 342825 12 "par_8_06825" "PºALCOBENDAS-CºANCHO" "22:15:43"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 717.2383409460944 0.5976986174550786 342825 12 "par_8_06825" "PºALCOBENDAS-CºANCHO" "22:15:43" 342826 13 "par_8_06827" "PºALCOBENDAS-C.C.BULEVAR" "22:15:46"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 717.2383409460944 0.5976986174550786 342825 12 "par_8_06825" "PºALCOBENDAS-CºANCHO" "22:15:43" 342826 13 "par_8_06827" "PºALCOBENDAS-C.C.BULEVAR" "22:15:46"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 322.0234477675361 0.35780383085281786 342826 13 "par_8_06827" "PºALCOBENDAS-C.C.BULEVAR" "22:15:46" 342827 14 "par_8_06829" "PºALCOBENDAS-VEREDA DE LAS PEÑAS" "22:15:50"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 322.0234477675361 0.35780383085281786 342826 13 "par_8_06827" "PºALCOBENDAS-C.C.BULEVAR" "22:15:46" 342827 14 "par_8_06829" "PºALCOBENDAS-VEREDA DE LAS PEÑAS" "22:15:50"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 402.958748079323 0.4477319423103589 342827 14 "par_8_06829" "PºALCOBENDAS-VEREDA DE LAS PEÑAS" "22:15:50" 342828 15 "par_8_06831" "PºALCOBENDAS-URB.LEVIT PARK" "22:15:54"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 402.958748079323 0.4477319423103589 342827 14 "par_8_06829" "PºALCOBENDAS-VEREDA DE LAS PEÑAS" "22:15:50" 342828 15 "par_8_06831" "PºALCOBENDAS-URB.LEVIT PARK" "22:15:54"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 186.2251887745137 0.41383375283225265 342828 15 "par_8_06831" "PºALCOBENDAS-URB.LEVIT PARK" "22:15:54" 342829 16 "par_8_06832" "CAMINO VIEJO-PºCONDE DE LOS GAITANES" "22:16:02"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 186.2251887745137 0.41383375283225265 342828 15 "par_8_06831" "PºALCOBENDAS-URB.LEVIT PARK" "22:15:54" 342829 16 "par_8_06832" "CAMINO VIEJO-PºCONDE DE LOS GAITANES" "22:16:02"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 633.1041759525028 0.7034490843916699 342829 16 "par_8_06832" "CAMINO VIEJO-PºCONDE DE LOS GAITANES" "22:16:02" 342830 17 "par_8_09441" "CAMINO VIEJO-INTERGOLF" "22:16:06"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 633.1041759525028 0.7034490843916699 342829 16 "par_8_06832" "CAMINO VIEJO-PºCONDE DE LOS GAITANES" "22:16:02" 342830 17 "par_8_09441" "CAMINO VIEJO-INTERGOLF" "22:16:06"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 255.3810658280931 0.4256351097134885 342830 17 "par_8_09441" "CAMINO VIEJO-INTERGOLF" "22:16:06" 342831 18 "par_8_09443" "CAMINO VIEJO-CºLIEBRES" "22:16:12"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 255.3810658280931 0.4256351097134885 342830 17 "par_8_09441" "CAMINO VIEJO-INTERGOLF" "22:16:06" 342831 18 "par_8_09443" "CAMINO VIEJO-CºLIEBRES" "22:16:12"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 632.5484575103068 0.3514158097279482 342831 18 "par_8_09443" "CAMINO VIEJO-CºLIEBRES" "22:16:12" 342832 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "22:16:14"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 632.5484575103068 0.3514158097279482 342831 18 "par_8_09443" "CAMINO VIEJO-CºLIEBRES" "22:16:12" 342832 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "22:16:14"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 928.6720818370771 0.5159289343539317 342832 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "22:16:14" 342833 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "22:16:16"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 928.6720818370771 0.5159289343539317 342832 19 "par_8_09439" "CAMINO VIEJO-CºANCHO" "22:16:14" 342833 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "22:16:16"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 565.8363988584304 0.3143535549213502 342833 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "22:16:16" 342834 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "22:16:18"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 565.8363988584304 0.3143535549213502 342833 20 "par_8_20860" "CAMINO ANCHO-COLEGIO" "22:16:16" 342834 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "22:16:18"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 764.1390129102302 0.2122608369195084 342834 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "22:16:18" 342835 22 "par_8_21210" "CAMINO HÍPICA-CAMINO DE LOS JARDINES" "22:16:19"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 764.1390129102302 0.2122608369195084 342834 21 "par_8_21209" "CAMINO HÍPICA-CAMINO ANCHO" "22:16:18" 342835 22 "par_8_21210" "CAMINO HÍPICA-CAMINO DE LOS JARDINES" "22:16:19"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 770.0826295685183 0.21391184154681064 342835 22 "par_8_21210" "CAMINO HÍPICA-CAMINO DE LOS JARDINES" "22:16:19" 342836 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "22:16:20"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 770.0826295685183 0.21391184154681064 342835 22 "par_8_21210" "CAMINO HÍPICA-CAMINO DE LOS JARDINES" "22:16:19" 342836 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "22:16:20"
12758 "1013_9__1__006_-9__1__006__2_22:15:00_1_-__20_9__1__006_" "9__1__006_" 3151.7129269846723 0.8754758130512978 342836 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "22:16:20" 342837 24 "par_8_09437" "CAMINO HUERTA-CºANCHO" "22:16:21"
12801 "1014_9__1__006_-9__1__006__3_22:15:00_1_-__20_9__1__006_" "9__1__006_" 3151.7129269846723 0.8754758130512978 342836 23 "par_8_21211" "CAMINO ANCHO-COLEGIO" "22:16:20" 342837 24 "par_8_09437" "CAMINO HUERTA-CºANCHO" "22:16:21"
fast_travel_between_far_stops WARNING 308

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

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

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.
128 "9020101_9__2__013_-9__2__013__3_22:35:00_1_-__33_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 4387 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "22:35:00" 4426 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "22:35:00"
205 "9020202_9__2__013_-9__2__013__2_22:35:00_1_-__39_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 7464 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "22:35:00" 7503 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "22:35:00"
112 "9020101_9__2__013_-9__2__013__3_06:35:00_1_-__1_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 3699 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "06:35:00" 3738 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "06:35:00"
215 "9050201_9__2__013_-9__2__013__2_06:35:00_1_-__1_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 7832 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "06:35:00" 7871 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "06:35:00"
1090 "1280201_9__6__161_-9__6__161__2_20:40:00_1_c.__39_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 34273 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "20:40:00" 34305 32 "par_8_10765" "PºESTACIÓN-IBIZA" "20:40:00"
1042 "1260102_9__6__161_-9__6__161__7_20:40:00_1_c.__44_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 32667 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "20:40:00" 32699 32 "par_8_10765" "PºESTACIÓN-IBIZA" "20:40:00"
2195 "9999_9__4__131_-9__4__131__1_07:15:00_1_-__1_9__4__131_" "9__4__131_" 615.9545573469533 10.265909289115887 63809 0 "par_8_11529" "JUAN DE TOLEDO-ESTACIÓN DE AUTOBUSES" "07:15:00" 63845 36 "par_8_18774" "AV.J.DE BORBÓN Y BATTENBERG-MONASTERIO" "07:15:00"
3879 "9999_9__4__903_-9__4__903__1_19:50:00_1_-__22_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 98104 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "19:50:00" 98133 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "19:50:00"
1060 "1260201_9__6__161_-9__6__161__2_16:00:00_1_c.__25_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 33269 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "16:00:00" 33301 32 "par_8_10765" "PºESTACIÓN-IBIZA" "16:00:00"
1010 "1260101_9__6__161_-9__6__161__7_16:00:00_1_c.__30_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 31595 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "16:00:00" 31627 32 "par_8_10765" "PºESTACIÓN-IBIZA" "16:00:00"
1051 "1260201_9__6__161_-9__6__161__2_10:00:00_1_c.__7_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 32963 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "10:00:00" 32995 32 "par_8_10765" "PºESTACIÓN-IBIZA" "10:00:00"
1001 "1260101_9__6__161_-9__6__161__7_10:00:00_1_c.__13_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 31289 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "10:00:00" 31321 32 "par_8_10765" "PºESTACIÓN-IBIZA" "10:00:00"
97 "9020101_9__2__013_-9__2__013__4_12:00:00_1_-__12_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 3118 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "12:00:00" 3157 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "12:00:00"
2190 "9999_9__4__131_-9__4__131__1_17:15:00_1_-__14_9__4__131_" "9__4__131_" 615.9545573469533 10.265909289115887 63619 0 "par_8_11529" "JUAN DE TOLEDO-ESTACIÓN DE AUTOBUSES" "17:15:00" 63655 36 "par_8_18774" "AV.J.DE BORBÓN Y BATTENBERG-MONASTERIO" "17:15:00"
1937 "9999_9__4__014_-9__4__014__3_15:15:00_1_-__12_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 61077 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "15:15:00" 61114 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "15:15:00"
1916 "9999_9__4__014_-9__4__014__2_15:15:00_1_-__12_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 60279 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "15:15:00" 60316 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "15:15:00"
3875 "9999_9__4__903_-9__4__903__1_14:55:00_1_-__14_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 97964 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "14:55:00" 97993 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "14:55:00"
1905 "9999_9__4__014_-9__4__014__2_07:00:00_1_-__1_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 59861 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "07:00:00" 59898 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "07:00:00"
1926 "9999_9__4__014_-9__4__014__3_07:00:00_1_-__1_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 60659 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "07:00:00" 60696 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "07:00:00"
127 "9020101_9__2__013_-9__2__013__3_21:35:00_1_-__31_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 4344 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "21:35:00" 4383 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "21:35:00"
204 "9020202_9__2__013_-9__2__013__2_21:35:00_1_-__37_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 7421 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "21:35:00" 7460 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "21:35:00"
3877 "9999_9__4__903_-9__4__903__1_17:35:00_1_-__18_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 98034 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "17:35:00" 98063 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "17:35:00"
118 "9020101_9__2__013_-9__2__013__3_12:35:00_1_-__13_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 3957 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "12:35:00" 3996 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "12:35:00"
137 "9020102_9__2__013_-9__2__013__4_11:30:00_1_-__11_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 4732 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "11:30:00" 4771 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "11:30:00"
3868 "9999_9__4__903_-9__4__903__1_19:35:00_1_-__21_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 97719 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "19:35:00" 97748 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "19:35:00"
446 "9050101_9__5__013_-9__5__013__4_21:15:00_1_-__10_9__5__013_" "9__5__013_" 606.8113564228375 10.113522607047294 16729 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "21:15:00" 16757 28 "par_8_18679" "SANTIAGO DE COMPOSTELA-OVIEDO" "21:15:00"
456 "9050201_9__5__013_-9__5__013__2_21:15:00_1_-__10_9__5__013_" "9__5__013_" 606.8113564228375 10.113522607047294 17269 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "21:15:00" 17297 28 "par_8_18679" "SANTIAGO DE COMPOSTELA-OVIEDO" "21:15:00"
466 "9050301_9__5__013_-9__5__013__3_21:15:00_1_-__10_9__5__013_" "9__5__013_" 606.8113564228375 10.113522607047294 17809 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "21:15:00" 17837 28 "par_8_18679" "SANTIAGO DE COMPOSTELA-OVIEDO" "21:15:00"
1035 "1260102_9__6__161_-9__6__161__7_15:40:00_1_c.__29_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 32429 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "15:40:00" 32461 32 "par_8_10765" "PºESTACIÓN-IBIZA" "15:40:00"
1079 "1260202_9__6__161_-9__6__161__2_15:40:00_1_c.__24_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 33905 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "15:40:00" 33937 32 "par_8_10765" "PºESTACIÓN-IBIZA" "15:40:00"
146 "9020102_9__2__013_-9__2__013__4_20:30:00_1_-__29_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 5119 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "20:30:00" 5158 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "20:30:00"
156 "9020102_9__2__013_-9__2__013__3_11:05:00_1_-__10_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 5507 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "11:05:00" 5546 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "11:05:00"
992 "1260103_9__5__161_-9__5__161__1_14:20:00_1_-__3_9__5__161_" "9__5__161_" 610.5877508960803 10.17646251493467 30974 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "14:20:00" 31008 34 "par_8_15932" "CºSALINAS-PARQUE ENRIQUE TIERNO GALVÁN" "14:20:00"
2196 "9999_9__4__131_-9__4__131__1_08:00:00_1_-__2_9__4__131_" "9__4__131_" 615.9545573469533 10.265909289115887 63847 0 "par_8_11529" "JUAN DE TOLEDO-ESTACIÓN DE AUTOBUSES" "08:00:00" 63883 36 "par_8_18774" "AV.J.DE BORBÓN Y BATTENBERG-MONASTERIO" "08:00:00"
990 "1260103_9__5__161_-9__5__161__1_08:00:00_1_-__1_9__5__161_" "9__5__161_" 610.5877508960803 10.17646251493467 30892 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "08:00:00" 30926 34 "par_8_15932" "CºSALINAS-PARQUE ENRIQUE TIERNO GALVÁN" "08:00:00"
98 "9020101_9__2__013_-9__2__013__4_13:00:00_1_-__14_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 3161 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "13:00:00" 3200 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "13:00:00"
1915 "9999_9__4__014_-9__4__014__2_14:30:00_1_-__11_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 60241 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "14:30:00" 60278 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "14:30:00"
1936 "9999_9__4__014_-9__4__014__3_14:30:00_1_-__11_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 61039 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "14:30:00" 61076 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "14:30:00"
3878 "9999_9__4__903_-9__4__903__1_18:50:00_1_-__20_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 98069 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "18:50:00" 98098 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "18:50:00"
1910 "9999_9__4__014_-9__4__014__2_10:45:00_1_-__6_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 60051 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "10:45:00" 60088 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "10:45:00"
1931 "9999_9__4__014_-9__4__014__3_10:45:00_1_-__6_9__4__014_" "9__4__014_" 620.4881882704432 10.341469804507387 60849 0 "par_8_17491" "RONDA SUR-HOSPITAL DEL SURESTE" "10:45:00" 60886 37 "par_8_17490" "RONDA SUR-HOSPITAL DEL SURESTE" "10:45:00"
1034 "1260102_9__6__161_-9__6__161__7_15:00:00_1_c.__27_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 32395 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "15:00:00" 32427 32 "par_8_10765" "PºESTACIÓN-IBIZA" "15:00:00"
1078 "1260202_9__6__161_-9__6__161__2_15:00:00_1_c.__22_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 33871 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "15:00:00" 33903 32 "par_8_10765" "PºESTACIÓN-IBIZA" "15:00:00"
993 "1260103_9__5__161_-9__5__161__1_15:50:00_1_-__4_9__5__161_" "9__5__161_" 610.5877508960803 10.17646251493467 31015 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "15:50:00" 31049 34 "par_8_15932" "CºSALINAS-PARQUE ENRIQUE TIERNO GALVÁN" "15:50:00"
152 "9020102_9__2__013_-9__2__013__3_07:05:00_1_-__2_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 5335 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "07:05:00" 5374 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "07:05:00"
3858 "9999_9__4__903_-9__4__903__1_06:40:00_1_-__1_9__4__903_" "9__4__903_" 615.4008986562702 10.256681644271172 97369 0 "par_8_20449" "PZA.PUERTA DE ESPAÑA-AV.ESPAÑA" "06:40:00" 97398 29 "par_8_20456" "GRAN VÍA TRES CANTOS-AV.21 DE MARZO" "06:40:00"
1095 "1280202_9__6__161_-9__6__161__2_20:20:00_1_c.__38_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 34443 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "20:20:00" 34475 32 "par_8_10765" "PºESTACIÓN-IBIZA" "20:20:00"
1016 "1260101_9__6__161_-9__6__161__7_20:20:00_1_c.__43_9__6__161_" "9__6__161_" 611.5097000652972 10.191828334421622 31799 0 "par_8_09155" "PºESTACIÓN-EST.VALDEMORO" "20:20:00" 31831 32 "par_8_10765" "PºESTACIÓN-IBIZA" "20:20:00"
184 "9020201_9__2__013_-9__2__013__2_19:05:00_1_-__32_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 6614 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "19:05:00" 6653 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "19:05:00"
164 "9020102_9__2__013_-9__2__013__3_19:05:00_1_-__26_9__2__013_" "9__2__013_" 604.9605174931855 10.082675291553093 5851 0 "par_8_09568" "ESTACIÓN-EST.ARANJUEZ" "19:05:00" 5890 39 "par_8_09639" "CUESTA PERDICES-SANTIAGO RUSIÑOL" "19:05:00"
missing_feed_contact_email_and_url WARNING 24

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
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
missing_recommended_field WARNING 48

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" 3 "feed_start_date"
"feed_info.txt" 3 "feed_end_date"
"feed_info.txt" 4 "feed_start_date"
"feed_info.txt" 4 "feed_end_date"
"feed_info.txt" 5 "feed_start_date"
"feed_info.txt" 5 "feed_end_date"
"feed_info.txt" 6 "feed_start_date"
"feed_info.txt" 6 "feed_end_date"
"feed_info.txt" 7 "feed_start_date"
"feed_info.txt" 7 "feed_end_date"
"feed_info.txt" 8 "feed_start_date"
"feed_info.txt" 8 "feed_end_date"
"feed_info.txt" 9 "feed_start_date"
"feed_info.txt" 9 "feed_end_date"
"feed_info.txt" 10 "feed_start_date"
"feed_info.txt" 10 "feed_end_date"
"feed_info.txt" 11 "feed_start_date"
"feed_info.txt" 11 "feed_end_date"
"feed_info.txt" 12 "feed_start_date"
"feed_info.txt" 12 "feed_end_date"
"feed_info.txt" 13 "feed_start_date"
"feed_info.txt" 13 "feed_end_date"
"feed_info.txt" 14 "feed_start_date"
"feed_info.txt" 14 "feed_end_date"
"feed_info.txt" 15 "feed_start_date"
"feed_info.txt" 15 "feed_end_date"
"feed_info.txt" 16 "feed_start_date"
"feed_info.txt" 16 "feed_end_date"
"feed_info.txt" 17 "feed_start_date"
"feed_info.txt" 17 "feed_end_date"
"feed_info.txt" 18 "feed_start_date"
"feed_info.txt" 18 "feed_end_date"
"feed_info.txt" 19 "feed_start_date"
"feed_info.txt" 19 "feed_end_date"
"feed_info.txt" 20 "feed_start_date"
"feed_info.txt" 20 "feed_end_date"
"feed_info.txt" 21 "feed_start_date"
"feed_info.txt" 21 "feed_end_date"
"feed_info.txt" 22 "feed_start_date"
"feed_info.txt" 22 "feed_end_date"
"feed_info.txt" 23 "feed_start_date"
"feed_info.txt" 23 "feed_end_date"
"feed_info.txt" 24 "feed_start_date"
"feed_info.txt" 24 "feed_end_date"
"feed_info.txt" 25 "feed_start_date"
"feed_info.txt" 25 "feed_end_date"
mixed_case_recommended_field WARNING 34831

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 34831 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.
"stops.txt" "stop_name" "ESTACIÓN-EST.ARANJUEZ" 2
"stops.txt" "stop_name" "GOBERNADOR-MERCADO DE ABASTOS" 3
"stops.txt" "stop_name" "ABASTOS-FLORIDA" 4
"stops.txt" "stop_name" "GOBERNADOR-VALERAS" 5
"stops.txt" "stop_name" "ABASTOS-AYUNTAMIENTO" 6
"stops.txt" "stop_name" "GTA.NUEVO ARANJUEZ-CUARTELES" 7
"stops.txt" "stop_name" "REY-AUDITORIO" 8
"stops.txt" "stop_name" "FOSO-GOBERNADOR" 9
"stops.txt" "stop_name" "FOSO-INFANTAS" 10
"stops.txt" "stop_name" "PRÍNCIPE-IGLESIA" 11
"stops.txt" "stop_name" "MORERAS-LA BARRACA DE FEDERICO GªLORCA" 12
"stops.txt" "stop_name" "MORERAS-ANCHA" 13
"stops.txt" "stop_name" "MORERAS-ANCHA" 14
"stops.txt" "stop_name" "MORERAS-PRIMERO DE MAYO" 15
"stops.txt" "stop_name" "MORERAS-PRIMERO DE MAYO" 16
"stops.txt" "stop_name" "MORERAS-COLEGIO" 17
"stops.txt" "stop_name" "PRIMERO DE MAYO-POLIDEPORTIVO" 18
"stops.txt" "stop_name" "ABASTOS-CONCHA" 19
"stops.txt" "stop_name" "MORERAS-AUGUSTO MORENO" 20
"stops.txt" "stop_name" "GOBERNADOR-ALMÍBAR" 21
"stops.txt" "stop_name" "GTA.NUEVO ARANJUEZ-PRIMERO DE MAYO" 22
"stops.txt" "stop_name" "MORERAS-JULIO VALDEÓN" 23
"stops.txt" "stop_name" "PRIMERO DE MAYO-POLIDEPORTIVO" 24
"stops.txt" "stop_name" "INFANTAS-CAP.ANGOSTO GÓMEZ CASTRILLÓN" 25
"stops.txt" "stop_name" "ALVAREZ DE QUINDOS-CUARTELES" 26
"stops.txt" "stop_name" "ÁLVAREZ DE QUINDOS-CÁNDIDO LÓPEZ Y MALTA" 27
"stops.txt" "stop_name" "CARAMILLAR-NORIA" 28
"stops.txt" "stop_name" "ESTUDIOS CINEMATOGRÁFICOS-MEDIODÍA" 29
"stops.txt" "stop_name" "CECILIO LÁZARO-VÍCTIMAS DEL TERRORISMO" 30
"stops.txt" "stop_name" "VALERAS-SAN ANTONIO" 31
"stops.txt" "stop_name" "VALERAS-SAN ANTONIO" 32
"stops.txt" "stop_name" "MORERAS-PºEMILIO GARCÍA GREDIAGA" 33
"stops.txt" "stop_name" "MORERAS-Pº EMILIO GARCÍA GREDIAGA" 34
"stops.txt" "stop_name" "ESCUADRA-POL.IND.PIRELLI" 35
"stops.txt" "stop_name" "ESCUADRA-POL.IND.PIRELLI" 36
"stops.txt" "stop_name" "CUESTA PERDICES-SANTIAGO RUSIÑOL" 37
"stops.txt" "stop_name" "PZA.DOCTOR GLEZ.BUENO-RESIDENCIA" 38
"stops.txt" "stop_name" "CTRA.TOLEDO-CEMENTERIO" 39
"stops.txt" "stop_name" "AV.LOYOLA-PZA.MATADERO" 40
"stops.txt" "stop_name" "AV.LOYOLA-PZA.MATADERO" 41
"stops.txt" "stop_name" "AV.LOYOLA-PZA.PALOMA" 42
"stops.txt" "stop_name" "AV.LOYOLA-PZA.PALOMA" 43
"stops.txt" "stop_name" "AV.LOYOLA-VICTORIA KAMHI" 44
"stops.txt" "stop_name" "AV.LOYOLA-FRESNO" 45
"stops.txt" "stop_name" "PºDELEITE-PARQUE DE BOMBEROS" 46
"stops.txt" "stop_name" "PºDELEITE-CUESTA PERDICES" 47
"stops.txt" "stop_name" "VALERAS-VERDERÓN" 48
"stops.txt" "stop_name" "VALERAS-SAN PASCUAL" 49
"stops.txt" "stop_name" "AV.PLAZA DE TOROS-CONCHA" 50
"stops.txt" "stop_name" "AV.PLAZA DE TOROS-FOSO" 51
more_than_one_entity WARNING 1

more_than_one_entity

More than one row in CSV.

The file is expected to have a single entity but has more (e.g., "feed_info.txt").

You can see more about this notice here.

filename (?) Name of the faulty file. entityCount (?) Number of occurrences.
"feed_info.txt" 24
route_long_name_contains_short_name WARNING 2

route_long_name_contains_short_name

Long name should not contain short name for a single route.

In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

Good examples:

route_short_name/route_long_name Dataset
"N"/"Judah" Muni San Fransisco
"6"/"ML King Jr Blvd" Trimet Portland Streetcar
"55"/"Boulevard Saint Laurent" STM Montreal
"1"/"Rangiora/Cashmere" Metro Christchurch

Bad examples:

route_short_name/route_long_name
"604"/"604"
"14"/"Route 14"
"2"/"Route 2: Bellows Falls In-Town"

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`. routeLongName (?) The faulty record's `route_long_name`.
"9__SE__161_" 17 "SE" "SE URBANA VALDEMORO"
"9__7__065_" 59 "7" "7 CIRCULAR GETAFE CENTRAL - TECNOGETAFE"
stop_too_far_from_shape WARNING 38

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.
4199 "9__1__038__2_cr_IT_2" "1491740_9__1__038_-10632808" 110625 "par_8_20371" "CASCAJAL-CRTA.LOS MOLINOS" [40.7374343465444,-4.065718100673281] 139.9719378886794
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175990 "par_8_17398" "CONCHA ESPINA-AV.MARÍA ZAMBRANO" [40.32298258273028,-3.7251576801302635] 316.11352913149443
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175991 "par_8_17448" "AV.CMTE.JOSÉ M.RIPOLLÉS-EST.EL BERCIAL" [40.323096781623796,-3.7259638398289] 757.2600728253369
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175992 "par_8_20360" "AV.COMTE.JOSÉ M.RIPOLLÉS-SALVADOR DALÍ" [40.323096781623796,-3.7259638398289] 1017.19853890744
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175993 "par_8_17553" "EDUARDO TORROJA-BÉLGICA" [40.323096781623796,-3.7259638398289] 1095.211840719764
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175994 "par_8_08217" "AUSTRIA-BARRIO EL BERCIAL" [40.323096781623796,-3.7259638398289] 977.1856839403304
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175995 "par_8_08218" "AV.BUENOS AIRES-BIBLIOTECA" [40.323096781623796,-3.7259638398289] 971.3590332798592
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175996 "par_8_17443" "AV.PARQUE-AV.LAS TRECE ROSAS" [40.323096781623796,-3.7259638398289] 893.3685217599058
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175997 "par_8_17442" "AV.SALVADOR ALLENDE-URUGUAY" [40.323096781623796,-3.7259638398289] 993.9978927132219
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175998 "par_8_17439" "AV.SALVADOR ALLENDE-AV.CHILE" [40.32294202938458,-3.7259030384809395] 1235.7469437324228
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 175999 "par_8_20116" "EINSTEIN-INSTITUTO" [40.32036347527447,-3.7248899808729723] 1594.9960585154156
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176000 "par_8_20117" "CTRA.M406-POLIDPTVO.SECTOR III" [40.31861100198792,-3.7242015185328605] 1602.1682853058355
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176001 "par_8_08226" "CTRA.M406-HOSPITAL DE GETAFE" [40.31701859634898,-3.7235759714430245] 1493.7931561728387
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176002 "par_8_08241" "LEGANÉS-BATRES" [40.313779687833126,-3.722303721283112] 1291.3371287124721
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176003 "par_8_08283" "PZA.CUESTAS-UNED" [40.309584012687495,-3.7206558407253008] 1137.569929774715
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176004 "par_8_08348" "MAGDALENA-ARBOLEDA" [40.309584012687495,-3.7206558407253008] 909.6703486168981
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176005 "par_8_06348" "MAGDALENA-PZA.CANTO REDONDO" [40.309681091445626,-3.7206939666642027] 637.812130454392
6370 "9__3_B_065__1_-_IT_1" "1498430_9__3_B_065_-10672633" 176006 "par_8_08319" "AV.LOS ÁNGELES-PZA.ESPAÑA" [40.310075823801114,-3.720848991887681] 246.25389469104996
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181484 "par_8_16023" "DIESEL-MORSE" [40.3049321117053,-3.708874630033961] 610.8325682546151
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181485 "par_8_16024" "DIESEL-POL.IND.SAN MARCOS" [40.3049321117053,-3.708874630033961] 883.575402497473
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181486 "par_8_16025" "DIESEL-POL.IND.EL LOMO" [40.3049321117053,-3.708874630033961] 1154.0727049797365
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181487 "par_8_20844" "CAÑADA SAN MARCOS-AIRBUS" [40.3047562047399,-3.70963382939956] 1106.8453048622912
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181488 "par_8_19892" "MIGUEL FARADAY-AV.LEONARDO DA VINCI" [40.3049321117053,-3.708874630033961] 1738.34285413844
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181489 "par_8_19893" "GALILEO GALILEI-MIGUEL FARADAY" [40.3049321117053,-3.708874630033961] 2151.502001306134
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181490 "par_8_19894" "AV.ISAAC NEWTON-GALILEO GALILEI" [40.3049321117053,-3.708874630033961] 2142.3512677030135
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181491 "par_8_21012" "ROSALIND FRANKLIN-AGUSTÍN DE BETANCOUR" [40.3049321117053,-3.708874630033961] 3150.80183115828
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181492 "par_8_21011" "ROSALIND FRANKLIN-GREGORIO MARAÑÓN" [40.3049321117053,-3.708874630033961] 3001.8204948005978
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181493 "par_8_21013" "SEVERO OCHOA-RACHEL CARSON" [40.3049321117053,-3.708874630033961] 3789.9608424112157
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181494 "par_8_21014" "SEVERO OCHOA-SUPERMERCADOS" [40.3049321117053,-3.708874630033961] 3689.704072997752
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181495 "par_8_21015" "SEVERO OCHOA-SALIDA POLÍGONO" [40.3049321117053,-3.708874630033961] 3523.736644785666
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181496 "par_8_17242" "AV.LEONARDO DA VINCI-P.EMP.LA CARPETANIA" [40.3049321117053,-3.708874630033961] 1832.9571402126332
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181497 "par_8_16038" "GUTEMBERG-POL.IND.EL LOMO" [40.3049321117053,-3.708874630033961] 1317.4574745340924
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181498 "par_8_16026" "BELL-GUTEMBERG" [40.3049321117053,-3.708874630033961] 1194.350611410877
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181499 "par_8_16027" "FRANKLIN-BELL" [40.3049321117053,-3.708874630033961] 1450.760085732406
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181500 "par_8_16028" "FRANKLIN-POL.IND.SAN MARCOS" [40.3049321117053,-3.708874630033961] 1168.5081995245175
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181501 "par_8_16029" "EDISON-FRANKLIN" [40.3049321117053,-3.708874630033961] 1064.211352045541
6557 "9__PI2__065__1_g._IT_2" "1498068_9__PI2__065_-10668398" 181502 "par_8_16030" "EDISON-GUTEMBERG" [40.3049321117053,-3.708874630033961] 776.3330704193922
13440 "9__1__022__1_-_IT_1" "99823_9__1__022_-1022491" 367204 "par_8_15567" "PºMADRID-JUAN CARLOS I" [40.4052324796453,-3.8777792408582203] 240.25893452467906
stop_without_stop_time WARNING 5350

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.

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

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
39 "par_8_09601" "CTRA.TOLEDO-CEMENTERIO"
122 "par_8_08041" "AV.ESPAÑA-JOAN MIRÓ"
124 "par_8_08043" "AV.ESPAÑA-TERREROS"
125 "par_8_08046" "ALFARO-IGLESIA"
129 "par_8_08053" "VALDEMORO-FEDERICO GARCÍA LORCA"
130 "par_8_08191" "CTRA.A4-POL.IND.SAN MARCOS"
131 "par_8_08192" "CTRA.A4-POL.IND.SAN MARCOS"
134 "par_8_1132" "AV.CORDOBA-HOSPITAL 12 DE OCTUBRE"
135 "par_8_1135" "AV.ANDALUCIA-AV.POBLADOS"
136 "par_8_1136" "AV.ANDALUCIA-AV.LOS FUEROS"
137 "par_8_1172" "AV.ANDALUCIA-VERBENA DE LA PALOMA"
138 "par_8_1173" "AV.ANDALUCIA-CONCILIACION"
143 "par_8_12855" "SIERRA NEVADA-LAS MARISMAS"
144 "par_8_12856" "SIERRA NEVADA-LAS MARISMAS"
145 "par_8_12886" "SIERRA NEVADA-DOÑANA"
146 "par_8_12887" "SIERRA NEVADA-DOÑANA"
148 "par_8_15533" "PºDE LAS ARTES-COLEGIO"
149 "par_8_15776" "PZA.ASUNCIÓN-ALFARO"
151 "par_8_16729" "AV.ANDALUCÍA-VILLAVERDE BAJO CRUCE"
152 "par_8_16730" "AV.ANDALUCÍA-VILLAVERDE BAJO CRUCE"
153 "par_8_16736" "PºDE LA CHOPERA-LEGAZPI"
154 "par_8_18462" "PºDE LAS ARTES-AV.JUAN PABLO II"
156 "par_8_3858" "PºDELICIAS-PLAZA DE LEGAZPI"
157 "par_8_5380" "AV.CORDOBA-HOSPITAL 12 DE OCTUBRE"
158 "par_8_5704" "AV.CORDOBA-ANTONIO LOPEZ"
159 "par_8_5718" "AV.CORDOBA-GTA.CADIZ"
160 "par_8_07989" "AV.ANDALUCÍA-POL.IND.ALBRESA"
167 "par_8_08195" "CTRA.A4-ÁREA EMPRESARIAL ANDALUCÍA"
168 "par_8_08196" "CTRA.A4-POLÍGONO IND.LAS ARENAS"
170 "par_8_10763" "PºESTACIÓN-ALBERIZA"
171 "par_8_10878" "CTRA.A4-CENTRO DE ALMACENAJE Y DISTRIB."
172 "par_8_11836" "PºCOMUNIDAD DE MADRID-CEMENTERIO"
173 "par_8_11838" "LIBERTAD-COMUNIDAD MADRID"
176 "par_8_15536" "LIBERTAD-CUBA"
180 "par_8_16171" "AV.ANDALUCÍA-POLÍGONO IND.ALBRESA"
183 "par_8_17210" "AGUADO-RONDA DE LAS COMUNIDADES"
184 "par_8_17265" "AGUADO-PARAGUAY"
185 "par_8_17266" "AGUADO-GUATEMALA"
186 "par_8_17267" "AV.ESPAÑA-BIBLIOTECA"
187 "par_8_17961" "DALÍ-RAFAEL"
188 "par_8_19279" "PÍO BAROJA-MIGUEL HERNÁNDEZ"
189 "par_8_06165" "ESTACIÓN SUR DE AUTOBUSES"
190 "par_8_08059" "CTRA.A4-CTRA.M841"
191 "par_8_09324" "AV.ANDALUCÍA-POLÍGONO IND.VALMOR"
192 "par_8_10999" "INFANTAS-ESTACION DE AUTOBUSES"
194 "par_8_17115" "MORERAS-COLEGIO"
195 "par_8_18828" "CTRA.A4-SESEÑA NUEVO"
196 "par_8_18829" "CTRA.A4-SESEÑA NUEVO"
198 "par_8_2916" "Pº MOLINO-PZA.LEGAZPI"
199 "par_8_3201" "Pº MOLINO-PZA.LEGAZPI"
stops_match_shape_out_of_order WARNING 1

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

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. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
8152 "9__3__047__1_-_IT_1" "2_9__3__047_-9__3__047__1_16:10:00_1_-__10_9__3__047_" 221567 "par_8_19317" "REAL-EST.VILLALBA" [40.6274507080231,-4.00821836167908] 221566 "par_8_19316" "REAL-EST.VILLALBA" [40.62685616112615,-4.008531984014346]
big_gap_in_service INFO 13

big_gap_in_service

A service has a gap of more than 13 days between active service dates.

You can see more about this notice here.

serviceId (?) The service_id that has the gap. gapStartDate (?) The first day of the gap. gapEndDate (?) The last day of the gap. gapDurationDays (?) The number of days in the gap.
"99126_9__1__022_" "2026-07-25" "2026-08-15" 20
"99127_9__1__022_" "2026-07-25" "2026-08-15" 20
"99128_9__1__022_" "2026-07-25" "2026-08-15" 20
"99129_9__1__022_" "2026-07-25" "2026-08-15" 20
"99130_9__2__022_" "2026-07-25" "2026-08-15" 20
"99131_9__2__022_" "2026-07-25" "2026-08-15" 20
"99130_9__3__022_" "2026-07-25" "2026-08-15" 20
"99132_9__3__022_" "2026-07-25" "2026-08-15" 20
"99133_9__3__022_" "2026-07-25" "2026-08-15" 20
"99126_9__4__022_" "2026-07-25" "2026-08-15" 20
"99127_9__4__022_" "2026-07-25" "2026-08-15" 20
"99128_9__4__022_" "2026-07-25" "2026-08-15" 20
"99129_9__4__022_" "2026-07-25" "2026-08-15" 20