You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dummy sample dataset containing weather for one gid. This will be called a sheet, a single location of weather_data from the dataset with the gid coordinate still present.
246
+
247
+
The sizes of the dimensions of the sheet will be {"gid": 1, "time": 8760}
248
+
249
+
Parameters
250
+
-----------
251
+
fill_value: numeric
252
+
value to populate weather_ds single sheet with
253
+
latitude: float
254
+
dummy latitude WSG84
255
+
longitude: float
256
+
dummy longitude WSG84
257
+
altitude: float
258
+
dummy altitude of measured data [m]
259
+
wind_height: int
260
+
dummy height of measure sample dataset's wind measurement
261
+
262
+
Returns
263
+
--------
264
+
sheet_ds : xr.Dataset
265
+
Dummy weather data sheet for a single location using a dask array backend. As mentioned above this will look maintain the gid coordinate.
266
+
meta_df : pd.DataFrame
267
+
Dummy metadata for test location in pandas.DataFrame.
0 commit comments