electricitymaps-contrib icon indicating copy to clipboard operation
electricitymaps-contrib copied to clipboard

Data available to compute regional emission factors for AU-*

Open pierresegonne opened this issue 1 year ago • 12 comments

Description

The Australian's National Greenhouse and energy reporting publishes authoritative data around emissions and generation for thermal units in AU. Link

TODO

Adopt the same method as for the EU and US for AU to compute regional emission factors

pierresegonne avatar May 10 '23 08:05 pierresegonne

@pierresegonne Hi, I would love to work on this parser thing. But I haven't used Python for a few years and I only learnt it during a introductory course in college. Do you think I can handle it? If so, can you help me a bit by guiding me towards a working example parser that has similar data structures/function structures to AU so I can give it a try? Thanks!

luuu-xu avatar Jun 22 '23 15:06 luuu-xu

Hey @luuu-xu sure, I think it's a great project to try to improve your programming skills :)

I'll be on holidays during the next two days, but I'm sure people in the team (@VIKTORVAV99 @mathilde-daugy) will be happy to provide adequate support :)

pierresegonne avatar Jun 22 '23 20:06 pierresegonne

Gonna work on this issue since it hasn't been updated in a while, if that's okay.

Nil-Cipher avatar Jul 29 '23 23:07 Nil-Cipher

Where is the code for computing emission factors?

Nil-Cipher avatar Jul 30 '23 00:07 Nil-Cipher

I don't think there is any unified code to compute the emission factors for a zone. However for example of the method used you can check out the wiki pages for EU and USA respectively:

  • https://github.com/electricitymaps/electricitymaps-contrib/wiki/EU-emission-factors
  • https://github.com/electricitymaps/electricitymaps-contrib/wiki/US-emission-factors

Both use a Jupyter notebook to compute the emission factor by dividing the total emissions for a plant with it's total production and then use the total production and the emission factors per plant to create an weighted average. That is just a basic overlook though and there are some more to it as you can see in the notebooks.

VIKTORVAV99 avatar Jul 30 '23 18:07 VIKTORVAV99

Should I create a separate jupyter notebook for Australia? I'm looking through the US one to understand how it works rn.

Nil-Cipher avatar Aug 06 '23 01:08 Nil-Cipher

@mathilde-daugy What happens to the fuel sources that get ignored?

Nil-Cipher avatar Aug 06 '23 02:08 Nil-Cipher

Should I create a separate jupyter notebook for Australia? I'm looking through the US one to understand how it works rn.

Yes that would be best.

PS: Mathilde is on vacation so she probably won't be responding for a while.

VIKTORVAV99 avatar Aug 06 '23 07:08 VIKTORVAV99

@mathilde-daugy What happens to the fuel sources that get ignored?

Well they are not taken into account for the computation of the overall emission factor

pierresegonne avatar Aug 07 '23 08:08 pierresegonne

Another source for cross-checking can be found here: https://aemo.com.au/energy-systems/major-publications/integrated-system-plan-isp/2022-integrated-system-plan-isp in the Inputs assumptions and scenarios workbook.xlsx. Direct link to spreadsheet (https://aemo.com.au/-/media/files/major-publications/isp/2022/2022-documents/inputs-assumptions-and-scenarios-workbook.xlsx?la=en). The Scope 1 emissions intensity can be found in the "Emissions intensity" sheet.

chalg avatar Aug 08 '23 00:08 chalg

@Nil-Cipher how is it progressing? I have limited skills and time. I am a mining engineer and can assist in some of the calculations and someone to bounce ideas off. I have done some preliminary analysis of the data available for another project. The emissions from hydro seem way too low compared to the IPCC 2014. gCO2_kWh

Staionary avatar Nov 15 '23 08:11 Staionary

Update, data for 2022-2023 can be found here: https://cleanenergyregulator.gov.au/markets/reports-and-data/nger-reporting-data-and-registers/electricity-sector-emissions-and-7

pierresegonne avatar Apr 02 '24 10:04 pierresegonne