Merge pull request #83 from PyPSA/powerplants

update powerplants.csv
This commit is contained in:
Fabian Neumann 2019-10-28 17:33:47 +01:00 committed by GitHub
commit 036a90ff6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6507 additions and 5151 deletions

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,8 @@ if __name__ == "__main__":
n = pypsa.Network(snakemake.input.base_network) n = pypsa.Network(snakemake.input.base_network)
ppm.powerplants(from_url=True)
ppl = (ppm.collection.matched_data() ppl = (ppm.collection.matched_data()
[lambda df : ~df.Fueltype.isin(('Solar', 'Wind'))] [lambda df : ~df.Fueltype.isin(('Solar', 'Wind'))]
.pipe(ppm.cleaning.clean_technology) .pipe(ppm.cleaning.clean_technology)