Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -299,10 +299,11 @@ This dataset offers structured event catalogs, station metadata, and phase picks
|
|
| 299 |
|
| 300 |
| Directory | Format | Description |
|
| 301 |
|------------|---------------|-------------|
|
| 302 |
-
| `
|
| 303 |
| `events/` | `*.parquet` | Earthquake event catalogs per network. |
|
| 304 |
| `stations/` | `*.parquet` | Station metadata per network. |
|
| 305 |
| `picks/` | `*.parquet` | Seismic phase pick datasets per network. |
|
|
|
|
| 306 |
|
| 307 |
For details on the contents and schema of each dataset, please refer to the [Hugging Face dataset viewer](https://huggingface.co/datasets/ecastillot/UTDQuake/viewer).
|
| 308 |
|
|
|
|
| 299 |
|
| 300 |
| Directory | Format | Description |
|
| 301 |
|------------|---------------|-------------|
|
| 302 |
+
| `network/` | `*.parquet` | Network metadata. |
|
| 303 |
| `events/` | `*.parquet` | Earthquake event catalogs per network. |
|
| 304 |
| `stations/` | `*.parquet` | Station metadata per network. |
|
| 305 |
| `picks/` | `*.parquet` | Seismic phase pick datasets per network. |
|
| 306 |
+
| `bank/` | `*.zip` | ObsPlus `EventBank` datasets, one per network. Can be read directly using [ObsPlus EventBank](https://niosh-mining.github.io/obsplus/versions/latest/api/obsplus.bank.eventbank.html). |
|
| 307 |
|
| 308 |
For details on the contents and schema of each dataset, please refer to the [Hugging Face dataset viewer](https://huggingface.co/datasets/ecastillot/UTDQuake/viewer).
|
| 309 |
|