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
Separately average the latitudes and longitudes.