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