10 lines
1.1 KiB
Plaintext
10 lines
1.1 KiB
Plaintext
|
,Unit,Values,Description
|
||
|
enable,bool,"{true,false}",Whether to integrate this transmission projects or not.
|
||
|
include,--,,"Name of the transmission projects. They should be unique and have to be provided in the `data/transmission_projects` folder."
|
||
|
-- tyndp2020,bool,"{true,false}",Whether to integrate the TYNDP 2020 dataset.
|
||
|
-- nep,bool,"{true,false}",Whether to integrate the German network development plan dataset.
|
||
|
-- manual,bool,"{true,false}",Whether to integrate the manually added transmission projects. They are taken from the previously existing links_tyndp.csv file.
|
||
|
skip,list,,"Type of lines to skip from all transmission projects. Possible values are: ``upgraded_lines``, ``upgraded_links``, ``new_lines``, ``new_links``."
|
||
|
status,list or dict,,"Status to include into the model as list or as dict with name of project and status to include. Possible values for status are ``under_construction``, ``in_permitting``, ``confirmed``, ``planned_not_yet_permitted``, ``under_consideration``."
|
||
|
new_link_capacity,--,"{zero,keep}",Whether to set the new link capacity to the provided capacity or set it to zero.
|