Giter Site home page Giter Site logo

haversine's People

Contributors

benharold avatar cycore avatar draperunner avatar jimbru avatar ktilcu avatar njj avatar plepe avatar simonbrunel avatar thaiphan avatar vincentchin avatar ziyaddin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

haversine's Issues

More measurement units

Can you handle more measurement units being sent? Specifically: inches, feet, meters, centimeters.

Also, would be nice if kilometers was the default.

Thanks!

Tests?

Do you have a test suite?

Standard project files

Keep a changelog

I see that an update was released a few hours ago but there is no changelog. Not sure if you haven't had a chance to write one yet, if so then please disregard this.

Some tips here: http://keepachangelog.com/en/1.0.0/ ...doesn't need to be very elaborate, even basic descriptions of the changes should suffice. If you don't want to commit a separate file then at least documenting them in the GitHub releases would be helpful.

License

Another thing that I noticed was the lack of license file (apart from the "MIT License" link at the bottom of the readme). I suggest adding one so that people browsing the repo on GitHub can quickly identify the license of the project (more info here: https://github.com/blog/2252-license-now-displayed-on-repository-overview)

Great package by the way, I use it along with the HTML5 Geolocation API for a small feature in an application I develop at work.

Question: are this formulae correct?

So we have
var a = Math.sin(dLat/2) * Math.sin(dLat/2) +

that is the same as Math.sin(dLat/2) * 2 +, so what is the point of calculating twice?

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.