Correct small typos in building and schedule_value class

This commit is contained in:
Guille 2020-10-21 10:01:12 -04:00
parent 7db28a9f09
commit 537a90022f
3 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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">