Skip to content

Latest commit

 

History

History
 
 

README.md

EITI Data

This directory contains all of the input data, scripts for parsing and transforming them, and the resulting "output" files. These tools also use Node, and the dependencies are managed with npm in the parent directory's package.json. To rebuild the files, run:

make -B

Check out the Makefile and the bin directory if you want to see how the sausage is made.

Tests

To run the tests, make sure the dev dependencies are installed from the parent directory:

cd ..
npm install --dev

Then, in this directory, run:

npm test

See this issue for some background on what we're aiming to do here. Progress on importing all of the data we need is tracked in this issue.