GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T14:41:31Z,
for the dataset file:///shared/krosno.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Otwarte Dane GTFS przyjazdy.pl
Publisher URL:
https://przyjazdy.pl/gtfs
Feed Email:
N/A
Feed Language:
Polish

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. feed_info.txt
  5. routes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 18
  • Shapes: 0
  • Stops: 514
  • Trips: 659

Specification Compliance report

1154 notices reported (659 errors, 495 warnings, 0 infos)

Notice Code Severity Total
invalid_row_length ERROR 659

invalid_row_length

Invalid csv row length.

A row in the input file has a different number of values than specified by the CSV header.

You can see more about this notice here.

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

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. rowLength (?) The length of the faulty record. headerCount (?) The number of column in the faulty file.
"stop_times.txt" 26 5 6
"stop_times.txt" 48 5 6
"stop_times.txt" 70 5 6
"stop_times.txt" 113 5 6
"stop_times.txt" 156 5 6
"stop_times.txt" 178 5 6
"stop_times.txt" 203 5 6
"stop_times.txt" 246 5 6
"stop_times.txt" 268 5 6
"stop_times.txt" 289 5 6
"stop_times.txt" 328 5 6
"stop_times.txt" 349 5 6
"stop_times.txt" 391 5 6
"stop_times.txt" 412 5 6
"stop_times.txt" 433 5 6
"stop_times.txt" 469 5 6
"stop_times.txt" 488 5 6
"stop_times.txt" 507 5 6
"stop_times.txt" 530 5 6
"stop_times.txt" 557 5 6
"stop_times.txt" 584 5 6
"stop_times.txt" 608 5 6
"stop_times.txt" 624 5 6
"stop_times.txt" 635 5 6
"stop_times.txt" 641 5 6
"stop_times.txt" 651 5 6
"stop_times.txt" 665 5 6
"stop_times.txt" 680 5 6
"stop_times.txt" 698 5 6
"stop_times.txt" 734 5 6
"stop_times.txt" 745 5 6
"stop_times.txt" 776 5 6
"stop_times.txt" 812 5 6
"stop_times.txt" 843 5 6
"stop_times.txt" 874 5 6
"stop_times.txt" 905 5 6
"stop_times.txt" 936 5 6
"stop_times.txt" 967 5 6
"stop_times.txt" 998 5 6
"stop_times.txt" 1034 5 6
"stop_times.txt" 1058 5 6
"stop_times.txt" 1089 5 6
"stop_times.txt" 1117 5 6
"stop_times.txt" 1135 5 6
"stop_times.txt" 1166 5 6
"stop_times.txt" 1197 5 6
"stop_times.txt" 1228 5 6
"stop_times.txt" 1259 5 6
"stop_times.txt" 1277 5 6
"stop_times.txt" 1295 5 6
expired_calendar WARNING 9

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.
2 "robocze"
3 "soboty"
4 "niedziele"
5 "niedziele i święta"
6 "niedziele handlowe"
7 "niedziele niehandlowe i święta"
8 "robocze wakacje"
9 "soboty wakacje"
10 "niedziele i święta wakacje"
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
missing_recommended_field WARNING 21

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" 2 "feed_version"
"routes.txt" 2 "agency_id"
"routes.txt" 3 "agency_id"
"routes.txt" 4 "agency_id"
"routes.txt" 5 "agency_id"
"routes.txt" 6 "agency_id"
"routes.txt" 7 "agency_id"
"routes.txt" 8 "agency_id"
"routes.txt" 9 "agency_id"
"routes.txt" 10 "agency_id"
"routes.txt" 11 "agency_id"
"routes.txt" 12 "agency_id"
"routes.txt" 13 "agency_id"
"routes.txt" 14 "agency_id"
"routes.txt" 15 "agency_id"
"routes.txt" 16 "agency_id"
"routes.txt" 17 "agency_id"
"routes.txt" 18 "agency_id"
"routes.txt" 19 "agency_id"
mixed_case_recommended_field WARNING 112

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 112 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.
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 9
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 12
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 13
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 14
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 15
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 16
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 17
"trips.txt" "trip_headsign" "s - kursuje w dni nauki szkolnej" 60
"trips.txt" "trip_headsign" "s - kursuje w dni nauki szkolnej" 137
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 264
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 265
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 295
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 296
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 298
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 299
"trips.txt" "trip_headsign" "s - kursuje w dni szkolne" 314
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 405
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 406
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 407
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 408
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 409
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 410
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 411
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 412
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 413
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 414
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 415
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 416
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 417
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 418
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 419
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 420
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 421
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 422
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 423
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 424
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 425
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 426
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 427
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 428
"trips.txt" "trip_headsign" "b - kursuje w dni wolne od nauki szkolnej" 429
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 434
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 438
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 439
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 440
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 441
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 442
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 443
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 444
"trips.txt" "trip_headsign" "* - kursuje 9/10.06" 445
non_ascii_or_non_printable_char WARNING 350

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 350 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.
"trips.txt" 28 "service_id" "niedziele i święta"
"trips.txt" 29 "service_id" "niedziele i święta"
"trips.txt" 51 "service_id" "niedziele i święta"
"trips.txt" 52 "service_id" "niedziele i święta"
"trips.txt" 53 "service_id" "niedziele i święta"
"trips.txt" 54 "service_id" "niedziele i święta"
"trips.txt" 55 "service_id" "niedziele i święta"
"trips.txt" 56 "service_id" "niedziele i święta"
"trips.txt" 76 "service_id" "niedziele i święta"
"trips.txt" 77 "service_id" "niedziele i święta"
"trips.txt" 78 "service_id" "niedziele i święta"
"trips.txt" 79 "service_id" "niedziele i święta"
"trips.txt" 80 "service_id" "niedziele i święta"
"trips.txt" 81 "service_id" "niedziele i święta"
"trips.txt" 82 "service_id" "niedziele i święta"
"trips.txt" 83 "service_id" "niedziele i święta"
"trips.txt" 120 "service_id" "niedziele i święta"
"trips.txt" 121 "service_id" "niedziele i święta"
"trips.txt" 122 "service_id" "niedziele i święta"
"trips.txt" 123 "service_id" "niedziele i święta"
"trips.txt" 124 "service_id" "niedziele i święta"
"trips.txt" 125 "service_id" "niedziele i święta"
"trips.txt" 126 "service_id" "niedziele i święta"
"trips.txt" 127 "service_id" "niedziele i święta"
"trips.txt" 128 "service_id" "niedziele i święta"
"trips.txt" 129 "service_id" "niedziele i święta"
"trips.txt" 130 "service_id" "niedziele i święta"
"trips.txt" 131 "service_id" "niedziele i święta"
"trips.txt" 132 "service_id" "niedziele i święta"
"trips.txt" 133 "service_id" "niedziele i święta"
"trips.txt" 174 "service_id" "niedziele i święta"
"trips.txt" 175 "service_id" "niedziele i święta"
"trips.txt" 176 "service_id" "niedziele i święta"
"trips.txt" 177 "service_id" "niedziele i święta"
"trips.txt" 178 "service_id" "niedziele i święta"
"trips.txt" 179 "service_id" "niedziele i święta"
"trips.txt" 180 "service_id" "niedziele i święta"
"trips.txt" 181 "service_id" "niedziele i święta"
"trips.txt" 182 "service_id" "niedziele i święta"
"trips.txt" 183 "service_id" "niedziele i święta"
"trips.txt" 184 "service_id" "niedziele i święta"
"trips.txt" 185 "service_id" "niedziele i święta"
"trips.txt" 186 "service_id" "niedziele i święta"
"trips.txt" 187 "service_id" "niedziele i święta"
"trips.txt" 188 "service_id" "niedziele i święta"
"trips.txt" 189 "service_id" "niedziele i święta"
"trips.txt" 190 "service_id" "niedziele i święta"
"trips.txt" 191 "service_id" "niedziele i święta"
"trips.txt" 192 "service_id" "niedziele i święta"
"trips.txt" 193 "service_id" "niedziele i święta"
same_name_and_description_for_stop WARNING 1

same_name_and_description_for_stop

Same name and description for stop.

The GTFS spec defines stops.txt stop_description as:

Description of the location that provides useful, quality information. Do not simply duplicate the name of the location.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty record. stopDesc (?) The faulty record's `stop_desc`.
386 "416" "Świerzowa"
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.
"20260123" "20200102" "20211231"