Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
size_categories:
|
| 4 |
+
- n>1T
|
| 5 |
+
tags:
|
| 6 |
+
- Helio
|
| 7 |
+
- Foundation_model
|
| 8 |
+
- Pretraining
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+

|
| 12 |
+
|
| 13 |
+
# 🌞 SDO ML-Ready Dataset: AIA and HMI Level-1.5
|
| 14 |
+
|
| 15 |
+
## Overview
|
| 16 |
+
|
| 17 |
+
This dataset provides machine learning (ML)-ready solar data curated from NASA’s Solar Dynamics Observatory (SDO), covering observations from **May 13, 2010, to July 31, 2024**. It includes Level-1.5 processed data from:
|
| 18 |
+
|
| 19 |
+
- **Atmospheric Imaging Assembly (AIA)**:
|
| 20 |
+
- **Helioseismic and Magnetic Imager (HMI)**:
|
| 21 |
+
|
| 22 |
+
The dataset is designed to facilitate large-scale ML applications in heliophysics, such as solar activity forecasting, unsupervised representation learning, and scientific foundation model development.
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## 📦 Dataset Details
|
| 27 |
+
|
| 28 |
+
| Field | Description |
|
| 29 |
+
|------------------------|---------------------------------------------|
|
| 30 |
+
| **Temporal Coverage** | May 13, 2010 – Dec 31, 2024 |
|
| 31 |
+
| **Data Format** | netCDF (`.nc`), float32 |
|
| 32 |
+
| **Temporal Granularity**| 12 minutes |
|
| 33 |
+
| **Data Shape** | `[13, 4096, 4096]` per file |
|
| 34 |
+
| **Channels** | 13 total (AIA EUV ×8 + HMI magnetograms ×5) |
|
| 35 |
+
| **Size per File** | ~570 MB |
|
| 36 |
+
| **Total Size** | ~360TB |
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
**Data Variables:**
|
| 40 |
+
```text
|
| 41 |
+
- aia94 (y, x) float32 : AIA 94 Å
|
| 42 |
+
- aia131 (y, x) float32 : AIA 131 Å
|
| 43 |
+
- aia171 (y, x) float32 : AIA 171 Å
|
| 44 |
+
- aia193 (y, x) float32 : AIA 193 Å
|
| 45 |
+
- aia211 (y, x) float32 : AIA 211 Å
|
| 46 |
+
- aia304 (y, x) float32 : AIA 304 Å
|
| 47 |
+
- aia335 (y, x) float32 : AIA 335 Å
|
| 48 |
+
- aia1600 (y, x) float32 : AIA 1600 Å (UV continuum)
|
| 49 |
+
- hmi_m (y, x) float32 : HMI LOS Magnetogram
|
| 50 |
+
- hmi_bx (y, x) float32 : HMI Magnetic Field - x component
|
| 51 |
+
- hmi_by (y, x) float32 : HMI Magnetic Field - y component
|
| 52 |
+
- hmi_bz (y, x) float32 : HMI Magnetic Field - z component
|
| 53 |
+
- hmi_v (y, x) float32 : HMI Doppler Velocity
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
Training Data for 1 month is available on Huggingface parallel to the main branch as Parquet files.
|
| 57 |
+
|
| 58 |
+
Authors
|
| 59 |
+
Sujit Roy, Dinesha Vasanta Hegde, Johannes Schmude, Amy Lin, Vishal Gaur, Talwinder Singh, Rohit Lal
|
| 60 |
+
corr: sujit.roy@nasa.gov
|