jgpnis — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-27T14:52:38Z,
for the dataset file:///shared/jgpnis_780fb495.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Peđontije
Publisher URL:
http://www.jgpnis.rs
Feed Email:
info@jgpnis.rs
Feed Language:
Serbian
Feed Start Date:
2025-01-01
Feed End Date:
2026-12-31

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. transfers.txt
  13. trips.txt

Counts


  • Agencies: 2
  • Blocks: 0
  • Routes: 17
  • Shapes: 60
  • Stops: 337
  • Trips: 6055

Specification Compliance report

17732 notices reported (2070 errors, 15662 warnings, 0 infos)

Notice Code Severity Total
stop_time_timepoint_without_times ERROR 2070

stop_time_timepoint_without_times

arrival_time or departure_time not specified for timepoint.

Any records with stop_times.timepoint set to 1 must define a value for stop_times.arrival_time and stop_times.departure_time fields.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's id. stopSequence (?) The faulty record's `stops.stop_sequence`. specifiedField (?) Either `departure_time` or `arrival_time`.
887 "Linija8 radni dan_T35" 2 "arrival_time"
887 "Linija8 radni dan_T35" 2 "departure_time"
888 "Linija8 radni dan_T35" 3 "arrival_time"
888 "Linija8 radni dan_T35" 3 "departure_time"
889 "Linija8 radni dan_T35" 4 "arrival_time"
889 "Linija8 radni dan_T35" 4 "departure_time"
891 "Linija8 radni dan_T35" 6 "arrival_time"
891 "Linija8 radni dan_T35" 6 "departure_time"
893 "Linija8 radni dan_T35" 8 "arrival_time"
893 "Linija8 radni dan_T35" 8 "departure_time"
896 "Linija8 radni dan_T35" 11 "arrival_time"
896 "Linija8 radni dan_T35" 11 "departure_time"
897 "Linija8 radni dan_T35" 12 "arrival_time"
897 "Linija8 radni dan_T35" 12 "departure_time"
898 "Linija8 radni dan_T35" 13 "arrival_time"
898 "Linija8 radni dan_T35" 13 "departure_time"
900 "Linija8 radni dan_T35" 15 "arrival_time"
900 "Linija8 radni dan_T35" 15 "departure_time"
901 "Linija8 radni dan_T35" 16 "arrival_time"
901 "Linija8 radni dan_T35" 16 "departure_time"
902 "Linija8 radni dan_T35" 17 "arrival_time"
902 "Linija8 radni dan_T35" 17 "departure_time"
904 "Linija8 radni dan_T35" 19 "arrival_time"
904 "Linija8 radni dan_T35" 19 "departure_time"
905 "Linija8 radni dan_T35" 20 "arrival_time"
905 "Linija8 radni dan_T35" 20 "departure_time"
906 "Linija8 radni dan_T35" 21 "arrival_time"
906 "Linija8 radni dan_T35" 21 "departure_time"
909 "Linija8 radni dan_T36" 2 "arrival_time"
909 "Linija8 radni dan_T36" 2 "departure_time"
910 "Linija8 radni dan_T36" 3 "arrival_time"
910 "Linija8 radni dan_T36" 3 "departure_time"
911 "Linija8 radni dan_T36" 4 "arrival_time"
911 "Linija8 radni dan_T36" 4 "departure_time"
913 "Linija8 radni dan_T36" 6 "arrival_time"
913 "Linija8 radni dan_T36" 6 "departure_time"
915 "Linija8 radni dan_T36" 8 "arrival_time"
915 "Linija8 radni dan_T36" 8 "departure_time"
918 "Linija8 radni dan_T36" 11 "arrival_time"
918 "Linija8 radni dan_T36" 11 "departure_time"
919 "Linija8 radni dan_T36" 12 "arrival_time"
919 "Linija8 radni dan_T36" 12 "departure_time"
920 "Linija8 radni dan_T36" 13 "arrival_time"
920 "Linija8 radni dan_T36" 13 "departure_time"
922 "Linija8 radni dan_T36" 15 "arrival_time"
922 "Linija8 radni dan_T36" 15 "departure_time"
923 "Linija8 radni dan_T36" 16 "arrival_time"
923 "Linija8 radni dan_T36" 16 "departure_time"
924 "Linija8 radni dan_T36" 17 "arrival_time"
924 "Linija8 radni dan_T36" 17 "departure_time"
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 131

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 131 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.
"34A" 3770 5.168 123 3769 5.168 122 0.8090162922042856
"34A" 4044 12.86 397 4043 12.86 396 0.8089419961932496
"34A" 4202 19.454 555 4201 19.454 554 0.8086515267806008
"34A" 4249 20.42 602 4248 20.42 601 0.8087393058362318
"34A" 4254 20.44 607 4253 20.44 606 0.8087387728097277
"34B" 5707 7.715 211 5706 7.715 210 0.8089454576943803
"34B" 5715 7.724 219 5714 7.724 218 0.8089457242598804
"34B" 5954 15.306 458 5953 15.306 457 0.8090174904724666
"34B" 6065 19.46 569 6064 19.46 568 0.8086515265234049
"10A" 2008 6.27 208 2007 6.27 207 0.8090341331370122
"10A" 2011 6.273 211 2010 6.273 210 0.8090339999992824
"10A" 2057 7.377 257 2056 7.377 256 0.8090184227147622
"10A" 2074 7.437 274 2073 7.437 273 0.8090165584862761
"10A" 2077 7.44 277 2076 7.44 276 0.8090164253452932
"10A" 2085 7.448 285 2084 7.448 284 0.8090165587435882
"10A" 2115 7.945 315 2114 7.945 314 0.8090081708135319
"10A" 2120 7.951 320 2119 7.951 319 0.809007904271127
"10A" 2164 8.426 364 2163 8.426 363 0.809006972529825
"10B" 11617 3.823 121 11616 3.823 120 0.8090113662269917
"10B" 11661 4.296 165 11660 4.296 164 0.8090116322534953
"10B" 11668 4.304 172 11667 4.304 171 0.8090114991116004
"10B" 11699 4.793 203 11698 4.793 202 0.8090196209793947
"10B" 11754 5.969 258 11753 5.969 257 0.8090373281778178
"10B" 11757 5.972 261 11756 5.972 260 0.8090374613149316
"10B" 11767 5.982 271 11766 5.982 270 0.8090374613149316
"10B" 11770 5.985 274 11769 5.985 273 0.8090373284351366
"10B" 11800 6.157 304 11799 6.157 303 0.8090357307878489
"10B" 11912 8.624 416 11911 8.624 415 0.8090162922042856
"10C" 12237 6.831 209 12236 6.831 208 0.8090341328796944
"10C" 12240 6.834 212 12239 6.834 211 0.8090339997419645
"10C" 12307 8.002 279 12306 8.002 278 0.8090164256026053
"10C" 12350 8.513 322 12349 8.513 321 0.809007904271127
"10C" 12354 8.517 326 12353 8.517 325 0.8090079045284364
"10C" 12389 8.982 361 12388 8.982 360 0.8090072388152658
"10C" 12524 12.033 496 12523 12.033 495 0.8090068393870679
"10" 11121 1.389 85 11120 1.389 84 0.8090112330850475
"10" 11126 1.395 90 11125 1.395 89 0.809011499368911
"10" 11132 1.402 96 11131 1.402 95 0.8090116322534953
"10" 11171 1.9 135 11170 1.9 134 0.8090198870028398
"10" 11174 1.903 138 11173 1.903 137 0.8090200204004951
"10" 11181 1.91 145 11180 1.91 144 0.8090201535408128
"10" 11215 3.064 179 11214 3.064 178 0.8090367956291165
"10" 11219 3.069 183 11218 3.069 182 0.8090371952979983
"10" 11233 3.083 197 11232 3.083 196 0.8090374613149316
"10" 11242 3.092 206 11241 3.092 205 0.8090370621608352
"11" 12740 2.402 151 12739 2.402 150 0.8090174904724666
"11A" 13002 1.003 44 13001 1.003 43 0.8089419961932496
"11A" 13013 1.018 55 13012 1.018 54 0.8089414630593931
"11A" 13058 1.737 100 13057 1.737 99 0.8089907286742333
"34A2" 4817 20.688 561 4816 20.688 560 0.808651659731897
equal_shape_distance_same_coordinates WARNING 4

