model_data_dictionary.md

June 27, 2019 ยท View on GitHub

Feature NameDescriptionExample ValuesCityComments (Optional)
segment_idId of segment in question26All
Surface_Tp1 = Unimproved graded earth, or soil surface road
2 = Gravel or stone road
3 = Brick road
4 = Block road
5 = Surface-treated road
6 = Bituminous concrete road
7 = Portland cement concrete road
8 = Composite road; flexible over rigid
9 = Composite road; rigid over flexible or rigid over rigid
("white topping") 10=Stone dust
5BostonCategorical, a column is made for each unique value of this in the dataset
SPEEDLIMITSpeed limit for that segment20BostonCategorical, a column is made for each unique value of this in the dataset
volume_coalescedTotal Volume of vehicles passing that segment, inclusing heavyweight, lightweight and bikes. Final values are after processing ATR data in our pipeline to impute missing continuous values using the k-NN algorithm.2045Boston
speed_coalescedMean speed (in mph) of vehicles passing that segment. Final values are after processing ATR data in our pipeline to impute missing continuous values using the k-NN algorithm.22Boston
LanesNumber of lanes in the segment3All
widthWidth of the road segment, as given by open street map15AllUsed as a log value in our model
Struct_CndStructural Condition'pre_month'BostonCategorical, a column is made for each unique value of this in the dataset
cycleway_type0 = None
1 = Lane
2 = Shared Labe
3 = Track
4 = Shared busway
5 = Buffered Lane
0All
F_F_ClassFederal Functional class for that segment. Codes includes:
1 = Interstate
2 = Other
Freeways and Expressways
3 = Other Principal Arterial
4 = Minor Arterial
5 = Major Collector
6 = Minor Collector
7 = Local
5BostonFunctional classification is the grouping of highways, roads and streets by the character of service they provide and was developed for transportation planning purposes. Categorical, a column is made for each unique value of this in the dataset
Conflict
onewayIs the segment one way or not0AllBoolean
AADTAnnual average daily traffic value on that segment for that week10.008883BostonUsed in our model as a log transformed value
visionzeroNumber of vision zero comments from seeclickfix for that segment5Boston
SeeclickfixNumber of concerns from seeclickfix for that [week, year]10Currently in use for Cambridge only
parking_ticketsNumber of parking tickets for that segment10Currently in use for Cambridge only
intersectionIs this segment part of an intersection0/1All
log_width_per_laneLog value of widthAll
ACCIDENT_TYPEType of accident, basic description of what occured.
1 = Collision with vehicle
2 = Struck pedestrian
3 = Struck animal
4 = Collision with a fixed object
5 = Collision with some other object
6 = Vehicle overturned (no collision)
7 = Fall from or in moving vehicle
8 = No collision and no object stuck
9 = Other accident
2Melbourne, AustraliaACCIDENT_TYPE is a character field and cannot contain NULL values.
HIT_RUN_FLAGBinary indicates whether or not the crash was a hit-run accident.
N = No
Y = Yes
- = Unknown
NMelbourne, AustraliaHIT_RUN_FLAG is a character field and cannot contain NULL values.
LIGHT_CONDITIONIndicates light condition or level of brightness at the time of the accident.
1 = Day
2 = Dusk/dawn
3 = Dark (street lights on)
4 = Dark (street lights off)
5 = Dark (no street lights)
6 = Dark (street lights unknown)
7 = Dusk
8 = Dawn
9 = Unknown
5Melbourne, AustraliaLIGHT_CONDITION is a character field and cannot contain NULL values.
ROAD_GEOMETRYindicates the layout of the road where the accident occurred.
1 = Cross intersection
2 = T-intersection
3 = Y-intersection
4 = Multiple intersections
5 = Not at intersection
6 = Dead end
7 = Road closure
8 = Private property
9 = Unknown
4Melbourne, AustraliaROAD_GEOMETRY is a character field and cannot contain NULL values.
SEVERITYIndicates estimation of the severity or seriousness of the accident.
1 = Fatal
2 = Serious injury
3 = Other injury
4 = Non-injury
3Melbourne, AustraliaSEVERITY is a character field and cannot contain NULL values.
SPEED_ZONEIndicates the speed zone at the location of the accident.
ranges from 030 to 110 = 30km/hr to 110km/hr
777 = Other speen limit
888 = Camping grounds or off road
999 = Not known
030Melbourne, AustraliaSPEED_ZONE is a character field and cannot contain NULL values.
LOCATION_TYPEIndicates the type of node location or position that corresponds to the accident
I = Intersection
N = Non-intersection
O = off-road
U = Unknown
IMelbourne, AustraliaLOCATION_TYPE is a character field and cannot contain NULL values. It may contain empty fields.
ROAD_USER_TYPEIndicates what the role of the person was at the time of the accident.
1 = Pedestrian
2 = Driver
3 = passenger
4 = Motorcyclist
5 = Pillion Passenger
6 = Bicyclist
7 = Other driver
8 = Other passenger
9 = Not known
4Melbourne, AustraliaROAD_USER_TYPE is a character field and cannot contain NULL values.