Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Aug 11, 2023
1 parent d7e14db commit f140e21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/literature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f140e21

Please sign in to comment.