Skip to content

Instantly share code, notes, and snippets.

@colemanm
Created December 28, 2010 07:05
Show Gist options
  • Save colemanm/756991 to your computer and use it in GitHub Desktop.
Save colemanm/756991 to your computer and use it in GitHub Desktop.
import OSM data.
# Download Italy OSM extract
cd ~/data
wget http://download.cloudmade.com/europe/italy/italy.osm.bz2
# Import
cd ~/bin/osm2pgsql
./osm2pgsql -v -U gisuser -s -S default.style -d osm ~/data/italy.osm.bz2 >~/data/import.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment