geodesy-spherical

Small geodesy latlon-spherical library

Usage no npm install needed!

<script type="module">
  import geodesySpherical from 'https://cdn.skypack.dev/geodesy-spherical';
</script>

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.