GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T16:50:23Z,
for the dataset file:///shared/metro-de-granada-eps.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. calendar_dates.txt
  4. fare_attributes.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 0
  • Blocks: 0
  • Routes: 1
  • Shapes: 2
  • Stops: 26
  • Trips: 4729

Specification Compliance report

81 notices reported (30 errors, 51 warnings, 0 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 30

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.
78567 78566 "VUELTAL1ViernesCorpus25292_107" "05:00:00" "28:58:30"
20242 20241 "IDAL1JuevesCorpus25291_88" "05:00:00" "28:58:30"
75400 75399 "VUELTAL1ViernesCorpus25292_43" "05:01:00" "28:58:30"
17155 17154 "IDAL1JuevesCorpus25291_25" "05:00:00" "28:59:30"
41838 41837 "IDAL1MiercolesCorpus25290_80" "05:00:00" "28:59:30"
43648 43647 "VUELTAL1MiercolesCorpus25290_118" "05:00:00" "28:58:30"
45112 45111 "VUELTAL1MiercolesCorpus25290_149" "05:01:00" "28:58:30"
39648 39647 "IDAL1MiercolesCorpus25290_36" "05:02:00" "28:59:30"
46655 46654 "VUELTAL1MiercolesCorpus25290_180" "05:00:00" "28:57:30"
74766 74765 "VUELTAL1ViernesCorpus25292_31" "05:00:00" "28:57:30"
68348 68347 "VUELTAL1SabadoPreCorpus25286_53" "05:00:00" "28:58:30"
53363 53362 "VUELTAL1SabadoCorpus25293_15" "05:01:00" "28:58:30"
68665 68664 "VUELTAL1SabadoPreCorpus25286_60" "05:01:00" "28:58:30"
56120 56119 "VUELTAL1SabadoCorpus25293_70" "05:00:00" "28:57:30"
82380 82379 "IDAL1ViernesCorpus25292_183" "05:00:00" "28:59:30"
66392 66391 "IDAL1SabadoPreCorpus25286_12" "05:00:00" "28:58:30"
67207 67206 "IDAL1SabadoPreCorpus25286_28" "05:02:00" "28:59:30"
70270 70269 "IDAL1SabadoPreCorpus25286_90" "05:00:00" "28:59:30"
54683 54682 "IDAL1SabadoCorpus25293_41" "05:00:00" "28:58:30"
16551 16550 "VUELTAL1JuevesCorpus25291_12" "05:00:00" "28:58:30"
18895 18894 "VUELTAL1JuevesCorpus25291_59" "05:00:00" "28:57:30"
76640 76639 "IDAL1ViernesCorpus25292_70" "05:00:00" "28:58:30"
77282 77281 "IDAL1ViernesCorpus25292_83" "05:02:00" "28:59:30"
58513 58512 "IDAL1SabadoCorpus25293_118" "05:02:00" "28:59:30"
57707 57706 "IDAL1SabadoCorpus25293_102" "05:00:00" "28:59:30"
59602 59601 "VUELTAL1SabadoCorpus25293_141" "05:00:00" "28:58:30"
24250 24249 "VUELTAL1JuevesCorpus25291_169" "05:01:00" "28:58:30"
20884 20883 "IDAL1JuevesCorpus25291_101" "05:02:00" "28:59:30"
43003 43002 "IDAL1MiercolesCorpus25290_104" "05:00:00" "28:58:30"
72319 72318 "VUELTAL1SabadoPreCorpus25286_135" "05:00:00" "28:57:30"
expired_calendar WARNING 2

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.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
4 "L1LaborableVerano25"
7 "L1ViernesVerano25"
fast_travel_between_consecutive_stops WARNING 10

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.
148 "VUELTAL1Domingo24_75" "L1" 111.7564605975849 0.9313038383132075 3694 25 "2" "Juncaril" "08:49:30" 3695 26 "1" "Albolote" "08:50:00"
599 "VUELTAL1DomingoFinCorpus25294_74" "L1" 111.7564605975849 0.9313038383132075 15050 25 "2" "Juncaril" "08:49:30" 15051 26 "1" "Albolote" "08:50:00"
75 "VUELTAL1Domingo24_38" "L1" 111.7564605975849 0.9313038383132075 1857 25 "2" "Juncaril" "08:19:30" 1858 26 "1" "Albolote" "08:20:00"
546 "VUELTAL1DomingoFinCorpus25294_47" "L1" 111.7564605975849 0.9313038383132075 13707 25 "2" "Juncaril" "08:19:30" 13708 26 "1" "Albolote" "08:20:00"
2132 "VUELTAL1SabadoCorpus25293_16" "L1" 111.7564605975849 0.9313038383132075 53384 25 "2" "Juncaril" "17:51:30" 53385 26 "1" "Albolote" "17:52:00"
2748 "VUELTAL1SabadoPreCorpus25286_61" "L1" 111.7564605975849 0.9313038383132075 68686 25 "2" "Juncaril" "17:51:30" 68687 26 "1" "Albolote" "17:52:00"
244 "VUELTAL1DomingoCorpus25287_33" "L1" 111.7564605975849 0.9313038383132075 6045 25 "2" "Juncaril" "17:51:30" 6046 26 "1" "Albolote" "17:52:00"
3300 "VUELTAL1ViernesCorpus25292_188" "L1" 111.7564605975849 0.9313038383132075 82414 25 "2" "Juncaril" "30:19:30" 82415 26 "1" "Albolote" "30:20:00"
683 "VUELTAL1JuevesCorpus25291_25" "L1" 111.7564605975849 0.9313038383132075 17189 25 "2" "Juncaril" "30:19:30" 17190 26 "1" "Albolote" "30:20:00"
1670 "VUELTAL1MiercolesCorpus25290_81" "L1" 111.7564605975849 0.9313038383132075 41872 25 "2" "Juncaril" "30:19:30" 41873 26 "1" "Albolote" "30:20:00"
fast_travel_between_far_stops WARNING 30

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.

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.
3015 "VUELTAL1ViernesCorpus25292_43" "L1" 615.9059187893714 10.265098646489523 75385 1 "26" "Armilla" "28:30:30" 75404 20 "7" "Jaén" "05:07:00"
1802 "VUELTAL1MiercolesCorpus25290_149" "L1" 615.9059187893714 10.265098646489523 45097 1 "26" "Armilla" "28:30:30" 45116 20 "7" "Jaén" "05:07:00"
2130 "VUELTAL1SabadoCorpus25293_15" "L1" 615.9059187893714 10.265098646489523 53348 1 "26" "Armilla" "28:30:30" 53367 20 "7" "Jaén" "05:07:00"
2746 "VUELTAL1SabadoPreCorpus25286_60" "L1" 615.9059187893714 10.265098646489523 68650 1 "26" "Armilla" "28:30:30" 68669 20 "7" "Jaén" "05:07:00"
968 "VUELTAL1JuevesCorpus25291_169" "L1" 615.9059187893714 10.265098646489523 24235 1 "26" "Armilla" "28:30:30" 24254 20 "7" "Jaén" "05:07:00"
1864 "VUELTAL1MiercolesCorpus25290_180" "L1" 615.9059187893714 10.265098646489523 46649 1 "26" "Armilla" "28:45:30" 46668 20 "7" "Jaén" "05:22:00"
2990 "VUELTAL1ViernesCorpus25292_31" "L1" 615.9059187893714 10.265098646489523 74760 1 "26" "Armilla" "28:45:30" 74779 20 "7" "Jaén" "05:22:00"
2241 "VUELTAL1SabadoCorpus25293_70" "L1" 615.9059187893714 10.265098646489523 56114 1 "26" "Armilla" "28:45:30" 56133 20 "7" "Jaén" "05:22:00"
752 "VUELTAL1JuevesCorpus25291_59" "L1" 615.9059187893714 10.265098646489523 18889 1 "26" "Armilla" "28:45:30" 18908 20 "7" "Jaén" "05:22:00"
2893 "VUELTAL1SabadoPreCorpus25286_135" "L1" 615.9059187893714 10.265098646489523 72313 1 "26" "Armilla" "28:45:30" 72332 20 "7" "Jaén" "05:22:00"
1581 "IDAL1MiercolesCorpus25290_36" "L1" 615.0101245749075 10.250168742915125 39629 6 "6" "Cerrillo Maracena" "28:25:30" 39648 25 "25" "Fernando de los Ríos" "05:02:00"
2684 "IDAL1SabadoPreCorpus25286_28" "L1" 615.0101245749075 10.250168742915125 67188 6 "6" "Cerrillo Maracena" "28:25:30" 67207 25 "25" "Fernando de los Ríos" "05:02:00"
3093 "IDAL1ViernesCorpus25292_83" "L1" 615.0101245749075 10.250168742915125 77263 6 "6" "Cerrillo Maracena" "28:25:30" 77282 25 "25" "Fernando de los Ríos" "05:02:00"
2336 "IDAL1SabadoCorpus25293_118" "L1" 615.0101245749075 10.250168742915125 58494 6 "6" "Cerrillo Maracena" "28:25:30" 58513 25 "25" "Fernando de los Ríos" "05:02:00"
833 "IDAL1JuevesCorpus25291_101" "L1" 615.0101245749075 10.250168742915125 20865 6 "6" "Cerrillo Maracena" "28:25:30" 20884 25 "25" "Fernando de los Ríos" "05:02:00"
682 "IDAL1JuevesCorpus25291_25" "L1" 622.7100065722082 10.378500109536803 17139 1 "1" "Albolote" "28:30:30" 17156 18 "18" "Hípica" "05:02:00"
1669 "IDAL1MiercolesCorpus25290_80" "L1" 622.7100065722082 10.378500109536803 41822 1 "1" "Albolote" "28:30:30" 41839 18 "18" "Hípica" "05:02:00"
3299 "IDAL1ViernesCorpus25292_183" "L1" 622.7100065722082 10.378500109536803 82364 1 "1" "Albolote" "28:30:30" 82381 18 "18" "Hípica" "05:02:00"
2811 "IDAL1SabadoPreCorpus25286_90" "L1" 622.7100065722082 10.378500109536803 70254 1 "1" "Albolote" "28:30:30" 70271 18 "18" "Hípica" "05:02:00"
2303 "IDAL1SabadoCorpus25293_102" "L1" 622.7100065722082 10.378500109536803 57691 1 "1" "Albolote" "28:30:30" 57708 18 "18" "Hípica" "05:02:00"
3145 "VUELTAL1ViernesCorpus25292_107" "L1" 603.1536167640689 10.052560279401147 78548 4 "23" "Parque tecnológico" "28:23:30" 78567 23 "4" "Anfiteatro" "05:00:00"
1743 "VUELTAL1MiercolesCorpus25290_118" "L1" 603.1536167640689 10.052560279401147 43629 4 "23" "Parque tecnológico" "28:23:30" 43648 23 "4" "Anfiteatro" "05:00:00"
2732 "VUELTAL1SabadoPreCorpus25286_53" "L1" 603.1536167640689 10.052560279401147 68329 4 "23" "Parque tecnológico" "28:23:30" 68348 23 "4" "Anfiteatro" "05:00:00"
657 "VUELTAL1JuevesCorpus25291_12" "L1" 603.1536167640689 10.052560279401147 16532 4 "23" "Parque tecnológico" "28:23:30" 16551 23 "4" "Anfiteatro" "05:00:00"
2382 "VUELTAL1SabadoCorpus25293_141" "L1" 603.1536167640689 10.052560279401147 59583 4 "23" "Parque tecnológico" "28:23:30" 59602 23 "4" "Anfiteatro" "05:00:00"
808 "IDAL1JuevesCorpus25291_88" "L1" 622.7100065722082 10.378500109536803 20235 1 "1" "Albolote" "28:45:30" 20252 18 "18" "Hípica" "05:17:00"
2651 "IDAL1SabadoPreCorpus25286_12" "L1" 622.7100065722082 10.378500109536803 66385 1 "1" "Albolote" "28:45:30" 66402 18 "18" "Hípica" "05:17:00"
2183 "IDAL1SabadoCorpus25293_41" "L1" 622.7100065722082 10.378500109536803 54676 1 "1" "Albolote" "28:45:30" 54693 18 "18" "Hípica" "05:17:00"
3068 "IDAL1ViernesCorpus25292_70" "L1" 622.7100065722082 10.378500109536803 76633 1 "1" "Albolote" "28:45:30" 76650 18 "18" "Hípica" "05:17:00"
1718 "IDAL1MiercolesCorpus25290_104" "L1" 622.7100065722082 10.378500109536803 42996 1 "1" "Albolote" "28:45:30" 43013 18 "18" "Hípica" "05:17:00"
missing_recommended_field WARNING 3

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.
"agency.txt" 2 "agency_id"
"fare_attributes.txt" 2 "agency_id"
"routes.txt" 2 "agency_id"
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"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20251212" "20250701" "20250829"
unusable_trip WARNING 4

unusable_trip

Trips must have more than one stop to be usable.

A trip must visit more than one stop in stop_times.txt to be usable by passengers for boarding and alighting.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's id.
232 "VUELTAL1DomingoCorpus25287_26"
1332 "IDAL1LaborableVerano25_10"
1350 "IDAL1LaborableVerano25_19"
3047 "IDAL1ViernesCorpus25292_60"