diff --git a/config/config.validation.yaml b/config/config.validation.yaml index 54684c81..e403c4ab 100644 --- a/config/config.validation.yaml +++ b/config/config.validation.yaml @@ -70,7 +70,7 @@ enable: retrieve_databundle: true retrieve_sector_databundle: true retrieve_cost_data: true - build_cutout: true + build_cutout: false retrieve_cutout: false build_natura_raster: false retrieve_natura_raster: true @@ -268,7 +268,7 @@ transformers: type: '' load: - power_statistics: true # only for files from <2019; set false in order to get ENTSOE transparency data + power_statistics: false # only for files from <2019; set false in order to get ENTSOE transparency data interpolate_limit: 3 # data gaps up until this size are interpolated linearly time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from manual_adjustments: true # false diff --git a/doc/retrieve.rst b/doc/retrieve.rst index e4f47dec..95d2530b 100644 --- a/doc/retrieve.rst +++ b/doc/retrieve.rst @@ -83,7 +83,7 @@ This rule, as a substitute for :mod:`build_natura_raster`, downloads an already Rule ``retrieve_load_data`` ================================ -This rule downloads hourly electric load data for each country from the `OPSD platform `_. +This rule downloads hourly electric load data for each country from the `OPSD platform `_. **Relevant Settings**