{
  "agency": {
    "country": "IT",
    "id": "actv-venezia-bus",
    "name": "ACTV Venezia (bus and tram)",
    "subdivision_code": "IT-34",
    "subdivision_name": "Veneto"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.7,
          "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": 98.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1997,
        "translations": {
          "feed_lang": "IT",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 35040,
        "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": 1997,
          "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": "1997 of 1997 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": 35040,
          "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": "35040 of 35040 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1673,
          "WARNING": 789123
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 786510,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 2575,
          "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": "stop_without_stop_time",
          "count": 34,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "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": "trip_headsign_matches_intermediate_stop",
          "count": 1642,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 29,
          "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.8,
          "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."
        },
        {
          "code": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "future_feed",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_feed' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future feed (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 59.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 790796 instances (0 error, 789123 warning, 1673 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 53,
        "effective_expiry_date": "2026-09-09",
        "feed_end_date": "2026-09-09",
        "feed_start_date": "2026-07-19",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-09-09",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 88.3,
      "status": "measured",
      "summary": "Service data covers the next 53 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 53 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Creative Commons Attribution through Venice's municipal open data catalog; credit ACTV and the Comune di Venezia.",
    "reachable": true,
    "sha256": "22872cad84a4044f4d3aa6c8b7549a7a52da922fbff69ac7526503c1eac33979",
    "size_bytes": 12685805,
    "static_url": "http://actv.avmspa.it/sites/default/files/attachments/opendata/automobilistico/actv_aut.zip"
  },
  "fetch": {
    "final_url": "https://actv.avmspa.it/sites/default/files/attachments/opendata/automobilistico/actv_aut.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": [
      11.88243,
      45.04468,
      12.39081,
      45.66182
    ],
    "lat": 45.47792,
    "lon": 12.20229,
    "stop_count": 1997
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 2,
        "trip_count": 3108,
        "trip_share_pct": 8.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 81,
        "trip_count": 31932,
        "trip_share_pct": 91.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 83,
    "trip_count": 35040
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.6,
    "margin_to_next_band": 0.4,
    "score": 59.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "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": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (A, C, V, CA, CO).",
      "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."
    }
  ],
  "routability": {
    "boardable_stops": 1997,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 34,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "34 of 1997 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 34,
    "single_stop_trips": 0,
    "trips_total": 35040
  },
  "route_map": {
    "drawn_route_count": 83,
    "has_shapes": true,
    "path": "data/artifacts/actv-venezia-bus/geometry.geojson",
    "route_count": 83,
    "routes": [
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "10_UM",
        "label": "10",
        "long": "Asseggiano Chiesa - Asseggiano Chiesa",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B5B5B",
        "color_name": "gray",
        "has_shape": true,
        "id": "11_UL",
        "label": "11",
        "long": "Santa Maria Elisabetta - Pellestrina Cimitero",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "12E_EN",
        "label": "12E",
        "long": "Scorze' IV Novembre - VENEZIA",
        "short": "12E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "12L_UM",
        "label": "12L",
        "long": "VENEZIA - 27 Ottobre D4",
        "short": "12L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "13_UM",
        "label": "13",
        "long": "Marghera Arduino - Zendrini Villaggio Laguna",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "14E_EN",
        "label": "14E",
        "long": "Zerman - Mogliano FS",
        "short": "14E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "15E_EN",
        "label": "15E",
        "long": "Zero Branco - Mogliano FS",
        "short": "15E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "15_UM",
        "label": "15",
        "long": "Aeroporto MARCO POLO - Stazione MESTRE FS C1",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "16_UM",
        "label": "16",
        "long": "27 Ottobre D4 - Marghera Arduino",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "17E_EN",
        "label": "17E",
        "long": "Caltana Marinoni - Mirano Matteotti",
        "short": "17E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "18_UM",
        "label": "18",
        "long": "Capolinea Ca' Sabbioni - Favretti MESTRE FS C2",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "19_UM",
        "label": "19",
        "long": "VENEZIA - Marcon Cooperazione",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "20_UM",
        "label": "20",
        "long": "Martellago - MESTRE CENTRO B5",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "21_UM",
        "label": "21",
        "long": "Martellago - MESTRE CENTRO B7",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "24H_UM",
        "label": "24H",
        "long": "VENEZIA - Tosatto Impastato",
        "short": "24H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "24_UM",
        "label": "24",
        "long": "VENEZIA - VENEZIA",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "2_UM",
        "label": "2",
        "long": "VENEZIA - Don Sturzo Vallon",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "31H_UM",
        "label": "31H",
        "long": "Ospedale dell'Angelo - Ospedale dell'Angelo",
        "short": "31H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "32H_UM",
        "label": "32H",
        "long": "Ospedale dell'Angelo - Ospedale dell'Angelo",
        "short": "32H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "33H_UM",
        "label": "33H",
        "long": "Ospedale dell'Angelo - Cavergnago Taliercio",
        "short": "33H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "34H_UM",
        "label": "34H",
        "long": "Ospedale dell'Angelo - Pertini Carrer",
        "short": "34H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "3E_EN",
        "label": "3E",
        "long": "Borgoricco Industriale - Mirano Matteotti",
        "short": "3E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "3_UM",
        "label": "3",
        "long": "Ilaria Alpi SFMR ospedale - Salici Villabona",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "43_UM",
        "label": "43",
        "long": "VENEZIA - Favretti MESTRE FS C2",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "45H_UM",
        "label": "45H",
        "long": "Ospedale dell'Angelo - Paliaga Ca' Noghera",
        "short": "45H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "45_UM",
        "label": "45",
        "long": "Stazione MESTRE FS C4 - Paliaga Ca' Noghera",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "47H_UM",
        "label": "47H",
        "long": "Ospedale dell'Angelo - Cavanis Capolinea",
        "short": "47H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "48H_UM",
        "label": "48H",
        "long": "Martellago - Mestre Centro B1",
        "short": "48H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "4DE_EN",
        "label": "4DE",
        "long": "Noale - VENEZIA",
        "short": "4DE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "4L_UM",
        "label": "4L",
        "long": "VENEZIA - Mestre Centro B1",
        "short": "4L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "4_UM",
        "label": "4",
        "long": "VENEZIA - Altinia Ca' Rezzonico",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "53E_ES",
        "label": "53E",
        "long": "Stazione Padova - VENEZIA",
        "short": "53E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "53_UM",
        "label": "53",
        "long": "27 Ottobre D4 - Malcontenta Chiesa",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "54E_ES",
        "label": "54E",
        "long": "Bojon Chiesa - Dolo Centro",
        "short": "54E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "54RE_ES",
        "label": "54RE",
        "long": "Bojon Chiesa - VENEZIA",
        "short": "54RE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "55E_ES",
        "label": "55E",
        "long": "Calcroci Chiesa - Stazione Padova",
        "short": "55E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "56E_ES",
        "label": "56E",
        "long": "Dolo Centro - Mirano Matteotti",
        "short": "56E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "57E_ES",
        "label": "57E",
        "long": "VENEZIA - Scaltenigo",
        "short": "57E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "58E_ES",
        "label": "58E",
        "long": "Adria Fs - Dolo Centro",
        "short": "58E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "58RE_ES",
        "label": "58RE",
        "long": "Adria Fs - VENEZIA",
        "short": "58RE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "59E_ES",
        "label": "59E",
        "long": "Dolo Centro - Mirano Matteotti",
        "short": "59E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "5E_EN",
        "label": "5E",
        "long": "Noale - VENEZIA",
        "short": "5E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "5_UM",
        "label": "5",
        "long": "VENEZIA - Aeroporto MARCO POLO",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "60E_ES",
        "label": "60E",
        "long": "Cavarzere - Stra Piazza Marconi",
        "short": "60E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "66E_ES",
        "label": "66E",
        "long": "Dolo Centro - Mellaredo Cavinello",
        "short": "66E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "66_UM",
        "label": "66",
        "long": "VENEZIA - Risorgimento Miranese",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "67E_ES",
        "label": "67E",
        "long": "Stra Piazza Marconi - Piove di Sacco",
        "short": "67E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "67RE_ES",
        "label": "67RE",
        "long": "Piove di Sacco - VENEZIA",
        "short": "67RE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "6E_EN",
        "label": "6E",
        "long": "Scorze' IV Novembre - VENEZIA",
        "short": "6E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "6L_UM",
        "label": "6L",
        "long": "VENEZIA - Marghera Salamonio",
        "short": "6L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "6_UM",
        "label": "6",
        "long": "VENEZIA - SFMR Spinea",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "7DE_EN",
        "label": "7DE",
        "long": "Mirano Matteotti - VENEZIA",
        "short": "7DE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "7E_EN",
        "label": "7E",
        "long": "Mirano Matteotti - VENEZIA",
        "short": "7E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "7L_UM",
        "label": "7L",
        "long": "VENEZIA - Brendole",
        "short": "7L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "7_UM",
        "label": "7",
        "long": "VENEZIA - Spinea Martiri",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "80_UM",
        "label": "80",
        "long": "VENEZIA - Martellago",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "81E_ES",
        "label": "81E",
        "long": "Adria Ospedale - Sottomarina",
        "short": "81E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "81F_UM",
        "label": "81F",
        "long": "Rizzardi Carrer - Rizzardi Carrer",
        "short": "81F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "82E_ES",
        "label": "82E",
        "long": "Dolo Centro - Sottomarina",
        "short": "82E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "83E_ES",
        "label": "83E",
        "long": "Cavarzere - Grignella Strada Poli",
        "short": "83E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "84_UM",
        "label": "84",
        "long": "VENEZIA - Marcon Cooperazione",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "86_UM",
        "label": "86",
        "long": "Stazione MESTRE FS C5 - Azoto Sottana",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "8AE_EN",
        "label": "8AE",
        "long": "Marcon Mattei - Stazione MESTRE FS C1",
        "short": "8AE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "8E_EN",
        "label": "8E",
        "long": "Treviso - VENEZIA",
        "short": "8E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "9E_EN",
        "label": "9E",
        "long": "Quarto d'Altino FS - 27 Ottobre D2",
        "short": "9E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7F1A",
        "color_name": "orange",
        "has_shape": true,
        "id": "A_UL",
        "label": "A",
        "long": "Santa Maria Elisabetta - Faro Rocchetta",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A0E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "CA_UL",
        "label": "CA",
        "long": "Santa Maria Elisabetta - Santa Maria Elisabetta",
        "short": "CA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A0E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "CO_UL",
        "label": "CO",
        "long": "Santa Maria Elisabetta - Santa Maria Elisabetta",
        "short": "CO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A0E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "C_UL",
        "label": "C",
        "long": "Santa Maria Elisabetta - Santa Maria Elisabetta",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "GSB_US",
        "label": "GSB",
        "long": "SFMR Spinea - SFMR Spinea",
        "short": "GSB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "GSG_US",
        "label": "GSG",
        "long": "SFMR Spinea - SFMR Spinea",
        "short": "GSG",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "HE_EN",
        "label": "HE",
        "long": "Noale - Martellago",
        "short": "HE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "N1_UM",
        "label": "N1",
        "long": "VENEZIA - VENEZIA",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "N2_UM",
        "label": "N2",
        "long": "VENEZIA - VENEZIA",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "N_UL",
        "label": "N",
        "long": "Santa Maria Elisabetta - Pellestrina Cimitero",
        "short": "N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "OMN1_ES",
        "label": "OMN1",
        "long": "Dolo Centro - Ballo' FS",
        "short": "OMN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "OMN2_ES",
        "label": "OMN2",
        "long": "Mirano Ospedale - Miranese Marano FS",
        "short": "OMN2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "393185",
        "color_name": "blue",
        "has_shape": true,
        "id": "OMN3_ES",
        "label": "OMN3",
        "long": "Mira Stazione FS - Miranese Marano FS",
        "short": "OMN3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "PK1_UM",
        "label": "PK1",
        "long": "Tronchetto Tronchetto Fer - Tronchetto Tronchetto Fer",
        "short": "PK1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "PM_UM",
        "label": "PM",
        "long": "Piazzale Roma - Tronchetto",
        "short": "PM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "T1_UM",
        "label": "T1",
        "long": "Monte Celo Favaro - VENEZIA CORSIA C",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "T2_UM",
        "label": "T2",
        "long": "MESTRE CENTRO A2 - Salamonio Marghera",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "4D897C",
        "color_name": "gray",
        "has_shape": true,
        "id": "V_UL",
        "label": "V",
        "long": "Santa Maria Elisabetta - Malamocco Parri",
        "short": "V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1997,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1997,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1997 of 1997 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": 35040,
      "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": 2,
      "severity": "WARNING",
      "what": "35040 of 35040 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
