# Compute Geo distance Input ### Description Computes distance in Km from a list of given Geo points ### Input - `SOURCE [OBJ]`: the list of objects in input - `LAT [OBJ,DOUBLE]`: pairs of objects and latitude - `LON [OBJ,DOUBLE]`: pairs of objects and longitude ### Output - `DIST [OBJ,OBJ,DOUBLE]`: the objects pairs with the computed distance