I'm trying to find a clever/efficient way to calculate the the farthest point from an origin, given a list of lat,lng points.
For example, if trying to find the closest point from an origin I could adapt this function that finds all nearby points:
def getNearby(origin_dict, geo_dict_list...