The following need to be installed to run processing scripts:
To install on a Mac:
brew install csvkit
To extract and transform data run make:
make
This runs ETL scripts to generate the following:
- lists/nuts/nuts-2016.tsv
- list of Nomenclature of territorial units for statistics classification (NUTS) sourced from NUTS download index.
- lists/nuts/lau-2018.tsv
- list of Local Administrative Units (LAU).
To remove generated data files run:
make clobber