Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent 1e6839f commit e63a476
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions powerplantmatching/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,20 +1615,20 @@ def GBPT(raw=False, update=False, config=None):
"GEM phase ID": "projectID",
}
fueltype_dict = {
'bioenergy - agricultural waste (solids)': 'Solid Biomass',
'bioenergy - refuse (municipal and industrial wastes)': 'Solid Biomass',
'bioenergy - refuse (syngas)': 'Solid Biomass',
'bioenergy - agricultural waste (biogas)': 'Biogas',
'bioenergy - wood & other biomass (solids)': 'Solid Biomass',
'bioenergy - ethanol': 'Solid Biomass',
'bioenergy - paper mill wastes': 'Solid Biomass',
'bioenergy - biodiesel': 'Solid Biomass',
'bioenergy - unknown': 'Solid Biomass',
'bioenergy - wastewater and sewage sludge (solids or biogas)': 'Solid Biomass',
'bioenergy - refuse (landfill gas)': 'Biogas',
'bioenergy - agricultural waste (unknown)': 'Solid Biomass',
'bioenergy - agricultural waste (syngas)': 'Solid Biomass',
'bioenergy - wood & other biomass (biocoal)': 'Solid Biomass',
"bioenergy - agricultural waste (solids)": "Solid Biomass",
"bioenergy - refuse (municipal and industrial wastes)": "Solid Biomass",
"bioenergy - refuse (syngas)": "Solid Biomass",
"bioenergy - agricultural waste (biogas)": "Biogas",
"bioenergy - wood & other biomass (solids)": "Solid Biomass",
"bioenergy - ethanol": "Solid Biomass",
"bioenergy - paper mill wastes": "Solid Biomass",
"bioenergy - biodiesel": "Solid Biomass",
"bioenergy - unknown": "Solid Biomass",
"bioenergy - wastewater and sewage sludge (solids or biogas)": "Solid Biomass",
"bioenergy - refuse (landfill gas)": "Biogas",
"bioenergy - agricultural waste (unknown)": "Solid Biomass",
"bioenergy - agricultural waste (syngas)": "Solid Biomass",
"bioenergy - wood & other biomass (biocoal)": "Solid Biomass",
}

status_list = config["GBPT"].get("status", ["operating"]) # noqa: F841
Expand Down

0 comments on commit e63a476

Please sign in to comment.