in metropolis/utils/geo.py [0:0]
def to_topocentric(self, lat, lon, alt): """Convert lat, lon, alt to topocentric x, y, z.""" return topocentric_from_lla(lat, lon, alt, self.lat, self.lon, self.alt)