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.
- Host: GitHub
- URL: https://github.com/saviornt/usgs-earthquake-data
- Owner: saviornt
- License: gpl-3.0
- Created: 2024-04-17T12:53:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T13:24:04.000Z (about 2 years ago)
- Last Synced: 2025-04-02T10:45:27.537Z (about 1 year ago)
- Topics: mongodb-database, python3, usgs-data, usgs-earthquake
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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).