osm-slope
Version:
Calculate way (highway, in particular) climb and descent from OpenStreetMap data
32 lines (31 loc) • 732 B
JSON
{
"name": "osm-slope",
"version": "1.1.0",
"description": "Calculate way (highway, in particular) climb and descent from OpenStreetMap data",
"homepage": "https://github.com/perliedman/osm-slope",
"repository": {
"type": "git",
"url": "https://github.com/perliedman/osm-slope.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openstreetmap",
"osm",
"slope",
"climb",
"descent",
"elevation"
],
"author": "Per Liedman <per@liedman.net>",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"minimist": "^1.1.1",
"node-hgt": "^1.0.2",
"node-status": "^1.0.0",
"osmium": "^0.5.3"
}
}