{
  "agency": {
    "country": "IT",
    "id": "arst-sardegna",
    "name": "ARST (Trasporti Regionali della Sardegna)",
    "operating_note": "One regional bus and rail operator feed; counted as one feed record.",
    "subdivision_code": "IT-88",
    "subdivision_name": "Sardegna"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 2.8,
          "stops_marked_accessible_pct": 2.2,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 2.2,
          "trips_stated_pct": 3.8
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.3,
          "wheelchair_stops": 0.5,
          "wheelchair_trips": 0.6
        },
        "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.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3550,
        "translations": {
          "feed_lang": "it",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 6337,
        "wheelchair_accessible_pct": 3.8,
        "wheelchair_boarding_pct": 2.2,
        "wheelchair_marked_accessible_pct": 2.2,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 3473,
          "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": 24.5,
          "severity": "WARNING",
          "what": "3473 of 3550 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": 6099,
          "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": 14.4,
          "severity": "WARNING",
          "what": "6099 of 6337 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_stop_names_all_caps",
          "count": 3489,
          "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.7,
          "severity": "INFO",
          "what": "About 3489 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."
        },
        {
          "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": 23.9,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (2% 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": 15,
        "instances_by_severity": {
          "ERROR": 20962,
          "INFO": 71,
          "WARNING": 5634
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 20962,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 4468,
          "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": "equal_shape_distance_same_coordinates",
          "count": 641,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 342,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 83,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "unused_shape",
          "count": 58,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "stop_without_stop_time",
          "count": 22,
          "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": "route_short_name_too_long",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 4,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 4,
          "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 transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "missing_recommended_field",
          "count": 2,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_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": "big_gap_in_service",
          "count": 70,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 2.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 26667 instances (20962 error, 5634 warning, 71 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": "01072026",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 166 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 2% of stops and 4% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 2% of stops and 4% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; the regional mobility portal lists this operator-hosted archive as one of its open data datasets. Credit Regione Autonoma della Sardegna and ARST.",
    "reachable": true,
    "sha256": "66b910bbe03fb7325faa2a17c11d3c2538fde6d8656c5311c1c766d9071d1de7",
    "size_bytes": 19668671,
    "static_url": "https://www.arstspa.info/arst-cagliari-it.zip"
  },
  "fetch": {
    "final_url": "https://www.arstspa.info/arst-cagliari-it.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.149,
      38.89574,
      9.78997,
      41.24223
    ],
    "lat": 39.90288,
    "lon": 8.89757,
    "stop_count": 3550
  },
  "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": 423,
        "trip_share_pct": 6.7
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 4,
        "trip_count": 117,
        "trip_share_pct": 1.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 311,
        "trip_count": 5797,
        "trip_share_pct": 91.5
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 317,
    "trip_count": 6337
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 29.8,
    "margin_to_next_band": 30.2,
    "score": 29.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 9,
      "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": "9 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (Linea 2, Linea 5, Linea 6, Linea 8, Linea 10, 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": 1,
      "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": "1 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"BAREGA AVE MARIA\").",
      "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": 3550,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 22,
        "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": "22 of 3550 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": 22,
    "single_stop_trips": 0,
    "trips_total": 6337
  },
  "route_map": {
    "drawn_route_count": 312,
    "has_shapes": true,
    "path": "data/artifacts/arst-sardegna/geometry.geojson",
    "route_count": 317,
    "routes": [
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "101",
        "label": "Linea 101",
        "long": "CAGLIARI - VILLASIMIUS - COSTA REI - S.VITO",
        "short": "Linea 101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "102",
        "label": "Linea 102",
        "long": "ESCALAPLANO - BALLAO - MURAVERA - COLOSTRAI",
        "short": "Linea 102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "103",
        "label": "Linea 103",
        "long": "VILLAGRANDE - LANUSEI - TORTOLI - IERZU - TERTENIA - MURAVERA - CAGLIARI",
        "short": "Linea 103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "105",
        "label": "Linea 105",
        "long": "SUELLI - SENORBI' - SILIUS - ARMUNGIA - VILLASALTO - S.VITO - MURAVERA - COLOSTRAI",
        "short": "Linea 105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "106",
        "label": "Linea 106",
        "long": "BURCEI - S.GREGORIO - QUARTU S.ELENA - CAGLIARI",
        "short": "Linea 106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "107",
        "label": "Linea 107",
        "long": "CAGLIARI - QUARTU - MARA - SINNAI - SETTIMO - CAGLIARI",
        "short": "Linea 107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "108",
        "label": "Linea 108",
        "long": "PERDASDEFOGU - BALLAO - ARMUNGIA - SILIUS - S.ANDREA FRIUS - CAGLIARI",
        "short": "Linea 108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "109",
        "label": "Linea 109",
        "long": "USSANA - SESTU - OSPEDALE BROTZU - CAGLIARI",
        "short": "Linea 109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "110",
        "label": "Linea 110",
        "long": "USSANA - SESTU - CAGLIARI",
        "short": "Linea 110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "111",
        "label": "Linea 111",
        "long": "CAGLIARI - S.SPERATE - MONASTIR",
        "short": "Linea 111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "112",
        "label": "Linea 112",
        "long": "CAGLIARI - S.SPERATE - DECIMOMANNU",
        "short": "Linea 112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "113",
        "label": "Linea 113",
        "long": "CAGLIARI - MONASTIR - USSANA",
        "short": "Linea 113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "114",
        "label": "Linea 114",
        "long": "CAGLIARI - NURAMINIS - PIMENTEL - SENORBI' - GUASILA - VILLANOVAFRANCA",
        "short": "Linea 114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "116",
        "label": "Linea 116",
        "long": "SESTU - SETTIMO - SINNAI - POETTO",
        "short": "Linea 116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "117",
        "label": "Linea 117",
        "long": "MONSERRATO POLICLINICO-SESTU SAN GEMILIANO-MONSERRATO POLICLINICO",
        "short": "Linea 117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "118",
        "label": "Linea 118",
        "long": "VILLAMAR - SERRENTI - MONASTIR - CAGLIARI",
        "short": "Linea 118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "119",
        "label": "Linea 119",
        "long": "CAGLIARI - QUARTU - PITZ'E SERRA - MARA - SINNAI - SETTIMO - POLICLINICO UNIV. - CAGLIARI",
        "short": "Linea 119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "120",
        "label": "Linea 120",
        "long": "TUILI - PAULI ARBAREI - SARDARA - SANLURI - CAGLIARI",
        "short": "Linea 120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "121",
        "label": "Linea 121",
        "long": "ALES - SANLURI - CAGLIARI",
        "short": "Linea 121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "122",
        "label": "Linea 122",
        "long": "ALES - MORGONGIORI - GONNOSTRAMATZA - MOGORO - SANLURI - CAGLIARI",
        "short": "Linea 122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "123",
        "label": "Linea 123",
        "long": "VILLASOR - SAN SPERATE - SESTU - CITTA' UNIVERSITARIA - MONSERRATO - CAGLIARI",
        "short": "Linea 123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "125",
        "label": "Linea 125",
        "long": "VALLERMOSA - UTA - CAGLIARI",
        "short": "Linea 125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "126",
        "label": "Linea 126",
        "long": "MONASTIR - USSANA - SESTU - MONSERRATO - PIRRI - SELARGIUS",
        "short": "Linea 126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "127",
        "label": "Linea 127",
        "long": "VILLAMAR - SEGARIU - SANLURI - CAGLIARI",
        "short": "Linea 127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "129",
        "label": "Linea 129",
        "long": "CHIA BAIA - TUARREDDA - MALFATANO - CAMPIONNA - TRAMATZU - TEULADA - VIA LITORANEA",
        "short": "Linea 129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "130",
        "label": "Linea 130",
        "long": "CAGLIARI - RESIDENZA DEL SOLE - CAPOTERRA",
        "short": "Linea 130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "131",
        "label": "Linea 131",
        "long": "CAGLIARI - SENORBI' - SELEGAS - SANLURI - S. GAVINO - GUSPINI",
        "short": "Linea 131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "133",
        "label": "Linea 133",
        "long": "DOMUSDEMARIA - PULA - VILLA S.PIETRO - SARROCH - CAGLIARI IST. SCOLASTICI",
        "short": "Linea 133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "134",
        "label": "Linea 134",
        "long": "CAGLIARI - PULA PARCO SCIENTIFICO E TECNOLOGICO",
        "short": "Linea 134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "135",
        "label": "Linea 135",
        "long": "CAGLIARI - VILLASIMIUS - COSTA REY - S.VITO",
        "short": "Linea 135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "139",
        "label": "Linea 139",
        "long": "PULA - PORTO COLUMBU - CAGLIARI",
        "short": "Linea 139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "143",
        "label": "Linea 143",
        "long": "PULA - VILLA S.PIETRO - SARROCH - CAPOTERRA",
        "short": "Linea 143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "160",
        "label": "Linea 160",
        "long": "CAGLIARI - AEROPORTO ELMAS",
        "short": "Linea 160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "173",
        "label": "Linea 173",
        "long": "MARA-SINNAI-SETTIMO",
        "short": "Linea 173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "205",
        "label": "Linea 205",
        "long": "SANLURI - GUSPINI - ARBUS - FLUMINIMAGGIORE",
        "short": "Linea 205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "208",
        "label": "Linea 208",
        "long": "VILLACIDRO - GUSPINI - ARBUS - MONTEVECCHIO - COSTA VERDE",
        "short": "Linea 208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "209",
        "label": "Linea 209",
        "long": "VILLACIDRO - ARBUS - GUSPINI - ARBOREA - ORISTANO",
        "short": "Linea 209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "211",
        "label": "Linea 211",
        "long": "PABILLONIS - ARBUS - GUSPINI - VILLACIDRO - DECIMOMANNU - CAGLIARI",
        "short": "Linea 211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "214",
        "label": "Linea 214",
        "long": "MONTEVECCHIO - S.GAVINO - GUSPINI - CAGLIARI",
        "short": "Linea 214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "215",
        "label": "Linea 215",
        "long": "GUSPINI - ARBUS - VILLACIDRO - SERRAMANNA - VILLASOR - Z.I. MACCHIAREDDU",
        "short": "Linea 215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "216",
        "label": "Linea 216",
        "long": "S. GAVINO - SARDARA - SANLURI - SAMASSI - VILLASOR - Z.I. SARROCH",
        "short": "Linea 216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "219",
        "label": "Linea 219",
        "long": "GUSPINI - PABILLONIS - SARDARA - SANLURI - CAGLIARI",
        "short": "Linea 219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "220",
        "label": "Linea 220",
        "long": "ARBUS - GONNOSFANADIGA - VILLACIDRO - TURRIGHEDDA",
        "short": "Linea 220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "221",
        "label": "Linea 221",
        "long": "GUSPINI - S.GAVINO - SANLURI - SAMASSI - VILLACIDRO - GUSPINI",
        "short": "Linea 221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "301",
        "label": "Linea 301",
        "long": "BAUNEI - ARDALI - TRIEI - S.M.NAVARRESE - TORTOLI' - LANUSEI",
        "short": "Linea 301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "302",
        "label": "Linea 302",
        "long": "NUORO - LANUSEI - BARISARDO - TORTOLI'",
        "short": "Linea 302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "303",
        "label": "Linea 303",
        "long": "ARBATAX - TORTOLI' - BAUNEI - DORGALI - NUORO",
        "short": "Linea 303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "305",
        "label": "Linea 305",
        "long": "C.GIUSTIZIERI - URZULEI - TALANA - TORTOLI' - ARBATAX",
        "short": "Linea 305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "306",
        "label": "Linea 306",
        "long": "LANUSEI - CARDEDU - TERTENIA - PERDASDEFOGU",
        "short": "Linea 306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007A00",
        "color_name": "green",
        "has_shape": true,
        "id": "4001",
        "label": "Linea 1",
        "long": "CIRCOLARE  DESTRA",
        "short": "Linea 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E83618",
        "color_name": "red",
        "has_shape": true,
        "id": "4002",
        "label": "Linea 2",
        "long": "CIRCOLARE SINISTRA",
        "short": "Linea 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5F5F5F",
        "color_name": "gray",
        "has_shape": true,
        "id": "4003",
        "label": "Linea 3",
        "long": "TORANGIUS  -  STAZIONE FS",
        "short": "Linea 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4004",
        "label": "Linea 4",
        "long": "ORISTANO  -  SILI  -  ORISTANO",
        "short": "Linea 4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F78C3B",
        "color_name": "orange",
        "has_shape": true,
        "id": "4005",
        "label": "Linea 5",
        "long": "ORISTANO  -  NURAXINIEDDU  -  MASSAMA",
        "short": "Linea 5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F30D85",
        "color_name": "pink",
        "has_shape": true,
        "id": "4006",
        "label": "Linea 6",
        "long": "ORISTANO - RIMEDIO - DONIGALA - ORISTANO",
        "short": "Linea 6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993366",
        "color_name": "brown",
        "has_shape": true,
        "id": "4007",
        "label": "Linea 7",
        "long": "ORISTANO - TIRIA - ORISTANO",
        "short": "Linea 7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "4008",
        "label": "Linea 8",
        "long": "ORISTANO  - TORREGRANDE",
        "short": "Linea 8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "4009",
        "label": "Linea 9",
        "long": "ORISTANO  - TORREGRANDE",
        "short": "Linea 9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "401",
        "label": "Linea 401",
        "long": "GUSPINI - S. NICOLO' ARCIDANO - ARBOREA - ORISTANO",
        "short": "Linea 401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009999",
        "color_name": "teal",
        "has_shape": true,
        "id": "4010",
        "label": "Linea 10",
        "long": "ORISTANO  - TORREGRANDE",
        "short": "Linea 10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4011",
        "label": "Linea 11",
        "long": "ORISTANO  - TORREGRANDE",
        "short": "Linea 11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "4012",
        "label": "Linea 12",
        "long": "FRAZIONI  - ORISTANO",
        "short": "Linea 12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "402",
        "label": "Linea 402",
        "long": "ABBASANTA GHILARZA AIDOMAGGIORE NORBELLO ABBASANTA",
        "short": "Linea 402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "403",
        "label": "Linea 403",
        "long": "LACONI - ASUNI - RUINAS - VILLAURBANA - ORISTANO",
        "short": "Linea 403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "404",
        "label": "Linea 404",
        "long": "LACONI - NURALLAO - USELLUS - ORISTANO",
        "short": "Linea 404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "405",
        "label": "Linea 405",
        "long": "GENURI - GONNOSNO' - ALES - ORISTANO",
        "short": "Linea 405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "406",
        "label": "Linea 406",
        "long": "ALES - PAU - ZEPPARA - GONNOSNO - CURCURIS - TUILI - SANLURI - VILLAMAR - VILLACIDRO",
        "short": "Linea 406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "407",
        "label": "Linea 407",
        "long": "ALES - SIMALA - POMPU - SARDARA - CAGLIARI",
        "short": "Linea 407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "408",
        "label": "Linea 408",
        "long": "ALES - VILLANOVAFORRU - SARDARA - S.GAVINO",
        "short": "Linea 408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "409",
        "label": "Linea 409",
        "long": "ALES - PAU - USELLUS - VILLAURBANA - ORISTANO",
        "short": "Linea 409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "410",
        "label": "Linea 410",
        "long": "ALES - GONNOSTRAMATZA - MOGORO - ORISTANO",
        "short": "Linea 410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "411",
        "label": "Linea 411",
        "long": "PAU - VILLAVERDE - GONNOSCODINA - GONNOSTRAMATZA - MASULLAS - SIRIS - ORISTANO",
        "short": "Linea 411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "412",
        "label": "Linea 412",
        "long": "LUNAMATRONA - PAULI ARBAREI - USSARAMANNA - BARESSA - ORISTANO",
        "short": "Linea 412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "413",
        "label": "Linea 413",
        "long": "ABBASANTA - ARDAULI - NEONELI - ORISTANO",
        "short": "Linea 413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "414",
        "label": "Linea 414",
        "long": "BUSACHI - ARDAULI - SORRADILE - ABBASANTA - ORISTANO",
        "short": "Linea 414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "415",
        "label": "Linea 415",
        "long": "SAMUGHEO - FORDONGIANUS - ULA TIRSO - BUSACHI - ABBASANTA",
        "short": "Linea 415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "416",
        "label": "Linea 416",
        "long": "LACONI - NURECI - ALES - MOGORO",
        "short": "Linea 416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "418",
        "label": "Linea 418",
        "long": "SU PALLOSU - MANDRIOLA - PUTZU IDU - S.VERO MILIS - ORISTANO",
        "short": "Linea 418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "419",
        "label": "Linea 419",
        "long": "SENEGHE - MILIS - ORISTANO",
        "short": "Linea 419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "420",
        "label": "Linea 420",
        "long": "ORISTANO - ZEDDIANI - NARBOLIA",
        "short": "Linea 420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "421",
        "label": "Linea 421",
        "long": "SANTULUSSURGIU - NARBOLIA - CABRAS - ORISTANO",
        "short": "Linea 421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "422",
        "label": "Linea 422",
        "long": "BONARCADO - SENEGHE - NARBOLIA - RIOLA - ORISTANO",
        "short": "Linea 422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "423",
        "label": "Linea 423",
        "long": "ABBASANTA - S.LUSSURGIU - MILIS - ORISTANO",
        "short": "Linea 423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "424",
        "label": "Linea 424",
        "long": "ORISTANO - S.VERO MILIS - MILIS - S.LUSSURGIU - ABBASANTA",
        "short": "Linea 424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "425",
        "label": "Linea 425",
        "long": "ZERFALIU - SOLARUSSA - ORISTANO",
        "short": "Linea 425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "426",
        "label": "Linea 426",
        "long": "RIOLA - NURACHI - ORISTANO Z.I.",
        "short": "Linea 426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "427",
        "label": "Linea 427",
        "long": "PONTILE - TORREGRANDE - CABRAS - ORISTANO",
        "short": "Linea 427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "430",
        "label": "Linea 430",
        "long": "ORISTANO - S.GIOVANNI SINIS - IS ARUTTAS",
        "short": "Linea 430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "433",
        "label": "Linea 433",
        "long": "CAGLIARI - LACONI - NUORO",
        "short": "Linea 433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "434",
        "label": "Linea 434",
        "long": "LACONI - ASUNI - SAMUGHEO - ORISTANO",
        "short": "Linea 434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "435",
        "label": "Linea 435",
        "long": "ABBASANTA - GHILARZA - AIDOMAGGIORE - BORORE - DUALCHI - SEDILO - OTTANA - NUORO",
        "short": "Linea 435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "436",
        "label": "Linea 436",
        "long": "LACONI - BARUMINI - VILLAMAR - CAGLIARI",
        "short": "Linea 436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "437",
        "label": "Linea 437",
        "long": "ALES - GENURI - GONNOSNO' - USELLUS - ORISTANO",
        "short": "Linea 437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "438",
        "label": "Linea 438",
        "long": "LACONI - GADONI - ARITZO - BELVI' - ATZARA - SAMUGHEO - ORISTANO",
        "short": "Linea 438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "442",
        "label": "Linea 442",
        "long": "LACONI - ASUNI - RUINAS - V.URBANA - SIMAXIS - TORREGRANDE",
        "short": "Linea 442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "443",
        "label": "Linea 443",
        "long": "BARESSA - SETZU - ALES - TERRALBA - MARINA DI ARBOREA",
        "short": "Linea 443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "444",
        "label": "Linea 444",
        "long": "ORISTANO - ARBOREA - SANLURI - CAGLIARI",
        "short": "Linea 444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "445",
        "label": "Linea 445",
        "long": "ZERFALIU - SIMAXIS - TORREGRANDE",
        "short": "Linea 445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "446",
        "label": "Linea 446",
        "long": "PAULI ARBAREI - LUNAMATRONA - V.FORRU - COLLINAS - SARDARA - ORISTANO",
        "short": "Linea 446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "497",
        "label": "Linea 497",
        "long": "AUTOLINEA OCCASIONALE: ABBASANTA - PAULILATINO - BONARCADO SANTUARIO",
        "short": "Linea 497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "501",
        "label": "Linea 501",
        "long": "SORGONO - TONARA - ARITZO - LACONI - SANLURI - CAGLIARI",
        "short": "Linea 501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "502",
        "label": "Linea 502",
        "long": "FONNI - DESULO - SORGONO - ABBASANTA",
        "short": "Linea 502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "504",
        "label": "Linea 504",
        "long": "MEANA SARDO - SORGONO - OLZAI - OTTANAZ.I. ENICHEM - NUORO",
        "short": "Linea 504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "505",
        "label": "Linea 505",
        "long": "SORGONO - LODINE - GAVOI - OLLOLAI - NUORO",
        "short": "Linea 505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "506",
        "label": "Linea 506",
        "long": "BELVI' - DESULO - NUORO",
        "short": "Linea 506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "507",
        "label": "Linea 507",
        "long": "FONNI - GAVOI - LODINE - NUORO",
        "short": "Linea 507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "509",
        "label": "Linea 509",
        "long": "ORGOSOLO - BUDURRAI - NUORO VIA MONTALE",
        "short": "Linea 509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "511",
        "label": "Linea 511",
        "long": "BUDDUSO' - OSIDDA - LULA - BITTI - NUORO",
        "short": "Linea 511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "512",
        "label": "Linea 512",
        "long": "FONNI - SORGONO - NEONELI - ORISTANO",
        "short": "Linea 512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "513",
        "label": "Linea 513",
        "long": "Linea 513",
        "short": "Linea 513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "520",
        "label": "Linea 520",
        "long": "CALA GONONE - DORGALI - OLIENA - NUORO",
        "short": "Linea 520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "521",
        "label": "Linea 521",
        "long": "DORGALI - GALTELLI - OROSEI - SINISCOLA",
        "short": "Linea 521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "525",
        "label": "Linea 525",
        "long": "FONNI - GAVOI - OLLOLAI - SARULE - ORANI - OTTANA Z.I. ENICHEM",
        "short": "Linea 525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "529",
        "label": "Linea 529",
        "long": "NUORO - LOCULI - IRGOLI - ONIFAI - OROSEI - GALTELLI' - NUORO",
        "short": "Linea 529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "530",
        "label": "Linea 530",
        "long": "SORGONO - ORTUERI - ABBASANTA - ORISTANO",
        "short": "Linea 530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "537",
        "label": "Linea 537",
        "long": "TONARA - SORGONO - SAMUGHEO - ORISTANO",
        "short": "Linea 537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "540",
        "label": "Linea 540",
        "long": "LODE' - SINISCOLA - LA CALETTA",
        "short": "Linea 540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "544",
        "label": "Linea 544",
        "long": "OTTANA - BORORE - BONORVA - SASSARI",
        "short": "Linea 544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "601",
        "label": "Linea 601",
        "long": "S.TERESA G. - PALAU - ARZACHENA - S.PANTALEO - OLBIA I.B. - AEROPORTO",
        "short": "Linea 601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "602",
        "label": "Linea 602",
        "long": "TEMPIO - CALANGIANUS - OLBIA I.B.",
        "short": "Linea 602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "604",
        "label": "Linea 604",
        "long": "ARZACHENA - PORTO CERVO - BAIA SARDINIA - OLBIA",
        "short": "Linea 604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "609",
        "label": "Linea 609",
        "long": "OLBIA - S.TEODORO - BUDONI - SINISCOLA",
        "short": "Linea 609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "610",
        "label": "Linea 610",
        "long": "OLBIA - G.ARANCI",
        "short": "Linea 610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "701",
        "label": "Linea 701",
        "long": "BOSA - POZZOMAGGIORE - SASSARI",
        "short": "Linea 701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "702",
        "label": "Linea 702",
        "long": "PADRIA - POZZOMAGGIORE - BONORVA - GIAVE - THIESI - SASSARI",
        "short": "Linea 702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "703",
        "label": "Linea 703",
        "long": "BOSA - CUGLIERI - ORISTANO",
        "short": "Linea 703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "704",
        "label": "Linea 704",
        "long": "POZZOMAGGIORE - PADRIA - ROMANA - ALGHERO",
        "short": "Linea 704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "707",
        "label": "Linea 707",
        "long": "ITTIRI - URI - USINI - SASSARI - SERVIZIO SCOLASTICO",
        "short": "Linea 707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "708",
        "label": "Linea 708",
        "long": "SASSARI - ITTIRI - SASSARI",
        "short": "Linea 708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "709",
        "label": "Linea 709",
        "long": "SASSARI - OSSI - TISSI - SASSARI",
        "short": "Linea 709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "710",
        "label": "Linea 710",
        "long": "BOSA - VILLANOVA MONTELEONE - PUTIFIGARI - SASSARI",
        "short": "Linea 710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "711",
        "label": "Linea 711",
        "long": "OZIERI - SINISCOLA - OLBIA - OZIERI",
        "short": "Linea 711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "712",
        "label": "Linea 712",
        "long": "SASSARI - FLORINAS - PLOAGHE - CHIARAMONTI - MARTIS",
        "short": "Linea 712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "713",
        "label": "Linea 713",
        "long": "ALGHERO - URI - ITTIRI - THIESI - MACOMER",
        "short": "Linea 713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "714",
        "label": "Linea 714",
        "long": "ROMANA - VILLANOVA M. - ALGHERO - FERTILIA - S.M. LA PALMA - P. TORRES",
        "short": "Linea 714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "719",
        "label": "Linea 719",
        "long": "SASSARI - PORTOTORRES",
        "short": "Linea 719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "721",
        "label": "Linea 721",
        "long": "BULZI - CASTELSARDO - SASSARI",
        "short": "Linea 721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "722",
        "label": "Linea 722",
        "long": "SASSARI - SENNORI - SASSARI",
        "short": "Linea 722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "724",
        "label": "Linea 724",
        "long": "CASTELSARDO - SASSARI",
        "short": "Linea 724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "725",
        "label": "Linea 725",
        "long": "SASSARI - OSILO",
        "short": "Linea 725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "726",
        "label": "Linea 726",
        "long": "LINEA SASSARI-NULVI",
        "short": "Linea 726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "727",
        "label": "Linea 727",
        "long": "LA PELOSA - STINTINO - P.TORRES - SASSARI",
        "short": "Linea 727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "728",
        "label": "Linea 728",
        "long": "SASSARI - CASTELSARDO - BADESI - S.TERESA DI GALLURA",
        "short": "Linea 728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "730",
        "label": "Linea 730",
        "long": "POZZO S.NICOLA - PALMADULA - CANAGLIA - P.TORRES - SASSARI",
        "short": "Linea 730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "731",
        "label": "Linea 731",
        "long": "BONO - BURGOS - ITTIREDDU - SASSARI",
        "short": "Linea 731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "732",
        "label": "Linea 732",
        "long": "ARGENTIERA - CAMPANEDDA - SASSARI",
        "short": "Linea 732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "739",
        "label": "Linea 739",
        "long": "COSSOINE - BONORVA - BOSA MARINA",
        "short": "Linea 739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "747",
        "label": "Linea 747",
        "long": "BONO - BOTTIDDA - OTTANA - GHILARZA - CAGLIARI",
        "short": "Linea 747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "749",
        "label": "Linea 749",
        "long": "BULTEI - ANELA - BONO - BOTTIDDA - LULA - LA CALETTA - S. TEODORO",
        "short": "Linea 749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "751",
        "label": "Linea 751",
        "long": "NULVI - OSILO - SASSARI LATTE DOLCE - Z.I.PORTO TORRES",
        "short": "Linea 751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "753",
        "label": "Linea 753",
        "long": "MULTEDU - CASTELSARDO - SENNORI - SORSO - PORTOTORRES - Z.I.PORTOTORRES",
        "short": "Linea 753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "754",
        "label": "Linea 754",
        "long": "PLOAGHE - CODRONGIANOS - OSSI - TISSI - SASSARI VIA TURATI - Z.I.P.TORRES",
        "short": "Linea 754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "757",
        "label": "Linea 757",
        "long": "USINI - ITTIRI - URI - OLMEDO - Z.I.PORTO TORRES",
        "short": "Linea 757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "760",
        "label": "Linea 760",
        "long": "SASSARI - AEROPORTO FERTILIA",
        "short": "Linea 760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "761",
        "label": "Linea 761",
        "long": "SASSARI - MORES - OZIERI",
        "short": "Linea 761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "8001",
        "label": "Linea 8001",
        "long": "IGLESIAS/CARBONIA - DECIMOMANNU (SERVIZIO ESTIVO)",
        "short": "Linea 8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "8002",
        "label": "Linea 8002",
        "long": "IGLESIAS/CARBONIA - DECIMOMANNU (SERVIZIO INVERNALE)",
        "short": "Linea 8002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "8003",
        "label": "Linea 8003",
        "long": "ECIMOMANNU-VILLASPECIOSA-UTA-DECIMOMANNU (SERVIZIO ESTIVO)",
        "short": "Linea 8003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "8004",
        "label": "Linea 8004",
        "long": "DECIMOMANNU-VILLASPECIOSA-UTA-DECIMOMANNU (SERVIZIO INVERNALE)",
        "short": "Linea 8004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "8005",
        "label": "Linea 8005",
        "long": "CARBONIA IGLESIAS",
        "short": "Linea 8005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "801",
        "label": "Linea 801",
        "long": "CALASETTA - CARBONIA - IGLESIAS - CAGLIARI",
        "short": "Linea 801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "802",
        "label": "Linea 802",
        "long": "CALASETTA - CARBONIA - V.MASSARGIA - CAGLIARI",
        "short": "Linea 802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "803",
        "label": "Linea 803",
        "long": "PORTOSCUSO - CAGLIARI",
        "short": "Linea 803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "804",
        "label": "Linea 804",
        "long": "BUGGERRU - IGLESIAS",
        "short": "Linea 804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "805",
        "label": "Linea 805",
        "long": "IGLESIAS - VALLERMOSA",
        "short": "Linea 805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "806",
        "label": "Linea 806",
        "long": "CARBONIA - IGLESIAS",
        "short": "Linea 806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "807",
        "label": "Linea 807",
        "long": "CARBONIA - BARBUSI - CORONGIU - IGLESIAS",
        "short": "Linea 807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "808",
        "label": "Linea 808",
        "long": "MASUA - IGLESIAS - DOMUSNOVAS",
        "short": "Linea 808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "809",
        "label": "Linea 809",
        "long": "IGLESIAS - DOMUSNOVAS - MUSEI - VILLAMASSARGIA",
        "short": "Linea 809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "810",
        "label": "Linea 810",
        "long": "IGLESIAS - DOMUSNOVAS - MUSEI - VILLAMASSARGIA",
        "short": "Linea 810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "811",
        "label": "Linea 811",
        "long": "CAGLIARI - NUXIS - GIBA - CARBONIA",
        "short": "Linea 811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "812",
        "label": "Linea 812",
        "long": "NUXIS - S.ANTIOCO",
        "short": "Linea 812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "813",
        "label": "Linea 813",
        "long": "TERRESOLI - S.ANTIOCO",
        "short": "Linea 813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "814",
        "label": "Linea 814",
        "long": "TERRESOLI - CARBONIA",
        "short": "Linea 814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "815",
        "label": "Linea 815",
        "long": "TERRESOLI - SANTADI - NUXIS - NARCAO - CARBONIA",
        "short": "Linea 815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "816",
        "label": "Linea 816",
        "long": "TEULADA - CARBONIA",
        "short": "Linea 816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "817",
        "label": "Linea 817",
        "long": "TEULADA - S.ANTIOCO",
        "short": "Linea 817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "818",
        "label": "Linea 818",
        "long": "GIBA - S.GIOVANNI S. - CARBONIA - PORTOSCUSO",
        "short": "Linea 818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "819",
        "label": "Linea 819",
        "long": "TEULADA - ACQUACADDA",
        "short": "Linea 819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "820",
        "label": "Linea 820",
        "long": "PORTOPINO - GIBA - CARBONIA - IGLESIAS",
        "short": "Linea 820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "821",
        "label": "Linea 821",
        "long": "PORTOSCUSO - CARBONIA",
        "short": "Linea 821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "822",
        "label": "Linea 822",
        "long": "S.ANTIOCO - S.GIOVANNI SUERGIU - PORTOSCUSO",
        "short": "Linea 822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "823",
        "label": "Linea 823",
        "long": "BRUNCU TEULA - PARINGIANU - PORTOSCUSO",
        "short": "Linea 823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "824",
        "label": "Linea 824",
        "long": "CARLOFORTE",
        "short": "Linea 824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "825",
        "label": "Linea 825",
        "long": "CARLOFORTE ESTIV",
        "short": "Linea 825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "826",
        "label": "Linea 826",
        "long": "GIBA - CAGLIARI",
        "short": "Linea 826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "827",
        "label": "Linea 827",
        "long": "CALASETTA - IGLESIAS",
        "short": "Linea 827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "828",
        "label": "Linea 828",
        "long": "SILIQUA - S.GIOVANNI SUERGIU - CALASETTA",
        "short": "Linea 828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007A00",
        "color_name": "green",
        "has_shape": true,
        "id": "829",
        "label": "Linea 3",
        "long": "URBANO IGLESIAS  3",
        "short": "Linea 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "830",
        "label": "Linea 1",
        "long": "URBANO IGLESIAS  1",
        "short": "Linea 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "831",
        "label": "Linea 2",
        "long": "URBANO IGLESIAS  2",
        "short": "Linea 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "832",
        "label": "Linea A",
        "long": "URBANO CARBONIA  A",
        "short": "Linea A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "833",
        "label": "Linea B",
        "long": "URBANO CARBONIA  B",
        "short": "Linea B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "835",
        "label": "Linea 835",
        "long": "PORTOVESME - BARBUSI - DOMUSNOVAS",
        "short": "Linea 835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "836",
        "label": "Linea 836",
        "long": "DOMUSNOVAS - BARBUSI - PORTOVESME",
        "short": "Linea 836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "837",
        "label": "Linea 837",
        "long": "PORTOVESME - IGLESIAS",
        "short": "Linea 837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "838",
        "label": "Linea 838",
        "long": "PORTOVESME - IGLESIAS",
        "short": "Linea 838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "839",
        "label": "Linea 839",
        "long": "PORTOSCUSO - IGLESIAS",
        "short": "Linea 839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "840",
        "label": "Linea 840",
        "long": "MASUA - DOMUSNOVAS",
        "short": "Linea 840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "841",
        "label": "Linea 841",
        "long": "IGLESIAS - GUSPINI",
        "short": "Linea 841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "842",
        "label": "Linea 842",
        "long": "PORTOSCUSO - CARBONIA",
        "short": "Linea 842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "843",
        "label": "Linea 843",
        "long": "CALASETTA - MATZACCARA - PORTOVESME",
        "short": "Linea 843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "844",
        "label": "Linea 844",
        "long": "CALASETTA - PARINGIANU - PORTOVESME",
        "short": "Linea 844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "845",
        "label": "Linea 845",
        "long": "PORTOSCUSO - PORTOVESME",
        "short": "Linea 845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "846",
        "label": "Linea 846",
        "long": "PORTOVESME - CARBONIA",
        "short": "Linea 846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "847",
        "label": "Linea 847",
        "long": "PORTOSCUSO - NURAXI FIGUS - CAMPO PISANO",
        "short": "Linea 847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "848",
        "label": "Linea 848",
        "long": "TERRESOLI - GIBA - PORTOVESME",
        "short": "Linea 848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "849",
        "label": "Linea 849",
        "long": "ACQUACALLENTI - CARBONIA - PORTOVESME",
        "short": "Linea 849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "850",
        "label": "Linea 850",
        "long": "S. ANNA ARRESI - GIBA - PORTOVESME",
        "short": "Linea 850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "851",
        "label": "Linea 851",
        "long": "SANTADI - MASUA",
        "short": "Linea 851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "852",
        "label": "Linea 852",
        "long": "PORTOVESME - CAGLIARI",
        "short": "Linea 852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "853",
        "label": "Linea 853",
        "long": "FUNTANAMARE - IGLESIAS",
        "short": "Linea 853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "854",
        "label": "Linea 854",
        "long": "BACU ABIS - GONNESA - PLAGE MESU",
        "short": "Linea 854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "855",
        "label": "Linea 855",
        "long": "IGLESIAS - PLAGE MESU",
        "short": "Linea 855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "856",
        "label": "Linea 856",
        "long": "DOMUSNOVAS - PLAGE MESU",
        "short": "Linea 856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "857",
        "label": "Linea 857",
        "long": "PORTIXEDDU - FLUMINIMAGGIORE",
        "short": "Linea 857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "858",
        "label": "Linea 858",
        "long": "PORTOPAGLIETTO - CARBONIA",
        "short": "Linea 858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "859",
        "label": "Linea 859",
        "long": "PORTOPINO - CARBONIA",
        "short": "Linea 859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "860",
        "label": "Linea 860",
        "long": "RIO MURTAS - NUXIS - SANTADI - PORTOPINO",
        "short": "Linea 860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "861",
        "label": "Linea 861",
        "long": "S.ANTIOCO - MALADROXIA - COA QUADDU",
        "short": "Linea 861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "862",
        "label": "Linea 862",
        "long": "PORTOPINO - TERRASEO",
        "short": "Linea 862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9001",
        "label": "Linea 9001",
        "long": "ISILI STAZIONE - VILLACIDRO",
        "short": "Linea 9001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9003",
        "label": "Linea 9003",
        "long": "CAGLIARI - MANDAS - ISILI",
        "short": "Linea 9003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9004",
        "label": "Linea 9004",
        "long": "GAIRO - JERZU",
        "short": "Linea 9004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9108",
        "label": "Linea 9108",
        "long": "PERDASDEFOGU - TERTENIA - MUSEDDU - CARDEDU - LANUSEI STAZ",
        "short": "Linea 9108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9109",
        "label": "Linea 9109",
        "long": "ESTERZILI - ESCALAPLANO - ISILI",
        "short": "Linea 9109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9110",
        "label": "Linea 9110",
        "long": "ORTUERI - CANTONIERA ORTUABIS",
        "short": "Linea 9110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9111",
        "label": "Linea 9111",
        "long": "ARITZO - STAZIONE GAIRO",
        "short": "Linea 9111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9112",
        "label": "Linea 9112",
        "long": "CAGLIARI - GAIRO - LANUSEI",
        "short": "Linea 9112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9113",
        "label": "Linea 9113",
        "long": "CAGLIARI - SORGONO - OVODDA",
        "short": "Linea 9113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9114",
        "label": "Linea 9114",
        "long": "MANDAS STAZIONE - DONIGALA - CAGLIARI",
        "short": "Linea 9114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9115",
        "label": "Linea 9115",
        "long": "GONI - SENORBI'",
        "short": "Linea 9115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9118",
        "label": "Linea 9118",
        "long": "CAGLIARI - S.ANDREA FRIUS - SAN BASILIO - SENORBI'",
        "short": "Linea 9118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9119",
        "label": "Linea 9119",
        "long": "ESTERZILI - ESCALAPLANO - ISILI",
        "short": "Linea 9119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9120",
        "label": "Linea 9120",
        "long": "MARACALAGONIS - SINNAI - SETTIMO - CAGLIARI",
        "short": "Linea 9120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9121",
        "label": "Linea 9121",
        "long": "SANTA SOFIA - LACONI - ISILI STAZIONE",
        "short": "Linea 9121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9122",
        "label": "Linea 9122",
        "long": "VILLACIDRO - SANLURI - LUNAMATRONA",
        "short": "Linea 9122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9124",
        "label": "Linea 9124",
        "long": "SARDARA - VILLACIDRO",
        "short": "Linea 9124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9125",
        "label": "Linea 9125",
        "long": "SANLURI - PAULI ARBAREI - USSARAMANNA - GONNOSNO'",
        "short": "Linea 9125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9126",
        "label": "Linea 9126",
        "long": "SENORBI' - BARRALI - POETTO",
        "short": "Linea 9126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9127",
        "label": "Linea 9127",
        "long": "NUORO - SORGONO",
        "short": "Linea 9127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9128",
        "label": "Linea 9128",
        "long": "CARDEDU - TORRE DI BARI' - LANUSEI STAZIONE",
        "short": "Linea 9128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9129",
        "label": "Linea 9129",
        "long": "SEULO-ISILI",
        "short": "Linea 9129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9130",
        "label": "Linea 9130",
        "long": "LANUSEI - ARBATAX",
        "short": "Linea 9130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9131",
        "label": "Linea 9131",
        "long": "LANUSEI - ARZANA",
        "short": "Linea 9131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9132",
        "label": "Linea 9132",
        "long": "LANUSEI - VILLANOVA STRISAILI - VILLAGRANDE",
        "short": "Linea 9132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9133",
        "label": "Linea 9133",
        "long": "VILLAGRANDE - TORLTOLI' - ORRI'",
        "short": "Linea 9133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9134",
        "label": "Linea 9134",
        "long": "CARDEDU - TORRE DI BARI' - LANUSEI STAZIONE",
        "short": "Linea 9134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9135",
        "label": "Linea 9135",
        "long": "TERTENIA - BARISARDO - TORTOLI' - ARBATAX",
        "short": "Linea 9135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9136",
        "label": "Linea 9136",
        "long": "JERZU - PELAU - GENN'E MASONI",
        "short": "Linea 9136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9137",
        "label": "Linea 9137",
        "long": "ESCALAPLANO - PERDASDEFOGU",
        "short": "Linea 9137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9138",
        "label": "Linea 9138",
        "long": "ORROLI - NUORO",
        "short": "Linea 9138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9139",
        "label": "Linea 9139",
        "long": "NURECI - ISILI STAZIONE",
        "short": "Linea 9139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9140",
        "label": "Linea 9140",
        "long": "TERTENIA - BARISARDO - TORTOLI' - ARBATAX",
        "short": "Linea 9140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9141",
        "label": "Linea 9141",
        "long": "TERTENIA-BARISONI",
        "short": "Linea 9141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9142",
        "label": "Linea 9142",
        "long": "SORGONO - ATZARA - ARITZO",
        "short": "Linea 9142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9143",
        "label": "Linea 9143",
        "long": "ISILI - MANDAS - GESICO - CAGLIARI",
        "short": "Linea 9143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9144",
        "label": "Linea 9144",
        "long": "SORGONO - TORREGRANDE",
        "short": "Linea 9144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9150",
        "label": "Linea 9150",
        "long": "ISILI - MANDAS - VILLANOVAFRANCA - VILLAMAR",
        "short": "Linea 9150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "9200",
        "label": "Linea A",
        "long": "URBANO MACOMER A SCALARBA - OSPEDALE",
        "short": "Linea A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "9201",
        "label": "Linea B",
        "long": "URBANO MACOMER B CIRCOLARE DON MILANI - AUTOSTAZIONE - DON MILANI",
        "short": "Linea B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9205",
        "label": "Linea 9205",
        "long": "MACOMER - SUNI - TRESNURAGHES - BOSA",
        "short": "Linea 9205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9207",
        "label": "Linea 9207",
        "long": "CHILIVANI - BONO - ISCRA",
        "short": "Linea 9207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9210",
        "label": "Linea 9210",
        "long": "MACOMER - S.LUSSURGIU - SCAMO M.FERRO - CUGLIERI - SAGAMA - BOSA",
        "short": "Linea 9210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9211",
        "label": "Linea 9211",
        "long": "BOSA - BOSA M. - TURAS - S.MARIA DEL MARE - P.ALABE - TRESNUR. - MAGOMAD - TINNURA - SAGAMA",
        "short": "Linea 9211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9212",
        "label": "Linea 9212",
        "long": "BULTEI - BONO - BURGOS - ILLORAI - CANT.TIRSO - NUORO",
        "short": "Linea 9212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9213",
        "label": "Linea 9213",
        "long": "OZIERI - PATTADA - ALA' DEI SARDI - SAN TEODORO",
        "short": "Linea 9213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9216",
        "label": "Linea 9216",
        "long": "OZIERI - FRAIGAS - TULA - ERULA",
        "short": "Linea 9216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9218",
        "label": "Linea 9218",
        "long": "OZIERI - ARDARA",
        "short": "Linea 9218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9220",
        "label": "Linea 9220",
        "long": "CHILIVANI - OZIERI - BONO - ILLORAI - MACOMER",
        "short": "Linea 9220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9221",
        "label": "Linea 9221",
        "long": "MACOMER - BOLOTANA - OTTANA - OROTELLI - OROTELLI SCALO FDS",
        "short": "Linea 9221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9223",
        "label": "Linea 9223",
        "long": "BOSA MARINA - MACOMER - NUORO",
        "short": "Linea 9223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9225",
        "label": "Linea 9225",
        "long": "BOSA - BOSA MARINA - TURAS - CUGLIERI - SAGAMA - SUNI",
        "short": "Linea 9225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9226",
        "label": "Linea 9226",
        "long": "BOSA - MONTRESTA - SANTA MARIA",
        "short": "Linea 9226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9228",
        "label": "Linea 9228",
        "long": "BOLOTANA - BOLOTANA SCALO FDS",
        "short": "Linea 9228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9229",
        "label": "Linea 9229",
        "long": "MACOMER - MULARGIA",
        "short": "Linea 9229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9230",
        "label": "Linea 9230",
        "long": "MACOMER - BORORE - NORAGUGUME - SEDILO",
        "short": "Linea 9230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9310",
        "label": "Linea 9310",
        "long": "SA MELA - ERULA - PERFUGAS - TEMPIO",
        "short": "Linea 9310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9311",
        "label": "Linea 9311",
        "long": "SASSARI - SENNORI - SORSO - CASTELSARDO - PERFUGAS",
        "short": "Linea 9311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9312",
        "label": "Linea 9312",
        "long": "SASSARI - OLMEDO - ALGHERO - VILLANOVA - MONTRESTA - BOSA",
        "short": "Linea 9312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9313",
        "label": "Linea 9313",
        "long": "PERC. A OSILO - SENNORI - SORSO - P.TORRES",
        "short": "Linea 9313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9315",
        "label": "Linea 9315",
        "long": "NULVI - PERFUGAS VIA SEDINI PERC C",
        "short": "Linea 9315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9316",
        "label": "Linea 9316",
        "long": "TEMPIO - AGLIENTU - VIGNOLA",
        "short": "Linea 9316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9317",
        "label": "Linea 9317",
        "long": "CASTELSARDO - SENNORI - SORSO - PORTOTORRES",
        "short": "Linea 9317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9318",
        "label": "Linea 9318",
        "long": "TEMPIO PAUSANIA - CALANGIANUS - S.ANTONIO - ARZACHENA - PALAU",
        "short": "Linea 9318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9319",
        "label": "Linea 9319",
        "long": "CALANGIANUS - TEMPIO P. - TRINITA' D'AGULTU - ISOLA ROSSA",
        "short": "Linea 9319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9320",
        "label": "Linea 9320",
        "long": "ALGHERO - ZIRRA - PORTO FERRO - VILLA ASSUNTA",
        "short": "Linea 9320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "02BD67",
        "color_name": "green",
        "has_shape": true,
        "id": "9321",
        "label": "Linea 5",
        "long": "ALGHERO - PORTO CONTE - CAPO CACCIA",
        "short": "Linea 5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9322",
        "label": "Linea 9322",
        "long": "ALGHERO - SAN MARCO Z.I.",
        "short": "Linea 9322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9323",
        "label": "Linea 9323",
        "long": "SASSARI - ALGHERO VIA FERTILIA",
        "short": "Linea 9323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9324",
        "label": "Linea 9324",
        "long": "ITTIRI - URI - ALGHERO",
        "short": "Linea 9324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9325",
        "label": "Linea 9325",
        "long": "ALGHERO - SA SEGADA - BV.SELLA&MOSCA - S.MARCO ZI - OLMEDO - RUDAS - ITTIRI",
        "short": "Linea 9325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9326",
        "label": "Linea 9326",
        "long": "TEMPIO - LUOGOSANTO - ARZACHENA - CANNIGIONE - LACONIA",
        "short": "Linea 9326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9327",
        "label": "Linea 9327",
        "long": "TEMPIO PAUSANIA - SASSARI PERCORSO DIRETTO",
        "short": "Linea 9327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9328",
        "label": "Linea 9328",
        "long": "TEMPIO - LUOGOSANTO - PALAU VIA MONTAGNA",
        "short": "Linea 9328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9329",
        "label": "Linea 9329",
        "long": "SASSARI - SAN GIACOMO - SORSO - SORSO MARINA",
        "short": "Linea 9329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9330",
        "label": "Linea 9330",
        "long": "TEMPIO - AGLIENTU - LUOGOSANTO - ARZACHENA",
        "short": "Linea 9330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": false,
        "id": "9333",
        "label": "Linea 9333",
        "long": "ALGHERO - VALVERDE",
        "short": "Linea 9333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9341",
        "label": "Linea 9341",
        "long": "SASSARI - MACOMER - NUORO",
        "short": "Linea 9341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9342",
        "label": "Linea 9342",
        "long": "NUORO - CAGLIARI",
        "short": "Linea 9342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28378A",
        "color_name": "blue",
        "has_shape": true,
        "id": "9343",
        "label": "Linea 9343",
        "long": "SASSARI - MACOMER - ORISTANO - CAGLIARI",
        "short": "Linea 9343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "9371",
        "label": "Linea 1 - A.F.",
        "long": "URBANO ALGHERO OSPEDALE MARINO - FERTILIA",
        "short": "Linea 1 - A.F.",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "9372",
        "label": "Linea 2 - A.P.",
        "long": "URBANO ALGHERO - LA PIETRAIA - MARIA PIA",
        "short": "Linea 2 - A.P.",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F78C3B",
        "color_name": "orange",
        "has_shape": true,
        "id": "9373",
        "label": "Linea 3 - AL.F.A.",
        "long": "URBANO ALGHERO - FERTILIA - AEROPORTO",
        "short": "Linea 3 - AL.F.A.",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F30D85",
        "color_name": "pink",
        "has_shape": true,
        "id": "9374",
        "label": "Linea 4 - A.C.",
        "long": "URBANO ALGHERO - CARMINE",
        "short": "Linea 4 - A.C.",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A7A5AA",
        "color_name": "gray",
        "has_shape": true,
        "id": "9381",
        "label": "Linea 6",
        "long": "NAVETTA ALGHERO SANT'AGOSTINO - ALGHERO PORTO E VIC.",
        "short": "Linea 6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": false,
        "id": "BCA",
        "label": "BUS",
        "long": "MONSERRATO - MANDAS - ISILI",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": false,
        "id": "BCA1",
        "label": "BUS",
        "long": "METROCAGLIARI REPUBBLICA - SAN GOTTARDO",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": false,
        "id": "BMA",
        "label": "BUS",
        "long": "MACOMER - NUORO",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "BSS",
        "label": "BUS",
        "long": "METROSASSARI EMICICLO GARIBALDI - S.M. DI PISA",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": false,
        "id": "BSS1",
        "label": "BUS",
        "long": "SASSARI - ALGHERO",
        "short": "BUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "MCA1",
        "label": "METROCA 1-3",
        "long": "METROCAGLIARI REPUBBLICA - SAN GOTTARDO - POLICLINICO",
        "short": "METROCA 1-3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C41B04",
        "color_name": "red",
        "has_shape": true,
        "id": "MCA2",
        "label": "METROCA 2-3",
        "long": "METROCAGLIARI POLICLINICO - SAN GOTTARDO - SETTIMO SAN PIETRO",
        "short": "METROCA 2-3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": true,
        "id": "TCA",
        "label": "Linea MONSERRATO-ISILI",
        "long": "MONSERRATO - MANDAS - ISILI",
        "short": "Linea MONSERRATO-ISILI",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": true,
        "id": "TMA",
        "label": "Linea MACOMER-NUORO",
        "long": "MACOMER - NUORO",
        "short": "Linea MACOMER-NUORO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": true,
        "id": "TSS1",
        "label": "Linea SASSARI-ALGHERO",
        "long": "SASSARI - ALGHERO",
        "short": "Linea SASSARI-ALGHERO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": true,
        "id": "TSS2",
        "label": "Linea SASSARI-SORSO",
        "long": "SASSARI - SORSO",
        "short": "Linea SASSARI-SORSO",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 3550,
    "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": "equal_shape_distance_diff_coordinates",
      "count": 20962,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 3473,
      "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": 24.5,
      "rank": 2,
      "severity": "WARNING",
      "what": "3473 of 3550 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
