update link for OPSD retrieval to latest, adjust config settings
This commit is contained in:
parent
2433c00dcb
commit
7bdb58fdf6
@ -70,7 +70,7 @@ enable:
|
|||||||
retrieve_databundle: true
|
retrieve_databundle: true
|
||||||
retrieve_sector_databundle: true
|
retrieve_sector_databundle: true
|
||||||
retrieve_cost_data: true
|
retrieve_cost_data: true
|
||||||
build_cutout: true
|
build_cutout: false
|
||||||
retrieve_cutout: false
|
retrieve_cutout: false
|
||||||
build_natura_raster: false
|
build_natura_raster: false
|
||||||
retrieve_natura_raster: true
|
retrieve_natura_raster: true
|
||||||
@ -268,7 +268,7 @@ transformers:
|
|||||||
type: ''
|
type: ''
|
||||||
|
|
||||||
load:
|
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
|
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
|
time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from
|
||||||
manual_adjustments: true # false
|
manual_adjustments: true # false
|
||||||
|
@ -83,7 +83,7 @@ This rule, as a substitute for :mod:`build_natura_raster`, downloads an already
|
|||||||
Rule ``retrieve_load_data``
|
Rule ``retrieve_load_data``
|
||||||
================================
|
================================
|
||||||
|
|
||||||
This rule downloads hourly electric load data for each country from the `OPSD platform <data.open-power-system-data.org/time_series/2019-06-05/time_series_60min_singleindex.csv>`_.
|
This rule downloads hourly electric load data for each country from the `OPSD platform <https://data.open-power-system-data.org/time_series/latest/time_series_60min_singleindex.csv>`_.
|
||||||
|
|
||||||
**Relevant Settings**
|
**Relevant Settings**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user