mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
etracting floor dimensions
This commit is contained in:
parent
445b76d50a
commit
eaa1c3bca4
1 changed files with 0 additions and 52 deletions
|
|
@ -44,70 +44,18 @@ def get_house_number(address: str) -> str | None:
|
|||
|
||||
class XmlParser:
|
||||
uprn = None
|
||||
property_type = None
|
||||
current_energy_efficiency = None
|
||||
current_energy_rating = None
|
||||
|
||||
# heating/emissions information
|
||||
space_heating_kwh = None
|
||||
water_heating_kwh = None
|
||||
co2_emissions_current = None
|
||||
heating_cost_current = None
|
||||
hot_water_cost_current = None
|
||||
lighting_cost_current = None
|
||||
energy_consumption_current = None
|
||||
energy_consumption_potential = None
|
||||
heating_system = None
|
||||
heating_controls = None
|
||||
|
||||
# Assessor details
|
||||
surveyor_name = None
|
||||
|
||||
# Addresses
|
||||
address1 = None
|
||||
address2 = None
|
||||
address3 = None
|
||||
posttown = None
|
||||
postcode = None
|
||||
address = None
|
||||
|
||||
# Dates
|
||||
survey_date = None
|
||||
|
||||
# Building Fabric
|
||||
# Walls
|
||||
walls_description = None
|
||||
walls_classification = None
|
||||
walls_energy_rating = None
|
||||
# Roof
|
||||
roof_description = None
|
||||
roof_energy_rating = None
|
||||
is_loft = None
|
||||
# Floor
|
||||
floor_description = None
|
||||
floor_energy_rating = None
|
||||
# Windows
|
||||
windows_description = None
|
||||
windows_energy_rating = None
|
||||
# main heating
|
||||
main_heating_description = None
|
||||
main_heating_energy_rating = None
|
||||
# Heating controls
|
||||
main_heating_controls_description = None
|
||||
main_heating_controls_energy_rating = None
|
||||
# Hot water
|
||||
hot_water_description = None
|
||||
hot_water_energy_rating = None
|
||||
# Lighting
|
||||
lighting_description = None
|
||||
lighting_energy_rating = None
|
||||
# Second Heating
|
||||
second_heating_description = None
|
||||
second_heating_energy_rating = None
|
||||
|
||||
number_of_doors = None
|
||||
number_of_insulated_doors = None
|
||||
photo_supply = None
|
||||
|
||||
# Property dimensions
|
||||
number_of_floors = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue