2.0.1 • Published 2 months ago

@furkot/elevation v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

NPM version Build Status 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 ] ,
  // ...
];

const result = await elevation(points);
// 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

2.0.1

2 months ago

2.0.0

2 years ago

1.0.2

2 years ago