The data is from geonames.
Several columns have been dropped to simplify the dataset.
- Download the
allCountries.zip
from https://download.geonames.org/export/zip/ - Unzip the data and place the file
allCountries.txt
into the folderraw
. - Transform the data using the
python script/parse.py
. - Validate the results using
python test/quality.py