SongyangGao's picture
Upload folder using huggingface_hub
8319dc7 verified
# 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数据使用政策和相关许可协议。
## 联系方式
如有问题,请联系数据集维护者。