Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit d21e31b

Browse files
pv, gsp and nwp out to 6 hours (#645)
* pv, gsp and nwp out to 6 hours * topographic_image_size_pixels: 128 #638 * #638 * Update on-premise for new format * Update to 1 hour history and 4 hour future satellite imagery Co-authored-by: Jacob Bieker <jacob@bieker.tech>
1 parent 854c0bd commit d21e31b

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
7+
.idea/
8+
69
# C extensions
710
*.so
811

nowcasting_dataset/config/on_premises.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ general:
22
description: Config for producing batches on OCF's on-premises hardware.
33
name: on_premises
44
input_data:
5-
default_forecast_minutes: 120
6-
default_history_minutes: 30
5+
default_forecast_minutes: 240
6+
default_history_minutes: 60
77
#---------------------- GSP -------------------
88
gsp:
99
gsp_zarr_path: /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/PV/GSP/v3/pv_gsp.zarr
1010
history_minutes: 90
11+
forecast_minutes: 360
1112
log_level: "INFO"
1213

1314
#---------------------- NWP -------------------
@@ -26,7 +27,7 @@ input_data:
2627
nwp_image_size_pixels_height: 128
2728
nwp_image_size_pixels_width: 128
2829
nwp_zarr_path: /mnt/storage_ssd_8tb/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/NWP/UK_Met_Office/UKV/zarr/UKV_intermediate_version_3.zarr
29-
forecast_minutes: 180
30+
forecast_minutes: 360
3031
history_minutes: 60
3132

3233
#---------------------- PV -------------------
@@ -40,6 +41,7 @@ input_data:
4041
pv_metadata_filename: /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/PV/PVOutput.org/UK_PV_metadata.csv
4142
get_center: false
4243
history_minutes: 90
44+
forecast_minutes: 360
4345
log_level: "INFO"
4446

4547
#---------------------- Satellite -------------
@@ -76,16 +78,18 @@ input_data:
7678
# ------------------------- Topographic ----------------
7779
topographic:
7880
topographic_filename: /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/Topographic/europe_dem_1km_osgb.tif
81+
topographic_image_size_pixels_width: 300
82+
topographic_image_size_pixels_height: 300
7983

8084
# ------------------------- Optical Flow ---------------
8185
opticalflow:
8286
opticalflow_zarr_path: /mnt/storage_ssd_8tb/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/satellite/EUMETSAT/SEVIRI_RSS/zarr/v3/eumetsat_seviri_uk.zarr
8387
history_minutes: 5
84-
forecast_minutes: 120
85-
opticalflow_input_image_size_pixels_height: 94
86-
opticalflow_output_image_size_pixels_height: 24
87-
opticalflow_input_image_size_pixels_width: 188
88-
opticalflow_output_image_size_pixels_width: 48
88+
forecast_minutes: 240
89+
opticalflow_input_image_size_pixels_height: 188
90+
opticalflow_output_image_size_pixels_height: 48
91+
opticalflow_input_image_size_pixels_width: 376
92+
opticalflow_output_image_size_pixels_width: 96
8993
opticalflow_source_data_source_class_name: SatelliteDataSource
9094
opticalflow_channels:
9195
- IR_016

0 commit comments

Comments
 (0)