Created geonames_process.pl Perl script to download and process geonames.org data

It is *NOT* ready for distribution yet! The script must be finished with
downloading real data, or separate rules must be added to create
(download) dependency files like timeZones.txt, allCountries.zip and
countryInfo.txt.
This commit is contained in:
2013-09-06 16:22:16 +02:00
parent ecfac69a67
commit 6595f0f961
5 changed files with 166 additions and 1 deletions

7
.gitignore vendored
View File

@@ -15,7 +15,8 @@ Makefile.in
/src/astrognome
/ltmain.sh
/autom4te.cache/
/m4/
/m4/*
!m4/ax_prog_perl_modules.m4
/missing
/stamp-h1
/config.guess
@@ -30,6 +31,10 @@ Makefile.in
/compile
/tags
# Geonames related things
/data/geonames/*.txt
/data/geonames/geodata.xml
# Translation related files
/po/POTFILES
/po/Makevars.template