GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-02-03T15:07:22Z,
for the dataset file:///shared/si-nap-gtfs_1869049a.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


  • Javno podjetje Ljubljanski potniški promet d.o.o.
  • Nomago d.o.o.
  • Avtobusni promet Murska Sobota d.d.
  • Arriva d.o.o.
  • SŽ - Potniški promet, d.o.o.

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. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 5
  • Blocks: 0
  • Routes: 2288
  • Shapes: 3319
  • Stops: 9679
  • Trips: 17682

Specification Compliance report

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

Notice Code Severity Total
fast_travel_between_consecutive_stops WARNING 8

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.
15112 "444468" "62913" 193.55893200756978 6.451964400252327 124557 2 "1165676" "Ljubljana Stadion" "15:35:00" 112922 3 "1131259" "Trzin ind.cona" "15:36:00"
14054 "435309" "62307" 206.99818600171483 1.7249848833476236 173015 1 "1131671" "Vojsko/Vodicah" "08:46:00" 254889 2 "1128685" "Vesca/Vodicah" "08:46:30"
6330 "404110" "59380" 190.52255625685586 1.5876879688071321 78222 14 "1132176" "Želimlje Nučič" "05:55:00" 186834 15 "1132175" "Želimlje" "05:55:30"
5657 "452519" "63552" 265.00946098247607 2.2084121748539673 167126 30 "1167289" "Vižmarje" "05:19:00" 165234 31 "1167164" "Stanežiče" "05:19:30"
10526 "435352" "62307" 181.1853753394908 1.50987812782909 295042 7 "1150228" "Koseze/Stare" "08:16:00" 121371 8 "1150812" "Koseze/Vodicah" "08:16:30"
7192 "435349" "62307" 181.1853753394908 1.50987812782909 25831 7 "1150228" "Koseze/Stare" "07:49:00" 111048 8 "1150812" "Koseze/Vodicah" "07:49:30"
10245 "432815" "62019" 206.99818600171483 1.7249848833476236 259620 1 "1131671" "Vojsko/Vodicah" "08:46:00" 133720 2 "1128685" "Vesca/Vodicah" "08:46:30"
2760 "435351" "62307" 181.1853753394908 1.50987812782909 109360 7 "1150228" "Koseze/Stare" "07:11:00" 211129 8 "1150812" "Koseze/Vodicah" "07:11:30"
leading_or_trailing_whitespaces WARNING 5

leading_or_trailing_whitespaces

The value in CSV file has leading or trailing whitespaces.

This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"stops.txt" 5379 "stop_name" "Središka "
"stops.txt" 6561 "stop_name" "Praproče/P.Krasu "
"stops.txt" 6741 "stop_name" "OŠ Domžale "
"stops.txt" 6742 "stop_name" "OŠ Domžale "
"stops.txt" 9592 "stop_name" "Središka "
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
mixed_case_recommended_field WARNING 1

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "CIVIDALE D.FRIULI C.INTERM.(I)" 9614
stop_has_too_many_matches_for_shape WARNING 4

stop_has_too_many_matches_for_shape

Stop entry that has many potential matches to the trip's path of travel, as defined by the shape entry in shapes.txt.

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. matchCount (?) The number of matches for the stop that is referred to.
17095 "75241" "454519" 281570 "1123395" "Bled" [46.371272193958,14.106962078526998] 24
17095 "75241" "454519" 68655 "1123395" "Bled" [46.371272193958,14.106962078526998] 24
5385 "75240" "454501" 290603 "1123395" "Bled" [46.371272193958,14.106962078526998] 24
5385 "75240" "454501" 21236 "1123395" "Bled" [46.371272193958,14.106962078526998] 24