Skip to content

Instantly share code, notes, and snippets.

View scottynomad's full-sized avatar

Scott Hoffberg Wilson scottynomad

View GitHub Profile
@scottynomad
scottynomad / getgeo.sh
Created October 1, 2012 21:09 — forked from EspadaV8/gist:1357237
Script to import Geonames into PostgreSQL taken from http://forum.geonames.org/gforum/posts/list/15/926.page
#!/bin/bash
#===============================================================================
#
# FILE: getgeo.sh
#
# USAGE: ./getgeo.sh
#
# DESCRIPTION: run the script so that the geodata will be downloaded and inserted into your
# database
#