import elQ from "elevation-query";
import fs from "fs";
const { getElevation, getPointArray } = elQ;
const line = JSON.parse(fs.readFileSync("./docs/trail.geojson"));
const points = getPointArray(line, {max: 5});
(async () => {
//Providers are USGS and GMRT (default)
const { elevationArray, featureCollection } = await getElevation(points, {provider: ""});
console.log(points);
console.log(elevationArray)
})()
-
Notifications
You must be signed in to change notification settings - Fork 0
A tool that queries publicly available elevations for a given set of points and returns the result as an array and GeoJSON.
License
reyemtm/elevationQuery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A tool that queries publicly available elevations for a given set of points and returns the result as an array and GeoJSON.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published