ecastillot commited on
Commit
4d3dede
·
verified ·
1 Parent(s): 21f8e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- | `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). |
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