diff --git a/scripts/build_biomass_transport_costs.py b/scripts/build_biomass_transport_costs.py index 893a2187..085a0f00 100644 --- a/scripts/build_biomass_transport_costs.py +++ b/scripts/build_biomass_transport_costs.py @@ -17,13 +17,14 @@ assuming as an approximation energy content of wood pellets @author: bw0928 """ +import platform + import pandas as pd import tabula as tbl -import platform ENERGY_CONTENT = 4.8 # unit MWh/t (wood pellets) system = platform.system() -encoding = 'cp1252' if system == 'Windows' else None +encoding = "cp1252" if system == "Windows" else None def get_countries():