-
Notifications
You must be signed in to change notification settings - Fork 60
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
Append BNetzA-MaStR renewables to power plants #11
Comments
Hey @fneum! I am sorry for the late reply, yes indeed you can extend your data set by the vres of opsd. If you have some more days of patience, I am working on a new version of ppm which should facilitate the whole usage. |
Sweet! There is no hurry since the geolocation script for the solar plants in BNetzA-MaStR is still running. BTW will you consider versioning, |
yes, I intended to go for conda, since I wanted to check out how to create a recipe. although pip would be nice as well. perhaps both :) |
Both! Recipes based on pip are easiest :) And pip is not hard either. For conda: https://github.com/conda-forge/pypsa-feedstock/blob/master/recipe/meta.yaml |
@fneum (I will just use this thread here) could you test the pip installation of powerplantmatching in a new environment? pip install powerplantmatching and if that worked import powerplantmatching as pm
pm.powerplants() the last might take a while, it downloads, cleans and merges all the data files. (JRC should be included) To answer your original question, you can use import powerplantmatching as pm
pm.powerplants().powerplant.extend_by_VRE(base_year=2016) which however has a stupid bug atm, which I just encoutered. But more on this later :) |
Seems to work!
|
Couple of comments:
|
Hello dear friends, |
I'm closing this in favour of #16 (due to mixed issues here) |
I would like to add the wind and solar power plants from the BNetzA-MaStR to the matched power plant dataset (i.e. no matching of solar and wind, just concatenated at the end). I assume I need to create a function in
data.py
that translates the data to the common format? I read there's already the option to add wind and solar from OPSD. Where can I find this? I could draw some inspiration from that.The text was updated successfully, but these errors were encountered: