This project has been developed in the course INF219 at the University of Bergen during the fall semester 2023.
- Python 3.x
- pip
- Clone the repository:
git clone [repo_url] - Navigate to the project directory:
cd [project_name] - Create a virtual environment:
python -m venv myvenv(last part is the name of your virtual enviroment) - Activate the virtual environment:
- Linux/Mac:
source venv/bin/activate - Windows:
venv\Scripts\activate
- Linux/Mac:
- Install dependencies:
pip install -r requirements.txt
Go the run.py file. Run it and click the ip adress in the terminal. This will show the web page in port 5000 on you local web browser.
Instructions for how to submit issues, and guidelines for submitting pull requests.
-
[annual_1901-2022_mean_historical_temperature] (https://climateknowledgeportal.worldbank.org/download-data)
-
[co2-by-source] (https://ourworldindata.org/grapher/co2-by-source?country=~NOR)