Select to view content in your preferred language

Multiple GPS points

461
1
07-24-2012 09:20 AM
JeanEl_Melki
Deactivated User
I was sent 5 GPS points for each specific location (5 total locations... 25 total points), and I need to get an average point for each of those locations (separately) from the data points sent to me. Which is the best tool I can use in order to do that?
Tags (2)
0 Kudos
1 Reply
DanLee
by Esri Regular Contributor
Esri Regular Contributor
There are a couple of ways (requiring arcinfo license):

If the 5 points at each location have a common ID or attribute, you can run Dissolve using that ID/attribute to obtain mpoints, and then run Feature To Point tool to get a point from each mpoint feature.

If the 5 points within each cluster are spatially very close to each other and apart from other clusters, you can make a copy of the points using Copy Features tool and then run the Delete Identical tool. You should get one point at each location.
0 Kudos