Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

geodesy-spherical

bcaller2MIT1.1.0

Small geodesy latlon-spherical library

readme

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.

Use

var geodesy = require('geodesy-spherical');
var LatLon = geodesy.LatLon;

See the actual API.

Building

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