transportenergy / database

Tools for accessing and maintaining the iTEM model & historical databases
https://transportenergy.rtfd.io
GNU General Public License v3.0
24 stars 8 forks source link

Automate common data processing steps #24

Closed khaeru closed 4 years ago

khaeru commented 4 years ago

In order to make the assembly of the historical database transparent and reliable, it is necessary to reduce the cleaning scripts to only dataset-specific operations.

For instance, the conversion of country names to ISO 3166 codes should not be repeated in each cleaning script, but implemented as a general function that is applied to each input data set.