- Write a function that takes an array of pairs (lat/long co-ordinates) and finds the centroid of the polygon formed by the points in the array - Function returns a pair of ordinates, the lat/long value of the centroid - Do this in Python