Skip to content

Add support for offshore outages #344

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

Closed
fboerman opened this issue Sep 18, 2024 · 0 comments
Closed

Add support for offshore outages #344

fboerman opened this issue Sep 18, 2024 · 0 comments

Comments

@fboerman
Copy link
Collaborator

querying offshore outages can be done by below snippit but then the parser fails

from secret import api_key
from entsoe import EntsoePandasClient
import pandas as pd
client = EntsoePandasClient(api_key)
df = client._query_unavailability(country_code='DE_TENNET', start=pd.Timestamp('2024-09-18', tz='europe/amsterdam'), end=pd.Timestamp('2024-09-20', tz='europe/amsterdam'), doctype='A79')

the outage parser should also handle curvetype better, so perhaps rewrite this as well to use the generic parser

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

1 participant