This application is designed to map earthquake data onto a world map.
The purpose of this project is to demonstrate how to graph a world map with information about earthquakes(data from the USGS) in JSON archives.
pip install -r requirements.txt
Run the program for create a readable JSON archive from a .geojson archive:
python eq_transforming_data.py
Run the program to explore information in terminal:
python eq_explore_data.py
Run the program to visualize the map:
python eq_world_map.py