Data Models

ProjectBuilding Columns

  • BuildingId: <class ‘str’>, Unique identifier for the building, e.g. ‘BLDG1’.
  • BuildingName: <class ‘str’>, Descriptive name for the building, e.g. ‘Block A’.
  • TargetYear: <class ‘int’>, Target year for the building, e.g. 2030.

Area Columns

  • BuildingId: <class ‘str’>, Unique identifier for the building, e.g. ‘BLDG1’.
  • BuildingName: <class ‘str’>, Descriptive name for the building, e.g. ‘Block A’.
  • GrossInternalArea: <class ‘float’>, Unique identifier for the building, e.g. ‘Block A’.
  • BuildingType: <class ‘str’>,
  • ConstructionMethod: <class ‘str’>,
  • TargetYear: <class ‘int’>,

EuiTarget Columns

  • Target: <class ‘float’>,
  • TargetName: <class ‘str’>,
  • BuildingName: <class ‘str’>,
  • ConstructionMethod: <class ‘str’>,

TODO: add models for operational energy

Example Data