File size: 1,414 Bytes
8319dc7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # earthquake-waveforms-timeseries
## 数据集描述
这是一个地震波形数据集,包含来自全球地震台站的波形数据。数据格式为timeseries。
## 数据来源
- **数据源**: 华为云OBS存储的IRIS地震台网数据
- **数据格式**: MiniSEED (.mseed)
- **台站网络**: IU (International Observatory Network)
## 数据集统计
- **总样本数**: 2
- **特征维度**: 15
- **数据类型**: timeseries
## 特征说明
- **station_id**: Value
- **network**: Value
- **station**: Value
- **latitude**: Value
- **longitude**: Value
- **channel**: Value
- **sampling_rate**: Value
- **starttime**: Value
- **endtime**: Value
- **duration**: Value
- **npts**: Value
- **waveform**: List
- **times**: List
- **source_url**: Value
- **processed_time**: Value
## 使用示例
```python
from datasets import load_dataset
# 加载数据集
dataset = load_dataset("path/to/earthquake-waveforms-timeseries")
# 查看数据
print(dataset)
print(dataset[0])
```
## 引用
如果您使用此数据集,请引用:
```
@dataset{earthquake_waveforms_timeseries,
title={Earthquake Waveform Dataset - Timeseries Format},
author={Geological Hazard Research Team},
year={2024},
source={IRIS Data Services},
storage={Huawei Cloud OBS}
}
```
## 许可证
请遵循IRIS数据使用政策和相关许可协议。
## 联系方式
如有问题,请联系数据集维护者。
|