- incorporated the remaining changes
- added a released note about the renaming of build_load_data to build_electricity_demand
This commit is contained in:
parent
2984b3bb99
commit
b877b41019
@ -86,13 +86,13 @@ Rule ``build_powerplants``
|
|||||||
.. automodule:: build_powerplants
|
.. automodule:: build_powerplants
|
||||||
|
|
||||||
|
|
||||||
.. _load_data:
|
.. _electricity_demand:
|
||||||
|
|
||||||
Rule ``build_load_data``
|
Rule ``build_electricity_demand``
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
||||||
.. automodule:: build_load_data
|
.. automodule:: build_electricity_demand
|
||||||
|
|
||||||
.. _ship:
|
.. _ship:
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@ Upcoming Release
|
|||||||
|
|
||||||
* Bugfix: Correct typo in the CPLEX solver configuration in ``config.default.yaml``.
|
* Bugfix: Correct typo in the CPLEX solver configuration in ``config.default.yaml``.
|
||||||
|
|
||||||
|
* Renamed script file from PyPSA-EUR ``build_load_data`` to ``build_electricity_demand``.
|
||||||
|
|
||||||
PyPSA-Eur 0.8.0 (18th March 2023)
|
PyPSA-Eur 0.8.0 (18th March 2023)
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
@ -558,7 +560,7 @@ More OPSD integration:
|
|||||||
This will overwrite the capacities calculated from the heuristic approach in :func:`estimate_renewable_capacities()`
|
This will overwrite the capacities calculated from the heuristic approach in :func:`estimate_renewable_capacities()`
|
||||||
[`#212 <https://github.com/PyPSA/pypsa-eur/pull/212>`_].
|
[`#212 <https://github.com/PyPSA/pypsa-eur/pull/212>`_].
|
||||||
|
|
||||||
* Electricity consumption data is now retrieved directly from the `OPSD website <https://data.open-power-system-data.org/time_series/2019-06-05>`_ using the rule :mod:`build_load_data`.
|
* Electricity consumption data is now retrieved directly from the `OPSD website <https://data.open-power-system-data.org/time_series/2019-06-05>`_ using the rule :mod:`build_electricity_demand`.
|
||||||
The user can decide whether to take the ENTSO-E power statistics data (default) or the ENTSO-E transparency data
|
The user can decide whether to take the ENTSO-E power statistics data (default) or the ENTSO-E transparency data
|
||||||
[`#211 <https://github.com/PyPSA/pypsa-eur/pull/211>`_].
|
[`#211 <https://github.com/PyPSA/pypsa-eur/pull/211>`_].
|
||||||
|
|
||||||
|
@ -276,7 +276,7 @@ if __name__ == "__main__":
|
|||||||
if "snakemake" not in globals():
|
if "snakemake" not in globals():
|
||||||
from _helpers import mock_snakemake
|
from _helpers import mock_snakemake
|
||||||
|
|
||||||
snakemake = mock_snakemake("build_load_data")
|
snakemake = mock_snakemake("build_electricity_demand")
|
||||||
|
|
||||||
configure_logging(snakemake)
|
configure_logging(snakemake)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user