in metropolis/utils/geo.py [0:0]
def __eq__(self, o): return np.allclose([self.lat, self.lon, self.alt], (o.lat, o.lon, o.alt))