1.0.1 • Published 3 years ago

furkot-elevation v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

NPM version Build Status Dependency Status Dev Dependency Status

furkot-elevation

Elevation service for Furkot

Install

$ npm install --save furkot-elevation

Usage

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

1.0.1

3 years ago

1.0.0

3 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago