Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7c07de5

Browse files
committed
Completed code with conversion factors
1 parent da5bceb commit 7c07de5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

convert_gprn_to_X.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
product = {"nb": "output/gprn2primary.ipynb", "data": "output/gprn_tper_2020.csv"}
77
# -
88

9-
inpath = pathlib.Path("../data/SDCC - GPRN Consumption (2020)-V1.csv")
9+
inpath = pathlib.Path("..data/SDCC - GPRN Consumption (2020)-V1.csv")
10+
##Conversion Factors
1011
total_final_consumption_to_total_primary_requirement = 1.1
12+
total_final_consumption_to_co2 = 0.2047
13+
#Figure out hw to add the cost tables
14+
15+
1116
year = "2020"
1217
read_from_row = 24
1318

0 commit comments

Comments
 (0)