Sha256: c50a7c47314229196a667149e05650ff01803d3f98162a412802bd0878c45bb2
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
The `feature.xml` HPXML file contained in this folder may need to be re-generated due to HPXML schema updates. It is generated by modifying properties of the "Single-Family Attached" feature (i.e., `"id": "17"`) in `example_project_combined.json` to: ```json "type": "Feature", "properties": { "id": "17", "name": "Residential 4", "type": "Building", "building_type": "Single-Family Attached", "floor_area": 18320, "footprint_area": 9160, "number_of_stories_above_ground": 2, "number_of_stories": 2, "number_of_bedrooms": 6, "foundation_type": "slab", "attic_type": "attic - vented", "system_type": "Residential - furnace and room air conditioner", "heating_system_fuel_type": "fuel oil", "number_of_residential_units": 4, "template": "Residential IECC 2015 - Customizable Template Sep 2020" } ``` After running the feature (e.g., using `bundle exec rake run_baseline`), the resulting `feature.xml` HPXML file from the `run` folder is copied (overwritten) into this folder. The changes to properties for the "Single-Family Attached" feature in `example_project_combined.json` are then reverted back to using the `hpxml_directory` field.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
urbanopt-cli-0.11.1 | example_files/xml_building/17/README.md |
urbanopt-cli-0.11.0 | example_files/xml_building/17/README.md |