build_powerplants: download from ppm
This commit is contained in:
parent
293d0ba643
commit
570e3fc5ab
@ -65,6 +65,8 @@ if __name__ == "__main__":
|
||||
|
||||
n = pypsa.Network(snakemake.input.base_network)
|
||||
|
||||
ppm.powerplants(from_url=True)
|
||||
|
||||
ppl = (ppm.collection.matched_data()
|
||||
[lambda df : ~df.Fueltype.isin(('Solar', 'Wind'))]
|
||||
.pipe(ppm.cleaning.clean_technology)
|
||||
|
Loading…
Reference in New Issue
Block a user