https://github.com/azeemk210/earthquake-data-fetcher
Fetch earthquake data from EMSC and INGV APIs
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Fetch earthquake data from EMSC and INGV APIs
Basic Info
- Host: GitHub
- Owner: azeemk210
- Language: Python
- Default Branch: main
- Size: 1.95 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Earthquake Data Fetcher
Overview
This repository contains Python scripts to fetch earthquake data from two different sources:
- EMSC (European-Mediterranean Seismological Centre) - Retrieves earthquake data in CSV format.
- INGV (Istituto Nazionale di Geofisica e Vulcanologia, Italy) - Retrieves earthquake data in GeoJSON format.
No Registration Required
The earthquake data can be accessed without registration from the following sources: - INGV Earthquake Portal - EMSC Earthquake Portal
Files
fetch_emsc_data.py- Fetches earthquake data from EMSC API and saves it as a CSV file.fetch_indgv_data.py- Fetches earthquake data from INGV API and saves it as a CSV file.
Installation & Setup
Prerequisites
Ensure you have the following installed:
- Python 3.x
- Required Python libraries:
sh
pip install requests pandas
Clone the Repository
sh
git clone https://github.com/your-username/earthquake-data-fetcher.git
cd earthquake-data-fetcher
Usage
Fetching Earthquake Data
Run the scripts to download and save earthquake data:
sh
python fetch_emsc_data.py
python fetch_indgv_data.py
After execution, earthquake data will be saved as CSV files.
Contributing
Feel free to submit pull requests with improvements or bug fixes.
License
This project is open-source and available under the MIT License.
Owner
- Name: azeemk210
- Login: azeemk210
- Kind: user
- Repositories: 1
- Profile: https://github.com/azeemk210
GitHub Events
Total
- Push event: 2
- Create event: 2
Last Year
- Push event: 2
- Create event: 2