Future-Energy-Associates / granular_certificate_registry

An open-source platform to demonstrate the capabilities of a Granular Certificate registry that conforms to the EnergyTag Standards and API specification.
Apache License 2.0
0 stars 0 forks source link

Acquire synthetic dataset from Alec to initialise databse with #19

Open CAGalbraith opened 2 months ago

CAGalbraith commented 2 months ago

Otherwise, use some simple scraped data from Elexon.

peterdudfield commented 1 week ago

Feel free to use Elexonpy if that helps at all.

CAGalbraith commented 1 week ago

Thanks Peter, already have it in our pyproject.toml actually but yet to integrate it. Excellent package by the way, pleasure to use!

peterdudfield commented 1 week ago

Thanks @CAGalbraith great you've come across it already. Thanks for the feedback, if there are any improvements, please let me know

ClemAtt commented 6 days ago

Thanks @CAGalbraith great you've come across it already. Thanks for the feedback, if there are any improvements, please let me know

Hi @peterdudfield - thanks for checking out the repo. I did start using Elxonpy, but couldn't see what I was looking for so ended up writing something independently. It looks very comprehensive, so I think I probably just missed it. I ended up using:

I'm now looking to list all BMU IDs by fuel, so if you were able to point me in the right direction for Elexonpy funcs for any of this then very happy to integrate :-)

peterdudfield commented 6 days ago

hi @ClemAtt, Yea that makes total sense

HH generation data

This is what you used, but here is is just in case.

Capacities

You can these here . In a different project I did it here. Its bit funny you have to loop through the dates, but hopefully that helps.

BMU IDs by fuel

I think the above data for datasets_igcpu_get has a field call psr_type that shows what type of unit it is.

Does this help?