TorNet - 用于龙卷风检测与预测的基准数据集
收藏资源简介:
TorNet数据集由麻省理工学院联合英伟达构建,旨在支持机器学习算法在龙卷风检测与预测领域的开发。该数据集包含了10年的全分辨率、多极化的天气雷达数据,这些数据是从美国国家环境信息中心(NCEI)的风暴事件数据库中提取的。数据集分为三类样本:确认的龙卷风、非龙卷风的龙卷风警报和随机非龙卷风细胞,这样的分类有助于算法学习区分真正的龙卷风和其他类型的风暴。TorNet不仅支持龙卷风的检测分析,还包含了风暴的时序演变,为龙卷风预测研究提供了潜在的前兆信息。
The TorNet dataset, jointly constructed by the Massachusetts Institute of Technology and NVIDIA, aims to support the development of machine learning algorithms in the field of tornado detection and prediction. This dataset encompasses a decade's worth of full-resolution, multi-polarization weather radar data, extracted from the Storm Events Database of the National Centers for Environmental Information (NCEI). The dataset is categorized into three types of samples: confirmed tornadoes, non-tornadic tornado warnings, and random non-tornadic cells, facilitating the algorithm's ability to distinguish genuine tornadoes from other types of storms. TorNet not only supports tornado detection analysis but also includes the temporal evolution of storms, providing potential precursor information for tornado prediction research.
数据集概述
数据集名称
- TorNet
数据集描述
- 用于龙卷风检测和预测的基准数据集,使用全分辨率极化天气雷达数据。
数据集下载
- 数据集分为10个文件,每个文件包含1年的数据,总计11个文件(包括一个目录CSV文件)。
- 数据集大小从3GB到19GB不等。
- 下载链接通过Zenodo提供,每个年份的数据集都有对应的下载链接。
数据集结构
- 下载并解压后,数据集应包含
catalog.csv和10个名为tornet_YYYY.tar.gz的文件。 - 解压后的目录应包含
catalog.csv以及train/和test/子目录,其中包含每年的.nc文件。
数据集使用
- 提供了Python环境设置指南,包括基本要求和特定库的安装说明。
- 提供了数据加载和可视化的Jupyter笔记本示例。
- 提供了训练和评估CNN基准模型的脚本和配置文件。
数据集评估
- 提供了预训练的CNN基准模型及其权重,用于评估测试集。
- 评估脚本可以计算并打印测试集上的各种指标。




