Open-Data-Tallahassee / vision-zero

Tracking and visualizing traffic accidents, injuries, and fatalities in Tallahassee, FL
https://visionzero.opentlh.com
0 stars 2 forks source link

First Map #41

Open adamflanery opened 1 year ago

adamflanery commented 1 year ago

What do we want our first map to look like

TheNextCEO commented 1 year ago

Great start @whanley @adamflanery

adamflanery commented 1 year ago

Timeline goals:

TheNextCEO commented 1 year ago

@whanley @adamflanery @shelbygreen

How should we represent Fatality vs Crash and Car vs Pedestrian vs Bicyclist ?

non-motorist-description-codes.csv

code description
0 nan (used in our code when there is no value in the non_motorist_description_code field)
1 Pedestrian
2 Other Pedestrian (wheelchair, person in a building, skater, pedestrian conveyance, etc.)
3 Bicyclist
4 Other Cyclist
5 Occupant of Motor Vehicle Not in Transport (Parked, etc.)
6 Occupant of a Non-Motor Vehicle Transportation Device
7 Unknown Type of Non-Motorist

Data from non-motorist-description-codes.csv In the case of the table above how do we separate Car vs Pedestrian vs Bicyclist?

injury-severty-codes.csv

code description
1 None
2 Possible
3 Non-Incapacitating
4 Incapacitating
5 Fatal (within 30 days)
6 Non-Traffic Fatality

Data from injury-severty-codes.csv In the case of the table above how do we separate Fatality vs Crash?