equal_shape_distance_same_coordinates

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

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"8A" 1013 0.52 7 1012 0.52 6
"8C" 1099 0.52 7 1098 0.52 6
"34B1" 6711 19.813 593 6710 19.813 592
"36" 10069 2.174 71 10068 2.174 70
expired_calendar WARNING 1

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.
9 "f_summer"
mixed_case_recommended_field WARNING 26

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" "ĆELE KULA" 81
"stops.txt" "stop_name" "ĆELE KULA" 82
"stops.txt" "stop_name" "6 borova" 142
"stops.txt" "stop_name" "6 borova" 143
"stops.txt" "stop_name" "NIŠKA BANJA" 146
"stops.txt" "stop_name" "NIŠKA BANJA" 147
"stops.txt" "stop_name" "BRZI BROD" 148
"stops.txt" "stop_name" "NASELJE \"9. MAJ\" okretnica" 171
"stops.txt" "stop_name" "NOVO GROBLJE" 190
"stops.txt" "stop_name" "DIN - od centra" 198
"stops.txt" "stop_name" "DIN - ka centru" 199
"stops.txt" "stop_name" "VELPRO (raskrsnica)" 211
"stops.txt" "stop_name" "22. decembra" 219
"stops.txt" "stop_name" "22. decembra" 220
"stops.txt" "stop_name" "DONJI KOMREN" 240
"stops.txt" "stop_name" "DONJA VREŽINA" 263
"stops.txt" "stop_name" "DONJA VREŽINA" 264
"stops.txt" "stop_name" "MINOVO NASELJE I" 294
"stops.txt" "stop_name" "PODVINIK II" 297
"stops.txt" "stop_name" "DONJA VREŽINA 1" 306
"stops.txt" "stop_name" "DELISJKI VIS" 311
"stops.txt" "stop_name" "DELISJKI VIS" 312
"stops.txt" "stop_name" "ĆELE KULA 1" 313
"stops.txt" "stop_name" "SUVI DO trafo" 328
"stops.txt" "stop_name" "1300 kaplara - ulaz" 331
"stops.txt" "stop_name" "1300 kaplara - ulaz" 332
non_ascii_or_non_printable_char WARNING 15489

