Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cailmdaley/kyp_earthquakes
repository for LSSDS 2019 earthquake project
https://github.com/cailmdaley/kyp_earthquakes
Last synced: 29 days ago
JSON representation
repository for LSSDS 2019 earthquake project
- Host: GitHub
- URL: https://github.com/cailmdaley/kyp_earthquakes
- Owner: cailmdaley
- Created: 2019-08-20T21:19:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T18:04:46.000Z (over 5 years ago)
- Last Synced: 2024-10-26T22:52:04.306Z (3 months ago)
- Language: Jupyter Notebook
- Size: 106 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kyp_earthquakes
repository for LSSDS 2019 earthquake projectFor the dataset, go to: http://scedc.caltech.edu/research-tools/eewtesting.html
## Statement of work
1. Get data
- We have downloaded a catalogue of earthquakes in Southern California: the data is in a tabular format, with each earthquake event associated with a location, time, magnitude, depth, etc.
- Get locations of fault lines (this exists, we don't know how to get it yet)
2. Visualization
- Scatter plotting earthquake event quakes over time and distance
- Movie/GIF to show evolution over time?
- Overplot fault lines to see spatial correlations
3. Measure distance between earthquake and fault line
- multiple methods for this. how do we define this distance?
- do we need to worry about Earth's curvature?
4. Describe spatial and temporal correlations between earthquakes
- along fault line distance? linear distance?
- fit covariance functions? theoretically motivated?
- look into geostatistical methods?