Go package to nicely calculate distance between coordinates using the Haversine formula.
-
Updated
Feb 13, 2022 - Go
Go package to nicely calculate distance between coordinates using the Haversine formula.
The Haversine formula determines the great-circle distance between two points on a sphere given their latitudes and longitudes.
Haversine implementation in Go. Computes the Haversine distance between two geo-coordinates, and checks if they're within a specified radius (in km) of each other.
Distance matrix
Go (Golang) distance calculator using Haversine formula to determine distance between an origin and an array of coordinates
Simple implementation of the haversine algorithm in Golang with the desired distance
Haversine is a Go package that finds the shortest great circle route between two points on a sphere.
A set of Golang helpers for distance calculation on a sphere based on the Haversine formula, supporting both decimal degrees (DD) or degrees minutes seconds (DMS) coordinates, distance calculation, bearing calculation given two points, path endpoint given a start point and bearing, and more.
Add a description, image, and links to the haversine-distance topic page so that developers can more easily learn about it.
To associate your repository with the haversine-distance topic, visit your repo's landing page and select "manage topics."