# Rank on Geo distance ### Description Rank objects based on distance from a given Geo point ### Input - `SOURCE [OBJ]`: the list of objects to filter ### Output - `CLOSE [OBJ]`: ranked objects, closest to the given value on top - `FAR [OBJ]`: ranked objects, furthest from the given value on top ### Parameters - `Latitude`: The latitude of the reference point - `Longitude`: The longitude of the reference point Output scores can be [aggregated](docs://score_aggregation) and/or [normalised](docs://score_normalisation).