{
  "agency": {
    "id": "pioneer-valley-transit-authority-pvta",
    "name": "Pioneer Valley Transit Authority (PVTA)",
    "subdivision_code": "US-MA",
    "subdivision_name": "Massachusetts"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 92.6,
          "stops_marked_accessible_pct": 80.7,
          "stops_marked_not_accessible_pct": 7.4,
          "stops_stated_pct": 88.1,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 22.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 20
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 16096,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1814,
        "translations": {
          "feed_lang": "EN",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 16096,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 88.1,
        "wheelchair_marked_accessible_pct": 80.7,
        "wheelchair_marked_not_accessible_pct": 7.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 216,
          "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": 3.0,
          "severity": "WARNING",
          "what": "216 of 1814 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_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "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": 97.0,
      "status": "measured",
      "summary": "88% of stops state wheelchair accessibility (81% marked accessible, 7% 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": 16,
        "instances_by_severity": {
          "ERROR": 392,
          "INFO": 6,
          "WARNING": 14149
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 289,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 103,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 7662,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 5494,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 472,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 384,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 64,
          "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": 8.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": 53,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.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": "unusable_trip",
          "count": 13,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 2,
          "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 bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "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": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "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": 5,
          "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": "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": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 16 kinds of issue across 14547 instances (392 error, 14149 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -868,
        "effective_expiry_date": "2024-03-16",
        "feed_end_date": "2024-03-16",
        "feed_start_date": "2024-01-04",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2024-03-16",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 868 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 868 day(s) ago. Trip planners have likely already dropped this feed.",
      "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": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data expired 868 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 88% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. Service data expired 868 days ago. States wheelchair access on 88% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "License: https://www.mass.gov/doc/developers-license-agreement-11132009/download",
    "reachable": true,
    "sha256": "0c62142f281b8e65a1fffce3b6ebb701b4f12fa7418da7ae6436b83a8bd97452",
    "size_bytes": 5662957,
    "static_url": "https://transitfeeds.com/p/massdot/104/latest/download"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-massachusetts-pioneer-valley-transit-authority-pvta-gtfs-1234.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "reader_archive_profile": "raw-v1",
    "source": "mirror",
    "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-08-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -72.79666,
      42.01811,
      -71.79518,
      42.47704
    ],
    "lat": 42.13364,
    "lon": -72.58127,
    "stop_count": 1814
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 52,
        "trip_count": 16096,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 52,
    "trip_count": 16096
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "SATCo"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data expired 868 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "not_ready",
    "summary": "Resolve this before you certify on the D-10. 2 validator errors to resolve. Service data expired 868 days ago, so FTA would find the link out of date."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 30.3,
    "margin_to_next_band": 29.7,
    "score": 30.3
  },
  "recommendations": [
    {
      "category": "fares",
      "code": "scorecard_fares_v2_no_rider_categories",
      "count": 0,
      "effort": "Usually a short file naming the discount groups you already publish.",
      "fix": "Add rider_categories.txt for the fares you already offer, then reference those categories from your fare products.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "The feed publishes fare products but no rider_categories.txt defining who qualifies for each fare.",
      "why": "Without rider categories, apps can only show the full adult fare and can't surface senior, youth, or student discounts a rider may be eligible for."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1383,
      "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": "1383 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Plainfield / Wason\", \"Bay / Aster\", \"Springfield / Medical Ctr Drive (across)\", 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."
    },
    {
      "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 whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1810,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 13,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "13 of 16096 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 13,
    "trips_total": 16096
  },
  "route_map": {
    "drawn_route_count": 52,
    "has_shapes": true,
    "path": "data/artifacts/pioneer-valley-transit-authority-pvta/geometry.geojson",
    "route_count": 52,
    "routes": [
      {
        "color": "FBB033",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "North Amherst / Old Belchertown Rd",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF4E91",
        "color_name": "pink",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Sunderland / South Amherst",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AEEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Puffers Pond / Stop and Shop",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Campus Shuttle Northbound",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Campus Shuttle Southbound",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Olympia Dr / Atkins Corner",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "MHC / HC / AC / UM",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Belchertown Center / UMass",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "Whately via S. Deerfield Center / UMass",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "801",
        "label": "T1",
        "long": "Tripper 1 Helper Service",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "802",
        "label": "T2",
        "long": "Tripper 2 Helper Service",
        "short": "T2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "803",
        "label": "T3",
        "long": "Tripper 3 Helper Service",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "804",
        "label": "T4",
        "long": "Tripper 4 Helper Service",
        "short": "T4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "805",
        "label": "T5",
        "long": "Tripper 5 Helper Service",
        "short": "T5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "806",
        "label": "T6",
        "long": "Tripper 6 Helper Service",
        "short": "T6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "820",
        "label": "T20",
        "long": "Tripper 20 Helper Service",
        "short": "T20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "821",
        "label": "T21",
        "long": "Tripper 21 Helper Service",
        "short": "T21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "823",
        "label": "T23",
        "long": "Tripper 23 Helper Service",
        "short": "T23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "824",
        "label": "T24",
        "long": "Tripper 24 Helper Service",
        "short": "T24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1E444",
        "color_name": "yellow",
        "has_shape": true,
        "id": "892",
        "label": "T92",
        "long": "Tripper 92 Helper Service",
        "short": "T92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "921",
        "label": "P21E",
        "long": "Holyoke-Springfield Express via I-391",
        "short": "P21E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "939",
        "label": "39E",
        "long": "Smith/Mount Holyoke Express",
        "short": "39E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B12",
        "label": "B12",
        "long": "Stonybrook Express",
        "short": "B12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B17",
        "label": "B17",
        "long": "Wilbraham Big Y-Worthington St-Wilbraham Rd",
        "short": "B17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B23",
        "label": "B23",
        "long": "Holyoke-Westfield via HCC",
        "short": "B23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B4",
        "label": "B4",
        "long": "Plainfield Street",
        "short": "B4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B43",
        "label": "B43",
        "long": "Northampton/Hadley/Amherst",
        "short": "B43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B48",
        "label": "B48",
        "long": "Northampton/Holyoke via Route 5",
        "short": "B48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B6",
        "label": "B6",
        "long": "Ludlow via Bay St",
        "short": "B6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B7",
        "label": "B7",
        "long": "Wilbraham Big Y-State St-Boston Rd",
        "short": "B7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "B79",
        "label": "B79",
        "long": "Amherst-Worcester Intercity Service",
        "short": "B79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "B9",
        "label": "WSU",
        "long": "WSU Shuttle",
        "short": "WSU",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "G1",
        "label": "G1",
        "long": "Chicopee / Sumner-Allen-Canon Circle",
        "short": "G1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "G2",
        "label": "G2",
        "long": "Carew-East Springfield / Belmont-Dwight Rd",
        "short": "G2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "G3",
        "label": "G3",
        "long": "Spfld Plaza via Liberty / King-Westford",
        "short": "G3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "G5",
        "label": "G5",
        "long": "Dickinson-Jewish Home-Longmeadow",
        "short": "G5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "G73",
        "label": "G73E",
        "long": "Springfield-Northampton Express",
        "short": "G73E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "NE60",
        "label": "NE",
        "long": "Nashawannuck Express",
        "short": "NE",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "P11",
        "label": "P11",
        "long": "Holyoke Community College Express",
        "short": "P11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "P20",
        "label": "P20",
        "long": "Holyoke-Springfield via Holyoke Mall",
        "short": "P20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7E0A6D",
        "color_name": "purple",
        "has_shape": true,
        "id": "P21",
        "label": "P21",
        "long": "Holyoke-Springfield via Chicopee",
        "short": "P21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00467E",
        "color_name": "teal",
        "has_shape": true,
        "id": "PV61",
        "label": "PS",
        "long": "Palmer Shuttle",
        "short": "PS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R10",
        "label": "R10",
        "long": "Westfield/West Springfield via Route 20",
        "short": "R10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R14",
        "label": "R14",
        "long": "Feeding Hills-Springfield",
        "short": "R14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R24",
        "label": "R24",
        "long": "HTC-Holyoke Hospital-Holyoke Mall",
        "short": "R24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R29",
        "label": "R29",
        "long": "Springfield-Amherst via Holyoke",
        "short": "R29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R41",
        "label": "R41",
        "long": "Northampton/Easthampton/HCC",
        "short": "R41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R42",
        "label": "R42",
        "long": "Northampton/Williamsburg",
        "short": "R42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3B32",
        "color_name": "red",
        "has_shape": true,
        "id": "R44",
        "label": "R44",
        "long": "Florence Heights via King St & Bridge Rd",
        "short": "R44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A94E",
        "color_name": "green",
        "has_shape": true,
        "id": "WS62",
        "label": "WS",
        "long": "Ware Shuttle",
        "short": "WS",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "X90",
        "label": "X90",
        "long": "Inner Crosstown",
        "short": "X90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "X92",
        "label": "X92",
        "long": "Mid City Crosstown",
        "short": "X92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1814,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "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"
  },
  "shapes_readiness": {
    "detail": "All 16096 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 16096,
    "trips_with_shape": 16096
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 868 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 289,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 103,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
