-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathREADME.md.mine
More file actions
26 lines (18 loc) · 911 Bytes
/
README.md.mine
File metadata and controls
26 lines (18 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# World Internet Usage and GDP Per Capita Mapping
Run slider.py to launch an interactive visualizer for gdp and internet usage growth from 2001-2016
## Requirements
Use `pip` to install these packages:
* BeautifulSoup
* svg.path
* matplotlib
* pygame
## World Map and Databases
World map:world map SVG with a dictionary of country names and two letter country codes mapped to their matching polygon
https://simplemaps.com/resources/svg-world
GDP per capita:Renamed as GDP_PC.csv and unnecessary datd. Country codes edited to match the format from svg
https://data.worldbank.org/indicator/NY.GDP.PCAP.CD
Internet Users:Renamed as Internet_Users_percentofpop_2000_2016.csv
https://data.worldbank.org/indicator/IT.NET.USER.ZS
## Project Reflection
https://github.com/jcrawfordobanner/InteractiveProgramming/blob/master/Soft-Des%20Poject%204_%20Interactive%20Data%20Vizualization.pdf
## Lets make Conflicts