Giter Site home page Giter Site logo

vincenty's Introduction

vincenty Go module

Calculate the distance between 2 points on Earth's surface using Vincenty's formula.

This is a Go re-implementation of the vincenty Python library.

Usage

package main

import (
        "fmt"
        "github.com/starboard-nz/vincenty"
)

func main() {
        Dunedin := vincenty.LatLng{Latitude: -45.8726082, Longitude: 170.3870355 }
        Alexandra := vincenty.LatLng{Latitude: -45.2426447, Longitude: 169.0977066 }

	dist := vincenty.Inverse(Dunedin, Alexandra)
	fmt.Printf("Distance: %vkm\n", dist.Kilometres())
}

References

vincenty's People

Contributors

lp117937 avatar rody-oldenhuis avatar simeonmiteff avatar

Watchers

 avatar

vincenty's Issues

Update module's declared path to be @ gitlab.com - [merged]

In GitLab by @simeonmiteff on Apr 7, 2020, 16:08

Merges bug/module-delcared-path -> master

This should fix the following issue:

$ go get
go: finding module for package gitlab.com/xerra/common/vincenty
go: downloading gitlab.com/xerra/common/vincenty v0.0.0-20200402121257-fca13d747c21
go: found gitlab.com/xerra/common/vincenty in gitlab.com/xerra/common/vincenty v0.0.0-20200402121257-fca13d747c21
go: <some_other_module_REDACTED> imports
        gitlab.com/xerra/common/vincenty: gitlab.com/xerra/common/[email protected]: parsing go.mod:
        module declares its path as: vincenty
                but was required as: gitlab.com/xerra/common/vincenty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.