{
  "agency": {
    "id": "southeastern-pennsylvania-transportation-authority-septa-503",
    "name": "Rail"
  },
  "autofix": {
    "available": false
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 49.4,
          "stops_marked_not_accessible_pct": 50.6,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": true,
          "supported": true
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 25.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": 49
        },
        "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": 156,
        "trips": 2308,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 49.4,
        "wheelchair_marked_not_accessible_pct": 50.6
      },
      "findings": [
        {
          "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": 92.5,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (49% marked accessible, 51% 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": 12,
          "WARNING": 39
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape",
          "count": 33,
          "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": 6.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": "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 expired.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "feed_expiration_date30_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Schedule a feed re-export now so the new calendar is live well before the current one ends.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 30 days.",
          "why": "If a new feed isn't published before it ends, trip planners will drop your agency and riders will see no service."
        },
        {
          "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": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_long_name_contains_short_name' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route long name contains short name (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 10,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 76.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 51 instances (0 error, 39 warning, 12 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 16,
        "feed_end_date": "2026-07-25",
        "feed_start_date": "2026-06-28",
        "feed_version": "v202606282",
        "has_feed_info": true,
        "last_service_date": "2026-08-01",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 64.0,
          "severity": "WARNING",
          "what": "Service data runs out in 16 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 26.7,
      "status": "measured",
      "summary": "Service data runs out in 16 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "coverage_pct": 85.7,
        "covered_trips": 6,
        "drift": {
          "median_seconds": 660,
          "observations": 11,
          "on_time_share_pct": 27.3,
          "p90_abs_seconds": 2040
        },
        "kinds_reachable": 3,
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 7,
        "vehicles_checked": 26,
        "vehicles_on_route_pct": 88.5,
        "worst_lag_seconds": 38
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 1,
          "effort": "A vendor data-mapping question.",
          "fix": "Check with your AVL vendor that every vehicle assignment flows into TripUpdates, including school-day and tripper runs.",
          "owner": "",
          "points": 5.0,
          "severity": "WARNING",
          "what": "1 of 7 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule data dressed up as realtime. Caltrans expects every operating trip in TripUpdates."
        },
        {
          "code": "scorecard_rt_vehicles_off_route",
          "count": 4,
          "effort": "A vendor support ticket with the trip ids attached.",
          "fix": "Ask your AVL vendor to check vehicle-to-trip assignments for the flagged trips.",
          "owner": "",
          "points": 1.7,
          "severity": "WARNING",
          "what": "4 of 26 sampled vehicle positions were far from their assigned route (worst: 11579 m).",
          "why": "A bus shown off its route usually means a wrong trip assignment; riders watch their bus drive the wrong streets."
        },
        {
          "code": "scorecard_rt_predictions_implausible",
          "count": 11,
          "effort": "A vendor data-mapping question.",
          "fix": "Spot-check the flagged predictions against what buses actually did; raise trip-matching with your AVL vendor.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "Some live predictions disagree with the schedule by more than 30 minutes.",
          "why": "Differences that large usually mean predictions are keyed to the wrong trips, not that buses are that late."
        }
      ],
      "name": "realtime",
      "score": 93.3,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 feeds healthy; 85.7% of scheduled trips had live predictions; 88.5% of vehicles on their route; predictions ran a median of 660s behind schedule.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data runs out in 22 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. Service data runs out in 22 days; renew to qualify."
  },
  "feed": {
    "license_note": "License: https://www3.septa.org/developer/",
    "reachable": true,
    "sha256": "81576cc0ccb9c31bfcaf9d932cf57683612de66cd0088f9b1cb1a822c857ce3a",
    "size_bytes": 767700,
    "static_url": "https://www3.septa.org/developer/google_rail.zip"
  },
  "generated_at": "2026-07-03T00:00:00+00:00",
  "geo": {
    "bbox": [
      -75.76361,
      39.66969,
      -74.75393,
      40.30639
    ],
    "lat": 40.04153,
    "lon": -75.22486,
    "stop_count": 156
  },
  "ntd_id_alignment": {
    "detail": "Setting your GTFS agency_id to your five-digit NTD ID is an optional way to line a feed up with its National Transit Database record. FTA links the two on your P-50 form, so it is not a required feed change. We don't have your NTD ID on file, so this is not checked yet.",
    "feed_agency_ids": [
      "SEPTA"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data runs out in 22 days; renew before you certify.",
        "key": "current",
        "status": "at_risk"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. Service data runs out in 22 days; renew before you certify."
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.0,
    "margin_to_next_band": 6.0,
    "score": 74.0
  },
  "recommendations": [
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 14,
      "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": "14 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Gray 30th St Station\", \"49th St\", \"9th St Lansdale\", 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": 156,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2308
  },
  "route_map": {
    "drawn_route_count": 13,
    "has_shapes": true,
    "path": "data/artifacts/southeastern-pennsylvania-transportation-authority-septa-503/geometry.geojson",
    "route_count": 13,
    "routes": [
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "AIR",
        "label": "AIR",
        "long": "Airport Line",
        "short": "AIR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "CHE",
        "label": "CHE",
        "long": "Chestnut Hill East Line",
        "short": "CHE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "CHW",
        "label": "CHW",
        "long": "Chestnut Hill West Line",
        "short": "CHW",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "CYN",
        "label": "CYN",
        "long": "Cynwyd Line",
        "short": "CYN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "FOX",
        "label": "FOX",
        "long": "Fox Chase Line",
        "short": "FOX",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "LAN",
        "label": "LAN",
        "long": "Lansdale/Doylestown Line",
        "short": "LAN",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "MED",
        "label": "MED",
        "long": "Media/Wawa Line",
        "short": "MED",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "NOR",
        "label": "NOR",
        "long": "Manayunk/Norristown Line",
        "short": "NOR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "PAO",
        "label": "PAO",
        "long": "Paoli/Thorndale Line",
        "short": "PAO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "TRE",
        "label": "TRE",
        "long": "Trenton Line",
        "short": "TRE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "WAR",
        "label": "WAR",
        "long": "Warminster Line",
        "short": "WAR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "WIL",
        "label": "WIL",
        "long": "Wilmington/Newark Line",
        "short": "WIL",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4F758B",
        "color_name": "gray",
        "has_shape": true,
        "id": "WTR",
        "label": "WTR",
        "long": "West Trenton Line",
        "short": "WTR",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 156,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 64.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 16 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "stop_too_far_from_shape",
      "count": 33,
      "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": 6.0,
      "rank": 2,
      "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": "scorecard_rt_trip_coverage",
      "count": 1,
      "effort": "A vendor data-mapping question.",
      "fix": "Check with your AVL vendor that every vehicle assignment flows into TripUpdates, including school-day and tripper runs.",
      "owner": "",
      "points": 5.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "1 of 7 trips scheduled during the sampling window had no live predictions.",
      "why": "Riders on those trips get schedule data dressed up as realtime. Caltrans expects every operating trip in TripUpdates."
    }
  ],
  "validator_version": "8.0.1"
}
