Skip to content

Small geodesy latlon-spherical library for use on Pebble

License

Notifications You must be signed in to change notification settings

bcaller/geodesy-spherical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geodesy-spherical

Spherical latitude / longitude functions. Automatically built from the wonderful code at @chrisveness/geodesy. I decided to make this to shrink the code for using as a Pebble package.

Usage

var LatLon = require('geodesy-spherical');
var dist = new LatLon(z.latitude, z.longitude).distanceTo(new LatLon(q.latitude, q.longitude));

See the actual API.

Building

If you want to re-build from the latest version of geodesy, run npm install then grunt.

About

Small geodesy latlon-spherical library for use on Pebble

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published