From 0ce61803714ca358c81904a74e018735e20dac62 Mon Sep 17 00:00:00 2001 From: Zhongming Shi Date: Mon, 18 Dec 2023 14:51:36 +0100 Subject: [PATCH] Update zone_helper.py --- cea/datamanagement/zone_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cea/datamanagement/zone_helper.py b/cea/datamanagement/zone_helper.py index 896a2ffc4d..afb5b61229 100644 --- a/cea/datamanagement/zone_helper.py +++ b/cea/datamanagement/zone_helper.py @@ -209,7 +209,7 @@ def assign_attributes_additional(shapefile): if 'addr:housename' not in list_of_columns: shapefile['addr:housename'] = [''] * no_buildings if 'addr:housenumber' not in list_of_columns: - shapefile['addr:country'] = [''] * no_buildings + shapefile['addr:housenumber'] = [''] * no_buildings if 'residential' not in list_of_columns: shapefile['residential'] = [''] * no_buildings #not HDB