1.0.1 • Published 4 years ago
furkot-elevation v1.0.1
furkot-elevation
Elevation service for Furkot
Install
$ npm install --save furkot-elevationUsage
const furkotElevation = require('furkot-elevation');
const elevation = furkotElevation(options);
const points = [
  [ lon, lat ] ,
  // ...
];
elevation(points, function(err, result) {
  // result is an Array of elevations in meters
  // elevation Array items corresponds to the items in points array 
  assert.equal(result.length, points.length);
});License
MIT © Damian Krzeminski