Search Results

3
votes
7answers
671 views

Determine the centroid of multiple points

Hello, I'm writing a mapping application that I am writing in python and I need to get the lat/lon centroid of N points. Say I have two locations a.lat = 101 a.lon = 230 b. …