Skip to content

This application is designed to map earthquake data onto a world map.

Notifications You must be signed in to change notification settings

Emilianodz/Earthquake-Mapping-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This application is designed to map earthquake data onto a world map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages