Sam Corey
Install necessary Python packages:
$ pip install requirements.txt
The script for scraping the location data is found in get_location_data.py. To get the data, run:
$ python get_location_data.py
This creates the file location_data.csv.
The script for generating plots can be found in generate_plots.py, which creates visualizations in the plots folder. To generate plots, run:
$ python generate_plots.py