jdechalendar / gridemissions

Tools for power sector emissions tracking
MIT License
35 stars 6 forks source link

Does the gridemissions pipeline support the european grid ? #23

Open maoudia-via opened 4 months ago

maoudia-via commented 4 months ago

We have been successfully using the gridemissions tool for north american balancing authorities and would like to know if it would be able to support data coming from the european grid as well. Specifically, we are looking at data coming from : https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html

jdechalendar commented 4 months ago

The data coming out of that source definitely seem like they have the same graph-like structure as what is being assumed to process data here -- so yes, I think this tool could be used for that use-case, given a parser to provide data in that format.

Is that something you would be interested in doing?

maoudia-via commented 3 months ago

Sorry for the delay in my response. Yes we are interested in collaborating to enable support for the european grid. I can come back to you next week on a plan we are working with my colleagues. Do you think we can get support in terms of code reviews ? Also happy to hear any suggestions about collaboration formats!

maoudia-via commented 3 months ago

@jdechalendar We would like to have permission to start contributing to the repository. We started doing a python upgrade and are looking at how to create an equivalent for the parsing code under eia_api_v2.

jdechalendar commented 3 months ago

@maoudia-via if you want to create a PR I'll happily review it.

If you are looking for more specific guidance on how to implement something, can you ask a few more specific questions? That would help me know what information you need. That file principally has code to 1) download data from the EIA API, 2) provide the conventions for column naming so that GraphData knows what to use.

maoudia-via commented 3 months ago

Sounds good. I am sure there will be more questions soon once we start looking at how to map the European format to the parsing logic. It looks like I do not have permission to push to the repository though. I also have 2 other colleagues who will be contributing.

jdechalendar commented 3 months ago

Sounds good. I am sure there will be more questions soon once we start looking at how to map the European format to the parsing logic. It looks like I do not have permission to push to the repository though. I also have 2 other colleagues who will be contributing.

Other folks have pushed code to this repo in the past - can you elaborate? What setting would you like me to change?