powerplants: update to ppm >= v0.5.1
This commit is contained in:
parent
215d18cb31
commit
7bc9b8012c
@ -24,7 +24,6 @@ dependencies:
|
||||
- yaml
|
||||
- pytables
|
||||
- lxml
|
||||
- powerplantmatching>=0.4.8
|
||||
- numpy
|
||||
- pandas
|
||||
- geopandas
|
||||
@ -57,3 +56,4 @@ dependencies:
|
||||
- pip:
|
||||
- vresutils>=0.3.1
|
||||
- tsam>=1.1.0
|
||||
- powerplantmatching>=0.5.1
|
||||
|
@ -104,7 +104,7 @@ if __name__ == "__main__":
|
||||
countries = n.buses.country.unique()
|
||||
|
||||
ppl = (pm.powerplants(from_url=True)
|
||||
.powerplant.fill_missing_decommyears()
|
||||
.powerplant.fill_missing_decommissioning_years()
|
||||
.powerplant.convert_country_to_alpha2()
|
||||
.query('Fueltype not in ["Solar", "Wind"] and Country in @countries')
|
||||
.replace({'Technology': {'Steam Turbine': 'OCGT'}})
|
||||
|
Loading…
Reference in New Issue
Block a user