This repository was archived by the owner on Jun 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,6 @@ class BatchKey(Enum):
118
118
gsp_x_osgb_fourier = auto ()
119
119
gsp_time_utc_fourier = auto () # (batch_size, time, n_fourier_features)
120
120
121
- # -------------- TIME -------------------------------------------
122
- # Sine and cosine of date of year and time of day at every timestep.
123
- # shape = (batch_size, n_timesteps)
124
- # This is calculated for wind only inside datapipes.
125
- wind_date_sin = auto ()
126
- wind_date_cos = auto ()
127
- wind_time_sin = auto ()
128
- wind_time_cos = auto ()
129
-
130
121
# -------------- SUN --------------------------------------------
131
122
# Solar position at every timestep. shape = (batch_size, n_timesteps)
132
123
# The solar position data comes from two alternative sources: either the Sun pre-prepared
@@ -208,6 +199,15 @@ class BatchKey(Enum):
208
199
wind_solar_azimuth = auto ()
209
200
wind_solar_elevation = auto ()
210
201
202
+ # -------------- TIME -------------------------------------------
203
+ # Sine and cosine of date of year and time of day at every timestep.
204
+ # shape = (batch_size, n_timesteps)
205
+ # This is calculated for wind only inside datapipes.
206
+ wind_date_sin = auto ()
207
+ wind_date_cos = auto ()
208
+ wind_time_sin = auto ()
209
+ wind_time_cos = auto ()
210
+
211
211
212
212
class NWPBatchKey (Enum ):
213
213
"""The names of the different elements of each NWP batch.
You can’t perform that action at this time.
0 commit comments