An open API service indexing awesome lists of open source software.

https://github.com/saviornt/usgs-earthquake-data

Simple Python script that downloads USGS earthquake data and stores the data into a MongoDB collection.
https://github.com/saviornt/usgs-earthquake-data

mongodb-database python3 usgs-data usgs-earthquake

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

          

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).