From 662381758c757a648d4b787ecb93b912ab1873b8 Mon Sep 17 00:00:00 2001 From: EvaWie <> Date: Fri, 5 Feb 2021 15:57:42 +0100 Subject: [PATCH] Add information for Peta5_0_1 heat demand tif file download to datasets.yml Add URLs and file names for downloading and processing of residential and service-sector Peta5_0_1 heat demand files for the calculation of future heat demand distributions --- src/egon/data/datasets.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/egon/data/datasets.yml b/src/egon/data/datasets.yml index 0a676a27e..3cb9422bd 100644 --- a/src/egon/data/datasets.yml +++ b/src/egon/data/datasets.yml @@ -67,3 +67,32 @@ zensus_apartment: processed: schema: "society" table: "destatis_zensus_apartment_per_ha" +peta5_0_1_res_heat_demands: + original_data: + source: + # In case the link breaks (hopefully it does not), you are able to download + # the data manually. Here you also find background information: + # https://s-eenergies-open-data-euf.hub.arcgis.com/search?categories=seenergies_buildings + # https://www.arcgis.com/home/item.html?id=d7d18b63250240a49eb81db972aa573e + url: "https://arcgis.com/sharing/rest/content/items/d7d18b63250240a49eb81db972aa573e/data" + target: + path: "Peta5_0_1_HD_res.zip" + processed: + schema: "demand" + file_table_map: + table: # 2015 heat demand data not stored in database +peta5_0_1_ser_heat_demands: + original_data: + source: + # In case the link breaks (hopefully it does not), you are able to download + # the data manually. Here you also find background information: + # https://s-eenergies-open-data-euf.hub.arcgis.com/search?categories=seenergies_buildings + # https://www.arcgis.com/home/item.html?id=52ff5e02111142459ed5c2fe3d80b3a0 + url: "https://arcgis.com/sharing/rest/content/items/52ff5e02111142459ed5c2fe3d80b3a0/data" + target: + path: "Peta5_0_1_HD_ser.zip" + processed: + schema: "demand" + file_table_map: + table: # 2015 heat demand data not stored in database +