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)
|
||||
|
||||
@property
|
||||
def week_day_schedules(self) -> List[ScheduleValue]:
|
||||
def week_day_schedule(self) -> List[ScheduleValue]:
|
||||
"""
|
||||
Get schedule of weekdays
|
||||
:return: [ScheduleValue]
|
||||
|
|
|
@ -17,7 +17,7 @@ class ScheduleValue:
|
|||
self._hour = hour
|
||||
self._probability = probability
|
||||
|
||||
@property
|
||||
@property
|
||||
def hour(self):
|
||||
"""
|
||||
Get hours
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<value>1965</value>
|
||||
</stringAttribute>
|
||||
<stringAttribute name="PLUTO_building_class">
|
||||
<value>I1</value>
|
||||
<value>C1</value>
|
||||
</stringAttribute>
|
||||
<lod1Solid>
|
||||
<Solid srsName="EPSG:32118" srsDimension="3">
|
||||
|
@ -429,7 +429,7 @@
|
|||
<value>2045</value>
|
||||
</stringAttribute>
|
||||
<stringAttribute name="PLUTO_building_class">
|
||||
<value>I1</value>
|
||||
<value>C1</value>
|
||||
</stringAttribute>
|
||||
<lod1Solid>
|
||||
<Solid srsName="EPSG:32118" srsDimension="3">
|
||||
|
|
Loading…
Reference in New Issue
Block a user