File size: 1,225 Bytes
9a45d43
 
 
 
0234f72
 
 
 
 
fbe8409
0234f72
 
 
 
 
 
fbe8409
0234f72
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
tags:
- croissant
- weather-forecasting
- extreme-weather
- deep-learning
- high-resolution


---

# HR-Extreme Dataset

## Overview
HR-Extreme is a high-resolution dataset designed to evaluate the performance of state-of-the-art models in predicting extreme weather events. The dataset contains 17 types of extreme weather events from 2020, based on High-Resolution Rapid Refresh (HRRR) data. It is intended for researchers in weather forecasting, encompassing both physical and deep learning methods.
[Github Link](github_link: https://github.com/HuskyNian/HR-Extreme)
## Dataset Structure
The dataset is divided into two main folders:
- `202001_202006`: Contains data from January 2020 to June 2020.
- `202007_202012`: Contains data from July 2020 to December 2020.

Each folder stores the dataset in the WebDataset format, following Hugging Face's recommendations. Every 10 `.npz` files are aggregated into a single `.tar` file, named sequentially as `i.tar` (e.g., `0001.tar`).

## Usage
To construct the dataset, use the provided scripts in the GitHub repository. The main script, `make_datasetall.py`, generates an index file for the dataset:
```bash
python make_datasetall.py 20200101 20200630