Renamed geonames.sh to update_geonames_data.sh and moved many of the SQL statements from the bash script into supporting update and truncate sql scripts. These sql and update_geonames_data.sh scripts now assume all required tables have already been created (by install sql scripts added in a previous commit).
Refactored geonames.sh to update_geonames_data.sh
Renamed geonames.sh to update_geonames_data.sh and moved many of the SQL
statements from the bash script into supporting update and truncate sql
scripts.
These sql and update_geonames_data.sh scripts now assume all required
tables have already been created (by install sql scripts added in a
previous commit).