This repository holds the semester project for the Data Visualization at Aarhus University, 2021.
Make an interactive visualization of the dataset.
- Database: Global Terrorism Database maintained by researchers at the National Consortium for the Study of Terrorism and Responses to Terrorism (START), headquartered at the University of Maryland.
- Python Plotly Dash
- Download dataset from https://start.umd.edu/gtd/. You need to create an individual account.
Alternatively, download dataset from the link I provided you (in Notion). - Save the dataset in
/project_directory/dataset/
. - Create an empty file called
.mapbox_token
and add your public mapbox token there. - Activate whatever python environment you're using.
- Run
pip install -r requirements.txt
orpip3 install -r requirements.txt
. - Create database file by running
python process_csv_to_sqlite.py
orpython3 process_csv_to_sqlite.py
. - Run
jupyter lab
. - Explore the data.