surfaceDistance: Earth surface distance between two points
Description
The surfaceDistance() function calculates the distance in kilometers between any two lat-lon pairs
using the Haversine equation.
Usage
surfaceDistance(lat1_deg, lon1_deg, lat2_deg, lon2_deg)
Value
Distance in kilometers