saviornt / USGS-Earthquake-Data

Simple Python script that downloads USGS earthquake data and stores the data into a MongoDB collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data source provided by USGS for public use: https://www.usgs.gov/programs/earthquake-hazards

Q: What does this script do?
A: This Python script downloads basic earthquake data from USGS and stores that data into a MongoDB database collection.

Q: Does this script perform data analysis or visualization?
A: This script was created to be a separate script that runs in the background and as such, it does not provide visualization or analysis on it's own.

Q: Are there any future plans for this repository?
A: I am planning on including a way to programmatically create a data analysis (including visualization) of earthquake data and output the analysis to a PDF document - Soon(TM).

About

Simple Python script that downloads USGS earthquake data and stores the data into a MongoDB collection.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%