def get_position_from_cell_id(cellid): cell = CellId(id_=cellid).to_lat_lng() return (math.degrees(cell._LatLng__coords[0]), math.degrees(cell._LatLng__coords[1]), 0)
def get_position_from_cell_id(cellid): cell = CellId(id_ = cellid).to_lat_lng() return (math.degrees(cell._LatLng__coords[0]), math.degrees(cell._LatLng__coords[1]), 0)