File size: 3,752 Bytes
7e0adbb 1e98127 7e0adbb 1e98127 7e0adbb 1e98127 7e0adbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | {
"Hour": {
"description": "The hour of the day when the data was recorded",
"data_type": "object (datetime-like string)",
"unit": null
},
"sensor_id": {
"description": "Unique identifier for the sensor",
"data_type": "int64",
"unit": null
},
"Occupancy (%)": {
"description": "Percentage of the road occupied by vehicles",
"data_type": "float64",
"unit": "percent"
},
"Speed (mph)": {
"description": "Average speed of vehicles",
"data_type": "float64",
"unit": "miles per hour"
},
"Lane 1 Occ (%)": {
"description": "Percentage occupancy of Lane 1",
"data_type": "float64",
"unit": "percent"
},
"Lane 1 Speed (mph)": {
"description": "Average speed of vehicles in Lane 1",
"data_type": "float64",
"unit": "miles per hour"
},
"Lane 2 Occ (%)": {
"description": "Percentage occupancy of Lane 2",
"data_type": "float64",
"unit": "percent"
},
"Lane 2 Speed (mph)": {
"description": "Average speed of vehicles in Lane 2",
"data_type": "float64",
"unit": "miles per hour"
},
"Lane 3 Occ (%)": {
"description": "Percentage occupancy of Lane 3",
"data_type": "float64",
"unit": "percent"
},
"Lane 3 Speed (mph)": {
"description": "Average speed of vehicles in Lane 3",
"data_type": "float64",
"unit": "miles per hour"
},
"Lane 4 Occ (%)": {
"description": "Percentage occupancy of Lane 4",
"data_type": "float64",
"unit": "percent"
},
"Lane 4 Speed (mph)": {
"description": "Average speed of vehicles in Lane 4",
"data_type": "float64",
"unit": "miles per hour"
},
"Lane 5 Occ (%)": {
"description": "Percentage occupancy of Lane 5",
"data_type": "float64",
"unit": "percent"
},
"Lane 5 Speed (mph)": {
"description": "Average speed of vehicles in Lane 5",
"data_type": "float64",
"unit": "miles per hour"
},
"Fwy": {
"description": "Freeway number where the sensor is located",
"data_type": "object",
"unit": null
},
"District": {
"description": "District number where the sensor is located",
"data_type": "int64",
"unit": null
},
"County": {
"description": "County where the sensor is located",
"data_type": "object",
"unit": null
},
"City": {
"description": "City where the sensor is located",
"data_type": "object",
"unit": null
},
"CA PM": {
"description": "California postmile marker",
"data_type": "object",
"unit": null
},
"Abs PM": {
"description": "Absolute postmile marker",
"data_type": "float64",
"unit": "miles"
},
"Length": {
"description": "Length of the segment where the sensor is located",
"data_type": "float64",
"unit": "miles"
},
"Name": {
"description": "Name of the location in shorthand, e.g. '99SB at Crystal Way'",
"data_type": "object",
"unit": null
},
"Lanes": {
"description": "Number of lanes monitored by the sensor",
"data_type": "int64",
"unit": null
},
"Type": {
"description": "Type of road or segment (always 'Mainline' in this case)",
"data_type": "object",
"unit": null
},
"Sensor Type": {
"description": "Type of sensor used (e.g., 'loops', 'radars', 'magnetometers', 'others')",
"data_type": "object",
"unit": null
}
} |