non_ascii_or_non_printable_char

Non ascii or non printable char in ID field.

A value of a field with type ID contains non ASCII or non printable characters. This is not recommended.

You can see more about this notice here.

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

filename (?) Name of the faulty file. csvRowNumber (?) Row number of the faulty record. columnName (?) Name of the column where the error occurred. fieldValue (?) Faulty value.
"stop_times.txt" 1084 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1085 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1086 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1087 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1088 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1089 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1090 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1091 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1092 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1093 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1094 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1095 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1096 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1097 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1098 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1099 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1100 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1101 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1102 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1103 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1104 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1105 "trip_id" "Linija8 petak noćni polasci_T01"
"stop_times.txt" 1106 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1107 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1108 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1109 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1110 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1111 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1112 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1113 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1114 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1115 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1116 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1117 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1118 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1119 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1120 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1121 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1122 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1123 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1124 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1125 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1126 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 1127 "trip_id" "Linija8 petak noćni polasci_T02"
"stop_times.txt" 3967 "trip_id" "Novo groblje petak noćni polasci_T01"
"stop_times.txt" 3968 "trip_id" "Novo groblje petak noćni polasci_T01"
"stop_times.txt" 3969 "trip_id" "Novo groblje petak noćni polasci_T01"
"stop_times.txt" 3970 "trip_id" "Novo groblje petak noćni polasci_T01"
"stop_times.txt" 3971 "trip_id" "Novo groblje petak noćni polasci_T01"
"stop_times.txt" 3972 "trip_id" "Novo groblje petak noćni polasci_T01"
stop_too_far_from_shape WARNING 7

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.
4744 "3" "Linija 3 Brzi Brod - Naselje Ratko Jović radni dan LETNJI_T24" 93006 "338" "SUVI DO trafo" [43.30673946928792,21.95772589150502] 829.5438475439785
4744 "3" "Linija 3 Brzi Brod - Naselje Ratko Jović radni dan LETNJI_T24" 93007 "336" "Suvi Do odlazno" [43.30670836916692,21.957921179866027] 380.2577646828002
2258 "2B" "Linija 2 radni dan_T51" 44820 "270" "Naselje Beverli Hils" [43.329723920282696,21.93696365062627] 401.79645490864374
2258 "2B" "Linija 2 radni dan_T51" 44821 "323" "Vidovdanska" [43.3297668485732,21.938544491725093] 749.4034926917145
2258 "2B" "Linija 2 radni dan_T51" 44822 "325" "Salvadora Dalija" [43.330086321917015,21.9449050425085] 864.764913943576
2258 "2B" "Linija 2 radni dan_T51" 44823 "329" "SKOPSKA" [43.330149289868544,21.945637935071694] 475.89615548609686
4479 "2B" "Linija 2 Bubanj - Donja Vrežina radni dan LETNJI_T02" 88261 "312" "DONJA VREŽINA 1" [43.330259,21.946915] 1272.7375727710405
stops_match_shape_out_of_order WARNING 2

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.
2524 "2" "Linija 2A radni dan_T14" 49953 "266" "Radomira Antića" [43.32997049421336,21.943261658836864] 49952 "268" "DONJA VREŽINA" [43.330312101388586,21.94718437511687]
2592 "2D" "Linija 2A radni dan_T82" 51091 "326" "Salvadora Dalija" [43.32250507002486,21.94411261189972] 51090 "329" "SKOPSKA" [43.325891,21.946329]
unused_shape WARNING 2

unused_shape

Shape is not used in GTFS file trips.txt.

All records defined by GTFS shapes.txt should be used in trips.txt.

You can see more about this notice here.

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"7B" 655
"7C" 765