I'm using ArcGIS 10.1. I have point GPS data of routes of several cars over a few days, and I want to find only the routes where more than one or two different cars passed through (Each GPS points has the car id in it). How can I find a thing like that without going through the data manually ?
EDIT: The time interval (and the distance) between points differs - it moves from minutes to hours and from a few meters to tens of kilometers apart. I'm comparing routes right now by viewing the points by the eye (which isn't accurate or useful in any way). I thought about creating routes using network analyst, but as I have a lot of points I kind of hoped to fan out the less popular ways first, and calculating routes for only the popular ones...