Correct small typos in building and schedule_value class
This commit is contained in:
parent
7db28a9f09
commit
537a90022f
|
@ -342,7 +342,7 @@ class Building(CityObject):
|
||||||
self._hourly_cooling.append(value)
|
self._hourly_cooling.append(value)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def week_day_schedules(self) -> List[ScheduleValue]:
|
def week_day_schedule(self) -> List[ScheduleValue]:
|
||||||
"""
|
"""
|
||||||
Get schedule of weekdays
|
Get schedule of weekdays
|
||||||
:return: [ScheduleValue]
|
:return: [ScheduleValue]
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<value>1965</value>
|
<value>1965</value>
|
||||||
</stringAttribute>
|
</stringAttribute>
|
||||||
<stringAttribute name="PLUTO_building_class">
|
<stringAttribute name="PLUTO_building_class">
|
||||||
<value>I1</value>
|
<value>C1</value>
|
||||||
</stringAttribute>
|
</stringAttribute>
|
||||||
<lod1Solid>
|
<lod1Solid>
|
||||||
<Solid srsName="EPSG:32118" srsDimension="3">
|
<Solid srsName="EPSG:32118" srsDimension="3">
|
||||||
|
@ -429,7 +429,7 @@
|
||||||
<value>2045</value>
|
<value>2045</value>
|
||||||
</stringAttribute>
|
</stringAttribute>
|
||||||
<stringAttribute name="PLUTO_building_class">
|
<stringAttribute name="PLUTO_building_class">
|
||||||
<value>I1</value>
|
<value>C1</value>
|
||||||
</stringAttribute>
|
</stringAttribute>
|
||||||
<lod1Solid>
|
<lod1Solid>
|
||||||
<Solid srsName="EPSG:32118" srsDimension="3">
|
<Solid srsName="EPSG:32118" srsDimension="3">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user