Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 946 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 946 Bytes

Mapping conflict

Code and sample video for mapping the UCDP GED conflict data onto the NASA blue marble images. Click on the image below to view the video.

UCDP GED time series

Instructions

  1. Download the background maps from NASA (blue marble, one for each month). Or use this Dropbox link.
  2. Download the UCDP GED data.
  3. Install initial requirements with: pip install requirements.txt
  4. Install cartopy with: conda install -c conda-forge cartopy
  5. Run world_map.py with python world_map.py

world_map.py will generate thousands of individual frames. To create a video version, use: create_video.py

I plan to also create an interactive version quite easily with plotly if there is any interest.