-
Notifications
You must be signed in to change notification settings - Fork 3
Document commonly used additional bldg metadata columns #100
Copy link
Copy link
Open
Description
What
An evaluation and comparison of the supplementary bldg_id columns that ResStock users routinely create.
The initial scope of this ticket is:
- "building type" columns derived from
in.geometry_building_type_acs - "heating setup" columns derived from
in.hvac_heating_type(technology) andhvac_heating_fuel - And string to numeric conversions, like occupants or income
In addition to the above, RMI also consolidates:
in.vintage_acsin.water_heater_efficiencyin.infiltrationin.hvac_heating_efficiencyin.hvac_cooling_efficiencyin.hvac_cooling_type
Not in initial scope:
- @brmurray's upgrade description columns, as there are release-specific. Also, these may be superceded by using some of RMI's columns above.
Why
RMI and Switchbox both routinely add additional bldg_id columns that they use to slice and dice results. It would to:
- Move this to a dataset that is fetchable with
bsf, rather than applying this logic every time - Learn from each other about why we do these
- Consolidate where possible
How
- Look at @brmurray R code in reports/lib
- Look at Al's python code in comparisons repo
- Document additional columns created by each team, their unique values, and how they are constructed out of existing columns
- Also document why each team aggregates things in this way: varying definitions of multifamily, etc.
Deliverables
- Comments in this issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels