Datasets:
Libraries:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,7 @@ tags:
|
|
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 |
[Github Link](github_link: https://github.com/HuskyNian/HR-Extreme)
|
18 |
## Dataset Structure
|
19 |
-
The dataset is
|
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`).
|
|
|
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 |
[Github Link](github_link: https://github.com/HuskyNian/HR-Extreme)
|
18 |
## Dataset Structure
|
19 |
+
The dataset is in the following folder:
|
|
|
20 |
- `202007_202012`: Contains data from July 2020 to December 2020.
|
21 |
|
22 |
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`).
|