{
  "agency": {
    "country": "CA",
    "id": "london-transit-commission",
    "name": "London Transit Commission (Ontario)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/london-transit-commission/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 32,
        "examples": [
          "'stop_code': '2916 ' -> '2916'",
          "'stop_name': 'King at Wellington Station EB - #2916 ' -> 'King at Wellington Station EB - #2916'",
          "'stop_code': '2939 ' -> '2939'"
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_stop_name_case",
        "count": 1,
        "examples": [
          "COMMISSIONERS & WHARNCLIF - #2312 -> Commissioners & Wharnclif - #2312"
        ],
        "label": "Recased shouting stop names"
      }
    ],
    "total": 33
  },
  "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_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": 1938,
        "trips": 8602,
        "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": 1938,
          "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": "1938 of 1938 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": 8602,
          "effort": "Often one default setting in your export.",
          "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "8602 of 8602 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus 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_missing_headsigns",
          "count": 7,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "7 of 8602 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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 with your feed, so problems linger."
        }
      ],
      "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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1,
          "WARNING": 7
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 4,
          "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": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 87.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 8 instances (0 error, 7 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 58,
        "feed_end_date": "2026-09-05",
        "feed_start_date": "2026-06-28",
        "feed_version": "2026 Summer_20260615",
        "has_feed_info": true,
        "last_service_date": "2026-09-05",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 96.7,
      "status": "measured",
      "summary": "Service data covers the next 58 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 65 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before relying on.",
    "reachable": true,
    "sha256": "6f5472454d1f93f9ce8bb9693f5e37d5741934ae45fd40f9f6ec41fe5afd1926",
    "size_bytes": 2789205,
    "static_url": "http://www.londontransit.ca/gtfsfeed/google_transit.zip"
  },
  "generated_at": "2026-07-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -81.36311,
      42.90524,
      -81.13207,
      43.05119
    ],
    "lat": 42.98274,
    "lon": -81.24177,
    "stop_count": 1938
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.2,
    "margin_to_next_band": 5.8,
    "score": 74.2
  },
  "recommendations": [
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 190,
      "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": "190 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": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1938,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8602
  },
  "route_map": {
    "drawn_route_count": 34,
    "has_shapes": true,
    "path": "data/artifacts/london-transit-commission/geometry.geojson",
    "route_count": 34,
    "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": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Fanshawe Construction Connector",
        "short": "111",
        "text_color": "000000",
        "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": "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"
      }
    ],
    "stop_count": 1938,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1938,
      "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": "1938 of 1938 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": 8602,
      "effort": "Often one default setting in your export.",
      "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "8602 of 8602 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus 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"
}
