A simple shell script to get a PostgreSQL DB instance up and running quickly with OSM data imported and ready to query from the host machine.
Running the bash script osmpgsql.sh
sequentially calls other scripts in the /scripts
directory to do the following:
01-create-pgdb.sh
- Create the PostgreSQL database and install necessary PostGIS extensions02-install-osm2pgsql.sh
- Install the osm2pqsql utility03-download-osm-data.sh
- Download the latest osm extract file and save to the/data
directory04-import-osm-data.sh
- Run the import script to get the OSM data from the downloaded file into the PostgreSQL DB