electricitymaps / electricitymaps-contrib

The open source repository for Electricity Maps App and data parser that enables a real-time visualisation of the CO2 emissions of electricity consumption
https://app.electricitymaps.com
GNU Affero General Public License v3.0
3.6k stars 946 forks source link

CA-SK (Saskatchewan) daily data is available in real-time #5241

Closed pierresegonne closed 1 year ago

pierresegonne commented 1 year ago

Description

(Saskpower)[https://www.saskpower.com/Our-Power-Future/Our-Electricity/Electrical-System/Where-Your-Power-Comes-From] provides a live dashboard with daily avg

We could start fetching that daily avg data to enable us down the line to build an estimation model to break it down per hour

VIKTORVAV99 commented 1 year ago

I was already halfway through building one when I realized it only had daily averages. So if nobody else is working on it I'll take a crack at it (once more).

Btw is there any way to flag that's it's a daily average to the backend directly from the parser?

pierresegonne commented 1 year ago

Not yet unfortunately. What we've done for IN-NO is just to duplicate the values for all hours of the day, with beginning of the hour convention :)

jarek commented 1 year ago

Page says "Supply Data as of Mar 26, 2023" right now, so it's not quite real-time. It would probably help estimates, though?

VIKTORVAV99 commented 1 year ago

Page says "Supply Data as of Mar 26, 2023" right now, so it's not quite real-time...

That's not really a concern as far as I know as we will be estimating this zone to get the hourly approximations.

jarek commented 1 year ago

See also https://github.com/electricitymaps/electricitymaps-contrib/pull/3587 for draft of a consumption parser that might be more useful now to give better estimates.

jarek commented 1 year ago

See also https://github.com/electricitymaps/electricitymaps-contrib/issues/166#issuecomment-1262947456 for some more information about Saskpower's Where-Your-Power-Comes-From page

jarek commented 1 year ago

Saskatchewan is now on the map.

Was the idea to have EM backend use the consumption data to adjust estimated production values over the day? Is this possible?

Currently, the 24h production chart is flat throughout the day, which doesn't look very realistic and will create a bit of a credibility gap.

image

VIKTORVAV99 commented 1 year ago

Saskatchewan is now on the map.

Was the idea to have EM backend use the consumption data to adjust estimated production values over the day? Is this possible?

Currently, the 24h production chart is flat throughout the day, which doesn't look very realistic and will create a bit of a credibility gap.

We will estimate the hourly production later on but I think we needed to collect some data to base our estimations on first and since there is no historical parsing all we can do it wait for now.

I'll double check with the data team though.