"goosm" is a simple tool that reads Open Street Map XML files and imports them into MongoDB with proper geo-spatial indicies.
- Some data in the WAY collection is filtered by this application for my specific needs, you may want to change this behavior.
- Must have go installed.
- Must be able to run shell scripts.
- Must have internet access to download dependencies (via HTTPS).
- Checkout the project from github.com.
- run build.sh (it will download all required dependencies automatically).
- -f
- -s (127.0.0.1:27017 default)
- -db (osm default)
goosm -f miami.osm goosm -f miami.osm -db foo goosm -f miami.osm -s 127.0.0.1:27017