powerplantmatching
powerplantmatching copied to clipboard
Update JRC hydro database to latest and rerun powerplantmatching
Closes # 122.
Change proposed in this Pull Request
Have updated the JRC database to point to the latest version, not version 10 which was built in 2021.
Have also run the update_powerplants.py script to update the powerplants.csv file.
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Other
Checklist
- [x] I have added a note to release notes
doc/release_notes.rst. - [x] I have used
pre-commit run --allto lint/format/check my contribution - [x] I have documented the effects of my code changes in the documentation
doc/. - [x] I have adjusted the docstrings in the code appropriately.
Great, thanks @martinhjel! Did you run the full matching process when creating the powerplants.csv?
Yes, I ran the update_powerplants.py script. It was quite large changes (11,167 additions, 5,403 deletions). @FabianHofmann, maybe you could verify that you get the same changes?
Hey @martinhjel, would it be possible for you to reset the powerplants.csv?
git checkout master `powerplants.csv`
Then I would update the powerplant separately.
- fixed to particlar commit of JRC hydro database
- updated powerplants.csv separately