# Filter Geo distance ### Description Filter objects based on distance from a given Geo point ### Input - `SOURCE [OBJ]`: the list of objects to filter ### Output - `TRUE [OBJ]`: the objects for which the selection applies - `FALSE [OBJ]`: the objects for which the selection does not apply ### 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).