GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.0.0 at 2025-04-22T13:46:31Z,
for the dataset file:///tmp/1_in.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Oulu
Feed Email:
N/A
Feed Language:
Finnish
Feed Start Date:
2023-02-21
Feed End Date:
2023-06-04

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. contracts.txt
  5. feed_info.txt
  6. routes.txt
  7. shapes.txt
  8. stop_times.txt
  9. stops.txt
  10. transfers.txt
  11. translations.txt
  12. trips.txt

Counts


  • Agencies: 5
  • Blocks: 265
  • Routes: 100
  • Shapes: 163
  • Stops: 1977
  • Trips: 3726

Specification Compliance report

632 notices reported (3 errors, 619 warnings, 10 infos)

Notice Code Severity Total
missing_required_column ERROR 3

missing_required_column

A required column is missing in the input file.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the missing column.
"translations.txt" "field_name"
"translations.txt" "language"
"translations.txt" "table_name"
duplicate_route_name WARNING 1

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
32 "363" 73 "3601" "36" "Ylikiiminki - Oulu" 3 "46673"
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 23

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.

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.
"114" 46540 0.0 2 46539 0.0 1 0.9837770240983205
"116" 47187 0.0 2 47186 0.0 1 0.9837770240983205
"93" 37134 0.0 2 37133 0.0 1 0.9837770240983205
"96" 38562 56.4641 496 38561 56.4641 495 0.046935029241581105
"97" 38915 16.5421 213 38914 16.5421 212 0.09481364036663542
"12" 5094 8.4991 168 5093 8.4991 167 0.047115276372721206
"124" 50829 0.0 2 50828 0.0 1 0.9837770240983205
"9" 4003 52.5647 501 4002 52.5647 500 0.046935029241581105
"9" 4004 52.5647 502 4003 52.5647 501 0.046935029241581105
"28" 11673 2.5974 42 11672 2.5974 41 0.04698072898062371
"132" 53974 0.0 2 53973 0.0 1 0.8280963525297731
"34" 13949 2.5974 42 13948 2.5974 41 0.04698072898062371
"141" 57366 16.2485 323 57365 16.2485 322 0.0471152763727212
"43" 18397 3.7478 57 18396 3.7478 56 0.04698072898062371
"43" 18398 3.7478 58 18397 3.7478 57 0.04698072898062371
"44" 18734 0.0 2 18733 0.0 1 0.8280963525297731
"150" 61030 23.7598 426 61029 23.7598 425 0.04685690298994079
"157" 63335 0.0 2 63334 0.0 1 0.9837770240983205
"158" 63566 0.0 2 63565 0.0 1 0.9837770240983205
"62" 25770 0.0 2 25769 0.0 1 0.04685690298994079
"69" 28303 0.0 2 28302 0.0 1 0.3161799419197792
"72" 29344 0.0 2 29343 0.0 1 0.8280963525297731
"107" 43529 0.0 2 43528 0.0 1 0.856432517374235
equal_shape_distance_same_coordinates WARNING 16

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`.
"91" 36685 23.2923 307 36684 23.2923 306
"91" 36686 23.2923 308 36685 23.2923 307
"132" 54033 2.7211 61 54032 2.7211 60
"132" 54034 2.7211 62 54033 2.7211 61
"139" 56521 21.3862 277 56520 21.3862 276
"139" 56522 21.3862 278 56521 21.3862 277
"35" 14831 20.3582 309 14830 20.3582 308
"35" 14832 20.3582 310 14831 20.3582 309
"44" 18793 2.7211 61 18792 2.7211 60
"44" 18794 2.7211 62 18793 2.7211 61
"159" 64150 4.0185 54 64149 4.0185 53
"159" 64151 4.0185 55 64150 4.0185 54
"59" 24663 48.1944 539 24662 48.1944 538
"59" 24664 48.1944 540 24663 48.1944 539
"72" 29461 5.6226 119 29460 5.6226 118
"72" 29462 5.6226 120 29461 5.6226 119
expired_calendar WARNING 12

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 "Talvi 2022-23 La"
3 "Talvi 2022-23 MaPe"
4 "Talvi 2022-23 MaPe KP"
5 "Talvi 2022-23 Pe"
6 "Talvi 2022-23 Su"
7 "Talvi 2023 La lähi"
8 "Talvi 2023 MaPe lähi"
9 "Talvi 2023 Su lähi"
10 "Talvi La_59"
11 "Talvi MaPe_49S"
12 "Talvi MaPe_59"
13 "Talvi Su_59"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20250422" "20230604" "20250429"
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
mixed_case_recommended_field WARNING 9

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.
"routes.txt" "route_short_name" "9BK" 56
"routes.txt" "route_short_name" "20BH" 65
"routes.txt" "route_short_name" "35BK" 71
"routes.txt" "route_short_name" "38AB" 76
"routes.txt" "route_short_name" "38AM" 77
"routes.txt" "route_short_name" "38BJL" 79
"routes.txt" "route_short_name" "38JL" 80
"routes.txt" "route_short_name" "56BK" 97
"stops.txt" "stop_name" "OSAO PP" 877
non_ascii_or_non_printable_char WARNING 555

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 555 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.
"calendar.txt" 7 "service_id" "Talvi 2023 La lähi"
"calendar.txt" 8 "service_id" "Talvi 2023 MaPe lähi"
"calendar.txt" 9 "service_id" "Talvi 2023 Su lähi"
"calendar_dates.txt" 22 "service_id" "Talvi 2023 La lähi"
"calendar_dates.txt" 23 "service_id" "Talvi 2023 MaPe lähi"
"calendar_dates.txt" 24 "service_id" "Talvi 2023 MaPe lähi"
"calendar_dates.txt" 25 "service_id" "Talvi 2023 MaPe lähi"
"calendar_dates.txt" 26 "service_id" "Talvi 2023 MaPe lähi"
"calendar_dates.txt" 27 "service_id" "Talvi 2023 Su lähi"
"calendar_dates.txt" 28 "service_id" "Talvi 2023 Su lähi"
"calendar_dates.txt" 29 "service_id" "Talvi 2023 Su lähi"
"calendar_dates.txt" 30 "service_id" "Talvi 2023 Su lähi"
"calendar_dates.txt" 31 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 2 "service_id" "Talvi 2023 La lähi"
"trips.txt" 3 "service_id" "Talvi 2023 La lähi"
"trips.txt" 4 "service_id" "Talvi 2023 La lähi"
"trips.txt" 5 "service_id" "Talvi 2023 La lähi"
"trips.txt" 6 "service_id" "Talvi 2023 La lähi"
"trips.txt" 7 "service_id" "Talvi 2023 La lähi"
"trips.txt" 8 "service_id" "Talvi 2023 La lähi"
"trips.txt" 9 "service_id" "Talvi 2023 La lähi"
"trips.txt" 10 "service_id" "Talvi 2023 La lähi"
"trips.txt" 11 "service_id" "Talvi 2023 La lähi"
"trips.txt" 12 "service_id" "Talvi 2023 La lähi"
"trips.txt" 13 "service_id" "Talvi 2023 La lähi"
"trips.txt" 14 "service_id" "Talvi 2023 La lähi"
"trips.txt" 15 "service_id" "Talvi 2023 La lähi"
"trips.txt" 16 "service_id" "Talvi 2023 La lähi"
"trips.txt" 17 "service_id" "Talvi 2023 La lähi"
"trips.txt" 18 "service_id" "Talvi 2023 La lähi"
"trips.txt" 19 "service_id" "Talvi 2023 La lähi"
"trips.txt" 20 "service_id" "Talvi 2023 La lähi"
"trips.txt" 21 "service_id" "Talvi 2023 La lähi"
"trips.txt" 22 "service_id" "Talvi 2023 La lähi"
"trips.txt" 23 "service_id" "Talvi 2023 La lähi"
"trips.txt" 24 "service_id" "Talvi 2023 La lähi"
"trips.txt" 25 "service_id" "Talvi 2023 La lähi"
"trips.txt" 26 "service_id" "Talvi 2023 La lähi"
"trips.txt" 27 "service_id" "Talvi 2023 La lähi"
"trips.txt" 28 "service_id" "Talvi 2023 La lähi"
"trips.txt" 29 "service_id" "Talvi 2023 La lähi"
"trips.txt" 30 "service_id" "Talvi 2023 La lähi"
"trips.txt" 31 "service_id" "Talvi 2023 La lähi"
"trips.txt" 32 "service_id" "Talvi 2023 La lähi"
"trips.txt" 33 "service_id" "Talvi 2023 La lähi"
"trips.txt" 34 "service_id" "Talvi 2023 La lähi"
"trips.txt" 35 "service_id" "Talvi 2023 La lähi"
"trips.txt" 36 "service_id" "Talvi 2023 La lähi"
"trips.txt" 37 "service_id" "Talvi 2023 La lähi"
"trips.txt" 38 "service_id" "Talvi 2023 La lähi"
"trips.txt" 39 "service_id" "Talvi 2023 La lähi"
"trips.txt" 40 "service_id" "Talvi 2023 La lähi"
"trips.txt" 41 "service_id" "Talvi 2023 La lähi"
"trips.txt" 42 "service_id" "Talvi 2023 La lähi"
"trips.txt" 43 "service_id" "Talvi 2023 La lähi"
"trips.txt" 44 "service_id" "Talvi 2023 La lähi"
"trips.txt" 45 "service_id" "Talvi 2023 La lähi"
"trips.txt" 46 "service_id" "Talvi 2023 La lähi"
"trips.txt" 47 "service_id" "Talvi 2023 La lähi"
"trips.txt" 48 "service_id" "Talvi 2023 La lähi"
"trips.txt" 49 "service_id" "Talvi 2023 La lähi"
"trips.txt" 50 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 51 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 52 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 53 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 54 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 55 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 56 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 57 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 58 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 59 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 60 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 61 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 62 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 63 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 64 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 65 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 66 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 67 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 68 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 69 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 70 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 71 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 72 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 73 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 74 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 75 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 76 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 77 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 78 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 79 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 80 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 81 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 82 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 83 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 84 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 85 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 86 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 87 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 88 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 89 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 90 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 91 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 92 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 93 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 94 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 95 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 96 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 97 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 98 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 99 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 100 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 101 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 102 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 103 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 104 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 105 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 106 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 107 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 108 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 109 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 110 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 111 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 112 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 113 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 114 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 115 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 116 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 117 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 118 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 119 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 120 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 121 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 122 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 123 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 124 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 125 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 126 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 127 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 128 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 129 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 130 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 131 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 132 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 133 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 134 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 135 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 136 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 137 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 138 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 139 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 140 "service_id" "Talvi 2023 La lähi"
"trips.txt" 141 "service_id" "Talvi 2023 La lähi"
"trips.txt" 142 "service_id" "Talvi 2023 La lähi"
"trips.txt" 143 "service_id" "Talvi 2023 La lähi"
"trips.txt" 144 "service_id" "Talvi 2023 La lähi"
"trips.txt" 145 "service_id" "Talvi 2023 La lähi"
"trips.txt" 146 "service_id" "Talvi 2023 La lähi"
"trips.txt" 147 "service_id" "Talvi 2023 La lähi"
"trips.txt" 148 "service_id" "Talvi 2023 La lähi"
"trips.txt" 149 "service_id" "Talvi 2023 La lähi"
"trips.txt" 150 "service_id" "Talvi 2023 La lähi"
"trips.txt" 151 "service_id" "Talvi 2023 La lähi"
"trips.txt" 152 "service_id" "Talvi 2023 La lähi"
"trips.txt" 153 "service_id" "Talvi 2023 La lähi"
"trips.txt" 154 "service_id" "Talvi 2023 La lähi"
"trips.txt" 155 "service_id" "Talvi 2023 La lähi"
"trips.txt" 156 "service_id" "Talvi 2023 La lähi"
"trips.txt" 157 "service_id" "Talvi 2023 La lähi"
"trips.txt" 158 "service_id" "Talvi 2023 La lähi"
"trips.txt" 159 "service_id" "Talvi 2023 La lähi"
"trips.txt" 160 "service_id" "Talvi 2023 La lähi"
"trips.txt" 161 "service_id" "Talvi 2023 La lähi"
"trips.txt" 162 "service_id" "Talvi 2023 La lähi"
"trips.txt" 163 "service_id" "Talvi 2023 La lähi"
"trips.txt" 164 "service_id" "Talvi 2023 La lähi"
"trips.txt" 165 "service_id" "Talvi 2023 La lähi"
"trips.txt" 166 "service_id" "Talvi 2023 La lähi"
"trips.txt" 167 "service_id" "Talvi 2023 La lähi"
"trips.txt" 168 "service_id" "Talvi 2023 La lähi"
"trips.txt" 169 "service_id" "Talvi 2023 La lähi"
"trips.txt" 170 "service_id" "Talvi 2023 La lähi"
"trips.txt" 171 "service_id" "Talvi 2023 La lähi"
"trips.txt" 172 "service_id" "Talvi 2023 La lähi"
"trips.txt" 173 "service_id" "Talvi 2023 La lähi"
"trips.txt" 174 "service_id" "Talvi 2023 La lähi"
"trips.txt" 175 "service_id" "Talvi 2023 La lähi"
"trips.txt" 176 "service_id" "Talvi 2023 La lähi"
"trips.txt" 177 "service_id" "Talvi 2023 La lähi"
"trips.txt" 178 "service_id" "Talvi 2023 La lähi"
"trips.txt" 179 "service_id" "Talvi 2023 La lähi"
"trips.txt" 180 "service_id" "Talvi 2023 La lähi"
"trips.txt" 181 "service_id" "Talvi 2023 La lähi"
"trips.txt" 182 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 183 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 184 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 185 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 186 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 187 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 188 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 189 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 190 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 191 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 192 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 193 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 194 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 195 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 196 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 197 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 198 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 199 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 200 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 201 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 202 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 203 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 204 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 205 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 206 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 207 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 208 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 209 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 210 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 211 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 212 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 213 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 214 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 215 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 216 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 217 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 218 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 219 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 220 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 221 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 222 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 223 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 224 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 225 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 226 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 227 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 228 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 229 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 230 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 231 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 232 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 233 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 234 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 235 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 236 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 237 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 238 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 239 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 240 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 241 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 242 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 243 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 244 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 245 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 246 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 247 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 248 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 249 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 250 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 251 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 252 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 253 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 254 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 255 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 256 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 257 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 258 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 259 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 260 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 261 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 262 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 263 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 264 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 265 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 266 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 267 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 268 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 269 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 270 "service_id" "Talvi 2023 La lähi"
"trips.txt" 271 "service_id" "Talvi 2023 La lähi"
"trips.txt" 272 "service_id" "Talvi 2023 La lähi"
"trips.txt" 273 "service_id" "Talvi 2023 La lähi"
"trips.txt" 274 "service_id" "Talvi 2023 La lähi"
"trips.txt" 275 "service_id" "Talvi 2023 La lähi"
"trips.txt" 276 "service_id" "Talvi 2023 La lähi"
"trips.txt" 277 "service_id" "Talvi 2023 La lähi"
"trips.txt" 278 "service_id" "Talvi 2023 La lähi"
"trips.txt" 279 "service_id" "Talvi 2023 La lähi"
"trips.txt" 280 "service_id" "Talvi 2023 La lähi"
"trips.txt" 281 "service_id" "Talvi 2023 La lähi"
"trips.txt" 282 "service_id" "Talvi 2023 La lähi"
"trips.txt" 283 "service_id" "Talvi 2023 La lähi"
"trips.txt" 284 "service_id" "Talvi 2023 La lähi"
"trips.txt" 285 "service_id" "Talvi 2023 La lähi"
"trips.txt" 286 "service_id" "Talvi 2023 La lähi"
"trips.txt" 287 "service_id" "Talvi 2023 La lähi"
"trips.txt" 288 "service_id" "Talvi 2023 La lähi"
"trips.txt" 289 "service_id" "Talvi 2023 La lähi"
"trips.txt" 290 "service_id" "Talvi 2023 La lähi"
"trips.txt" 291 "service_id" "Talvi 2023 La lähi"
"trips.txt" 292 "service_id" "Talvi 2023 La lähi"
"trips.txt" 293 "service_id" "Talvi 2023 La lähi"
"trips.txt" 294 "service_id" "Talvi 2023 La lähi"
"trips.txt" 295 "service_id" "Talvi 2023 La lähi"
"trips.txt" 296 "service_id" "Talvi 2023 La lähi"
"trips.txt" 297 "service_id" "Talvi 2023 La lähi"
"trips.txt" 298 "service_id" "Talvi 2023 La lähi"
"trips.txt" 299 "service_id" "Talvi 2023 La lähi"
"trips.txt" 300 "service_id" "Talvi 2023 La lähi"
"trips.txt" 301 "service_id" "Talvi 2023 La lähi"
"trips.txt" 302 "service_id" "Talvi 2023 La lähi"
"trips.txt" 303 "service_id" "Talvi 2023 La lähi"
"trips.txt" 304 "service_id" "Talvi 2023 La lähi"
"trips.txt" 305 "service_id" "Talvi 2023 La lähi"
"trips.txt" 306 "service_id" "Talvi 2023 La lähi"
"trips.txt" 307 "service_id" "Talvi 2023 La lähi"
"trips.txt" 308 "service_id" "Talvi 2023 La lähi"
"trips.txt" 309 "service_id" "Talvi 2023 La lähi"
"trips.txt" 310 "service_id" "Talvi 2023 La lähi"
"trips.txt" 311 "service_id" "Talvi 2023 La lähi"
"trips.txt" 312 "service_id" "Talvi 2023 La lähi"
"trips.txt" 313 "service_id" "Talvi 2023 La lähi"
"trips.txt" 314 "service_id" "Talvi 2023 La lähi"
"trips.txt" 315 "service_id" "Talvi 2023 La lähi"
"trips.txt" 316 "service_id" "Talvi 2023 La lähi"
"trips.txt" 317 "service_id" "Talvi 2023 La lähi"
"trips.txt" 318 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 319 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 320 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 321 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 322 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 323 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 324 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 325 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 326 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 327 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 328 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 329 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 330 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 331 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 332 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 333 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 334 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 335 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 336 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 337 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 338 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 339 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 340 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 341 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 342 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 343 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 344 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 345 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 346 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 347 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 348 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 349 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 350 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 351 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 352 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 353 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 354 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 355 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 356 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 357 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 358 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 359 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 360 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 361 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 362 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 363 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 364 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 365 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 366 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 367 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 368 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 369 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 370 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 371 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 372 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 373 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 374 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 375 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 376 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 377 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 378 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 379 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 380 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 381 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 382 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 383 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 384 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 385 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 386 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 387 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 388 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 389 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 390 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 391 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 392 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 393 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 394 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 395 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 396 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 397 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 398 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 399 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 400 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 401 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 402 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 403 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 404 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 405 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 406 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 407 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 408 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 409 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 410 "service_id" "Talvi 2023 La lähi"
"trips.txt" 411 "service_id" "Talvi 2023 La lähi"
"trips.txt" 412 "service_id" "Talvi 2023 La lähi"
"trips.txt" 413 "service_id" "Talvi 2023 La lähi"
"trips.txt" 414 "service_id" "Talvi 2023 La lähi"
"trips.txt" 415 "service_id" "Talvi 2023 La lähi"
"trips.txt" 416 "service_id" "Talvi 2023 La lähi"
"trips.txt" 417 "service_id" "Talvi 2023 La lähi"
"trips.txt" 418 "service_id" "Talvi 2023 La lähi"
"trips.txt" 419 "service_id" "Talvi 2023 La lähi"
"trips.txt" 420 "service_id" "Talvi 2023 La lähi"
"trips.txt" 421 "service_id" "Talvi 2023 La lähi"
"trips.txt" 422 "service_id" "Talvi 2023 La lähi"
"trips.txt" 423 "service_id" "Talvi 2023 La lähi"
"trips.txt" 424 "service_id" "Talvi 2023 La lähi"
"trips.txt" 425 "service_id" "Talvi 2023 La lähi"
"trips.txt" 426 "service_id" "Talvi 2023 La lähi"
"trips.txt" 427 "service_id" "Talvi 2023 La lähi"
"trips.txt" 428 "service_id" "Talvi 2023 La lähi"
"trips.txt" 429 "service_id" "Talvi 2023 La lähi"
"trips.txt" 430 "service_id" "Talvi 2023 La lähi"
"trips.txt" 431 "service_id" "Talvi 2023 La lähi"
"trips.txt" 432 "service_id" "Talvi 2023 La lähi"
"trips.txt" 433 "service_id" "Talvi 2023 La lähi"
"trips.txt" 434 "service_id" "Talvi 2023 La lähi"
"trips.txt" 435 "service_id" "Talvi 2023 La lähi"
"trips.txt" 436 "service_id" "Talvi 2023 La lähi"
"trips.txt" 437 "service_id" "Talvi 2023 La lähi"
"trips.txt" 438 "service_id" "Talvi 2023 La lähi"
"trips.txt" 439 "service_id" "Talvi 2023 La lähi"
"trips.txt" 440 "service_id" "Talvi 2023 La lähi"
"trips.txt" 441 "service_id" "Talvi 2023 La lähi"
"trips.txt" 442 "service_id" "Talvi 2023 La lähi"
"trips.txt" 443 "service_id" "Talvi 2023 La lähi"
"trips.txt" 444 "service_id" "Talvi 2023 La lähi"
"trips.txt" 445 "service_id" "Talvi 2023 La lähi"
"trips.txt" 446 "service_id" "Talvi 2023 La lähi"
"trips.txt" 447 "service_id" "Talvi 2023 La lähi"
"trips.txt" 448 "service_id" "Talvi 2023 La lähi"
"trips.txt" 449 "service_id" "Talvi 2023 La lähi"
"trips.txt" 450 "service_id" "Talvi 2023 La lähi"
"trips.txt" 451 "service_id" "Talvi 2023 La lähi"
"trips.txt" 452 "service_id" "Talvi 2023 La lähi"
"trips.txt" 453 "service_id" "Talvi 2023 La lähi"
"trips.txt" 454 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 455 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 456 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 457 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 458 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 459 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 460 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 461 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 462 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 463 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 464 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 465 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 466 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 467 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 468 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 469 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 470 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 471 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 472 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 473 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 474 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 475 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 476 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 477 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 478 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 479 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 480 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 481 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 482 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 483 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 484 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 485 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 486 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 487 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 488 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 489 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 490 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 491 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 492 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 493 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 494 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 495 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 496 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 497 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 498 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 499 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 500 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 501 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 502 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 503 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 504 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 505 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 506 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 507 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 508 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 509 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 510 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 511 "service_id" "Talvi 2023 MaPe lähi"
"trips.txt" 512 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 513 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 514 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 515 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 516 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 517 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 518 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 519 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 520 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 521 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 522 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 523 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 524 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 525 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 526 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 527 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 528 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 529 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 530 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 531 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 532 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 533 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 534 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 535 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 536 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 537 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 538 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 539 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 540 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 541 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 542 "service_id" "Talvi 2023 Su lähi"
"trips.txt" 543 "service_id" "Talvi 2023 Su lähi"
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.
"20250422" "20230221" "20230602"
unknown_column INFO 9

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"agency.txt" "agency_branding_url" 6
"routes.txt" "bikes_allowed" 10
"routes.txt" "include_public_feed" 11
"translations.txt" "trans_id" 1
"translations.txt" "lang" 2
"stops.txt" "municipality_id" 10
"stops.txt" "vehicle_type" 15
"stop_times.txt" "trip_pattern_id" 11
"stop_times.txt" "service_id" 12
unknown_file INFO 1

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"contracts.txt"