uvishal commited on
Commit
6ecbf0f
·
verified ·
1 Parent(s): 5478eb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,11 +6,13 @@ size_categories:
6
  # Surya-Bench Solar wind prediction Task
7
 
8
  This foundation model task uses the foundation model to predict the solar wind measurements at L1 from NASA OMNI dataset. The dataset includes Speed, ("V"), Bx (GSE), By (GSM), Bz (GSM) and number density (N). For the foundation model prediction task, we only consider the wind speed from the dataset.
9
- In this dataset, we have a buffer set (Jan 1 - Jan 14 (inclusive) and Jan 29 - Feb 11 (incluside)), the validation set (Jan 15 - Jan 28(inclusive)), and training set (other days) from 2010 -05 - 01 to 2019 - 12-31 (inclusive), for every year.
10
  Our testing set is from Jan 1, 2020 -- Dec 31, 2024.
11
 
12
  The data are stored as csv files, and can be accesed through pandas, for instance.
13
 
 
 
14
  ## Dataset Details
15
 
16
  | Field | Description |
 
6
  # Surya-Bench Solar wind prediction Task
7
 
8
  This foundation model task uses the foundation model to predict the solar wind measurements at L1 from NASA OMNI dataset. The dataset includes Speed, ("V"), Bx (GSE), By (GSM), Bz (GSM) and number density (N). For the foundation model prediction task, we only consider the wind speed from the dataset.
9
+ In this dataset, we have a buffer set (Jan 1 - Jan 14 (inclusive) and Jan 29 - Feb 11 (inclusive)), the validation set (Jan 15 - Jan 28(inclusive)), and training set (other days) from 2010 -05 - 01 to 2019 - 12-31 (inclusive), for every year.
10
  Our testing set is from Jan 1, 2020 -- Dec 31, 2024.
11
 
12
  The data are stored as csv files, and can be accesed through pandas, for instance.
13
 
14
+ Scripts to generate/download the dataset may be found on [Github](https://github.com/NASA-IMPACT/SuryaBench/tree/solarwind_split/solarwind)
15
+
16
  ## Dataset Details
17
 
18
  | Field | Description |