Skip to content

alouche/go-geolib

Repository files navigation

go-geolib

Build Status Go Report Card GoDoc

About

Geographical functions for Golang apps!

Scope

Libraries/Functions/Utilities I often require in other projects!

installation

go get github.com/alouche/go-geolib

API Documentation

API

Example Usage

package main																																												

import (
	"fmt"
	"github.com/alouche/go-geolib"
)

func main() {
	haversine_distance := fmt.Sprintf("%2.f", geolib.Haversine_Distance(50.116667, 8.683333, 52.516667, 13.3833))
	println("Havesine Distance:", haversine_distance, "km")
}

About

Geo functions for Golang apps!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published