Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 711 Bytes

Earthquake-Mapping-Application

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  

The result is like this: newplot