- incorporated the remaining changes

- added a released note about the renaming of build_load_data to build_electricity_demand
This commit is contained in:
Ahmad 2023-04-16 02:28:56 +02:00
parent 2984b3bb99
commit b877b41019
No known key found for this signature in database
GPG Key ID: 9C0DE32D8A416EBF
3 changed files with 7 additions and 5 deletions

View File

@ -86,13 +86,13 @@ Rule ``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:

View File

@ -12,6 +12,8 @@ Upcoming Release
* 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)
=================================
@ -558,7 +560,7 @@ More OPSD integration:
This will overwrite the capacities calculated from the heuristic approach in :func:`estimate_renewable_capacities()`
[`#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
[`#211 <https://github.com/PyPSA/pypsa-eur/pull/211>`_].

View File

@ -276,7 +276,7 @@ if __name__ == "__main__":
if "snakemake" not in globals():
from _helpers import mock_snakemake
snakemake = mock_snakemake("build_load_data")
snakemake = mock_snakemake("build_electricity_demand")
configure_logging(snakemake)