From f140e2190a885845c7894ce407360675f28871fa Mon Sep 17 00:00:00 2001 From: birgits Date: Fri, 11 Aug 2023 09:30:17 +0200 Subject: [PATCH] Minor changes --- docs/literature.rst | 2 ++ .../emobility/heavy_duty_transport/h2_demand_distribution.py | 4 ++-- .../emobility/motorized_individual_travel/ev_allocation.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/literature.rst b/docs/literature.rst index d6f77edbf..40c43e729 100644 --- a/docs/literature.rst +++ b/docs/literature.rst @@ -2,6 +2,8 @@ Literature ********** +.. [BASt] Bundesanstalt für Straßenwesen, Automatische Zählstellen 2020 (2020). URL https://www.bast.de/DE/Verkehrstechnik/Fachthemen/v2-verkehrszaehlung/Daten/2020_1/Jawe2020.cs + .. [Brakelmann2004] H. Brakelmann, Netzverstärkungs-Trassen zur Übertragung von Windenergie: Freileitung oder Kabel? (2004). URL http://www.ets.uni-duisburg-essen.de/download/public/Freileitung_Kabel.pdf .. [Buettner2022] C. Büttner, J. Amme, J. Endres, A. Malla, B. Schachler, I. Cußmann, Open modeling of electricity and heat demand curves for all residential buildings in Germany, Energy Informatics 5 (1) (2022) 21. doi:10.1186/s42162-022-00201-y. URL https://doi.org/10.1186/s42162-022-00201-y diff --git a/src/egon/data/datasets/emobility/heavy_duty_transport/h2_demand_distribution.py b/src/egon/data/datasets/emobility/heavy_duty_transport/h2_demand_distribution.py index daa8cb08b..1f7d7e02d 100644 --- a/src/egon/data/datasets/emobility/heavy_duty_transport/h2_demand_distribution.py +++ b/src/egon/data/datasets/emobility/heavy_duty_transport/h2_demand_distribution.py @@ -1,6 +1,6 @@ """ -Calculation of hydrogen demand based on a Voronoi distribution of counted truck traffic -among NUTS 3 regions +Calculation of hydrogen demand based on a Voronoi partition of counted truck traffic +used to allocate it to NUTS3 regions and finally aggregate it on NUTS3 level. """ from geovoronoi import points_to_coords, voronoi_regions_from_coords from loguru import logger diff --git a/src/egon/data/datasets/emobility/motorized_individual_travel/ev_allocation.py b/src/egon/data/datasets/emobility/motorized_individual_travel/ev_allocation.py index a64ed1c50..a65a69e99 100644 --- a/src/egon/data/datasets/emobility/motorized_individual_travel/ev_allocation.py +++ b/src/egon/data/datasets/emobility/motorized_individual_travel/ev_allocation.py @@ -47,9 +47,9 @@ def fix_missing_ags_municipality_regiostar(muns, rs7_data): """Check if all AGS of municipality dataset are included in RegioStaR7 dataset and vice versa. - As of Dec 2021, some municipalities are not included int he RegioStaR7 + As of Dec 2021, some municipalities are not included int the RegioStaR7 dataset. This is mostly caused by incorporations of a municipality by - another municipality. This is fixed by assining a RS7 id from another + another municipality. This is fixed by assigning a RS7 id from another municipality with similar AGS (most likely a neighboured one). Missing entries in the municipality dataset is printed but not fixed