osm-poi-db
Version:
Extract POIs from OSM PBFs and put them into LevelDB, ready for nearby query
25 lines (24 loc) • 666 B
JSON
{
"name": "osm-poi-db",
"description": "Extract POIs from OSM PBFs and put them into LevelDB, ready for nearby query",
"keywords": ["osm", "openstreetmap", "levledb", "geodb", "spatial", "geolocation", "poi"],
"version": "0.0.2",
"main": "index.js",
"bin": {
"osm2leveldb": "osm2leveldb.js"
},
"author": "Astro",
"license": "MIT",
"dependencies": {
"geohash": "~0.0.1",
"levelup": "~0.18.3",
"leveldown": "~0.10.2",
"osm-pbf-parser": "~1.2.0",
"async": "~0.9.0",
"wgs84-util": "~1.0.0"
},
"homepage": "https://github.com/astro/osm-poi-db",
"bugs": {
"url": "https://github.com/astro/osm-poi-db/issues"
}
}