Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created December 11, 2013 19:05
Show Gist options
  • Save springmeyer/7916411 to your computer and use it in GitHub Desktop.
Save springmeyer/7916411 to your computer and use it in GitHub Desktop.
test node-osmium binary
# 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