-
Notifications
You must be signed in to change notification settings - Fork 952
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
Czech Republic 15 minute data #1899
Comments
Hello - I would like to take a crack at building a parser/creating a wrapper for the API |
Looks like the API requires using SOAP - will take me a little longer, will try to have done by the end of this week. |
Good stuff @gecoffman, post here if you need any advice on writing the parser. |
I tried to have a look at the SOAP request stuff required for the CEPS datasource for CZ posted above by @systemcatch I'm stuck at getting data back out of the request (ending up with "400 Bad Request"). It should be possible to obtain the data with "requests". I'm sure one of you guys will be able to get the xml-data back ;) So here are a few links for proper configuration: website with graphs for generation, power flows etc as reference: documentation: For generation by type (hourly/quarterhourly): Here is a snippet of the "body" of my desired sample-data if you wanna try fixing everything around it (QH=quarterhourly, AVG=average, RT=realtime, ALL=all generation types):
The good thing is: we could get the generation data for solar and wind as well as the exchanges in 1-min-steps, if desired. There are download options as txt csv and xml as well, but I haven't tried if that's the easier option. The xml will look like this:
|
Hi Alex, I had a go at getting the data in txt (csv) format. The link for that is https://www.ceps.cz/download-data/?format=txt which returns a base64 encoded string, converting to regular text I get the following.
I will try to take a look at the xml stuff later today. |
Looks like progress on this bug has stalled, I can try and fix it if it's still relevant? |
It seems this is still a valid data source improvement. Would be great if someone wanted to take a look :) |
I've posted this data source to the Slack in 2019 – what's the issue with the data? I see some bug is mentioned here although I haven't found any details? Perhaps I might be able to help somehow. Thanks! Seems as if the parser simply hasn't been implemented yet. I'll give it a try. |
@meme1255 amazing! I don't think there's an issue with the data. Not one that we know of yet anyways! I think it was meant it more as a general term for the issue progress being stalled |
|
I think this can be closed now that #5112 is merged? |
There is still a few data types we could migrate (like planned generation and consumption) but let's close this and if the need arises open up a new issue for those. Thanks for doing some housekeeping @q--! |
There is 15min generation data available at https://www.ceps.cz/en/all-data#Generation. This is better than our current data which is hourly from ENTSOE, which is lagging right now.
It's possible to go back to previous days, I also see planned net generation and hourly exchanges.
edit: possible api info at https://www.ceps.cz/en/web-services
The text was updated successfully, but these errors were encountered: