Skip to content

Commit

Permalink
Merge pull request #3440 from architecture-building-systems/zone-help…
Browse files Browse the repository at this point in the history
…er-house-no

Update zone_helper.py
  • Loading branch information
ShiZhongming committed Dec 18, 2023
2 parents f824805 + 0ce6180 commit 2e4d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cea/datamanagement/zone_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e4d974

Please sign in to comment.