Datasets:
Libraries:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,27 @@
|
|
2 |
license: cc-by-4.0
|
3 |
tags:
|
4 |
- croissant
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
tags:
|
4 |
- croissant
|
5 |
+
- weather-forecasting
|
6 |
+
- extreme-weather
|
7 |
+
- deep-learning
|
8 |
+
- high-resolution
|
9 |
+
|
10 |
+
github_link: https://github.com/HuskyNian/HR-Extreme
|
11 |
+
---
|
12 |
+
|
13 |
+
# HR-Extreme Dataset
|
14 |
+
|
15 |
+
## Overview
|
16 |
+
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.
|
17 |
+
|
18 |
+
## Dataset Structure
|
19 |
+
The dataset is divided into two main folders:
|
20 |
+
- `202001_202006`: Contains data from January 2020 to June 2020.
|
21 |
+
- `202007_202012`: Contains data from July 2020 to December 2020.
|
22 |
+
|
23 |
+
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`).
|
24 |
+
|
25 |
+
## Usage
|
26 |
+
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:
|
27 |
+
```bash
|
28 |
+
python make_datasetall.py 20200101 20200630
|