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

Add query for production and generation units #385

Open
tuxiano opened this issue Jan 30, 2025 · 1 comment
Open

Add query for production and generation units #385

tuxiano opened this issue Jan 30, 2025 · 1 comment

Comments

@tuxiano
Copy link

tuxiano commented Jan 30, 2025

Hi,

I am working on adding a query for production and generation units based on the GET Production and Generation Units API.

To achieve this, I have created a fork and a branch with the new query implementation.

However, I encountered an issue with the unit tests failing due to a missing module, "settings". Could you advise on where to obtain this module or how to resolve this dependency?

Additionally, I would appreciate guidance on selecting an appropriate function in EntsoePandasClient that could serve as a template for parsing the response from EntsoeRawClient.

Thank you for your time and support!

Best regards,
tuxiano

@fleimgruber
Copy link
Contributor

selecting an appropriate function in EntsoePandasClient that could serve as a template for parsing the response from EntsoeRawClient.

Have a look at https://github.com/EnergieID/entsoe-py/blob/master/entsoe/parsers.py and the call sites of the functions in it.

issue with the unit tests failing due to a missing module, "settings".

The current test suite has not seen maintenance for a while, please see #131 for a more maintained test suite. You might try to use that branch for testing your branch - we would appreciate feedback if you would like to share your experience with it.

I have created a fork and a branch with the new query implementation.

Thanks for letting us know and for providing the Postman queries. If @fboerman accepts to support this query you could create a PR for it.

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

No branches or pull requests

2 participants