aequilibrae.utils.geo_utils# Convenience functions for working with geospatial data. Functions haversine(lon1, lat1, lon2, lat2) Calculate the great circle distance between two points on the earth (specified in decimal degrees) aequilibrae.utils.geo_utils.haversine(lon1, lat1, lon2, lat2)[source]# Calculate the great circle distance between two points on the earth (specified in decimal degrees)