nieyh commited on
Commit
b8fc4f4
·
verified ·
1 Parent(s): e80b6ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -7,4 +7,14 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- SolarBench is an initiative focused on reducing barriers for researchers and practitioners to access large environmental datasets for advancing solar energy forecasting and related fields.
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ SolarBench is an initiative focused on reducing barriers for researchers and practitioners to access large environmental datasets for advancing solar energy forecasting and related fields.
11
+
12
+ This repo contains multiple data modalities and is structured as follow:
13
+
14
+ - `ground_full`: Ground-based sensor data including **sky images**, a variety of **meteorological measurements**, and labels for solar forecasting tasks, namely different **solar irradiance** components (i.e., GHI, DHI, and DNI) or **power generation** from solar panels.
15
+ - `ground_no_skycams`: A lite version of `ground_full` by excluding **sky images**. Useful for fast analysis and training non-vision models or performing ablation studies.
16
+ - `satellite`: Geostationary satellite imagery including GOES, Himawari, MSG.
17
+ - `weather_forecasts`: Numerical weather predictions (e.g., GFS).
18
+ - `climate_reanalysis`: Retrospective climate reanalysis datasets (e.g., ERA5).
19
+
20
+ These data can be easily accessed and made into use through the machine learning toolbox we developed. For more details, check it out here: