Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Key Performance Indicators (KPI) #56

Open
RomainNouvel opened this issue Oct 21, 2015 · 7 comments
Open

Building Key Performance Indicators (KPI) #56

RomainNouvel opened this issue Oct 21, 2015 · 7 comments

Comments

@RomainNouvel
Copy link

Key Performance Indicators may be important for energy analyses at urban scale, helping for example to understand building consumptions, plan an energy refurbishment strategy, or compare different energy planning variants.
They are generally intermediary/final outputs, deduced from other geometry and physical parameters of the 3d city model.

Some useful KPI:

  • surfaceAreaToVolumeRatio (index of compacity)
  • meanUValue (global envelope insulation level)
  • specificPrimaryEnergyDemand (global efficiency of the building)

This issue is a general question: do we want to include some KPIs in our ADE Energy? If yes, they would be parameters of _AbstractBuilding.

@Fouly
Copy link
Contributor

Fouly commented Oct 22, 2015

Hi Romain,

In fact I'm working on a General Indicator Model (GIM) that allows expressing indicators and indexes which consistently show sophisticated functions on the elementary data and indexes representing simple functions for different domains. The domain that we're using as a proof of concept of our work at this very moment is the energy domain. @Maryamzk was quite exposed to this model and framework during her Master thesis?

Generally, including KPIs in the ADE Energy ought to be a necessity for the decision making process. I do agree with the concept that we need some attributes that can be used later as an indicator in the decision making process. But i'm not sure if I got it right, why do these attributes have to embedded in the _AbstractBuilding? Why can't we represent them in their corresponding classes (if possible)?

@RomainNouvel
Copy link
Author

Hi Mostafa,
The described KPIs should be related in a way with Abstract Building. However, it must not be integrated as class attribute. Your solution could apply here. Can you precise how you will technically relate your KPI object class of GIM to Abstract Building? Do you have any implemented example?

@Fouly
Copy link
Contributor

Fouly commented Oct 27, 2015

Hi Romain,
Can't agree more, KPIs ought to be linked to the geospatial application schema (e.g. AbstractBuilding), but not as an attribute.

Basically when we think of GIM we see it as more of standardised kind of indicators where you've to conform to it if you'd like to implement domain-independent indicators. In our case here we apply it on energy-related domain indicators. Indicators are decided on the domain-specialist side.

On the one hand we've the domain-specialist (e.g. energy planner) deciding on which indicators he/she would like to consider. On the other hand the geospatial application schema model (e.g. city modeller) provides us with the geodata required to perform our analysis. How to connect these two is our question and our point of research. I would like to attach a pdf file explaining this point further but unfortunately attaching documents requires write permission which apparently I dont have. So maybe I just send it to you over your email.

@Fouly
Copy link
Contributor

Fouly commented Nov 12, 2015

  1. 'meanUValue' , should be related to the wall surface? or the attribute should be set directly at the _AbstractBuilding class?
  2. 'surfaceAreaToVolumeRatio' is indeed a useful indicator, but can't we calculate it from the current attributes we have? If so, I don't see a necessity of adding it as an attribute.
  3. 'specificPrimaryEnergyDemand' is closely related, as you mentioned, to issue Energy Performance Certification #46, and I think it has been covered by the solution you and pg suggested.

@RomainNouvel
Copy link
Author

  1. meanUvalue is to be related with the _abtractBuilding (is the sum of all Uvalue x Wall Surface / Sum Wall Surface)
  2. This ratio is naturally a result from current attribute (exactly like meanUvalue, volume or specific Heating Demand). The question here is: can't we store calculation results in the city model? Actually all your KPI are calculation results. For trivial calculation, I agree with you that this is not necessary. I don't think that the calculation of the SA2V ratio is so trivial however
  3. this is not a Bulding Performance Certification but a result allowing to achieve such a certificate. Therefore, I wouldn't include it in the issue 46 but in the GIM here.

@JoachimBenner
Copy link
Contributor

Leaves open, no part of version 0.7.0. KPI's shall be no part of the Energy ADE.

@JoachimBenner
Copy link
Contributor

Decision og Energy ADE plenum at December 6th, 2017: Issue will not be handled in Version 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants