pypsa-eur/doc/configtables/enable.csv
Fabian Neumann ef5320e1b8 merge master
2023-06-02 16:59:06 +02:00

1.6 KiB

1UnitValuesDescription
2prepare_links_p_nombool{true, false}Switch to retrieve current HVDC projects from `Wikipedia <https://en.wikipedia.org/wiki/List_of_HVDC_projects>`_
3retrieve_databundlebool{true, false}Switch to retrieve databundle from zenodo via the rule :mod:`retrieve_databundle` or whether to keep a custom databundle located in the corresponding folder.
4retrieve_sector_databundlebool{true, false}Switch to retrieve sector databundle from zenodo via the rule :mod:`retrieve_sector_databundle` or whether to keep a custom databundle located in the corresponding folder.
5retrieve_cost_databool{true, false}Switch to retrieve technology cost data from `technology-data repository <https://github.com/PyPSA/technology-data>`_.
6build_cutoutbool{true, false}Switch to enable the building of cutouts via the rule :mod:`build_cutout`.
7retrieve_cutoutbool{true, false}Switch to enable the retrieval of cutouts from zenodo with :mod:`retrieve_cutout`.
8build_natura_rasterbool{true, false}Switch to enable the creation of the raster ``natura.tiff`` via the rule :mod:`build_natura_raster`.
9retrieve_natura_rasterbool{true, false}Switch to enable the retrieval of ``natura.tiff`` from zenodo with :mod:`retrieve_natura_raster`.
10custom_busmapbool{true, false}Switch to enable the use of custom busmaps in rule :mod:`cluster_network`. If activated the rule looks for provided busmaps at ``data/custom_busmap_elec_s{simpl}_{clusters}.csv`` which should have the same format as ``resources/busmap_elec_s{simpl}_{clusters}.csv``, i.e. the index should contain the buses of ``networks/elec_s{simpl}.nc``.