{
  "agency": {
    "country": "PT",
    "id": "stcp-porto",
    "name": "STCP (Sociedade de Transportes Colectivos do Porto)",
    "operating_note": "Porto's urban bus and funicular operator. The record uses the portal's current rolling GTFS resource, not the dated snapshots kept beside it.",
    "subdivision_code": "PT-13",
    "subdivision_name": "Porto"
  },
  "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": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.2,
          "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": 100.0,
        "mixed_case_stop_name_pct": 1.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2554,
        "translations": {
          "feed_lang": "pt",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 18251,
        "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": 2554,
          "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": "2554 of 2554 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": 18251,
          "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": 15.0,
          "severity": "WARNING",
          "what": "18251 of 18251 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_stop_names_all_caps",
          "count": 2517,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.8,
          "severity": "INFO",
          "what": "About 2517 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        }
      ],
      "name": "completeness",
      "score": 30.2,
      "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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 73,
          "WARNING": 3327
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 3176,
          "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": 8.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": "fast_travel_between_consecutive_stops",
          "count": 120,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.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": "stop_too_far_from_shape_using_user_distance",
          "count": 26,
          "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": 6.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": "stop_too_far_from_shape",
          "count": 3,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 73,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 65.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 3400 instances (0 error, 3327 warning, 73 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 12,
        "effective_expiry_date": "2026-07-30",
        "feed_end_date": "2026-07-30",
        "feed_start_date": "2026-07-17",
        "feed_version": "198ddf3f-3718-4b8b-acd0-454d36136d2a+2a685d1f-266b-45ed-a41f-85998d3259b2@202607171540",
        "has_feed_info": true,
        "last_service_date": "2026-07-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "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": 68.0,
          "severity": "WARNING",
          "what": "Service data runs out in 12 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": 20.0,
      "status": "measured",
      "summary": "Service data runs out in 12 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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 runs out in 12 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "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. Service data runs out in 12 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Creative Commons CC0 through Porto's municipal open data portal; no attribution is legally required, but GTFS Scorecard credits STCP as the source.",
    "reachable": true,
    "sha256": "45ebda56d3c4d6e5d8cbd78c428e55baa00c630761e72b116c1630be56ca66f8",
    "size_bytes": 5962461,
    "static_url": "https://opendata.porto.digital/dataset/5275c986-592c-43f5-8f87-aabbd4e4f3a4/resource/57320c51-39e0-4181-a4d4-17cf0b031be8/download/gtfs_feed.zip"
  },
  "fetch": {
    "final_url": "https://opendata.porto.digital/dataset/5275c986-592c-43f5-8f87-aabbd4e4f3a4/resource/57320c51-39e0-4181-a4d4-17cf0b031be8/download/gtfs_feed.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -8.71397,
      41.08115,
      -8.45705,
      41.25586
    ],
    "lat": 41.17607,
    "lon": -8.61475,
    "stop_count": 2554
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 74,
        "trip_count": 18251,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 74,
    "trip_count": 18251
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 42.9,
    "margin_to_next_band": 17.1,
    "score": 42.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 50,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "50 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (ZC, 200, 201, 202, 203, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 57,
      "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": "57 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AV. ALIADOS\", \"AV. ALIADOS\", \"AV.ALIADOS\", 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": 2554,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 18251
  },
  "route_map": {
    "drawn_route_count": 74,
    "has_shapes": true,
    "path": "data/artifacts/stcp-porto/geometry.geojson",
    "route_count": 74,
    "routes": [
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "107",
        "label": "ZC",
        "long": "EST\u00c1DIO DO DRAG\u00c3O - AREIAS",
        "short": "ZC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "10M",
        "label": "10M",
        "long": "AV.ALIADOS - VILA D'ESTE",
        "short": "10M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "11M",
        "label": "11M",
        "long": "HOSP. S. JO\u00c3O - COIMBR\u00d5ES",
        "short": "11M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "12M",
        "label": "12M",
        "long": "AV.ALIADOS - STO.OV\u00cdDIO",
        "short": "12M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "13M",
        "label": "13M",
        "long": "AV.ALIADOS - MATOSINHOS (MERCADO)",
        "short": "13M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1M",
        "label": "1M",
        "long": "AV.ALIADOS - MATOSINHOS (PRAIA)",
        "short": "1M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "BOLH\u00c3O - CAST.QUEIJO",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "ALIADOS-VISO",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "ALIADOS-PASSEIO ALEGRE (VIA AV. BESSA)",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "EST\u00c1DIO DO DRAG\u00c3O - CASA DA M\u00daSICA",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "HOSPITAL DE S.JO\u00c3O - FOZ",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "205",
        "label": "205",
        "long": "CAMPANH\u00c3-CASTELO DO QUEIJO",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "CAMPANH\u00c3-VISO",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "207",
        "label": "207",
        "long": "CAMPANH\u00c3-MERCADO DA FOZ",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "ALIADOS-ALDOAR",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "209",
        "label": "209",
        "long": "PASTELEIRA-PRELADA",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "2M",
        "label": "2M",
        "long": "AV.ALIADOS - HOSPITAL S. JO\u00c3O",
        "short": "2M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "300",
        "label": "300",
        "long": "CIRCULAR HOSPITAL DE S.JO\u00c3O-ALIADOS",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "CIRCULAR HOSPITAL S.JO\u00c3O-S\u00c1 DA BANDEIRA",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "CIRCULAR ALIADOS-DAMI\u00c3O DE GOIS",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "CIRCULAR PRA\u00c7A DA LIBERDADE-CONSTITUI\u00c7\u00c3O",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "304",
        "label": "304",
        "long": "ALIADOS-STA. LUZIA",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "305",
        "label": "305",
        "long": "CORDOARIA-HOSPITAL DE S.JO\u00c3O",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "3M",
        "label": "3M",
        "long": "AV.ALIADOS - AEROPORTO",
        "short": "3M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "400",
        "label": "400",
        "long": "ALIADOS-PARQUE NASCENTE",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "401",
        "label": "401",
        "long": "BOLH\u00c3O-S.ROQUE",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "BOAVISTA - S.ROQUE",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "403",
        "label": "403",
        "long": "BOAVISTA (CASA M\u00daSICA)-CAMPANH\u00c3",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187EC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "404",
        "label": "404",
        "long": "CAMPANH\u00c3 (TIC) - HOSP. S. JO\u00c3O",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B3ECFF",
        "color_name": "white",
        "has_shape": true,
        "id": "47",
        "label": "MARES1",
        "long": "ALIADOS-MEO MAR\u00c9S",
        "short": "MARES1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B3ECFF",
        "color_name": "white",
        "has_shape": true,
        "id": "48",
        "label": "MARES2",
        "long": "MEO MAR\u00c9S",
        "short": "MARES2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B3ECFF",
        "color_name": "white",
        "has_shape": true,
        "id": "49",
        "label": "MARES1",
        "long": "ALIADOS-MEO MAR\u00c9S",
        "short": "MARES1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4M",
        "label": "4M",
        "long": "AV.ALIADOS - MAIA (C\u00c2MARA)",
        "short": "4M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "500",
        "label": "500",
        "long": "PRA\u00c7A LIBERDADE-MATOSINHOS (MERCADO)",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "ALIADOS-MATOSINHOS (PRAIA)",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "502",
        "label": "502",
        "long": "BOLH\u00c3O-MATOSINHOS (MERCADO)",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "503",
        "label": "503",
        "long": "BOAVISTA (BOM SUCESSO)- GAT\u00d5ES",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "504",
        "label": "504",
        "long": "BOAVISTA - NORTESHOPPING",
        "short": "504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "505",
        "label": "505",
        "long": "HOSPITAL S. JO\u00c3O-MATOSINHOS (MERCADO)",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "506",
        "label": "506",
        "long": "HOSPITAL S.JO\u00c3O-MATOSINHOS (MERCADO)",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "507",
        "label": "507",
        "long": "CORDOARIA-MAR SHOPPING",
        "short": "507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD116",
        "color_name": "yellow",
        "has_shape": true,
        "id": "508",
        "label": "508",
        "long": "BOAVISTA - CABO DO MUNDO (Via MAR Shop.)",
        "short": "508",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5M",
        "label": "5M",
        "long": "AV.ALIADOS - ERMESINDE (ESTA\u00c7\u00c3O)",
        "short": "5M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "ALIADOS-MAIA(BARCA)",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "CORDOARIA-AEROPORTO (Via MAR Shopping)",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "602",
        "label": "602",
        "long": "CORDOARIA-AEROPORTO (VIA PADR\u00c3O MOREIRA)",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "603",
        "label": "603",
        "long": "MARQU\u00caS-MAIA",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "604",
        "label": "604",
        "long": "HOSPITAL S.JO\u00c3O-AEROPORTO(VIA CRESTINS)",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AC00",
        "color_name": "green",
        "has_shape": true,
        "id": "605",
        "label": "605",
        "long": "MARQU\u00caS-MAIA (BARCA)",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "700",
        "label": "700",
        "long": "BOLH\u00c3O - CAMPO",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "701",
        "label": "701",
        "long": "BOLH\u00c3O-CODICEIRA",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "702",
        "label": "702",
        "long": "BOLH\u00c3O-TRAVAGEM",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "703",
        "label": "703",
        "long": "CORDOARIA-SONHOS",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "704",
        "label": "704",
        "long": "BOAVISTA - CODICEIRA",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "705",
        "label": "705",
        "long": "HOSPITAL S. JO\u00c3O-VALONGO (CONTINENTE)",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "706",
        "label": "706",
        "long": "H.S.JO\u00c3O - ERMESINDE(EST)VIA MTE PENEDO",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "707",
        "label": "707",
        "long": "H.S.JO\u00c3O-ERMESINDE(EST)VIA ARREGADAS",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "7M",
        "label": "7M",
        "long": "AV.ALIADOS - VALONGO",
        "short": "7M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "800",
        "label": "800",
        "long": "BOLH\u00c3O-GONDOMAR",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "801",
        "label": "801",
        "long": "CORDOARIA-S.PEDRO DA COVA",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "803",
        "label": "803",
        "long": "BOAVISTA-RIO TINTO(Esc. Sec.)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "804",
        "label": "804",
        "long": "HOSPITAL S.JO\u00c3O-S.PEDRO DA COVA",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "805",
        "label": "805",
        "long": "MARQU\u00caS-RIO TINTO (ESTA\u00c7\u00c3O)",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A347FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "806",
        "label": "806",
        "long": "MARQU\u00caS - F\u00c2NZERES (METRO)",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "8M",
        "label": "8M",
        "long": "AV.ALIADOS - S.PEDRO DA COVA",
        "short": "8M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "900",
        "label": "900",
        "long": "CORDOARIA-STO. OV\u00cdDIO",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "901",
        "label": "901",
        "long": "TRINDADE-VALADARES",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "902",
        "label": "902",
        "long": "BOAVISTA - LAVADORES",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "903",
        "label": "903",
        "long": "BOAVISTA-LABORIM",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "904",
        "label": "904",
        "long": "BOLH\u00c3O-COIMBR\u00d5ES",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "905",
        "label": "905",
        "long": "TRINDADE-MADALENA (C.SA\u00daDE)",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "906",
        "label": "906",
        "long": "TRINDADE-MADALENA",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "907",
        "label": "907",
        "long": "BOAVISTA-VILA D'ESTE",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "9M",
        "label": "9M",
        "long": "ALIADOS-GONDOMAR (VIA TIC)",
        "short": "9M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2554,
    "stop_points_capped": true
  },
  "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-18",
  "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": 68.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 12 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2554,
      "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": 2,
      "severity": "WARNING",
      "what": "2554 of 2554 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": 18251,
      "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": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "18251 of 18251 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."
    }
  ],
  "validator_version": "8.0.1"
}
