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