Select to view content in your preferred language

Cleaning up wooly route data

82
1
10 hours ago
Labels (2)
GavinEllowitz
New Contributor

GavinEllowitz_0-1784648155218.png

I have a layer of several thousand trips data that I would like to use to analyze the popularity of streets in my city's network.  As you can see, the GPS resolution isn't super accurate so I'd like to normalize these as best I can, but I do not know where to start.

0 Kudos
1 Reply
BobBooth1
Esri Regular Contributor

It looks like the GPS sample frequency is low, so the segments where two successive points occurred on the same straight street segment follow the network fairly well, but when the street curved, or the driver took a turn, the segments between GPS locations cut across country. 

You might consider extracting all the line vertices to points, and doing a spatial join of the points to your street segments. That way, you could map the number of vertices per street.

0 Kudos