Fast computation of geographical distances between coordinates using optimized algorithms. Current version 0.4.2, requires Python >=3.8. Low release cadence (last update 2021).
pip install fast-geo-distanceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute distance between two points in kilometers.
Replace with `GeoDistance(algorithm=DistanceAlgorithm.HAVERSINE).distance(lat1, lon1, lat2, lon2)`
Always pass latitude first, then longitude.
Use `from fast_geo_distance import GeoDistance` instead of `from fast_geo_distance import distance_haversine`.
No dependency data recorded yet.
No resource links recorded.