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.
-
Updated
Jul 21, 2023 - Go
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.
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 is a Go package that finds the shortest great circle route between two points on a sphere.
Distance matrix
Simple implementation of the haversine algorithm in Golang with the desired distance
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.
Go (Golang) distance calculator using Haversine formula to determine distance between an origin and an array of coordinates
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."