-
Notifications
You must be signed in to change notification settings - Fork 954
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 GB-IOW parser (Isle of Wight) #2772
Conversation
Would it be possible to handle the Isle of Wright and the Orkney Islands in the same parser (just like e.g. most of Europe uses ENTSOE.py)? Could perhaps be named GB_SSEN.py |
Yeah, makes sense - will look into updating that. |
28300f2
to
f750645
Compare
f750645
to
fb626bf
Compare
I've made these suggested changes, so final commit now adds the info for the GB-IOW to the SSEN parser. |
Also comment on Isle of Wight data.. like Orkney there is no breakdown available generation mix from SSEN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job @danstan5
From my side, we are missing the following:
- Separate the geometry from GB. (See how it was done for GB-ORK here and read this readme)
- Can we make any assumptions about the power breakdown?
Hi @danstan5. What is the status on this? Let us know if you need help with this |
Hi Felix. Unfortunately the Live AMN generation for IOW is not reporting correctly. I reached out to SSEN about it a while back and was informed while works were underway on a connected site the generation from wouldn't be correctly relayed. It looks like this still hasn't be fixed (and been in this state for at least 2 months now).. |
Status page : https://www.ssen.co.uk/anm/iow/status/ |
Thanks for the update! I converted this PR to draft while we wait. Let us know when there are any updates on this :-) |
@danstan5 are you still working on this? Keep us in the loop if you need help :) |
Hi @danstan5, I think that we'll close this issue for now. Please do reopen it if the situation changes. Thanks you for the work on this :-) |
As suggested in #2764 the data available is basically identical to the Orkney Islands - both on Active Network Management (ANM) with live data accessed from ssen.co.uk.
I've refactored GB_ORK to simplify/ generalise so the added GB_IOW is more or less a copy of this parser. Outputs remain the same.