added "residential" type to us_to_library_types.py
added building_type = "residential" to us_archetypes.xml 20 buildings example returns geometrical errors in third building
This commit is contained in:
parent
9d921da698
commit
c764c96deb
|
@ -27,6 +27,6 @@ class BixiFeature(CityObject):
|
||||||
def gps_coordinates(self):
|
def gps_coordinates(self):
|
||||||
"""
|
"""
|
||||||
Get bixi feature coordinates
|
Get bixi feature coordinates
|
||||||
:return: length
|
:return: [x, y, z]
|
||||||
"""
|
"""
|
||||||
return self._coordinates
|
return self._coordinates
|
||||||
|
|
|
@ -11,7 +11,7 @@ class UsToLibraryTypes:
|
||||||
"""
|
"""
|
||||||
standards = {
|
standards = {
|
||||||
'ASHRAE Std189': 1,
|
'ASHRAE Std189': 1,
|
||||||
'ASHRAE 90.1-2004': 2
|
'ASHRAE 90.1_2004': 2
|
||||||
}
|
}
|
||||||
|
|
||||||
reference_city_climate_zone = {
|
reference_city_climate_zone = {
|
||||||
|
|
|
@ -26,7 +26,8 @@ class UsFunctionToUsage:
|
||||||
'stand alone retail': 'retail',
|
'stand alone retail': 'retail',
|
||||||
'strip mall': 'hall',
|
'strip mall': 'hall',
|
||||||
'supermarket': 'retail',
|
'supermarket': 'retail',
|
||||||
'warehouse': 'industry'
|
'warehouse': 'industry',
|
||||||
|
'residential': 'residential'
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in New Issue
Block a user