Giter VIP home page Giter VIP logo

Comments (10)

fgenoese avatar fgenoese commented on August 16, 2024 1

1st column should be gross generation ("Actual Aggregated"), 2nd column should be the electricity used to operate the power plants ("Actual Consumption"). Not every country has live gross generation, and therefore directly publishes net generation (1st minus 2nd column).

According to ENTSO-E documentation, "Net Generation is preferred however gross generation could be used where it is available with the better precision. TSOs should decide gross or net generation will be used but the net/gross characteristic should be consistent per Bidding zone. "

Your solution leaves it to the user whether gross or net generation should be retrieved (when available). Vote to merge this pull request.

from entsoe-py.

jpaduart avatar jpaduart commented on August 16, 2024

from entsoe-py.

ThomasAuriel avatar ThomasAuriel commented on August 16, 2024

Yes ENTSO-E did answer the same.

For the use I have from this client, the positive and negative sign is the best. I will try to correct it on my side and share it if i get solid results.
I'm not sure that the generation and the consumption can occur in the same time, but if it does i will sum both.

from entsoe-py.

JrtPec avatar JrtPec commented on August 16, 2024

Hi @ThomasAuriel and @jpaduart, I'm reopening this because the same issue has popped up with the generation_forecast query, see #74.

Revisiting this, I saw that we chose to implement this as the nett sum for generation, i.e. we subtract the consumption of pumped hydro from the production.
Looking at that code, I'm not happy with how that code is written, definitely not because it took me a while to remember how it works, what the reasoning is, etc... never a good sign of code if you cannot remember what it does or why it is there.

Thats why I'm thinking of redoing it, and returning the explicit result in the same way as they show it on the transparency platform.
Sure it may break some existing code, so I'll add a flag somewhere so the old behaviour can be reproduced.

What do you guys think?

from entsoe-py.

tranberg avatar tranberg commented on August 16, 2024

I support the possibility of returning both values for consumption and production of hydro power. I've actually made a small hack for this on a branch somewhere, but never turned it into a proper PR.

from entsoe-py.

JrtPec avatar JrtPec commented on August 16, 2024

Ok, #75 should solve our issue definitely. (I hope)

There is a curious result though:
The generation request for the Netherlands includes a lot of consumption of generation equipment, something other countries (of the one's I've tested) don't seem to have:

Screenshot 2020-10-21 at 18 27 48

Weird is that this information isn't shown on the transparency platform:
Screenshot 2020-10-21 at 18 28 40

Anybody has any idea on how to approach this?

from entsoe-py.

jpaduart avatar jpaduart commented on August 16, 2024

from entsoe-py.

JrtPec avatar JrtPec commented on August 16, 2024

Sure, you can always install an older version, or you can branch off at any point in history and go you own way. Nobody's code is suddenly going to break

from entsoe-py.

JrtPec avatar JrtPec commented on August 16, 2024

I've had some exchanges with Entso-e support.

Conclusion is this (indeed the way @fgenoese described):
Some data providers only provide net generation, others provide gross generation and consumption. Hence, the "Actual Aggregated" column can contain either gross or net.
However if you use the net parameter in entsoe-py, it will try to sum gross and consumption, so the result is always net.

from entsoe-py.

JrtPec avatar JrtPec commented on August 16, 2024

Solution deployed in 0.3.2

from entsoe-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.