{
  "agency": {
    "country": "CA",
    "id": "oakville-transit",
    "name": "Oakville Transit",
    "subdivision_code": "CA-ON",
    "subdivision_name": "Ontario"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 18.6,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 49.6
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 7.4
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1124,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4963,
        "wheelchair_accessible_pct": 49.6,
        "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": 1124,
          "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": "1124 of 1124 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": 2500,
          "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": 7.6,
          "severity": "WARNING",
          "what": "2500 of 4963 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_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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 59.9,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1,
          "WARNING": 155692
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 155552,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 133,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "expired_calendar",
          "count": 3,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_recommended_field",
          "count": 2,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1,
          "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": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 67.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 155693 instances (0 error, 155692 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 48,
        "effective_expiry_date": "2026-09-05",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-09-05",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 65.0,
      "status": "measured",
      "summary": "Service data covers the next 48 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 agency's own URL."
    ],
    "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 48 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 50% 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 50% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Government Licence \u2013 Town of Oakville (based on Open Government Licence \u2013 Canada 2.0): a worldwide, royalty-free, perpetual, non-exclusive licence to use the information, including for commercial purposes, with attribution. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "58d68c551809464566d0b03ba5d81055a7fceeeb41dfb2b433ecdf8fe5d24661",
    "size_bytes": 3252704,
    "static_url": "https://www.arcgis.com/sharing/rest/content/items/d78a1c1ad6a940009de8b68839a8f606/data"
  },
  "fetch": {
    "final_url": "https://www.arcgis.com/sharing/rest/content/items/d78a1c1ad6a940009de8b68839a8f606/data",
    "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-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -79.82973,
      43.37236,
      -79.63212,
      43.52521
    ],
    "lat": 43.44985,
    "lon": -79.71113,
    "stop_count": 1124
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 33,
        "trip_count": 4963,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 33,
    "trip_count": 4963
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 4.5,
    "margin_to_next_band": 5.5,
    "score": 64.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1089,
      "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": "1089 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"4th Line + Billinger St\", \"Dundas St West + Postmaster Dr\", \"North Ridge Trail + Postridge Dr\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 1124,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4963
  },
  "route_map": {
    "drawn_route_count": 33,
    "has_shapes": true,
    "path": "data/artifacts/oakville-transit/geometry.geojson",
    "route_count": 33,
    "routes": [
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Trafalgar",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "West Industrial",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Linbrook",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Winston Park",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "East Industrial",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Westoak Trails",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Lakeshore West",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "14A",
        "label": "14A",
        "long": "Lakeshore West",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Bridge",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Glen Abbey South",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "River Oaks",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "190",
        "label": "190",
        "long": "River Oaks Express",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Northridge",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Falgarwood",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Glen Abbey North",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Third Line",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Pine Glen",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Glenorchy",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Speers-Cornwall",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Dundas",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Upper Middle",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "White Oaks S.S. Special",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "Holy Trinity",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "81A",
        "label": "81A",
        "long": "Abbey Park and Loyola",
        "short": "81A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "81B",
        "label": "81B",
        "long": "Abbey Park and Loyola",
        "short": "81B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "81N",
        "label": "81N",
        "long": "Abbey Park North",
        "short": "81N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "81S",
        "label": "81S",
        "long": "Abbey Park/Loyola South",
        "short": "81S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "Loyola North",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "Blakelock",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "O.T.H.S.",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "Garth Webb",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "86A",
        "label": "86A",
        "long": "Garth Webb via Proudfoot",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004B8C",
        "color_name": "teal",
        "has_shape": true,
        "id": "86B",
        "label": "86B",
        "long": "Garth Webb via Westoak",
        "short": "86B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1124,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1124,
      "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": "1124 of 1124 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "missing_timepoint_value",
      "count": 155552,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Missing timepoint value (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
