{
  "agency": {
    "country": "FI",
    "id": "fintraffic-rail-finland",
    "name": "Finnish passenger rail (Fintraffic)",
    "operating_note": "National passenger rail timetables published by Fintraffic through the Digitraffic service. The archive covers VR services and the museum railways that share the network. Counted as one feed record. The endpoint answers only when the client sends an Accept-Encoding header that allows gzip."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 16428,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1701,
        "translations": {
          "feed_lang": "fi",
          "has_translations": true,
          "languages": [
            "sv"
          ],
          "translated_tables": [
            "stops"
          ],
          "translation_count": 92
        },
        "trips": 16428,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1701,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1701 of 1701 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 16428,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "16428 of 16428 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 129,
          "WARNING": 58208
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 56890,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "unexpected_enum_value",
          "count": 820,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 325,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 114,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 57,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "big_gap_in_service",
          "count": 129,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 51.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 58337 instances (0 error, 58208 warning, 129 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 482,
        "effective_expiry_date": "2027-12-31",
        "feed_end_date": "2027-12-31",
        "feed_start_date": "2026-08-29",
        "feed_version": "2026-09-05T02:19:31.679Z",
        "has_feed_info": true,
        "last_service_date": "2027-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 482 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 482 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0 under Fintraffic's Digitraffic terms of service, which allow commercial reuse. Credit \"Source: Fintraffic / digitraffic.fi, license CC 4.0 BY\", link the licence, and note any changes.",
    "reachable": true,
    "sha256": "a5376ee1288a71ab59acff9c7c083282445a0a7db38787b9562610aef9d0a6f3",
    "size_bytes": 6163479,
    "source_provenance": "official",
    "static_url": "https://rata.digitraffic.fi/api/v1/trains/gtfs-passenger.zip"
  },
  "fetch": {
    "final_url": "https://rata.digitraffic.fi/api/v1/trains/gtfs-passenger.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      21.62182,
      59.82686,
      30.2415,
      67.34931
    ],
    "lat": 61.68295,
    "lon": 25.03942,
    "stop_count": 1701
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 820,
        "trip_count": 16428,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 820,
    "trip_count": 16428
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.0,
    "margin_to_next_band": 1.0,
    "score": 59.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1253,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 325,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "325 of 1253 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 325,
    "single_stop_trips": 0,
    "trips_total": 16428
  },
  "route_map": {
    "drawn_route_count": 820,
    "has_shapes": true,
    "path": "data/artifacts/fintraffic-rail-finland/geometry.geojson",
    "route_count": 820,
    "routes": [
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ALV_SK_483_HDM_10",
        "label": "HDM 483",
        "long": "Alavus - Sein\u00e4joki",
        "short": "HDM 483",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "AVP_HKI_P_HL_10",
        "label": "P",
        "long": "Aviapolis - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "EPO_HKI_E_HL_9995",
        "label": "E",
        "long": "Espoo - Helsinki",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HAU_OT_1952_MUS_3184",
        "label": "MUS 1952",
        "long": "Haukivuori - Otava",
        "short": "MUS 1952",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HA_HKI_1916_MUS_3204",
        "label": "MUS 1916",
        "long": "Heinola - Helsinki",
        "short": "MUS 1916",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_AVP_I_HL_10",
        "label": "I",
        "long": "Helsinki - Aviapolis",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_EPO_E_HL_9995",
        "label": "E",
        "long": "Helsinki - Espoo",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HKI_I_HL_10",
        "label": "I",
        "long": "Helsinki - Helsinki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HKI_I_HL_9995",
        "label": "I",
        "long": "Helsinki - Helsinki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HKI_P_HL_10",
        "label": "P",
        "long": "Helsinki - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HKI_P_HL_9995",
        "label": "P",
        "long": "Helsinki - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HL_D_HL_10",
        "label": "D",
        "long": "Helsinki - H\u00e4meenlinna",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HL_R_HL_10",
        "label": "R",
        "long": "Helsinki - H\u00e4meenlinna",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_HNK_H_HL_10",
        "label": "H",
        "long": "Helsinki - Hanko",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_IMR_111_IC_10",
        "label": "IC 111",
        "long": "Helsinki - Imatra",
        "short": "IC 111",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_IMR_115_IC_10",
        "label": "IC 115",
        "long": "Helsinki - Imatra",
        "short": "IC 115",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_IMR_115_S_10",
        "label": "S 115",
        "long": "Helsinki - Imatra",
        "short": "S 115",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_IMR_9_S_10",
        "label": "S 9",
        "long": "Helsinki - Imatra",
        "short": "S 9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_11_IC_10",
        "label": "IC 11",
        "long": "Helsinki - Joensuu",
        "short": "IC 11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_1207_IC_10",
        "label": "IC 1207",
        "long": "Helsinki - Joensuu",
        "short": "IC 1207",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_13_IC_10",
        "label": "IC 13",
        "long": "Helsinki - Joensuu",
        "short": "IC 13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_13_S_10",
        "label": "S 13",
        "long": "Helsinki - Joensuu",
        "short": "S 13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_15_IC_10",
        "label": "IC 15",
        "long": "Helsinki - Joensuu",
        "short": "IC 15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_15_S_10",
        "label": "S 15",
        "long": "Helsinki - Joensuu",
        "short": "S 15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_1_IC_10",
        "label": "IC 1",
        "long": "Helsinki - Joensuu",
        "short": "IC 1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_1_S_10",
        "label": "S 1",
        "long": "Helsinki - Joensuu",
        "short": "S 1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_3_IC_10",
        "label": "IC 3",
        "long": "Helsinki - Joensuu",
        "short": "IC 3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_5_IC_10",
        "label": "IC 5",
        "long": "Helsinki - Joensuu",
        "short": "IC 5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_7_IC_10",
        "label": "IC 7",
        "long": "Helsinki - Joensuu",
        "short": "IC 7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JNS_9_S_10",
        "label": "S 9",
        "long": "Helsinki - Joensuu",
        "short": "S 9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JP_R_HL_10",
        "label": "R",
        "long": "Helsinki - J\u00e4rvenp\u00e4\u00e4",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JP_T_HL_10",
        "label": "T",
        "long": "Helsinki - J\u00e4rvenp\u00e4\u00e4",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_149_IC_10",
        "label": "IC 149",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "IC 149",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_151_IC_10",
        "label": "IC 151",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "IC 151",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_87_IC_10",
        "label": "IC 87",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "IC 87",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_87_S_10",
        "label": "S 87",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "S 87",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_89_IC_10",
        "label": "IC 89",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "IC 89",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_89_S_10",
        "label": "S 89",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "S 89",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_93_IC_10",
        "label": "IC 93",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "IC 93",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_JY_93_S_10",
        "label": "S 93",
        "long": "Helsinki - Jyv\u00e4skyl\u00e4",
        "short": "S 93",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_J\u00c4S_149_IC_10",
        "label": "IC 149",
        "long": "Helsinki - J\u00e4ms\u00e4",
        "short": "IC 149",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KAJ_63_IC_10",
        "label": "IC 63",
        "long": "Helsinki - Kajaani",
        "short": "IC 63",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KAJ_65_IC_10",
        "label": "IC 65",
        "long": "Helsinki - Kajaani",
        "short": "IC 65",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KAJ_67_IC_10",
        "label": "IC 67",
        "long": "Helsinki - Kajaani",
        "short": "IC 67",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KAJ_73_IC_10",
        "label": "IC 73",
        "long": "Helsinki - Kajaani",
        "short": "IC 73",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KE_K_HL_10",
        "label": "K",
        "long": "Helsinki - Kerava",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KE_K_HL_9995",
        "label": "K",
        "long": "Helsinki - Kerava",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KE_R_HL_10",
        "label": "R",
        "long": "Helsinki - Kerava",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KE_T_HL_10",
        "label": "T",
        "long": "Helsinki - Kerava",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KJ\u00c4_25_IC_10",
        "label": "IC 25",
        "long": "Helsinki - Kemij\u00e4rvi",
        "short": "IC 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KJ\u00c4_265_PYO_10",
        "label": "PYO 265",
        "long": "Helsinki - Kemij\u00e4rvi",
        "short": "PYO 265",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KKN_L_HL_10",
        "label": "L",
        "long": "Helsinki - Kirkkonummi",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KKN_L_HL_9995",
        "label": "L",
        "long": "Helsinki - Kirkkonummi",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KKN_U_HL_10",
        "label": "U",
        "long": "Helsinki - Kirkkonummi",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KKN_U_HL_9995",
        "label": "U",
        "long": "Helsinki - Kirkkonummi",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KLH_E_HL_10",
        "label": "E",
        "long": "Helsinki - Kauklahti",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KLH_E_HL_9995",
        "label": "E",
        "long": "Helsinki - Kauklahti",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KLI_263_PYO_10",
        "label": "PYO 263",
        "long": "Helsinki - Kolari",
        "short": "PYO 263",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KLI_269_PYO_10",
        "label": "PYO 269",
        "long": "Helsinki - Kolari",
        "short": "PYO 269",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KML_25_IC_10",
        "label": "IC 25",
        "long": "Helsinki - Kempele",
        "short": "IC 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KML_35_IC_10",
        "label": "IC 35",
        "long": "Helsinki - Kempele",
        "short": "IC 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KOK_59_S_10",
        "label": "S 59",
        "long": "Helsinki - Kokkola",
        "short": "S 59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KT\u00d6_I_HL_10",
        "label": "I",
        "long": "Helsinki - Kivist\u00f6",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_147_IC_10",
        "label": "IC 147",
        "long": "Helsinki - Kuopio",
        "short": "IC 147",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_171_S_10",
        "label": "S 171",
        "long": "Helsinki - Kuopio",
        "short": "S 171",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_61_IC_10",
        "label": "IC 61",
        "long": "Helsinki - Kuopio",
        "short": "IC 61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_61_S_10",
        "label": "S 61",
        "long": "Helsinki - Kuopio",
        "short": "S 61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_71_IC_10",
        "label": "IC 71",
        "long": "Helsinki - Kuopio",
        "short": "IC 71",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_71_S_10",
        "label": "S 71",
        "long": "Helsinki - Kuopio",
        "short": "S 71",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_73_IC_10",
        "label": "IC 73",
        "long": "Helsinki - Kuopio",
        "short": "IC 73",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_75_IC_10",
        "label": "IC 75",
        "long": "Helsinki - Kuopio",
        "short": "IC 75",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KUO_75_S_10",
        "label": "S 75",
        "long": "Helsinki - Kuopio",
        "short": "S 75",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_1009_S_10",
        "label": "S 1009",
        "long": "Helsinki - Kouvola",
        "short": "S 1009",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_109_S_10",
        "label": "S 109",
        "long": "Helsinki - Kouvola",
        "short": "S 109",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_115_S_10",
        "label": "S 115",
        "long": "Helsinki - Kouvola",
        "short": "S 115",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_11_S_10",
        "label": "S 11",
        "long": "Helsinki - Kouvola",
        "short": "S 11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_1_S_10",
        "label": "S 1",
        "long": "Helsinki - Kouvola",
        "short": "S 1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_5_IC_10",
        "label": "IC 5",
        "long": "Helsinki - Kouvola",
        "short": "IC 5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_9_S_10",
        "label": "S 9",
        "long": "Helsinki - Kouvola",
        "short": "S 9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_KV_Z_HL_10",
        "label": "Z",
        "long": "Helsinki - Kouvola",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LH_1911_MUS_3204",
        "label": "MUS 1911",
        "long": "Helsinki - Lahti",
        "short": "MUS 1911",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LH_Z_HL_10",
        "label": "Z",
        "long": "Helsinki - Lahti",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LN\u00c4_P_HL_10",
        "label": "P",
        "long": "Helsinki - Leinel\u00e4",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LPV_A_HL_10",
        "label": "A",
        "long": "Helsinki - Lepp\u00e4vaara",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LPV_A_HL_9995",
        "label": "A",
        "long": "Helsinki - Lepp\u00e4vaara",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_109_S_10",
        "label": "S 109",
        "long": "Helsinki - Lappeenranta",
        "short": "S 109",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_111_IC_10",
        "label": "IC 111",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 111",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_115_IC_10",
        "label": "IC 115",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 115",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_115_S_10",
        "label": "S 115",
        "long": "Helsinki - Lappeenranta",
        "short": "S 115",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_11_IC_10",
        "label": "IC 11",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_13_IC_10",
        "label": "IC 13",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_15_S_10",
        "label": "S 15",
        "long": "Helsinki - Lappeenranta",
        "short": "S 15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_1_IC_10",
        "label": "IC 1",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_3_IC_10",
        "label": "IC 3",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_3_S_10",
        "label": "S 3",
        "long": "Helsinki - Lappeenranta",
        "short": "S 3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_5_IC_10",
        "label": "IC 5",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_7_IC_10",
        "label": "IC 7",
        "long": "Helsinki - Lappeenranta",
        "short": "IC 7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LR_9_S_10",
        "label": "S 9",
        "long": "Helsinki - Lappeenranta",
        "short": "S 9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_LVS_1913_MUS_3204",
        "label": "MUS 1913",
        "long": "Helsinki - Loviisan satama",
        "short": "MUS 1913",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_MLO_P_HL_10",
        "label": "P",
        "long": "Helsinki - Malminkartano",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_MRL_I_HL_10",
        "label": "I",
        "long": "Helsinki - Martinlaakso",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_MRL_P_HL_10",
        "label": "P",
        "long": "Helsinki - Martinlaakso",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_MYR_I_HL_10",
        "label": "I",
        "long": "Helsinki - Myyrm\u00e4ki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OLK_P_HL_10",
        "label": "P",
        "long": "Helsinki - Oulunkyl\u00e4",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OLLI_1915_MUS_3204",
        "label": "MUS 1915",
        "long": "Helsinki - Olli",
        "short": "MUS 1915",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_21_IC_10",
        "label": "IC 21",
        "long": "Helsinki - Oulu",
        "short": "IC 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_21_S_10",
        "label": "S 21",
        "long": "Helsinki - Oulu",
        "short": "S 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_23_IC_10",
        "label": "IC 23",
        "long": "Helsinki - Oulu",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_25_IC_10",
        "label": "IC 25",
        "long": "Helsinki - Oulu",
        "short": "IC 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_27_IC_10",
        "label": "IC 27",
        "long": "Helsinki - Oulu",
        "short": "IC 27",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_29_IC_10",
        "label": "IC 29",
        "long": "Helsinki - Oulu",
        "short": "IC 29",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_29_S_10",
        "label": "S 29",
        "long": "Helsinki - Oulu",
        "short": "S 29",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_33_IC_10",
        "label": "IC 33",
        "long": "Helsinki - Oulu",
        "short": "IC 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_33_S_10",
        "label": "S 33",
        "long": "Helsinki - Oulu",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_35_IC_10",
        "label": "IC 35",
        "long": "Helsinki - Oulu",
        "short": "IC 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_35_S_10",
        "label": "S 35",
        "long": "Helsinki - Oulu",
        "short": "S 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_37_IC_10",
        "label": "IC 37",
        "long": "Helsinki - Oulu",
        "short": "IC 37",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_39_S_10",
        "label": "S 39",
        "long": "Helsinki - Oulu",
        "short": "S 39",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_49_IC_10",
        "label": "IC 49",
        "long": "Helsinki - Oulu",
        "short": "IC 49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_51_IC_10",
        "label": "IC 51",
        "long": "Helsinki - Oulu",
        "short": "IC 51",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_63_IC_10",
        "label": "IC 63",
        "long": "Helsinki - Oulu",
        "short": "IC 63",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_65_IC_10",
        "label": "IC 65",
        "long": "Helsinki - Oulu",
        "short": "IC 65",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_OL_67_IC_10",
        "label": "IC 67",
        "long": "Helsinki - Oulu",
        "short": "IC 67",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PKO_33_S_10",
        "label": "S 33",
        "long": "Helsinki - Parkano",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PKO_43_IC_10",
        "label": "IC 43",
        "long": "Helsinki - Parkano",
        "short": "IC 43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_143_IC_10",
        "label": "IC 143",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "IC 143",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_143_S_10",
        "label": "S 143",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "S 143",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_145_IC_10",
        "label": "IC 145",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "IC 145",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_145_S_10",
        "label": "S 145",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "S 145",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_155_IC_10",
        "label": "IC 155",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "IC 155",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PM_83_IC_10",
        "label": "IC 83",
        "long": "Helsinki - Pieks\u00e4m\u00e4ki",
        "short": "IC 83",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PRI_165_IC_10",
        "label": "IC 165",
        "long": "Helsinki - Pori",
        "short": "IC 165",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PRI_165_S_10",
        "label": "S 165",
        "long": "Helsinki - Pori",
        "short": "S 165",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_PRI_175_IC_10",
        "label": "IC 175",
        "long": "Helsinki - Pori",
        "short": "IC 175",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_201_IC_10",
        "label": "IC 201",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 201",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_203_IC_10",
        "label": "IC 203",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 203",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_205_IC_10",
        "label": "IC 205",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 205",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_207_IC_10",
        "label": "IC 207",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 207",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_209_IC_10",
        "label": "IC 209",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 209",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_211_IC_10",
        "label": "IC 211",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 211",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_213_IC_10",
        "label": "IC 213",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 213",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_215_IC_10",
        "label": "IC 215",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 215",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_217_IC_10",
        "label": "IC 217",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 217",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_219_IC_10",
        "label": "IC 219",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 219",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_221_IC_10",
        "label": "IC 221",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 221",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_223_IC_10",
        "label": "IC 223",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 223",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_225_IC_10",
        "label": "IC 225",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 225",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_227_IC_10",
        "label": "IC 227",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 227",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_229_IC_10",
        "label": "IC 229",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 229",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_231_IC_10",
        "label": "IC 231",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 231",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_233_IC_10",
        "label": "IC 233",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 233",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_235_IC_10",
        "label": "IC 235",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 235",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_237_IC_10",
        "label": "IC 237",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "IC 237",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_R_HL_10",
        "label": "R",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_RI_T_HL_10",
        "label": "T",
        "long": "Helsinki - Riihim\u00e4ki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_21_IC_10",
        "label": "IC 21",
        "long": "Helsinki - Rovaniemi",
        "short": "IC 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_21_S_10",
        "label": "S 21",
        "long": "Helsinki - Rovaniemi",
        "short": "S 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_23_IC_10",
        "label": "IC 23",
        "long": "Helsinki - Rovaniemi",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_25_IC_10",
        "label": "IC 25",
        "long": "Helsinki - Rovaniemi",
        "short": "IC 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_267_PYO_10",
        "label": "PYO 267",
        "long": "Helsinki - Rovaniemi",
        "short": "PYO 267",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_273_PYO_10",
        "label": "PYO 273",
        "long": "Helsinki - Rovaniemi",
        "short": "PYO 273",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_27_IC_10",
        "label": "IC 27",
        "long": "Helsinki - Rovaniemi",
        "short": "IC 27",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_35_IC_10",
        "label": "IC 35",
        "long": "Helsinki - Rovaniemi",
        "short": "IC 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_ROI_35_S_10",
        "label": "S 35",
        "long": "Helsinki - Rovaniemi",
        "short": "S 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_STI_L_HL_10",
        "label": "L",
        "long": "Helsinki - Siuntio",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_STI_L_HL_9995",
        "label": "L",
        "long": "Helsinki - Siuntio",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_STI_U_HL_9995",
        "label": "U",
        "long": "Helsinki - Siuntio",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_STI_Y_HL_10",
        "label": "Y",
        "long": "Helsinki - Siuntio",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_STI_Y_HL_9995",
        "label": "Y",
        "long": "Helsinki - Siuntio",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_941_IC_10",
        "label": "IC 941",
        "long": "Helsinki - Turku",
        "short": "IC 941",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_943_IC_10",
        "label": "IC 943",
        "long": "Helsinki - Turku",
        "short": "IC 943",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_945_IC_10",
        "label": "IC 945",
        "long": "Helsinki - Turku",
        "short": "IC 945",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_947_IC_10",
        "label": "IC 947",
        "long": "Helsinki - Turku",
        "short": "IC 947",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_947_S_10",
        "label": "S 947",
        "long": "Helsinki - Turku",
        "short": "S 947",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_949_S_10",
        "label": "S 949",
        "long": "Helsinki - Turku",
        "short": "S 949",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_951_IC_10",
        "label": "IC 951",
        "long": "Helsinki - Turku",
        "short": "IC 951",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_953_IC_10",
        "label": "IC 953",
        "long": "Helsinki - Turku",
        "short": "IC 953",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_955_IC_10",
        "label": "IC 955",
        "long": "Helsinki - Turku",
        "short": "IC 955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_955_S_10",
        "label": "S 955",
        "long": "Helsinki - Turku",
        "short": "S 955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_957_IC_10",
        "label": "IC 957",
        "long": "Helsinki - Turku",
        "short": "IC 957",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_957_S_10",
        "label": "S 957",
        "long": "Helsinki - Turku",
        "short": "S 957",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_959_IC_10",
        "label": "IC 959",
        "long": "Helsinki - Turku",
        "short": "IC 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_959_S_10",
        "label": "S 959",
        "long": "Helsinki - Turku",
        "short": "S 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_961_IC_10",
        "label": "IC 961",
        "long": "Helsinki - Turku",
        "short": "IC 961",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_963_IC_10",
        "label": "IC 963",
        "long": "Helsinki - Turku",
        "short": "IC 963",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_965_IC_10",
        "label": "IC 965",
        "long": "Helsinki - Turku",
        "short": "IC 965",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_967_IC_10",
        "label": "IC 967",
        "long": "Helsinki - Turku",
        "short": "IC 967",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_967_S_10",
        "label": "S 967",
        "long": "Helsinki - Turku",
        "short": "S 967",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_971_S_10",
        "label": "S 971",
        "long": "Helsinki - Turku",
        "short": "S 971",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_973_IC_10",
        "label": "IC 973",
        "long": "Helsinki - Turku",
        "short": "IC 973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_973_S_10",
        "label": "S 973",
        "long": "Helsinki - Turku",
        "short": "S 973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TKU_979_S_10",
        "label": "S 979",
        "long": "Helsinki - Turku",
        "short": "S 979",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_165_IC_10",
        "label": "IC 165",
        "long": "Helsinki - Tampere",
        "short": "IC 165",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_165_S_10",
        "label": "S 165",
        "long": "Helsinki - Tampere",
        "short": "S 165",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_171_IC_10",
        "label": "IC 171",
        "long": "Helsinki - Tampere",
        "short": "IC 171",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_177_IC_10",
        "label": "IC 177",
        "long": "Helsinki - Tampere",
        "short": "IC 177",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_177_S_10",
        "label": "S 177",
        "long": "Helsinki - Tampere",
        "short": "S 177",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_181_IC_10",
        "label": "IC 181",
        "long": "Helsinki - Tampere",
        "short": "IC 181",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_183_IC_10",
        "label": "IC 183",
        "long": "Helsinki - Tampere",
        "short": "IC 183",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_185_IC_10",
        "label": "IC 185",
        "long": "Helsinki - Tampere",
        "short": "IC 185",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_187_IC_10",
        "label": "IC 187",
        "long": "Helsinki - Tampere",
        "short": "IC 187",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_189_IC_10",
        "label": "IC 189",
        "long": "Helsinki - Tampere",
        "short": "IC 189",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_23_IC_10",
        "label": "IC 23",
        "long": "Helsinki - Tampere",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_29_IC_10",
        "label": "IC 29",
        "long": "Helsinki - Tampere",
        "short": "IC 29",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_43_IC_10",
        "label": "IC 43",
        "long": "Helsinki - Tampere",
        "short": "IC 43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_45_IC_10",
        "label": "IC 45",
        "long": "Helsinki - Tampere",
        "short": "IC 45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_49_IC_10",
        "label": "IC 49",
        "long": "Helsinki - Tampere",
        "short": "IC 49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_59_S_10",
        "label": "S 59",
        "long": "Helsinki - Tampere",
        "short": "S 59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_635_IC_10",
        "label": "IC 635",
        "long": "Helsinki - Tampere",
        "short": "IC 635",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_637_IC_10",
        "label": "IC 637",
        "long": "Helsinki - Tampere",
        "short": "IC 637",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_89_S_10",
        "label": "S 89",
        "long": "Helsinki - Tampere",
        "short": "S 89",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TPE_R_HL_10",
        "label": "R",
        "long": "Helsinki - Tampere",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TUS_941_IC_10",
        "label": "IC 941",
        "long": "Helsinki - Turku satama",
        "short": "IC 941",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TUS_959_S_10",
        "label": "S 959",
        "long": "Helsinki - Turku satama",
        "short": "S 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TUS_961_IC_10",
        "label": "IC 961",
        "long": "Helsinki - Turku satama",
        "short": "IC 961",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TUS_961_S_10",
        "label": "S 961",
        "long": "Helsinki - Turku satama",
        "short": "S 961",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_TUS_963_IC_10",
        "label": "IC 963",
        "long": "Helsinki - Turku satama",
        "short": "IC 963",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_1241_S_10",
        "label": "S 1241",
        "long": "Helsinki - Vaasa",
        "short": "S 1241",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_183_S_10",
        "label": "S 183",
        "long": "Helsinki - Vaasa",
        "short": "S 183",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_41_IC_10",
        "label": "IC 41",
        "long": "Helsinki - Vaasa",
        "short": "IC 41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_41_S_10",
        "label": "S 41",
        "long": "Helsinki - Vaasa",
        "short": "S 41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_43_IC_10",
        "label": "IC 43",
        "long": "Helsinki - Vaasa",
        "short": "IC 43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_45_IC_10",
        "label": "IC 45",
        "long": "Helsinki - Vaasa",
        "short": "IC 45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_45_S_10",
        "label": "S 45",
        "long": "Helsinki - Vaasa",
        "short": "S 45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_47_IC_10",
        "label": "IC 47",
        "long": "Helsinki - Vaasa",
        "short": "IC 47",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_49_IC_10",
        "label": "IC 49",
        "long": "Helsinki - Vaasa",
        "short": "IC 49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_53_IC_10",
        "label": "IC 53",
        "long": "Helsinki - Vaasa",
        "short": "IC 53",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_53_S_10",
        "label": "S 53",
        "long": "Helsinki - Vaasa",
        "short": "S 53",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VS_59_S_10",
        "label": "S 59",
        "long": "Helsinki - Vaasa",
        "short": "S 59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VTI_21_IC_10",
        "label": "IC 21",
        "long": "Helsinki - Vihanti",
        "short": "IC 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VTI_23_IC_10",
        "label": "IC 23",
        "long": "Helsinki - Vihanti",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_VTI_33_S_10",
        "label": "S 33",
        "long": "Helsinki - Vihanti",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_YV_21_IC_10",
        "label": "IC 21",
        "long": "Helsinki - Ylivieska",
        "short": "IC 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_YV_23_IC_10",
        "label": "IC 23",
        "long": "Helsinki - Ylivieska",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HKI_YV_33_S_10",
        "label": "S 33",
        "long": "Helsinki - Ylivieska",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_HKI_D_HL_10",
        "label": "D",
        "long": "H\u00e4meenlinna - Helsinki",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_HKI_R_HL_10",
        "label": "R",
        "long": "H\u00e4meenlinna - Helsinki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_JY_149_IC_10",
        "label": "IC 149",
        "long": "H\u00e4meenlinna - Jyv\u00e4skyl\u00e4",
        "short": "IC 149",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_JY_151_S_10",
        "label": "S 151",
        "long": "H\u00e4meenlinna - Jyv\u00e4skyl\u00e4",
        "short": "S 151",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_JY_87_S_10",
        "label": "S 87",
        "long": "H\u00e4meenlinna - Jyv\u00e4skyl\u00e4",
        "short": "S 87",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_JY_89_IC_10",
        "label": "IC 89",
        "long": "H\u00e4meenlinna - Jyv\u00e4skyl\u00e4",
        "short": "IC 89",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_JY_93_IC_10",
        "label": "IC 93",
        "long": "H\u00e4meenlinna - Jyv\u00e4skyl\u00e4",
        "short": "IC 93",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_KOK_59_S_10",
        "label": "S 59",
        "long": "H\u00e4meenlinna - Kokkola",
        "short": "S 59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_KUO_147_IC_10",
        "label": "IC 147",
        "long": "H\u00e4meenlinna - Kuopio",
        "short": "IC 147",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_21_IC_10",
        "label": "IC 21",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_23_IC_10",
        "label": "IC 23",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_25_IC_10",
        "label": "IC 25",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_27_IC_10",
        "label": "IC 27",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 27",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_29_IC_10",
        "label": "IC 29",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 29",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_33_S_10",
        "label": "S 33",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_35_IC_10",
        "label": "IC 35",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_37_IC_10",
        "label": "IC 37",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 37",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_OL_51_IC_10",
        "label": "IC 51",
        "long": "H\u00e4meenlinna - Oulu",
        "short": "IC 51",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_PM_143_IC_10",
        "label": "IC 143",
        "long": "H\u00e4meenlinna - Pieks\u00e4m\u00e4ki",
        "short": "IC 143",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_PM_145_IC_10",
        "label": "IC 145",
        "long": "H\u00e4meenlinna - Pieks\u00e4m\u00e4ki",
        "short": "IC 145",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_PM_155_S_10",
        "label": "S 155",
        "long": "H\u00e4meenlinna - Pieks\u00e4m\u00e4ki",
        "short": "S 155",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_PRI_165_S_10",
        "label": "S 165",
        "long": "H\u00e4meenlinna - Pori",
        "short": "S 165",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_RI_R_HL_10",
        "label": "R",
        "long": "H\u00e4meenlinna - Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_TPE_177_IC_10",
        "label": "IC 177",
        "long": "H\u00e4meenlinna - Tampere",
        "short": "IC 177",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_TPE_183_IC_10",
        "label": "IC 183",
        "long": "H\u00e4meenlinna - Tampere",
        "short": "IC 183",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_TPE_183_S_10",
        "label": "S 183",
        "long": "H\u00e4meenlinna - Tampere",
        "short": "S 183",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_TPE_187_IC_10",
        "label": "IC 187",
        "long": "H\u00e4meenlinna - Tampere",
        "short": "IC 187",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_41_IC_10",
        "label": "IC 41",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "IC 41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_43_IC_10",
        "label": "IC 43",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "IC 43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_45_IC_10",
        "label": "IC 45",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "IC 45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_47_IC_10",
        "label": "IC 47",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "IC 47",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_49_IC_10",
        "label": "IC 49",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "IC 49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HL_VS_53_S_10",
        "label": "S 53",
        "long": "H\u00e4meenlinna - Vaasa",
        "short": "S 53",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HNK_HKI_H_HL_10",
        "label": "H",
        "long": "Hanko - Helsinki",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HNK_KKN_H_HL_10",
        "label": "H",
        "long": "Hanko - Kirkkonummi",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HNK_KR_H_HL_10",
        "label": "H",
        "long": "Hanko - Karjaa",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HNK_STI_H_HL_10",
        "label": "H",
        "long": "Hanko - Siuntio",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HPA_OL_402_IC_10",
        "label": "IC 402",
        "long": "Haaparanta pohjoinen - Oulu",
        "short": "IC 402",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HPA_OL_404_IC_10",
        "label": "IC 404",
        "long": "Haaparanta pohjoinen - Oulu",
        "short": "IC 404",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HPA_OL_404_S_10",
        "label": "S 404",
        "long": "Haaparanta pohjoinen - Oulu",
        "short": "S 404",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HPA_OL_406_IC_10",
        "label": "IC 406",
        "long": "Haaparanta pohjoinen - Oulu",
        "short": "IC 406",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HPA_OL_408_IC_10",
        "label": "IC 408",
        "long": "Haaparanta pohjoinen - Oulu",
        "short": "IC 408",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HVA_HKI_164_IC_10",
        "label": "IC 164",
        "long": "Harjavalta - Helsinki",
        "short": "IC 164",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HVA_TPE_460_IC_10",
        "label": "IC 460",
        "long": "Harjavalta - Tampere",
        "short": "IC 460",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HVA_TPE_466_S_10",
        "label": "S 466",
        "long": "Harjavalta - Tampere",
        "short": "S 466",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "HYT_KR_1980_MUS_9903",
        "label": "MUS 1980",
        "long": "Hyvink\u00e4\u00e4 tavara - Karjaa",
        "short": "MUS 1980",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "II_OL_1972_MUS_3163",
        "label": "MUS 1972",
        "long": "Ii - Oulu",
        "short": "MUS 1972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "II_OL_1974_MUS_3163",
        "label": "MUS 1974",
        "long": "Ii - Oulu",
        "short": "MUS 1974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "II_OL_1976_MUS_3163",
        "label": "MUS 1976",
        "long": "Ii - Oulu",
        "short": "MUS 1976",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ILM_YV_491_H_10",
        "label": "H 491",
        "long": "Iisalmi - Ylivieska",
        "short": "H 491",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ILM_YV_495_H_10",
        "label": "H 495",
        "long": "Iisalmi - Ylivieska",
        "short": "H 495",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "IMR_HKI_102_IC_10",
        "label": "IC 102",
        "long": "Imatra - Helsinki",
        "short": "IC 102",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "IMR_HKI_2_IC_10",
        "label": "IC 2",
        "long": "Imatra - Helsinki",
        "short": "IC 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "IMR_HKI_2_S_10",
        "label": "S 2",
        "long": "Imatra - Helsinki",
        "short": "S 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "IMR_HKI_4_S_10",
        "label": "S 4",
        "long": "Imatra - Helsinki",
        "short": "S 4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "IMR_JNS_1209_S_10",
        "label": "S 1209",
        "long": "Imatra - Joensuu",
        "short": "S 1209",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JK_RI_R_HL_10",
        "label": "R",
        "long": "Jokela - Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JK_RI_T_HL_10",
        "label": "T",
        "long": "Jokela - Riihim\u00e4ki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_104_IC_10",
        "label": "IC 104",
        "long": "Joensuu - Helsinki",
        "short": "IC 104",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_104_S_10",
        "label": "S 104",
        "long": "Joensuu - Helsinki",
        "short": "S 104",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_106_IC_10",
        "label": "IC 106",
        "long": "Joensuu - Helsinki",
        "short": "IC 106",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_106_S_10",
        "label": "S 106",
        "long": "Joensuu - Helsinki",
        "short": "S 106",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_10_IC_10",
        "label": "IC 10",
        "long": "Joensuu - Helsinki",
        "short": "IC 10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_114_IC_10",
        "label": "IC 114",
        "long": "Joensuu - Helsinki",
        "short": "IC 114",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_114_S_10",
        "label": "S 114",
        "long": "Joensuu - Helsinki",
        "short": "S 114",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_12_IC_10",
        "label": "IC 12",
        "long": "Joensuu - Helsinki",
        "short": "IC 12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_12_S_10",
        "label": "S 12",
        "long": "Joensuu - Helsinki",
        "short": "S 12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_4_IC_10",
        "label": "IC 4",
        "long": "Joensuu - Helsinki",
        "short": "IC 4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_4_S_10",
        "label": "S 4",
        "long": "Joensuu - Helsinki",
        "short": "S 4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_6_IC_10",
        "label": "IC 6",
        "long": "Joensuu - Helsinki",
        "short": "IC 6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_6_S_10",
        "label": "S 6",
        "long": "Joensuu - Helsinki",
        "short": "S 6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_HKI_8_IC_10",
        "label": "IC 8",
        "long": "Joensuu - Helsinki",
        "short": "IC 8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_IMR_1204_S_10",
        "label": "S 1204",
        "long": "Joensuu - Imatra",
        "short": "S 1204",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_LIS_761_HDM_10",
        "label": "HDM 761",
        "long": "Joensuu - Lieksa",
        "short": "HDM 761",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_NRM_761_HDM_10",
        "label": "HDM 761",
        "long": "Joensuu - Nurmes",
        "short": "HDM 761",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_NRM_763_HDM_10",
        "label": "HDM 763",
        "long": "Joensuu - Nurmes",
        "short": "HDM 763",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_PM_720_HDM_10",
        "label": "HDM 720",
        "long": "Joensuu - Pieks\u00e4m\u00e4ki",
        "short": "HDM 720",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JNS_PM_724_HDM_10",
        "label": "HDM 724",
        "long": "Joensuu - Pieks\u00e4m\u00e4ki",
        "short": "HDM 724",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JP_HKI_T_HL_10",
        "label": "T",
        "long": "J\u00e4rvenp\u00e4\u00e4 - Helsinki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_140_IC_10",
        "label": "IC 140",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 140",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_140_S_10",
        "label": "S 140",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "S 140",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_150_IC_10",
        "label": "IC 150",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 150",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_80_IC_10",
        "label": "IC 80",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_86_IC_10",
        "label": "IC 86",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 86",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_86_S_10",
        "label": "S 86",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "S 86",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_88_IC_10",
        "label": "IC 88",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 88",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_88_S_10",
        "label": "S 88",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "S 88",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_94_IC_10",
        "label": "IC 94",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "IC 94",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HKI_94_S_10",
        "label": "S 94",
        "long": "Jyv\u00e4skyl\u00e4 - Helsinki",
        "short": "S 94",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_140_S_10",
        "label": "S 140",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "S 140",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_150_IC_10",
        "label": "IC 150",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "IC 150",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_80_IC_10",
        "label": "IC 80",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "IC 80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_86_IC_10",
        "label": "IC 86",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "IC 86",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_88_S_10",
        "label": "S 88",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "S 88",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_HL_94_IC_10",
        "label": "IC 94",
        "long": "Jyv\u00e4skyl\u00e4 - H\u00e4meenlinna",
        "short": "IC 94",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_SK_481_HDM_10",
        "label": "HDM 481",
        "long": "Jyv\u00e4skyl\u00e4 - Sein\u00e4joki",
        "short": "HDM 481",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_SK_485_HDM_10",
        "label": "HDM 485",
        "long": "Jyv\u00e4skyl\u00e4 - Sein\u00e4joki",
        "short": "HDM 485",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_SUO_1953_MUS_3184",
        "label": "MUS 1953",
        "long": "Jyv\u00e4skyl\u00e4 - Suolahti",
        "short": "MUS 1953",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_SUO_1955_MUS_3184",
        "label": "MUS 1955",
        "long": "Jyv\u00e4skyl\u00e4 - Suolahti",
        "short": "MUS 1955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_TPE_154_IC_10",
        "label": "IC 154",
        "long": "Jyv\u00e4skyl\u00e4 - Tampere",
        "short": "IC 154",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_TPE_420_HDM_10",
        "label": "HDM 420",
        "long": "Jyv\u00e4skyl\u00e4 - Tampere",
        "short": "HDM 420",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_TPE_422_HDM_10",
        "label": "HDM 422",
        "long": "Jyv\u00e4skyl\u00e4 - Tampere",
        "short": "HDM 422",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_TPE_94_IC_10",
        "label": "IC 94",
        "long": "Jyv\u00e4skyl\u00e4 - Tampere",
        "short": "IC 94",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "JY_\u00c4KI_1955_MUS_3184",
        "label": "MUS 1955",
        "long": "Jyv\u00e4skyl\u00e4 - \u00c4\u00e4nekoski",
        "short": "MUS 1955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_62_IC_10",
        "label": "IC 62",
        "long": "Kajaani - Helsinki",
        "short": "IC 62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_62_S_10",
        "label": "S 62",
        "long": "Kajaani - Helsinki",
        "short": "S 62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_64_IC_10",
        "label": "IC 64",
        "long": "Kajaani - Helsinki",
        "short": "IC 64",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_64_S_10",
        "label": "S 64",
        "long": "Kajaani - Helsinki",
        "short": "S 64",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_66_IC_10",
        "label": "IC 66",
        "long": "Kajaani - Helsinki",
        "short": "IC 66",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_68_IC_10",
        "label": "IC 68",
        "long": "Kajaani - Helsinki",
        "short": "IC 68",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_HKI_70_IC_10",
        "label": "IC 70",
        "long": "Kajaani - Helsinki",
        "short": "IC 70",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KAJ_KUO_710_IC_10",
        "label": "IC 710",
        "long": "Kajaani - Kuopio",
        "short": "IC 710",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KEU_TPE_424_HDM_10",
        "label": "HDM 424",
        "long": "Keuruu - Tampere",
        "short": "HDM 424",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KEU_TPE_426_HDM_10",
        "label": "HDM 426",
        "long": "Keuruu - Tampere",
        "short": "HDM 426",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KEU_TPE_428_HDM_10",
        "label": "HDM 428",
        "long": "Keuruu - Tampere",
        "short": "HDM 428",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KE_HKI_K_HL_10",
        "label": "K",
        "long": "Kerava - Helsinki",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KE_HKI_K_HL_9995",
        "label": "K",
        "long": "Kerava - Helsinki",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KE_HKI_T_HL_10",
        "label": "T",
        "long": "Kerava - Helsinki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KE_OLK_K_HL_10",
        "label": "K",
        "long": "Kerava - Oulunkyl\u00e4",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KJ\u00c4_HKI_24_IC_10",
        "label": "IC 24",
        "long": "Kemij\u00e4rvi - Helsinki",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KJ\u00c4_HKI_274_PYO_10",
        "label": "PYO 274",
        "long": "Kemij\u00e4rvi - Helsinki",
        "short": "PYO 274",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KJ\u00c4_ROI_414_IC_10",
        "label": "IC 414",
        "long": "Kemij\u00e4rvi - Rovaniemi",
        "short": "IC 414",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKI_PRI_479_IC_10",
        "label": "IC 479",
        "long": "Kokem\u00e4ki - Pori",
        "short": "IC 479",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKI_VJO_361_IC_10",
        "label": "IC 361",
        "long": "Kokem\u00e4ki - Vuojoki",
        "short": "IC 361",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKI_VJO_363_IC_10",
        "label": "IC 363",
        "long": "Kokem\u00e4ki - Vuojoki",
        "short": "IC 363",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKI_VJO_367_IC_10",
        "label": "IC 367",
        "long": "Kokem\u00e4ki - Vuojoki",
        "short": "IC 367",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKI_VJO_371_IC_10",
        "label": "IC 371",
        "long": "Kokem\u00e4ki - Vuojoki",
        "short": "IC 371",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_HKI_L_HL_10",
        "label": "L",
        "long": "Kirkkonummi - Helsinki",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_HKI_L_HL_9995",
        "label": "L",
        "long": "Kirkkonummi - Helsinki",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_HKI_U_HL_10",
        "label": "U",
        "long": "Kirkkonummi - Helsinki",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_HKI_U_HL_9995",
        "label": "U",
        "long": "Kirkkonummi - Helsinki",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_HNK_H_HL_10",
        "label": "H",
        "long": "Kirkkonummi - Hanko",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_STI_Y_HL_9995",
        "label": "Y",
        "long": "Kirkkonummi - Siuntio",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_945_IC_10",
        "label": "IC 945",
        "long": "Kirkkonummi - Turku",
        "short": "IC 945",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_949_S_10",
        "label": "S 949",
        "long": "Kirkkonummi - Turku",
        "short": "S 949",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_951_IC_10",
        "label": "IC 951",
        "long": "Kirkkonummi - Turku",
        "short": "IC 951",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_951_S_10",
        "label": "S 951",
        "long": "Kirkkonummi - Turku",
        "short": "S 951",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_955_IC_10",
        "label": "IC 955",
        "long": "Kirkkonummi - Turku",
        "short": "IC 955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_957_S_10",
        "label": "S 957",
        "long": "Kirkkonummi - Turku",
        "short": "S 957",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_959_IC_10",
        "label": "IC 959",
        "long": "Kirkkonummi - Turku",
        "short": "IC 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_967_IC_10",
        "label": "IC 967",
        "long": "Kirkkonummi - Turku",
        "short": "IC 967",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_967_S_10",
        "label": "S 967",
        "long": "Kirkkonummi - Turku",
        "short": "S 967",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_971_S_10",
        "label": "S 971",
        "long": "Kirkkonummi - Turku",
        "short": "S 971",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_973_IC_10",
        "label": "IC 973",
        "long": "Kirkkonummi - Turku",
        "short": "IC 973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TKU_973_S_10",
        "label": "S 973",
        "long": "Kirkkonummi - Turku",
        "short": "S 973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_941_IC_10",
        "label": "IC 941",
        "long": "Kirkkonummi - Turku satama",
        "short": "IC 941",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_941_S_10",
        "label": "S 941",
        "long": "Kirkkonummi - Turku satama",
        "short": "S 941",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_959_S_10",
        "label": "S 959",
        "long": "Kirkkonummi - Turku satama",
        "short": "S 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_961_IC_10",
        "label": "IC 961",
        "long": "Kirkkonummi - Turku satama",
        "short": "IC 961",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_963_IC_10",
        "label": "IC 963",
        "long": "Kirkkonummi - Turku satama",
        "short": "IC 963",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KKN_TUS_963_S_10",
        "label": "S 963",
        "long": "Kirkkonummi - Turku satama",
        "short": "S 963",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KLH_HKI_E_HL_10",
        "label": "E",
        "long": "Kauklahti - Helsinki",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KLH_HKI_E_HL_9995",
        "label": "E",
        "long": "Kauklahti - Helsinki",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KLH_HKI_L_HL_10",
        "label": "L",
        "long": "Kauklahti - Helsinki",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KLI_HKI_262_PYO_10",
        "label": "PYO 262",
        "long": "Kolari - Helsinki",
        "short": "PYO 262",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KLI_HKI_276_PYO_10",
        "label": "PYO 276",
        "long": "Kolari - Helsinki",
        "short": "PYO 276",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KML_HKI_28_IC_10",
        "label": "IC 28",
        "long": "Kempele - Helsinki",
        "short": "IC 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KML_HKI_56_IC_10",
        "label": "IC 56",
        "long": "Kempele - Helsinki",
        "short": "IC 56",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KOK_HKI_20_S_10",
        "label": "S 20",
        "long": "Kokkola - Helsinki",
        "short": "S 20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KOK_HKI_36_S_10",
        "label": "S 36",
        "long": "Kokkola - Helsinki",
        "short": "S 36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KOK_VS_52_S_10",
        "label": "S 52",
        "long": "Kokkola - Vaasa",
        "short": "S 52",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_HNK_H_HL_10",
        "label": "H",
        "long": "Karjaa - Hanko",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_HYT_1983_MUS_9903",
        "label": "MUS 1983",
        "long": "Karjaa - Hyvink\u00e4\u00e4 tavara",
        "short": "MUS 1983",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_NM_1981_MUS_9903",
        "label": "MUS 1981",
        "long": "Karjaa - Nummela",
        "short": "MUS 1981",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_943_IC_10",
        "label": "IC 943",
        "long": "Karjaa - Turku",
        "short": "IC 943",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_945_IC_10",
        "label": "IC 945",
        "long": "Karjaa - Turku",
        "short": "IC 945",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_949_IC_10",
        "label": "IC 949",
        "long": "Karjaa - Turku",
        "short": "IC 949",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_955_IC_10",
        "label": "IC 955",
        "long": "Karjaa - Turku",
        "short": "IC 955",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_959_IC_10",
        "label": "IC 959",
        "long": "Karjaa - Turku",
        "short": "IC 959",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TKU_967_IC_10",
        "label": "IC 967",
        "long": "Karjaa - Turku",
        "short": "IC 967",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KR_TUS_963_IC_10",
        "label": "IC 963",
        "long": "Karjaa - Turku satama",
        "short": "IC 963",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KTS_KV_O_HL_10",
        "label": "O",
        "long": "Kotkan satama - Kouvola",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KTS_LH_O_HL_10",
        "label": "O",
        "long": "Kotkan satama - Lahti",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KT\u00d6_HKI_P_HL_10",
        "label": "P",
        "long": "Kivist\u00f6 - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_142_IC_10",
        "label": "IC 142",
        "long": "Kuopio - Helsinki",
        "short": "IC 142",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_158_S_10",
        "label": "S 158",
        "long": "Kuopio - Helsinki",
        "short": "S 158",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_62_IC_10",
        "label": "IC 62",
        "long": "Kuopio - Helsinki",
        "short": "IC 62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_64_IC_10",
        "label": "IC 64",
        "long": "Kuopio - Helsinki",
        "short": "IC 64",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_72_IC_10",
        "label": "IC 72",
        "long": "Kuopio - Helsinki",
        "short": "IC 72",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_72_S_10",
        "label": "S 72",
        "long": "Kuopio - Helsinki",
        "short": "S 72",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_74_IC_10",
        "label": "IC 74",
        "long": "Kuopio - Helsinki",
        "short": "IC 74",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HKI_74_S_10",
        "label": "S 74",
        "long": "Kuopio - Helsinki",
        "short": "S 74",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_HL_142_IC_10",
        "label": "IC 142",
        "long": "Kuopio - H\u00e4meenlinna",
        "short": "IC 142",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_JY_1952_MUS_3184",
        "label": "MUS 1952",
        "long": "Kuopio - Jyv\u00e4skyl\u00e4",
        "short": "MUS 1952",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_KAJ_711_IC_10",
        "label": "IC 711",
        "long": "Kuopio - Kajaani",
        "short": "IC 711",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_OL_711_IC_10",
        "label": "IC 711",
        "long": "Kuopio - Oulu",
        "short": "IC 711",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KUO_TPE_152_S_10",
        "label": "S 152",
        "long": "Kuopio - Tampere",
        "short": "S 152",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_10_S_10",
        "label": "S 10",
        "long": "Kouvola - Helsinki",
        "short": "S 10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_114_S_10",
        "label": "S 114",
        "long": "Kouvola - Helsinki",
        "short": "S 114",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_12_S_10",
        "label": "S 12",
        "long": "Kouvola - Helsinki",
        "short": "S 12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_2_S_10",
        "label": "S 2",
        "long": "Kouvola - Helsinki",
        "short": "S 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_4_S_10",
        "label": "S 4",
        "long": "Kouvola - Helsinki",
        "short": "S 4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_8_IC_10",
        "label": "IC 8",
        "long": "Kouvola - Helsinki",
        "short": "IC 8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_HKI_Z_HL_10",
        "label": "Z",
        "long": "Kouvola - Helsinki",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_KAJ_69_S_10",
        "label": "S 69",
        "long": "Kouvola - Kajaani",
        "short": "S 69",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_KTS_O_HL_10",
        "label": "O",
        "long": "Kouvola - Kotkan satama",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_LH_O_HL_10",
        "label": "O",
        "long": "Kouvola - Lahti",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "KV_LR_105_IC_10",
        "label": "IC 105",
        "long": "Kouvola - Lappeenranta",
        "short": "IC 105",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LH_HKI_1912_MUS_3204",
        "label": "MUS 1912",
        "long": "Lahti - Helsinki",
        "short": "MUS 1912",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LH_HKI_Z_HL_10",
        "label": "Z",
        "long": "Lahti - Helsinki",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LH_KTS_O_HL_10",
        "label": "O",
        "long": "Lahti - Kotkan satama",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LH_KV_O_HL_10",
        "label": "O",
        "long": "Lahti - Kouvola",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LH_RI_G_HL_10",
        "label": "G",
        "long": "Lahti - Riihim\u00e4ki",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LIS_JNS_762_HDM_10",
        "label": "HDM 762",
        "long": "Lieksa - Joensuu",
        "short": "HDM 762",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LKA_OL_1971_MUS_3163",
        "label": "MUS 1971",
        "long": "Liminka - Oulu",
        "short": "MUS 1971",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LKA_OL_1973_MUS_3163",
        "label": "MUS 1973",
        "long": "Liminka - Oulu",
        "short": "MUS 1973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LKA_OL_1975_MUS_3163",
        "label": "MUS 1975",
        "long": "Liminka - Oulu",
        "short": "MUS 1975",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LN\u00c4_HKI_I_HL_10",
        "label": "I",
        "long": "Leinel\u00e4 - Helsinki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LPV_HKI_A_HL_10",
        "label": "A",
        "long": "Lepp\u00e4vaara - Helsinki",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LPV_HKI_A_HL_9995",
        "label": "A",
        "long": "Lepp\u00e4vaara - Helsinki",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_102_IC_10",
        "label": "IC 102",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 102",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_102_S_10",
        "label": "S 102",
        "long": "Lappeenranta - Helsinki",
        "short": "S 102",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_104_IC_10",
        "label": "IC 104",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 104",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_106_S_10",
        "label": "S 106",
        "long": "Lappeenranta - Helsinki",
        "short": "S 106",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_10_IC_10",
        "label": "IC 10",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_114_IC_10",
        "label": "IC 114",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 114",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_114_S_10",
        "label": "S 114",
        "long": "Lappeenranta - Helsinki",
        "short": "S 114",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_12_IC_10",
        "label": "IC 12",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_2_IC_10",
        "label": "IC 2",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_2_S_10",
        "label": "S 2",
        "long": "Lappeenranta - Helsinki",
        "short": "S 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_4_IC_10",
        "label": "IC 4",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_6_IC_10",
        "label": "IC 6",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_6_S_10",
        "label": "S 6",
        "long": "Lappeenranta - Helsinki",
        "short": "S 6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LR_HKI_8_IC_10",
        "label": "IC 8",
        "long": "Lappeenranta - Helsinki",
        "short": "IC 8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "LVS_HA_1914_MUS_3204",
        "label": "MUS 1914",
        "long": "Loviisan satama - Heinola",
        "short": "MUS 1914",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "MLO_HKI_I_HL_10",
        "label": "I",
        "long": "Malminkartano - Helsinki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "MRL_HKI_I_HL_10",
        "label": "I",
        "long": "Martinlaakso - Helsinki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "MRL_HKI_P_HL_10",
        "label": "P",
        "long": "Martinlaakso - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "MYR_HKI_P_HL_10",
        "label": "P",
        "long": "Myyrm\u00e4ki - Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NM_KR_1982_MUS_9903",
        "label": "MUS 1982",
        "long": "Nummela - Karjaa",
        "short": "MUS 1982",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_PRI_473_IC_10",
        "label": "IC 473",
        "long": "Nokia - Pori",
        "short": "IC 473",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_RI_R_HL_10",
        "label": "R",
        "long": "Nokia - Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_TL_M_HL_10",
        "label": "M",
        "long": "Nokia - Toijala",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_TPE_1922_MUS_3191",
        "label": "MUS 1922",
        "long": "Nokia - Tampere",
        "short": "MUS 1922",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_TPE_1924_MUS_3191",
        "label": "MUS 1924",
        "long": "Nokia - Tampere",
        "short": "MUS 1924",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_TPE_M_HL_10",
        "label": "M",
        "long": "Nokia - Tampere",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NOA_TPE_R_HL_10",
        "label": "R",
        "long": "Nokia - Tampere",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NRM_JNS_760_HDM_10",
        "label": "HDM 760",
        "long": "Nurmes - Joensuu",
        "short": "HDM 760",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "NRM_JNS_762_HDM_10",
        "label": "HDM 762",
        "long": "Nurmes - Joensuu",
        "short": "HDM 762",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OLK_KE_K_HL_10",
        "label": "K",
        "long": "Oulunkyl\u00e4 - Kerava",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OLK_RI_T_HL_10",
        "label": "T",
        "long": "Oulunkyl\u00e4 - Riihim\u00e4ki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_20_IC_10",
        "label": "IC 20",
        "long": "Oulu - Helsinki",
        "short": "IC 20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_22_IC_10",
        "label": "IC 22",
        "long": "Oulu - Helsinki",
        "short": "IC 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_24_IC_10",
        "label": "IC 24",
        "long": "Oulu - Helsinki",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_26_IC_10",
        "label": "IC 26",
        "long": "Oulu - Helsinki",
        "short": "IC 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_26_S_10",
        "label": "S 26",
        "long": "Oulu - Helsinki",
        "short": "S 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_28_IC_10",
        "label": "IC 28",
        "long": "Oulu - Helsinki",
        "short": "IC 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_28_S_10",
        "label": "S 28",
        "long": "Oulu - Helsinki",
        "short": "S 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_30_S_10",
        "label": "S 30",
        "long": "Oulu - Helsinki",
        "short": "S 30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_32_S_10",
        "label": "S 32",
        "long": "Oulu - Helsinki",
        "short": "S 32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_34_IC_10",
        "label": "IC 34",
        "long": "Oulu - Helsinki",
        "short": "IC 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_36_IC_10",
        "label": "IC 36",
        "long": "Oulu - Helsinki",
        "short": "IC 36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_38_IC_10",
        "label": "IC 38",
        "long": "Oulu - Helsinki",
        "short": "IC 38",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_50_IC_10",
        "label": "IC 50",
        "long": "Oulu - Helsinki",
        "short": "IC 50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_56_IC_10",
        "label": "IC 56",
        "long": "Oulu - Helsinki",
        "short": "IC 56",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_56_S_10",
        "label": "S 56",
        "long": "Oulu - Helsinki",
        "short": "S 56",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_66_IC_10",
        "label": "IC 66",
        "long": "Oulu - Helsinki",
        "short": "IC 66",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_68_IC_10",
        "label": "IC 68",
        "long": "Oulu - Helsinki",
        "short": "IC 68",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HKI_70_IC_10",
        "label": "IC 70",
        "long": "Oulu - Helsinki",
        "short": "IC 70",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_20_IC_10",
        "label": "IC 20",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_22_IC_10",
        "label": "IC 22",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_24_IC_10",
        "label": "IC 24",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_26_IC_10",
        "label": "IC 26",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_28_IC_10",
        "label": "IC 28",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_34_IC_10",
        "label": "IC 34",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_36_IC_10",
        "label": "IC 36",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_38_IC_10",
        "label": "IC 38",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "IC 38",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HL_56_S_10",
        "label": "S 56",
        "long": "Oulu - H\u00e4meenlinna",
        "short": "S 56",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HPA_401_IC_10",
        "label": "IC 401",
        "long": "Oulu - Haaparanta pohjoinen",
        "short": "IC 401",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HPA_403_IC_10",
        "label": "IC 403",
        "long": "Oulu - Haaparanta pohjoinen",
        "short": "IC 403",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HPA_403_S_10",
        "label": "S 403",
        "long": "Oulu - Haaparanta pohjoinen",
        "short": "S 403",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HPA_405_IC_10",
        "label": "IC 405",
        "long": "Oulu - Haaparanta pohjoinen",
        "short": "IC 405",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_HPA_407_IC_10",
        "label": "IC 407",
        "long": "Oulu - Haaparanta pohjoinen",
        "short": "IC 407",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_II_1971_MUS_3163",
        "label": "MUS 1971",
        "long": "Oulu - Ii",
        "short": "MUS 1971",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_II_1973_MUS_3163",
        "label": "MUS 1973",
        "long": "Oulu - Ii",
        "short": "MUS 1973",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_II_1975_MUS_3163",
        "label": "MUS 1975",
        "long": "Oulu - Ii",
        "short": "MUS 1975",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_KUO_710_IC_10",
        "label": "IC 710",
        "long": "Oulu - Kuopio",
        "short": "IC 710",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_LKA_1970_MUS_3163",
        "label": "MUS 1970",
        "long": "Oulu - Liminka",
        "short": "MUS 1970",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_LKA_1972_MUS_3163",
        "label": "MUS 1972",
        "long": "Oulu - Liminka",
        "short": "MUS 1972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_LKA_1974_MUS_3163",
        "label": "MUS 1974",
        "long": "Oulu - Liminka",
        "short": "MUS 1974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_PKO_828_S_10",
        "label": "S 828",
        "long": "Oulu - Parkano",
        "short": "S 828",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_PKO_834_IC_10",
        "label": "IC 834",
        "long": "Oulu - Parkano",
        "short": "IC 834",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_PKO_836_IC_10",
        "label": "IC 836",
        "long": "Oulu - Parkano",
        "short": "IC 836",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_PKO_856_IC_10",
        "label": "IC 856",
        "long": "Oulu - Parkano",
        "short": "IC 856",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_ROI_823_IC_10",
        "label": "IC 823",
        "long": "Oulu - Rovaniemi",
        "short": "IC 823",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_SK_450_S_10",
        "label": "S 450",
        "long": "Oulu - Sein\u00e4joki",
        "short": "S 450",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_SK_822_IC_10",
        "label": "IC 822",
        "long": "Oulu - Sein\u00e4joki",
        "short": "IC 822",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL_SK_838_IC_10",
        "label": "IC 838",
        "long": "Oulu - Sein\u00e4joki",
        "short": "IC 838",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OT_HAU_1951_MUS_3184",
        "label": "MUS 1951",
        "long": "Otava - Haukivuori",
        "short": "MUS 1951",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "OT_JY_1953_MUS_3184",
        "label": "MUS 1953",
        "long": "Otava - Jyv\u00e4skyl\u00e4",
        "short": "MUS 1953",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_741_HDM_10",
        "label": "HDM 741",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 741",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_743_HDM_10",
        "label": "HDM 743",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 743",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_745_HDM_10",
        "label": "HDM 745",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 745",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_747_HDM_10",
        "label": "HDM 747",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 747",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_749_HDM_10",
        "label": "HDM 749",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 749",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PAR_SL_751_HDM_10",
        "label": "HDM 751",
        "long": "Parikkala - Savonlinna",
        "short": "HDM 751",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_HKI_46_IC_10",
        "label": "IC 46",
        "long": "Parkano - Helsinki",
        "short": "IC 46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_HKI_48_S_10",
        "label": "S 48",
        "long": "Parkano - Helsinki",
        "short": "S 48",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_KOK_859_S_10",
        "label": "S 859",
        "long": "Parkano - Kokkola",
        "short": "S 859",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_OL_829_IC_10",
        "label": "IC 829",
        "long": "Parkano - Oulu",
        "short": "IC 829",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_OL_833_S_10",
        "label": "S 833",
        "long": "Parkano - Oulu",
        "short": "S 833",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_VS_845_IC_10",
        "label": "IC 845",
        "long": "Parkano - Vaasa",
        "short": "IC 845",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_VS_849_IC_10",
        "label": "IC 849",
        "long": "Parkano - Vaasa",
        "short": "IC 849",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PKO_VS_853_S_10",
        "label": "S 853",
        "long": "Parkano - Vaasa",
        "short": "S 853",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_144_IC_10",
        "label": "IC 144",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "IC 144",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_146_IC_10",
        "label": "IC 146",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "IC 146",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_146_S_10",
        "label": "S 146",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "S 146",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_148_IC_10",
        "label": "IC 148",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "IC 148",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_148_S_10",
        "label": "S 148",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "S 148",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HKI_180_IC_10",
        "label": "IC 180",
        "long": "Pieks\u00e4m\u00e4ki - Helsinki",
        "short": "IC 180",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HL_144_S_10",
        "label": "S 144",
        "long": "Pieks\u00e4m\u00e4ki - H\u00e4meenlinna",
        "short": "S 144",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_HL_146_IC_10",
        "label": "IC 146",
        "long": "Pieks\u00e4m\u00e4ki - H\u00e4meenlinna",
        "short": "IC 146",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_JNS_723_HDM_10",
        "label": "HDM 723",
        "long": "Pieks\u00e4m\u00e4ki - Joensuu",
        "short": "HDM 723",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_JNS_725_HDM_10",
        "label": "HDM 725",
        "long": "Pieks\u00e4m\u00e4ki - Joensuu",
        "short": "HDM 725",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_JNS_727_HDM_10",
        "label": "HDM 727",
        "long": "Pieks\u00e4m\u00e4ki - Joensuu",
        "short": "HDM 727",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_JNS_729_HDM_10",
        "label": "HDM 729",
        "long": "Pieks\u00e4m\u00e4ki - Joensuu",
        "short": "HDM 729",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PM_TPE_148_IC_10",
        "label": "IC 148",
        "long": "Pieks\u00e4m\u00e4ki - Tampere",
        "short": "IC 148",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PN\u00c4_VS_52_S_10",
        "label": "S 52",
        "long": "P\u00e4nn\u00e4inen - Vaasa",
        "short": "S 52",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_HKI_164_IC_10",
        "label": "IC 164",
        "long": "Pori - Helsinki",
        "short": "IC 164",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_HKI_178_S_10",
        "label": "S 178",
        "long": "Pori - Helsinki",
        "short": "S 178",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_HKI_186_IC_10",
        "label": "IC 186",
        "long": "Pori - Helsinki",
        "short": "IC 186",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_KKI_478_IC_10",
        "label": "IC 478",
        "long": "Pori - Kokem\u00e4ki",
        "short": "IC 478",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_NOA_472_IC_10",
        "label": "IC 472",
        "long": "Pori - Nokia",
        "short": "IC 472",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_460_IC_10",
        "label": "IC 460",
        "long": "Pori - Tampere",
        "short": "IC 460",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_462_IC_10",
        "label": "IC 462",
        "long": "Pori - Tampere",
        "short": "IC 462",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_464_IC_10",
        "label": "IC 464",
        "long": "Pori - Tampere",
        "short": "IC 464",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_466_IC_10",
        "label": "IC 466",
        "long": "Pori - Tampere",
        "short": "IC 466",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_466_S_10",
        "label": "S 466",
        "long": "Pori - Tampere",
        "short": "S 466",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_468_IC_10",
        "label": "IC 468",
        "long": "Pori - Tampere",
        "short": "IC 468",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_470_IC_10",
        "label": "IC 470",
        "long": "Pori - Tampere",
        "short": "IC 470",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_472_IC_10",
        "label": "IC 472",
        "long": "Pori - Tampere",
        "short": "IC 472",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_474_IC_10",
        "label": "IC 474",
        "long": "Pori - Tampere",
        "short": "IC 474",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_474_S_10",
        "label": "S 474",
        "long": "Pori - Tampere",
        "short": "S 474",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "PRI_TPE_476_IC_10",
        "label": "IC 476",
        "long": "Pori - Tampere",
        "short": "IC 476",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_202_IC_10",
        "label": "IC 202",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 202",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_204_IC_10",
        "label": "IC 204",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 204",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_206_IC_10",
        "label": "IC 206",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 206",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_208_IC_10",
        "label": "IC 208",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 208",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_210_IC_10",
        "label": "IC 210",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 210",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_212_IC_10",
        "label": "IC 212",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 212",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_214_IC_10",
        "label": "IC 214",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 214",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_216_IC_10",
        "label": "IC 216",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 216",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_218_IC_10",
        "label": "IC 218",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 218",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_220_IC_10",
        "label": "IC 220",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 220",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_222_IC_10",
        "label": "IC 222",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 222",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_224_IC_10",
        "label": "IC 224",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 224",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_226_IC_10",
        "label": "IC 226",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 226",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_228_IC_10",
        "label": "IC 228",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 228",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_230_IC_10",
        "label": "IC 230",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 230",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_232_IC_10",
        "label": "IC 232",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 232",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_234_IC_10",
        "label": "IC 234",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 234",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_236_IC_10",
        "label": "IC 236",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 236",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_238_IC_10",
        "label": "IC 238",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "IC 238",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_D_HL_10",
        "label": "D",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_R_HL_10",
        "label": "R",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HKI_T_HL_10",
        "label": "T",
        "long": "Riihim\u00e4ki - Helsinki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_HL_R_HL_10",
        "label": "R",
        "long": "Riihim\u00e4ki - H\u00e4meenlinna",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_JK_T_HL_10",
        "label": "T",
        "long": "Riihim\u00e4ki - Jokela",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_LH_G_HL_10",
        "label": "G",
        "long": "Riihim\u00e4ki - Lahti",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_NOA_R_HL_10",
        "label": "R",
        "long": "Riihim\u00e4ki - Nokia",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_OLK_T_HL_10",
        "label": "T",
        "long": "Riihim\u00e4ki - Oulunkyl\u00e4",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RI_TPE_R_HL_10",
        "label": "R",
        "long": "Riihim\u00e4ki - Tampere",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "RMI_YLK_1952_MUS_3184",
        "label": "MUS 1952",
        "long": "Rantasalmi - Yl\u00e4koski",
        "short": "MUS 1952",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_22_IC_10",
        "label": "IC 22",
        "long": "Rovaniemi - Helsinki",
        "short": "IC 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_24_IC_10",
        "label": "IC 24",
        "long": "Rovaniemi - Helsinki",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_264_PYO_10",
        "label": "PYO 264",
        "long": "Rovaniemi - Helsinki",
        "short": "PYO 264",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_266_PYO_10",
        "label": "PYO 266",
        "long": "Rovaniemi - Helsinki",
        "short": "PYO 266",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_26_IC_10",
        "label": "IC 26",
        "long": "Rovaniemi - Helsinki",
        "short": "IC 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_28_IC_10",
        "label": "IC 28",
        "long": "Rovaniemi - Helsinki",
        "short": "IC 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_28_S_10",
        "label": "S 28",
        "long": "Rovaniemi - Helsinki",
        "short": "S 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_HKI_34_IC_10",
        "label": "IC 34",
        "long": "Rovaniemi - Helsinki",
        "short": "IC 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_KJ\u00c4_417_IC_10",
        "label": "IC 417",
        "long": "Rovaniemi - Kemij\u00e4rvi",
        "short": "IC 417",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_OL_824_IC_10",
        "label": "IC 824",
        "long": "Rovaniemi - Oulu",
        "short": "IC 824",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_OL_834_IC_10",
        "label": "IC 834",
        "long": "Rovaniemi - Oulu",
        "short": "IC 834",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ROI_SK_822_IC_10",
        "label": "IC 822",
        "long": "Rovaniemi - Sein\u00e4joki",
        "short": "IC 822",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_ALV_484_HDM_10",
        "label": "HDM 484",
        "long": "Sein\u00e4joki - Alavus",
        "short": "HDM 484",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_JY_482_HDM_10",
        "label": "HDM 482",
        "long": "Sein\u00e4joki - Jyv\u00e4skyl\u00e4",
        "short": "HDM 482",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_JY_486_HDM_10",
        "label": "HDM 486",
        "long": "Sein\u00e4joki - Jyv\u00e4skyl\u00e4",
        "short": "HDM 486",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_KOK_59_S_10",
        "label": "S 59",
        "long": "Sein\u00e4joki - Kokkola",
        "short": "S 59",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_OL_823_IC_10",
        "label": "IC 823",
        "long": "Sein\u00e4joki - Oulu",
        "short": "IC 823",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_OL_833_IC_10",
        "label": "IC 833",
        "long": "Sein\u00e4joki - Oulu",
        "short": "IC 833",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_ROI_823_IC_10",
        "label": "IC 823",
        "long": "Sein\u00e4joki - Rovaniemi",
        "short": "IC 823",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_441_IC_10",
        "label": "IC 441",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "IC 441",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_445_S_10",
        "label": "S 445",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "S 445",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_447_S_10",
        "label": "S 447",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "S 447",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_55_S_10",
        "label": "S 55",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "S 55",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_843_IC_10",
        "label": "IC 843",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "IC 843",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_VS_845_S_10",
        "label": "S 845",
        "long": "Sein\u00e4joki - Vaasa",
        "short": "S 845",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SK_\u00c4HT_480_HDM_10",
        "label": "HDM 480",
        "long": "Sein\u00e4joki - \u00c4ht\u00e4ri",
        "short": "HDM 480",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_740_HDM_10",
        "label": "HDM 740",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 740",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_742_HDM_10",
        "label": "HDM 742",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 742",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_744_HDM_10",
        "label": "HDM 744",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 744",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_746_HDM_10",
        "label": "HDM 746",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 746",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_748_HDM_10",
        "label": "HDM 748",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 748",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SL_PAR_750_HDM_10",
        "label": "HDM 750",
        "long": "Savonlinna - Parikkala",
        "short": "HDM 750",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "STI_HKI_U_HL_9995",
        "label": "U",
        "long": "Siuntio - Helsinki",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "STI_HKI_Y_HL_10",
        "label": "Y",
        "long": "Siuntio - Helsinki",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "STI_HKI_Y_HL_9995",
        "label": "Y",
        "long": "Siuntio - Helsinki",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "STI_KKN_Y_HL_9995",
        "label": "Y",
        "long": "Siuntio - Kirkkonummi",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SUO_KUO_1950_MUS_3184",
        "label": "MUS 1950",
        "long": "Suolahti - Kuopio",
        "short": "MUS 1950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SUO_OT_1950_MUS_3184",
        "label": "MUS 1950",
        "long": "Suolahti - Otava",
        "short": "MUS 1950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SUO_\u00c4KI_1951_MUS_3184",
        "label": "MUS 1951",
        "long": "Suolahti - \u00c4\u00e4nekoski",
        "short": "MUS 1951",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_942_IC_10",
        "label": "IC 942",
        "long": "Turku - Helsinki",
        "short": "IC 942",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_944_IC_10",
        "label": "IC 944",
        "long": "Turku - Helsinki",
        "short": "IC 944",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_944_S_10",
        "label": "S 944",
        "long": "Turku - Helsinki",
        "short": "S 944",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_946_IC_10",
        "label": "IC 946",
        "long": "Turku - Helsinki",
        "short": "IC 946",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_946_S_10",
        "label": "S 946",
        "long": "Turku - Helsinki",
        "short": "S 946",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_948_IC_10",
        "label": "IC 948",
        "long": "Turku - Helsinki",
        "short": "IC 948",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_950_IC_10",
        "label": "IC 950",
        "long": "Turku - Helsinki",
        "short": "IC 950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_954_IC_10",
        "label": "IC 954",
        "long": "Turku - Helsinki",
        "short": "IC 954",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_954_S_10",
        "label": "S 954",
        "long": "Turku - Helsinki",
        "short": "S 954",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_956_IC_10",
        "label": "IC 956",
        "long": "Turku - Helsinki",
        "short": "IC 956",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_956_S_10",
        "label": "S 956",
        "long": "Turku - Helsinki",
        "short": "S 956",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_958_IC_10",
        "label": "IC 958",
        "long": "Turku - Helsinki",
        "short": "IC 958",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_958_S_10",
        "label": "S 958",
        "long": "Turku - Helsinki",
        "short": "S 958",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_960_IC_10",
        "label": "IC 960",
        "long": "Turku - Helsinki",
        "short": "IC 960",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_962_IC_10",
        "label": "IC 962",
        "long": "Turku - Helsinki",
        "short": "IC 962",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_964_IC_10",
        "label": "IC 964",
        "long": "Turku - Helsinki",
        "short": "IC 964",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_964_S_10",
        "label": "S 964",
        "long": "Turku - Helsinki",
        "short": "S 964",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_966_IC_10",
        "label": "IC 966",
        "long": "Turku - Helsinki",
        "short": "IC 966",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_966_S_10",
        "label": "S 966",
        "long": "Turku - Helsinki",
        "short": "S 966",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_968_IC_10",
        "label": "IC 968",
        "long": "Turku - Helsinki",
        "short": "IC 968",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_968_S_10",
        "label": "S 968",
        "long": "Turku - Helsinki",
        "short": "S 968",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_HKI_972_IC_10",
        "label": "IC 972",
        "long": "Turku - Helsinki",
        "short": "IC 972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_944_IC_10",
        "label": "IC 944",
        "long": "Turku - Kirkkonummi",
        "short": "IC 944",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_950_IC_10",
        "label": "IC 950",
        "long": "Turku - Kirkkonummi",
        "short": "IC 950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_950_S_10",
        "label": "S 950",
        "long": "Turku - Kirkkonummi",
        "short": "S 950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_954_IC_10",
        "label": "IC 954",
        "long": "Turku - Kirkkonummi",
        "short": "IC 954",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_956_S_10",
        "label": "S 956",
        "long": "Turku - Kirkkonummi",
        "short": "S 956",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_958_IC_10",
        "label": "IC 958",
        "long": "Turku - Kirkkonummi",
        "short": "IC 958",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_958_S_10",
        "label": "S 958",
        "long": "Turku - Kirkkonummi",
        "short": "S 958",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_960_IC_10",
        "label": "IC 960",
        "long": "Turku - Kirkkonummi",
        "short": "IC 960",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_962_IC_10",
        "label": "IC 962",
        "long": "Turku - Kirkkonummi",
        "short": "IC 962",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_962_S_10",
        "label": "S 962",
        "long": "Turku - Kirkkonummi",
        "short": "S 962",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_964_IC_10",
        "label": "IC 964",
        "long": "Turku - Kirkkonummi",
        "short": "IC 964",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_966_S_10",
        "label": "S 966",
        "long": "Turku - Kirkkonummi",
        "short": "S 966",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KKN_968_IC_10",
        "label": "IC 968",
        "long": "Turku - Kirkkonummi",
        "short": "IC 968",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KR_944_IC_10",
        "label": "IC 944",
        "long": "Turku - Karjaa",
        "short": "IC 944",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KR_952_IC_10",
        "label": "IC 952",
        "long": "Turku - Karjaa",
        "short": "IC 952",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KR_958_IC_10",
        "label": "IC 958",
        "long": "Turku - Karjaa",
        "short": "IC 958",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KR_962_IC_10",
        "label": "IC 962",
        "long": "Turku - Karjaa",
        "short": "IC 962",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KR_966_IC_10",
        "label": "IC 966",
        "long": "Turku - Karjaa",
        "short": "IC 966",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_KUO_915_S_10",
        "label": "S 915",
        "long": "Turku - Kuopio",
        "short": "S 915",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_OL_913_S_10",
        "label": "S 913",
        "long": "Turku - Oulu",
        "short": "S 913",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_905_IC_10",
        "label": "IC 905",
        "long": "Turku - Tampere",
        "short": "IC 905",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_909_IC_10",
        "label": "IC 909",
        "long": "Turku - Tampere",
        "short": "IC 909",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_915_IC_10",
        "label": "IC 915",
        "long": "Turku - Tampere",
        "short": "IC 915",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_917_IC_10",
        "label": "IC 917",
        "long": "Turku - Tampere",
        "short": "IC 917",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_919_IC_10",
        "label": "IC 919",
        "long": "Turku - Tampere",
        "short": "IC 919",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_923_IC_10",
        "label": "IC 923",
        "long": "Turku - Tampere",
        "short": "IC 923",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_927_IC_10",
        "label": "IC 927",
        "long": "Turku - Tampere",
        "short": "IC 927",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_931_IC_10",
        "label": "IC 931",
        "long": "Turku - Tampere",
        "short": "IC 931",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TKU_TPE_933_PYO_10",
        "label": "PYO 933",
        "long": "Turku - Tampere",
        "short": "PYO 933",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TL_NOA_M_HL_10",
        "label": "M",
        "long": "Toijala - Nokia",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TL_TPE_M_HL_10",
        "label": "M",
        "long": "Toijala - Tampere",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_140_IC_10",
        "label": "IC 140",
        "long": "Tampere - Helsinki",
        "short": "IC 140",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_160_IC_10",
        "label": "IC 160",
        "long": "Tampere - Helsinki",
        "short": "IC 160",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_160_S_10",
        "label": "S 160",
        "long": "Tampere - Helsinki",
        "short": "S 160",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_162_IC_10",
        "label": "IC 162",
        "long": "Tampere - Helsinki",
        "short": "IC 162",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_166_IC_10",
        "label": "IC 166",
        "long": "Tampere - Helsinki",
        "short": "IC 166",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_166_S_10",
        "label": "S 166",
        "long": "Tampere - Helsinki",
        "short": "S 166",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_168_IC_10",
        "label": "IC 168",
        "long": "Tampere - Helsinki",
        "short": "IC 168",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_178_IC_10",
        "label": "IC 178",
        "long": "Tampere - Helsinki",
        "short": "IC 178",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_180_IC_10",
        "label": "IC 180",
        "long": "Tampere - Helsinki",
        "short": "IC 180",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_184_IC_10",
        "label": "IC 184",
        "long": "Tampere - Helsinki",
        "short": "IC 184",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_188_IC_10",
        "label": "IC 188",
        "long": "Tampere - Helsinki",
        "short": "IC 188",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_22_IC_10",
        "label": "IC 22",
        "long": "Tampere - Helsinki",
        "short": "IC 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_36_IC_10",
        "label": "IC 36",
        "long": "Tampere - Helsinki",
        "short": "IC 36",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_38_IC_10",
        "label": "IC 38",
        "long": "Tampere - Helsinki",
        "short": "IC 38",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_54_S_10",
        "label": "S 54",
        "long": "Tampere - Helsinki",
        "short": "S 54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_634_IC_10",
        "label": "IC 634",
        "long": "Tampere - Helsinki",
        "short": "IC 634",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_638_IC_10",
        "label": "IC 638",
        "long": "Tampere - Helsinki",
        "short": "IC 638",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_80_IC_10",
        "label": "IC 80",
        "long": "Tampere - Helsinki",
        "short": "IC 80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HKI_R_HL_10",
        "label": "R",
        "long": "Tampere - Helsinki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_160_IC_10",
        "label": "IC 160",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "IC 160",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_162_S_10",
        "label": "S 162",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "S 162",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_166_IC_10",
        "label": "IC 166",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "IC 166",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_178_S_10",
        "label": "S 178",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "S 178",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_28_IC_10",
        "label": "IC 28",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "IC 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HL_56_IC_10",
        "label": "IC 56",
        "long": "Tampere - H\u00e4meenlinna",
        "short": "IC 56",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HVA_475_IC_10",
        "label": "IC 475",
        "long": "Tampere - Harjavalta",
        "short": "IC 475",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_HVA_475_S_10",
        "label": "S 475",
        "long": "Tampere - Harjavalta",
        "short": "S 475",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_JY_1429_HDM_10",
        "label": "HDM 1429",
        "long": "Tampere - Jyv\u00e4skyl\u00e4",
        "short": "HDM 1429",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_JY_153_IC_10",
        "label": "IC 153",
        "long": "Tampere - Jyv\u00e4skyl\u00e4",
        "short": "IC 153",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_JY_429_HDM_10",
        "label": "HDM 429",
        "long": "Tampere - Jyv\u00e4skyl\u00e4",
        "short": "HDM 429",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_JY_81_IC_10",
        "label": "IC 81",
        "long": "Tampere - Jyv\u00e4skyl\u00e4",
        "short": "IC 81",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_KEU_421_HDM_10",
        "label": "HDM 421",
        "long": "Tampere - Keuruu",
        "short": "HDM 421",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_KEU_423_HDM_10",
        "label": "HDM 423",
        "long": "Tampere - Keuruu",
        "short": "HDM 423",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_KEU_427_HDM_10",
        "label": "HDM 427",
        "long": "Tampere - Keuruu",
        "short": "HDM 427",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_NOA_1921_MUS_3191",
        "label": "MUS 1921",
        "long": "Tampere - Nokia",
        "short": "MUS 1921",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_NOA_1923_MUS_3191",
        "label": "MUS 1923",
        "long": "Tampere - Nokia",
        "short": "MUS 1923",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_NOA_M_HL_10",
        "label": "M",
        "long": "Tampere - Nokia",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_NOA_R_HL_10",
        "label": "R",
        "long": "Tampere - Nokia",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_OL_33_S_10",
        "label": "S 33",
        "long": "Tampere - Oulu",
        "short": "S 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PM_143_IC_10",
        "label": "IC 143",
        "long": "Tampere - Pieks\u00e4m\u00e4ki",
        "short": "IC 143",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PM_83_IC_10",
        "label": "IC 83",
        "long": "Tampere - Pieks\u00e4m\u00e4ki",
        "short": "IC 83",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_461_IC_10",
        "label": "IC 461",
        "long": "Tampere - Pori",
        "short": "IC 461",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_463_IC_10",
        "label": "IC 463",
        "long": "Tampere - Pori",
        "short": "IC 463",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_465_IC_10",
        "label": "IC 465",
        "long": "Tampere - Pori",
        "short": "IC 465",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_467_IC_10",
        "label": "IC 467",
        "long": "Tampere - Pori",
        "short": "IC 467",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_469_IC_10",
        "label": "IC 469",
        "long": "Tampere - Pori",
        "short": "IC 469",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_471_IC_10",
        "label": "IC 471",
        "long": "Tampere - Pori",
        "short": "IC 471",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_473_IC_10",
        "label": "IC 473",
        "long": "Tampere - Pori",
        "short": "IC 473",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_475_IC_10",
        "label": "IC 475",
        "long": "Tampere - Pori",
        "short": "IC 475",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_475_S_10",
        "label": "S 475",
        "long": "Tampere - Pori",
        "short": "S 475",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_PRI_477_IC_10",
        "label": "IC 477",
        "long": "Tampere - Pori",
        "short": "IC 477",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_RI_R_HL_10",
        "label": "R",
        "long": "Tampere - Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_904_PYO_10",
        "label": "PYO 904",
        "long": "Tampere - Turku",
        "short": "PYO 904",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_910_IC_10",
        "label": "IC 910",
        "long": "Tampere - Turku",
        "short": "IC 910",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_910_S_10",
        "label": "S 910",
        "long": "Tampere - Turku",
        "short": "S 910",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_912_S_10",
        "label": "S 912",
        "long": "Tampere - Turku",
        "short": "S 912",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_916_IC_10",
        "label": "IC 916",
        "long": "Tampere - Turku",
        "short": "IC 916",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_920_IC_10",
        "label": "IC 920",
        "long": "Tampere - Turku",
        "short": "IC 920",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_922_IC_10",
        "label": "IC 922",
        "long": "Tampere - Turku",
        "short": "IC 922",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_924_IC_10",
        "label": "IC 924",
        "long": "Tampere - Turku",
        "short": "IC 924",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_928_IC_10",
        "label": "IC 928",
        "long": "Tampere - Turku",
        "short": "IC 928",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TKU_934_IC_10",
        "label": "IC 934",
        "long": "Tampere - Turku",
        "short": "IC 934",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TL_M_HL_10",
        "label": "M",
        "long": "Tampere - Toijala",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TUS_904_PYO_10",
        "label": "PYO 904",
        "long": "Tampere - Turku satama",
        "short": "PYO 904",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TUS_924_IC_10",
        "label": "IC 924",
        "long": "Tampere - Turku satama",
        "short": "IC 924",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_TUS_928_IC_10",
        "label": "IC 928",
        "long": "Tampere - Turku satama",
        "short": "IC 928",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_VJO_365_IC_10",
        "label": "IC 365",
        "long": "Tampere - Vuojoki",
        "short": "IC 365",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TPE_VJO_375_IC_10",
        "label": "IC 375",
        "long": "Tampere - Vuojoki",
        "short": "IC 375",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_HKI_948_IC_10",
        "label": "IC 948",
        "long": "Turku satama - Helsinki",
        "short": "IC 948",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_HKI_972_IC_10",
        "label": "IC 972",
        "long": "Turku satama - Helsinki",
        "short": "IC 972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_HKI_974_IC_10",
        "label": "IC 974",
        "long": "Turku satama - Helsinki",
        "short": "IC 974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_HKI_974_S_10",
        "label": "S 974",
        "long": "Turku satama - Helsinki",
        "short": "S 974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_948_IC_10",
        "label": "IC 948",
        "long": "Turku satama - Kirkkonummi",
        "short": "IC 948",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_948_S_10",
        "label": "S 948",
        "long": "Turku satama - Kirkkonummi",
        "short": "S 948",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_972_IC_10",
        "label": "IC 972",
        "long": "Turku satama - Kirkkonummi",
        "short": "IC 972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_972_S_10",
        "label": "S 972",
        "long": "Turku satama - Kirkkonummi",
        "short": "S 972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_974_IC_10",
        "label": "IC 974",
        "long": "Turku satama - Kirkkonummi",
        "short": "IC 974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KKN_974_S_10",
        "label": "S 974",
        "long": "Turku satama - Kirkkonummi",
        "short": "S 974",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KR_948_IC_10",
        "label": "IC 948",
        "long": "Turku satama - Karjaa",
        "short": "IC 948",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_KR_972_IC_10",
        "label": "IC 972",
        "long": "Turku satama - Karjaa",
        "short": "IC 972",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_TPE_909_IC_10",
        "label": "IC 909",
        "long": "Turku satama - Tampere",
        "short": "IC 909",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_TPE_931_IC_10",
        "label": "IC 931",
        "long": "Turku satama - Tampere",
        "short": "IC 931",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUS_TPE_933_PYO_10",
        "label": "PYO 933",
        "long": "Turku satama - Tampere",
        "short": "PYO 933",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "TUU_JY_1954_MUS_3184",
        "label": "MUS 1954",
        "long": "Tuuri - Jyv\u00e4skyl\u00e4",
        "short": "MUS 1954",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_KKI_360_IC_10",
        "label": "IC 360",
        "long": "Vuojoki - Kokem\u00e4ki",
        "short": "IC 360",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_KKI_362_IC_10",
        "label": "IC 362",
        "long": "Vuojoki - Kokem\u00e4ki",
        "short": "IC 362",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_KKI_368_IC_10",
        "label": "IC 368",
        "long": "Vuojoki - Kokem\u00e4ki",
        "short": "IC 368",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_KKI_372_IC_10",
        "label": "IC 372",
        "long": "Vuojoki - Kokem\u00e4ki",
        "short": "IC 372",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_TPE_364_IC_10",
        "label": "IC 364",
        "long": "Vuojoki - Tampere",
        "short": "IC 364",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VJO_TPE_374_IC_10",
        "label": "IC 374",
        "long": "Vuojoki - Tampere",
        "short": "IC 374",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_40_IC_10",
        "label": "IC 40",
        "long": "Vaasa - Helsinki",
        "short": "IC 40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_42_IC_10",
        "label": "IC 42",
        "long": "Vaasa - Helsinki",
        "short": "IC 42",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_44_IC_10",
        "label": "IC 44",
        "long": "Vaasa - Helsinki",
        "short": "IC 44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_44_S_10",
        "label": "S 44",
        "long": "Vaasa - Helsinki",
        "short": "S 44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_46_IC_10",
        "label": "IC 46",
        "long": "Vaasa - Helsinki",
        "short": "IC 46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_46_S_10",
        "label": "S 46",
        "long": "Vaasa - Helsinki",
        "short": "S 46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_48_IC_10",
        "label": "IC 48",
        "long": "Vaasa - Helsinki",
        "short": "IC 48",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_50_IC_10",
        "label": "IC 50",
        "long": "Vaasa - Helsinki",
        "short": "IC 50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_54_IC_10",
        "label": "IC 54",
        "long": "Vaasa - Helsinki",
        "short": "IC 54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_54_S_10",
        "label": "S 54",
        "long": "Vaasa - Helsinki",
        "short": "S 54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HKI_58_S_10",
        "label": "S 58",
        "long": "Vaasa - Helsinki",
        "short": "S 58",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_40_IC_10",
        "label": "IC 40",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "IC 40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_42_IC_10",
        "label": "IC 42",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "IC 42",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_44_S_10",
        "label": "S 44",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "S 44",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_46_S_10",
        "label": "S 46",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "S 46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_48_IC_10",
        "label": "IC 48",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "IC 48",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_50_IC_10",
        "label": "IC 50",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "IC 50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_HL_54_IC_10",
        "label": "IC 54",
        "long": "Vaasa - H\u00e4meenlinna",
        "short": "IC 54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_PKO_846_S_10",
        "label": "S 846",
        "long": "Vaasa - Parkano",
        "short": "S 846",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_PKO_854_S_10",
        "label": "S 854",
        "long": "Vaasa - Parkano",
        "short": "S 854",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_440_IC_10",
        "label": "IC 440",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "IC 440",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_440_S_10",
        "label": "S 440",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "S 440",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_442_S_10",
        "label": "S 442",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "S 442",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_444_S_10",
        "label": "S 444",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "S 444",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_446_S_10",
        "label": "S 446",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "S 446",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_448_IC_10",
        "label": "IC 448",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "IC 448",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_SK_58_S_10",
        "label": "S 58",
        "long": "Vaasa - Sein\u00e4joki",
        "short": "S 58",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VS_TPE_46_S_10",
        "label": "S 46",
        "long": "Vaasa - Tampere",
        "short": "S 46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VTI_HKI_24_IC_10",
        "label": "IC 24",
        "long": "Vihanti - Helsinki",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VTI_HKI_26_IC_10",
        "label": "IC 26",
        "long": "Vihanti - Helsinki",
        "short": "IC 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "VTI_HKI_34_S_10",
        "label": "S 34",
        "long": "Vihanti - Helsinki",
        "short": "S 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YLK_\u00c4KI_1954_MUS_3184",
        "label": "MUS 1954",
        "long": "Yl\u00e4koski - \u00c4\u00e4nekoski",
        "short": "MUS 1954",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YV_HKI_24_IC_10",
        "label": "IC 24",
        "long": "Ylivieska - Helsinki",
        "short": "IC 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YV_HKI_26_IC_10",
        "label": "IC 26",
        "long": "Ylivieska - Helsinki",
        "short": "IC 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YV_HKI_34_S_10",
        "label": "S 34",
        "long": "Ylivieska - Helsinki",
        "short": "S 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YV_ILM_494_H_10",
        "label": "H 494",
        "long": "Ylivieska - Iisalmi",
        "short": "H 494",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "YV_ILM_496_H_10",
        "label": "H 496",
        "long": "Ylivieska - Iisalmi",
        "short": "H 496",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "\u00c4HT_SK_489_HDM_10",
        "label": "HDM 489",
        "long": "\u00c4ht\u00e4ri - Sein\u00e4joki",
        "short": "HDM 489",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "\u00c4KI_RMI_1950_MUS_3184",
        "label": "MUS 1950",
        "long": "\u00c4\u00e4nekoski - Rantasalmi",
        "short": "MUS 1950",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "\u00c4KI_TUU_1952_MUS_3184",
        "label": "MUS 1952",
        "long": "\u00c4\u00e4nekoski - Tuuri",
        "short": "MUS 1952",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 1701,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1701,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1701 of 1701 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 16428,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "16428 of 16428 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
