{
  "agency": {
    "country": "CA",
    "id": "london-transit-commission",
    "name": "London Transit Commission (Ontario)",
    "subdivision_code": "CA-ON",
    "subdivision_name": "Ontario"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 98.6,
          "stops_marked_accessible_pct": 96.5,
          "stops_marked_not_accessible_pct": 1.2,
          "stops_stated_pct": 97.7,
          "trips_stated_pct": 100.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": 24.4,
          "wheelchair_trips": 15.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": 8627,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.9,
        "headsign_scored_pct": 99.9,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1953,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8627,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 97.7,
        "wheelchair_marked_accessible_pct": 96.5,
        "wheelchair_marked_not_accessible_pct": 1.2
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 45,
          "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": 0.6,
          "severity": "WARNING",
          "what": "45 of 1953 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_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_missing_headsigns",
          "count": 6,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "6 of 8627 trips have no headsign, the text that tells riders where the bus is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 76.9,
      "status": "measured",
      "summary": "98% of stops state wheelchair accessibility (96% marked accessible, 1% 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": 3,
          "WARNING": 11
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 5,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.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": "mixed_case_recommended_field",
          "count": 2,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 2,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "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": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "big_gap_in_service",
          "count": 1,
          "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": 0.5,
          "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."
        },
        {
          "code": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "future_feed",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_feed' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future feed (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 78.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 14 instances (0 error, 11 warning, 3 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 76,
        "effective_expiry_date": "2026-11-28",
        "feed_end_date": "2026-11-28",
        "feed_start_date": "2026-09-06",
        "feed_version": "2026 September_20260827",
        "has_feed_info": true,
        "last_service_date": "2026-11-28",
        "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 76 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 76 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 98% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip.",
    "version": 2
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before relying on.",
    "reachable": true,
    "sha256": "38986f0b9b429166fdfe6fed0cb9f4e127a2c3ba3328f08160db9c66176e1e61",
    "size_bytes": 2951879,
    "source_provenance": "unverified",
    "static_url": "http://www.londontransit.ca/gtfsfeed/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://www.londontransit.ca/gtfsfeed/google_transit.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-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      -81.36311,
      42.90524,
      -81.13207,
      43.05119
    ],
    "lat": 42.98276,
    "lon": -81.24144,
    "stop_count": 1953
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 38,
        "trip_count": 8627,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 38,
    "trip_count": 8627
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 3.4,
    "margin_to_next_band": 6.6,
    "score": 83.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 188,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "188 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Adelaide at Fanshawe Pk Rd SB - #32\", \"Adelaide south of Leathorne St NB - #48\", \"Adelaide at SE Osgoode NB - #60\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1953,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8627
  },
  "route_map": {
    "drawn_route_count": 38,
    "has_shapes": true,
    "path": "data/artifacts/london-transit-commission/geometry.geojson",
    "route_count": 38,
    "routes": [
      {
        "color": "70C2DA",
        "color_name": "gray",
        "has_shape": true,
        "id": "01",
        "label": "01",
        "long": "Route 1",
        "short": "01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "75AAAE",
        "color_name": "gray",
        "has_shape": true,
        "id": "02",
        "label": "02",
        "long": "Route 2",
        "short": "02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BCA387",
        "color_name": "gray",
        "has_shape": true,
        "id": "03",
        "label": "03",
        "long": "Route 3",
        "short": "03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A685BC",
        "color_name": "gray",
        "has_shape": true,
        "id": "04",
        "label": "04",
        "long": "Route 4",
        "short": "04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "71BF44",
        "color_name": "gray",
        "has_shape": true,
        "id": "05",
        "label": "05",
        "long": "Route 5",
        "short": "05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D6DF21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "06",
        "label": "06",
        "long": "Route 6",
        "short": "06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AD54",
        "color_name": "green",
        "has_shape": true,
        "id": "07",
        "label": "07",
        "long": "Route 7",
        "short": "07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B98E90",
        "color_name": "gray",
        "has_shape": true,
        "id": "09",
        "label": "09",
        "long": "Route 9",
        "short": "09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6E9BCF",
        "color_name": "gray",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Route 10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "75AAAE",
        "color_name": "gray",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "Route 102",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A685BC",
        "color_name": "gray",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "Route 104",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D6DF21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Route 106",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C082AA",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Route 12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F93A5",
        "color_name": "gray",
        "has_shape": true,
        "id": "127",
        "label": "127",
        "long": "Route 127",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "929EBC",
        "color_name": "gray",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Route 13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "03B9BD",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Route 15",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2BB572",
        "color_name": "green",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Route 16",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCFF6",
        "color_name": "white",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Route 17",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B99355",
        "color_name": "gray",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Route 19",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01A7C1",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Route 20",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F166A7",
        "color_name": "pink",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Route 24",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DDBD85",
        "color_name": "gray",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Route 25",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9E91A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "Route 27",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "559FB9",
        "color_name": "teal",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Route 28",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E26FAC",
        "color_name": "pink",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Route 30",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26AB6B",
        "color_name": "green",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Route 31",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C082AA",
        "color_name": "pink",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Route 33",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB9E9E",
        "color_name": "pink",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Route 34",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FED05B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Route 35",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B6DA9B",
        "color_name": "white",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Route 36",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA1D2",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Route 37",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB7DAE",
        "color_name": "pink",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "Route 38",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Route 90",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "Route 91",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "Route 92",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Route 93",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "Route 94",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F89D53",
        "color_name": "orange",
        "has_shape": true,
        "id": "95",
        "label": "95",
        "long": "Route 95",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1953,
    "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-13",
  "top_fixes": [
    {
      "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": 1,
      "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": "service_has_no_active_day_of_the_week",
      "count": 5,
      "effort": "A few minutes in your scheduling software.",
      "fix": "Delete the empty calendars or set their service days.",
      "owner": "Likely your export tool",
      "points": 4.0,
      "rank": 2,
      "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": "mixed_case_recommended_field",
      "count": 2,
      "effort": "Often a bulk fix in your scheduling software.",
      "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
      "owner": "Likely your export tool",
      "points": 4.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
      "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
    }
  ],
  "validator_version": "8.0.1"
}
