Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -284,6 +284,11 @@ University of Texas at Dallas Earthquake Dataset
|
|
| 284 |
|
| 285 |
# Dataset
|
| 286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 287 |
## Why this dataset matters?
|
| 288 |
|
| 289 |
Curated datasets of earthquake **events and phase picks** are essential for modern seismology, especially in the AI era. While waveform datasets have advanced earthquake detection, multistation picks provide complementary information crucial for **phase association** and **earthquake location**.
|
|
|
|
| 284 |
|
| 285 |
# Dataset
|
| 286 |
|
| 287 |
+
## Installation
|
| 288 |
+
```bash
|
| 289 |
+
pip install utdquake==0.1
|
| 290 |
+
```
|
| 291 |
+
|
| 292 |
## Why this dataset matters?
|
| 293 |
|
| 294 |
Curated datasets of earthquake **events and phase picks** are essential for modern seismology, especially in the AI era. While waveform datasets have advanced earthquake detection, multistation picks provide complementary information crucial for **phase association** and **earthquake location**.
|