Created
December 11, 2013 19:05
-
-
Save springmeyer/7916411 to your computer and use it in GitHub Desktop.
test node-osmium binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requires node v0.10.x | |
npm install https://github.com/osmcode/node-osmium/tarball/pre-gyp | |
wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf | |
node -e "console.log(require('osmium'))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment