A simple program that calculates statistics concerning GDP and carbon emissions.
Create virtual environment
python -m venv data_an
Activate the environment
source data_an/bin/activate
Install package
pip install git+https://github.com/JacekZgud/Final_Assignment.git
Run main.py
script parameters needed are specified in the subsection below
Use program (-h for help) main.py -h
:
Analyse historical emissions and GDP data
positional arguments:
gdp : path to file containing gdp
pop : path to file containing populations
em : path to file containing emissions
options:
-h, --help show this help message and exit
-start start Minimum of preferred time period
-end end Maximum of preferred time period