electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
436 stars 104 forks source link

Energy model requirements #301

Closed ovbm closed 4 years ago

ovbm commented 4 years ago

Required models for release of app:

Electricity

Heating: combination of https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=680497538, https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=2134621642 and https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=837183524

Gas

ovbm commented 4 years ago

@martincollignon do you think this is doable by end of next week?

corradio commented 4 years ago

Maybe I can help here Martin (just ping me)

On Fri, Jan 10, 2020 at 10:38 AM Olivier Baumann notifications@github.com wrote:

@martincollignon https://github.com/martincollignon do you think this is doable by end of next week?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tmrowco/tmrowapp-contrib/issues/301?email_source=notifications&email_token=AAMUIKBMK44WBBWO46AUKDDQ5A62HA5CNFSM4KEVTTP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEITI3DI#issuecomment-572951949, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUIKASW2FGJJAWGENLSZDQ5A62HANCNFSM4KEVTTPQ .

--

Olivier Corradi

Founder, CEO

https://www.linkedin.com/in/oliviercorradi https://twitter.com/corradio

tmrow.com

martincollignon commented 4 years ago

@ovbm how important is non-EU data?

Some data to explore further for me:

Heating:

Natural gas:

martincollignon commented 4 years ago

@corradio I found this data which could be cool to use, but I'll need your help!

Cooling and heating degree days by country in Europe

https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=nrg_chdd_m&lang=en

martincollignon commented 4 years ago

@ovbm for heating: https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=680497538

martincollignon commented 4 years ago

@FelixDQ FYI!

FelixDQ commented 4 years ago

Fields that we need to add to our schema:

I suggest that we create two new .yml files for energy. energyusage.yml:

_children:
  DK:
    heating:
        kwh:
          year:
            m2: # kwh/year/m2
              amount: 137.234
              source: https://www.odyssee-mure.eu/publications/efficiency-by-sector/households/heating-consumption-per-m2.html
    electricity: # non heating
      kwh:
        year: # kwh/year
          amount: 2791.2
          source: https://www.eea.europa.eu/data-and-maps/indicators/progress-on-energy-efficiency-in-europe-3/assessment

footprints.yml:

_children:
  Heating:
    _children:
      Coal boiler:
        kwh:
          intensityKilograms: 0.630 # kg co2e/kwh
          source: https://www.icax.co.uk/Decarbonising_Heating_2022.html
      District heating:
        country:
          DK:
            kwh:
              intensityKilograms: 0.20398 # kg co2e/kwh
              source: https://www.icax.co.uk/Decarbonising_Heating_2022.html          
corradio commented 4 years ago

I think we already should have countryCodeISO2 in the schema (required by the hotel models? @martincollignon knows) What if we already know the energy used? Should we enter it like a smart meter as energyWattHours?

corradio commented 4 years ago

@martincollignon what needs to happen to finish this? It seems that we need to prepare a PR with:

  1. add all HEATINGSOURCE constants in definitions.js
  2. add energyusage.yml and update footprints.yml
  3. add a new carbon model

Is that right @martincollignon ? Can you maybe start doing 1. and 2.?

martincollignon commented 4 years ago

On it.

corradio commented 4 years ago

I'm going to create smaller issues for the work to be done so we can work on this iteratively. I'll summarise all issues in this comment.

New issues:

ovbm commented 4 years ago

Let's postpone estimating heating use from living area to a later PR. We need to merge heating asap.

corradio commented 4 years ago

OK I'll have the basic pr ready today

On Tuesday, January 28, 2020, Olivier Baumann notifications@github.com wrote:

Let's postpone estimating heating use from living area to a later PR. We need to merge heating asap.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tmrowco/tmrowapp-contrib/issues/301?email_source=notifications&email_token=AAMUIKB4VVB7UF4YXBLVM2DRAARBFA5CNFSM4KEVTTP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKDEKLQ#issuecomment-579224878, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUIKDPPQBUQ3R6RUQAV3DRAARBFANCNFSM4KEVTTPQ .

--

Olivier Corradi

Founder, CEO

https://www.linkedin.com/in/oliviercorradi https://twitter.com/corradio

tmrow.com

ovbm commented 4 years ago

😍🥳