swpc-alerts
收藏资源简介:
NOAA SWPC空间天气警报数据集包含由NOAA空间天气预测中心(SWPC)发布的官方空间天气警报、观察和警告。这些通知涵盖:地磁风暴(从G1轻微到G5极端)、太阳辐射风暴(S1到S5质子事件)、无线电中断(R1到R5 HF无线电吸收事件)以及观察和警告(提前通知预期的空间天气影响)。这些警报对卫星运营商、电网管理者、航空业以及任何受空间天气影响的个人至关重要。数据集包含158条警报(2026年2月25日至2026年3月26日),按类型分为:警报(82条)、摘要(3条)、警告(61条)和观察(12条)。数据集以表格形式存储,包含产品ID、发布时间(UTC)、完整警报消息文本和提取的警报类型等字段。数据集每日更新,适用于文本分类任务。
The NOAA SWPC Space Weather Alert Dataset comprises official space weather alerts, observations, and warnings issued by the NOAA Space Weather Prediction Center (SWPC). These notifications cover geomagnetic storms (ranging from G1 Minor to G5 Extreme), solar radiation storms (S1 to S5 proton events), radio blackouts (R1 to R5 HF radio absorption events), as well as observations and warnings that provide advance notice of expected space weather impacts. These alerts are critically important for satellite operators, grid managers, the aviation industry, and any individuals impacted by space weather. The dataset contains 158 alert records spanning from February 25, 2026 to March 26, 2026, categorized by type: 82 alerts, 3 summaries, 61 warnings, and 12 observations. It is stored in tabular format, with fields including product ID, release time (UTC), full alert message text, and extracted alert type. The dataset is updated daily and is suitable for text classification tasks.
NOAA SWPC Space Weather Alerts 数据集概述
数据集基本信息
- 数据集名称:NOAA SWPC Space Weather Alerts
- 发布者:Julien Simon
- 发布日期:2026年
- 数据集地址:https://huggingface.co/datasets/juliensimon/swpc-alerts
- 许可证:CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/)
- 语言:英语
- 数据规模:1K<n<10K
- 任务类别:文本分类
- 标签:space, space-weather, noaa, swpc, alert, geomagnetic-storm, open-data, tabular-data
数据集描述
该数据集包含由美国国家海洋和大气管理局(NOAA)空间天气预报中心(SWPC)发布的官方空间天气警报、监视和警告。这些通知涵盖:
- 地磁暴:由日冕物质抛射(CME)影响引起的G1(轻微)至G5(极端)级别风暴
- 太阳辐射暴:S1至S5级别的质子事件
- 无线电中断:R1至R5级别的高频无线电吸收事件
- 监视和警告:预期空间天气影响的提前通知
这些警报对卫星运营商、电网管理者、航空业以及受空间天气影响的任何人至关重要。
数据时间范围与统计
- 时间范围:2026年2月25日至2026年3月26日
- 总警报数:158条
- 按类型统计:
- ALERT:82条
- SUMMARY:3条
- WARNING:61条
- WATCH:12条
数据模式(Schema)
| 列名 | 类型 | 描述 |
|---|---|---|
product_id |
字符串 | SWPC产品标识符 |
issue_datetime |
日期时间 | 警报发布日期和时间(UTC) |
message |
字符串 | 完整的警报消息文本 |
alert_type |
字符串 | 提取的类型:ALERT、WARNING、WATCH、SUMMARY或OTHER |
数据使用
数据文件格式为Parquet,可通过Hugging Face datasets库加载:
python
from datasets import load_dataset
ds = load_dataset("juliensimon/swpc-alerts", split="train")
数据来源与更新
- 数据源:NOAA空间天气预报中心(SWPC)警报API (https://www.swpc.noaa.gov/)
- 更新频率:每日UTC时间15:00通过GitHub Actions更新
- 管道源代码:https://github.com/juliensimon/space-datasets
引用信息
bibtex @dataset{swpc_alerts, author = {Simon, Julien}, title = {NOAA SWPC Space Weather Alerts}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/juliensimon/swpc-alerts}, note = {Based on NOAA Space Weather Prediction Center alerts data} }




