traffic accident analysis - KDE in network space

4636
3
09-26-2013 01:22 PM
NexMilkov
New Contributor
Hello guys,
I have to analyse traffic accident data in order to investigate the density of such point events. A standard (planar) Kernel Density Estimation (KDE) aims to produce a smooth density surface of spatial point events over a 2-D geographic space. However, the planar KDE may not be suited for analysis point events, which usually occur inside a linear space.

Does anyone have suggestion how to analyze traffic acciden data and detect hot spot using ArcGIS tools?

Thanks!
Tags (1)
0 Kudos
3 Replies
JoeBorgione
MVP Emeritus
Hello guys,
I have to analyse traffic accident data in order to investigate the density of such point events. A standard (planar) Kernel Density Estimation (KDE) aims to produce a smooth density surface of spatial point events over a 2-D geographic space. However, the planar KDE may not be suited for analysis point events, which usually occur inside a linear space.

Does anyone have suggestion how to analyze traffic acciden data and detect hot spot using ArcGIS tools?

Thanks!


And linear space isn't 2-d? 

I guess you could perform a spatial join or a nearest analysis where your streets could assume the values of your point attributes.  You might need to do a few summaries here and there as well as a relationhip class or two, but you should be able map the street segments by numbers of accidents for a given segment.
That should just about do it....
0 Kudos
KevinBell
Occasional Contributor III
Hotspot maps often don't tell the whole story (www.xkcd.com/1138)

Having said that, transportation engineers normalize the accident frequency in an intersection by the number of vehicles entering the intersection.  See the attached pdf (if you dare) This takes a few minutes to comprehend.

A normalize intersection rate can be obtained like so:

rate = (# crashes per yr * 1,000,000)/(# entering cars * 365)

This will give your the number of crashes per million entering vehicles.
0 Kudos
LaurenGriffin
Esri Contributor

Check out this story map and case study (complete with data and a detailed tutorial).  I hope it helps!

Lauren

0 Kudos