geodesic icon indicating copy to clipboard operation
geodesic copied to clipboard

Go package for performing accurate measurements of Earth. Includes the geodesic routines from GeographicLib.

Results 5 geodesic issues
Sort by recently updated
recently updated
newest added

Add github workflows to validate: * go build * go test * go mod tidy * golangci-run

Fix a number of lint errors as identified by golangci-lint.

Fix the calculation of quotient to match that of the C remquo function.

Correctly set the capability flags in geodLineInitInt which was previously ignoring the passed in caps Mask.

Thank you for providing this valuable package in Go. For geodesic calculation, one important feature is the geodesic buffer (on sphere). Currently, there is no Go library that works for...