-
Notifications
You must be signed in to change notification settings - Fork 2
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 historical capacity extraction #12
Conversation
fixed an issue where oil generation would have ten times the expected value improved parsing by standardizing grouping methodology improved checkers for unprocessed technology/node combinations
Converted to draft while I fix some documentation oddities. |
@brynpickering I'd like to request some help with the readthedocs bug triggered by this PR... I've been trying to debug this for a while, but I have not managed to find the source (I'm not very knowledgeable with templating for docs). For what I gather the issue comes from readthedocs directly? |
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.
I haven't gone into the parsing code in great detail - I will trust that you are processing things appropriately! Comments are relatively minor, decide on what you want to resolve and then you're free to merge
src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
Outdated
Show resolved
Hide resolved
src/calliope_pathways/models/italy_stationary/data_sources/NUTS_RG_20M_2021_4326.geojson
Outdated
Show resolved
Hide resolved
src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
Show resolved
Hide resolved
src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
Outdated
Show resolved
Hide resolved
@brynpickering Added all your suggestions. Ready for review! |
Fixes #11 ... somewhat
Two changes:
powerplantmatching
. Unfortunately, this dataset turned out to be quite incomplete overall (Italy is missing 20% of its historical capacity in 2015, MWh storage capacities for pumped hydro are VERY wrong in the dataset). I kept the script in case we want to move the start year or introduce another country. But I trust Lombardi's data more.