yvaskyla — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-23T17:26:14Z,
for the dataset file:///shared/yvaskyla_16c13698.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


    Feed Info


    Publisher Name:
    Jyväskylä
    Publisher URL:
    http://jkl.fi
    Feed Email:
    N/A
    Feed Language:
    English
    Feed Start Date:
    2017-03-08
    Feed End Date:
    2099-12-30

    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. translations.txt
    11. trips.txt

    Counts


    • Agencies: 0
    • Blocks: 1
    • Routes: 163
    • Shapes: 414
    • Stops: 0
    • Trips: 4521

    Specification Compliance report

    4053 notices reported (1813 errors, 2234 warnings, 6 infos)

    Notice Code Severity Total
    invalid_url ERROR 1807

    invalid_url

    A field contains a malformed URL.

    Definitions for valid URLs are quite vague. We perform strict validation using the Apache Commons UrlValidator.

    You can see more about this notice here.

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

    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" 2 "stop_url" "http://410"
    "stops.txt" 3 "stop_url" "http://179"
    "stops.txt" 4 "stop_url" "http://500"
    "stops.txt" 5 "stop_url" "http://500"
    "stops.txt" 6 "stop_url" "http://500"
    "stops.txt" 7 "stop_url" "http://500"
    "stops.txt" 8 "stop_url" "http://500"
    "stops.txt" 9 "stop_url" "http://500"
    "stops.txt" 10 "stop_url" "http://500"
    "stops.txt" 11 "stop_url" "http://179"
    "stops.txt" 12 "stop_url" "http://179"
    "stops.txt" 13 "stop_url" "http://179"
    "stops.txt" 14 "stop_url" "http://179"
    "stops.txt" 15 "stop_url" "http://179"
    "stops.txt" 16 "stop_url" "http://179"
    "stops.txt" 17 "stop_url" "http://179"
    "stops.txt" 18 "stop_url" "http://179"
    "stops.txt" 19 "stop_url" "http://179"
    "stops.txt" 20 "stop_url" "http://179"
    "stops.txt" 21 "stop_url" "http://179"
    "stops.txt" 22 "stop_url" "http://179"
    "stops.txt" 23 "stop_url" "http://179"
    "stops.txt" 24 "stop_url" "http://179"
    "stops.txt" 25 "stop_url" "http://179"
    "stops.txt" 26 "stop_url" "http://179"
    "stops.txt" 27 "stop_url" "http://179"
    "stops.txt" 28 "stop_url" "http://179"
    "stops.txt" 29 "stop_url" "http://179"
    "stops.txt" 30 "stop_url" "http://179"
    "stops.txt" 31 "stop_url" "http://179"
    "stops.txt" 32 "stop_url" "http://179"
    "stops.txt" 33 "stop_url" "http://500"
    "stops.txt" 34 "stop_url" "http://500"
    "stops.txt" 35 "stop_url" "http://500"
    "stops.txt" 36 "stop_url" "http://500"
    "stops.txt" 37 "stop_url" "http://500"
    "stops.txt" 38 "stop_url" "http://500"
    "stops.txt" 39 "stop_url" "http://500"
    "stops.txt" 40 "stop_url" "http://500"
    "stops.txt" 41 "stop_url" "http://500"
    "stops.txt" 42 "stop_url" "http://500"
    "stops.txt" 43 "stop_url" "http://500"
    "stops.txt" 44 "stop_url" "http://500"
    "stops.txt" 45 "stop_url" "http://179"
    "stops.txt" 46 "stop_url" "http://179"
    "stops.txt" 47 "stop_url" "http://179"
    "stops.txt" 48 "stop_url" "http://500"
    "stops.txt" 49 "stop_url" "http://500"
    "stops.txt" 50 "stop_url" "http://179"
    "stops.txt" 51 "stop_url" "http://179"
    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"
    start_and_end_range_out_of_order ERROR 3

    start_and_end_range_out_of_order

    Two date or time fields are out of order.

    Date or time fields have been found out of order in calendar.txt, feed_info.txt and stop_times.txt.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. startFieldName (?) The start value's field name. startValue (?) The start value. endFieldName (?) The end value's field name. endValue (?) The end value.
    "stop_times.txt" 115352 "arrival_time" "14:29:00" "departure_time" "14:28:00"
    "stop_times.txt" 167992 "arrival_time" "07:13:00" "departure_time" "07:12:00"
    "stop_times.txt" 168025 "arrival_time" "08:28:00" "departure_time" "08:27:00"
    duplicate_route_name WARNING 5

    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`.
    31 "12" 32 "13" "SEUTU MM" "KEURUU-JYVÄSKYLÄ" 3 "45131"
    31 "12" 33 "14" "SEUTU MM" "KEURUU-JYVÄSKYLÄ" 3 "45131"
    31 "12" 34 "15" "SEUTU MM" "KEURUU-JYVÄSKYLÄ" 3 "45131"
    31 "12" 35 "16" "SEUTU MM" "KEURUU-JYVÄSKYLÄ" 3 "45131"
    31 "12" 36 "17" "SEUTU MM" "KEURUU-JYVÄSKYLÄ" 3 "45131"
    expired_calendar WARNING 13

    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 "Kesä torstai"
    3 "Koulp"
    4 "Koulp pe"
    5 "L - kesä"
    6 "L - talvi"
    7 "M-P kesä"
    8 "M-P koulujen lomapäivinä"
    9 "M-P talvi"
    10 "Pe kesä"
    11 "Pe talvi"
    13 "S - kesä"
    14 "S - talvi"
    15 "Vip kalenteri"
    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 269

    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 269 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.
    "agency.txt" "agency_name" "TILAUSAJOT MENNÄÄN BUSSILLA OY" 26
    "agency.txt" "agency_name" "MIKA K. NISKANEN OY" 55
    "agency.txt" "agency_name" "LINJA-AUTOLIIKE YRJÖ MAKKONEN & KUMPP" 57
    "agency.txt" "agency_name" "SOISALON LIIKENNE OY" 58
    "agency.txt" "agency_name" "HENKILÖKULJETUS RISSANEN OY" 60
    "agency.txt" "agency_name" "S. J. TOIVONEN OY" 79
    "agency.txt" "agency_name" "E. RANTANEN OY" 80
    "agency.txt" "agency_name" "TILAUSLIIKENNE HÄNNINEN OY" 83
    "agency.txt" "agency_name" "JOUTSENON AUTO- JA KULJETUSPALVELU OY" 84
    "agency.txt" "agency_name" "TOIMI VENTO KY" 85
    "agency.txt" "agency_name" "NINA´S ERIKOISTAKSIPALVELUT OY" 86
    "agency.txt" "agency_name" "SAIMAAN TURISTILIIKENNE OY" 91
    "agency.txt" "agency_name" "KYMEN CHARTERLINE OY" 94
    "agency.txt" "agency_name" "SUTINEN TAISTO JUHANI" 98
    "routes.txt" "route_long_name" "HUHTASUO-LOHIKOSKI" 3
    "routes.txt" "route_long_name" "TIKKAKOSKI-ASEMAKATU" 12
    "routes.txt" "route_long_name" "ASEMAKATU-TIKKAKOSKI" 13
    "routes.txt" "route_long_name" "PALOKKA-ASEMAKATU" 14
    "routes.txt" "route_long_name" "ASEMAKATU-PALOKKA" 15
    "routes.txt" "route_long_name" "PUUPPOLA-ASEMAKATU" 16
    "routes.txt" "route_long_name" "ASEMAKATU-PUUPPOLA" 17
    "routes.txt" "route_long_name" "KUOHU-ASEMAKATU" 18
    "routes.txt" "route_long_name" "ASEMAKATU-KUOHU" 19
    "routes.txt" "route_long_name" "SAARENMAA-ASEMAKATU" 20
    "routes.txt" "route_long_name" "ASEMAKATU-SAARENMAA" 21
    "routes.txt" "route_long_name" "ORAVASAARI-ASEMAKATU" 22
    "routes.txt" "route_long_name" "ASEMAKATU-ORAVASAARI" 23
    "routes.txt" "route_long_name" "VÄINÖLÄ-ASEMAKATU" 24
    "routes.txt" "route_long_name" "ASEMAKATU-VÄINÖLÄ" 25
    "routes.txt" "route_long_name" "LEPPÄLAHTI-ASEMAKATU" 26
    "routes.txt" "route_long_name" "ASEMAKATU-LEPPÄLAHTI" 27
    "routes.txt" "route_long_name" "KAUNISHARJU-ASEMAKATU" 28
    "routes.txt" "route_long_name" "ASEMAKATU-KAUNISHARJU" 29
    "routes.txt" "route_long_name" "MUURATSALO-ASEMAKATU" 30
    "routes.txt" "route_short_name" "SEUTU MM" 31
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 31
    "routes.txt" "route_short_name" "SEUTU MM" 32
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 32
    "routes.txt" "route_short_name" "SEUTU MM" 33
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 33
    "routes.txt" "route_short_name" "SEUTU MM" 34
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 34
    "routes.txt" "route_short_name" "SEUTU MM" 35
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 35
    "routes.txt" "route_short_name" "SEUTU MM" 36
    "routes.txt" "route_long_name" "KEURUU-JYVÄSKYLÄ" 36
    "routes.txt" "route_short_name" "333UL" 40
    "routes.txt" "route_long_name" "LAUKAA-JYVÄSKYLÄ" 42
    "routes.txt" "route_long_name" "KORPILAHTI-TORI" 44
    "routes.txt" "route_long_name" "TORI-KORPILAHTI" 45
    non_ascii_or_non_printable_char WARNING 1940

    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 1940 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" 2 "service_id" "Kesä torstai"
    "calendar.txt" 5 "service_id" "L - kesä"
    "calendar.txt" 7 "service_id" "M-P kesä"
    "calendar.txt" 8 "service_id" "M-P koulujen lomapäivinä"
    "calendar.txt" 10 "service_id" "Pe kesä"
    "calendar.txt" 13 "service_id" "S - kesä"
    "calendar_dates.txt" 33 "service_id" "L - kesä"
    "calendar_dates.txt" 34 "service_id" "L - kesä"
    "calendar_dates.txt" 37 "service_id" "M-P kesä"
    "calendar_dates.txt" 38 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 39 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 40 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 41 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 42 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 43 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 44 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 45 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 46 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 47 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 48 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 49 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 50 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 51 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 52 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 53 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 54 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 55 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 56 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 57 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 58 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 59 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 60 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 61 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 62 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 63 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 64 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 65 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 66 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 67 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 68 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 69 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 70 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 71 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 72 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 73 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 74 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 75 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 76 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 77 "service_id" "M-P koulujen lomapäivinä"
    "calendar_dates.txt" 78 "service_id" "M-P koulujen lomapäivinä"
    route_long_name_contains_short_name WARNING 1

    route_long_name_contains_short_name

    Long name should not contain short name for a single route.

    In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

    Good examples:

    route_short_name/route_long_name Dataset
    "N"/"Judah" Muni San Fransisco
    "6"/"ML King Jr Blvd" Trimet Portland Streetcar
    "55"/"Boulevard Saint Laurent" STM Montreal
    "1"/"Rangiora/Cashmere" Metro Christchurch

    Bad examples:

    route_short_name/route_long_name
    "604"/"604"
    "14"/"Route 14"
    "2"/"Route 2: Bellows Falls In-Town"

    You can see more about this notice here.

    routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
    "9135" 97 "13M" "13M JKL-SAUKKOLA-KORPILAHTI"
    route_short_name_too_long WARNING 4

    route_short_name_too_long

    Short name of a route is too long (more than 12 characters).

    You can see more about this notice here.

    routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
    "1" 2 "Seutuliikenne"
    "200" 37 "Seutuliikenne"
    "4" 41 "Seutuliikenne"
    "5" 43 "Seutuliikenne"
    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.
    "20260323" "20170809" "20180601"
    unknown_column INFO 5

    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.
    "stops.txt" "municipality_id" 9
    "agency.txt" "agency_branding_url" 6
    "routes.txt" "bikes_allowed" 10
    "translations.txt" "trans_id" 1
    "translations.txt" "lang" 2
    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"