@@ -36,7 +36,7 @@ The pre-importer will identify assets defined in the `asset_definitions.json` fi
3636There are various methods of calculating assets:
3737
38381 . ` sqft ` . The sqft method will calculate a 'primary' and 'secondary' value for the asset based on the area it serves.
39- This is calculated from the floor areas defined in each ` Section ` element. ` Conditioned ` floor area values will be
39+ This is calculated from the floor areas defined in each ` Section ` element. ` Conditioned ` floor area values will be
4040 used if present; ` Gross ` otherwise.
4141
42421 . ` num ` . The num method will sum up all assets of the specified type and return a single overall number.
@@ -100,7 +100,7 @@ There are currently 5 types of assets that can be extracted:
1001001 . sqft: Sqft assets take into account the floor area served by a specific asset and returns 'Primary' and 'Secondary'
101101 values. For example: Primary HVAC System and Secondary HVAC System.
102102
103- 1 . avg_sqft: Avg_sqft assets compute a weighted average to get the an average asset value. For example: Average Heating
103+ 1 . avg_sqft: Avg_sqft assets compute a weighted average to get the an average asset value. For example: Average Heating
104104 Setpoint.
105105
1061061 . num: Num assets count the total number of the specified asset found. For example, Total number of lighting systems.
@@ -110,11 +110,11 @@ There are currently 5 types of assets that can be extracted:
110110
1111111 . custom: For asset that need particular handling, such as Heating Efficiency. The current assets that have custom
112112 methods are:
113- - Heating System Efficiency
114- - Cooling System Efficiency
115- - Lighting System Efficiency
116- - Water Heater Efficiency
117- - Heating Fuel Type
113+ - Heating System Efficiency
114+ - Cooling System Efficiency
115+ - Lighting System Efficiency
116+ - Water Heater Efficiency
117+ - Heating Fuel Type
118118
119119The schema for the assets definition JSON file is in ` schemas/asset_definitions_schema.json ` .
120120
@@ -174,7 +174,7 @@ will be saved to `tests\output\cts_output.xlsx`.
174174
175175### Pre-commit
176176
177- This project uses ` pre-commit <https://pre-commit.com/> ` _ to ensure code consistency.
177+ This project uses ` pre-commit <https://pre-commit.com/> ` \ _ to ensure code consistency.
178178To enable pre-commit on every commit run the following from the command line from within the git checkout of the
179179BuildingSync-asset-extractor
180180
0 commit comments