File size: 1,544 Bytes
81df851
 
 
2ac4221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81df851
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
72
73
74
75
76
---
license: mit
---
# earthquake-waveforms-windowed

## 数据集描述

这是一个地震波形数据集,包含来自全球地震台站的波形数据。数据格式为windowed。

## 数据来源

- **数据源**: 华为云OBS存储的IRIS地震台网数据
- **数据格式**: MiniSEED (.mseed)
- **台站网络**: IU (International Observatory Network)

## 数据集统计

- **总样本数**: 572
- **特征维度**: 18
- **数据类型**: windowed

## 特征说明

- **window_id**: Value
- **station_id**: Value
- **network**: Value
- **station**: Value
- **latitude**: Value
- **longitude**: Value
- **channel**: Value
- **sampling_rate**: Value
- **window_start**: Value
- **window_end**: Value
- **window_start_time**: Value
- **window_end_time**: Value
- **waveform_window**: List
- **amplitude_max**: Value
- **amplitude_mean**: Value
- **amplitude_std**: Value
- **source_url**: Value
- **processed_time**: Value

## 使用示例

```python
from datasets import load_dataset

# 加载数据集
dataset = load_dataset("path/to/earthquake-waveforms-windowed")

# 查看数据
print(dataset)
print(dataset[0])
```

## 引用

如果您使用此数据集,请引用:

```
@dataset{earthquake_waveforms_windowed,
  title={Earthquake Waveform Dataset - Windowed Format},
  author={Geological Hazard Research Team},
  year={2024},
  source={IRIS Data Services},
  storage={Huawei Cloud OBS}
}
```

## 许可证

请遵循IRIS数据使用政策和相关许可协议。

## 联系方式

如有问题,请联系数据集维护者。