Skip to content

Instantly share code, notes, and snippets.

@WhoAteDaCake
WhoAteDaCake / gist:37823722bdf27fc03527f5b54c0ca6f0
Last active February 26, 2022 05:58 — forked from EspadaV8/gist:1357237
Script to import Geonames into PostgreSQL
#!/bin/bash
#===============================================================================
#
# FILE: getgeo.sh
#
# USAGE: ./getgeo.sh
#
# DESCRIPTION: run the script so that the geodata will be downloaded and inserted into your
# database
#