Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean data #260

Merged
merged 7 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ if config["custom_data"].get("industry_demand", False) == False:

rule build_base_industry_totals: #default data
input:
industrial_production_per_country="data/industrial_production_per_country.csv",
#industrial_production_per_country="data/industrial_production_per_country.csv",
#unsd_path="data/demand/unsd/data/",
energy_totals_base="data/energy_totals_base.csv",
output:
Expand All @@ -663,7 +663,6 @@ if config["custom_data"].get("industry_demand", False) == False:

rule build_industry_demand: #default data
input:
industry_sector_ratios="data/industry_sector_ratios.csv",
industrial_distribution_key="resources/demand/industrial_distribution_key_elec_s{simpl}_{clusters}.csv",
#industrial_production_per_country_tomorrow="resources/demand/industrial_production_per_country_tomorrow_{planning_horizons}_{demand}.csv",
#industrial_production_per_country="data/industrial_production_per_country.csv",
Expand Down
4 changes: 2 additions & 2 deletions data/energy_totals_DF_2030.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
,agriculture biomass,agriculture electricity,agriculture oil,electricity rail,electricity residential,residential biomass,residential gas,residential oil,services biomass,services electricity,services gas,services oil,total domestic aviation,total domestic navigation,total international aviation,total international navigation,total rail,total residential space,total residential water,total road,total services space,total services water,district heat share,electricity residential water,electricity residential space,electricity services space,electricity services water
MA,0.0,3.7943233899999993,12.220265024000001,0.4112628,11.8740713,7.0544838,0.0,25.168813287999996,4.96120807,5.9330894999999995,0.0,0.765688,0.3847932,0.0,12.69355680000002,1.9635325499999998,0.1264536,0.0,0.0,85.52591748000002,0.0,0.0,0,0,0,0,0
,agriculture biomass,agriculture electricity,agriculture oil,electricity rail,electricity residential,residential biomass,residential gas,residential heat biomass,residential heat gas,residential heat oil,residential oil,services biomass,services electricity,services gas,services oil,total domestic aviation,total domestic navigation,total international aviation,total international navigation,total rail,total residential space,total residential water,total road,total services space,total services water,electricity residential space,electricity residential water,district heat share,electricity services space,electricity services water
MA,0.0,4.123081554340076,8.521542348983138,0.5789568718163199,25.58975669506309,1.3014631205375813,0.0,4.002848367140494,0.0,10.133548789154782,5.218711410000001,7.2243124635979745,8.529932599841148,0.0,0.4160644494555048,0.5915285488151758,0.0,12.000646158859418,2.019527928700952,0.8072925980221416,14.118892132377166,9.41259475491811,81.7049031093965,0.0,0.0,5.6370538386,3.7580358924,0,0,0
4,920 changes: 0 additions & 4,920 deletions data/industrial_database.csv

This file was deleted.

11 changes: 0 additions & 11 deletions data/industrial_energy_demand_per_country_today.csv

This file was deleted.

9 changes: 0 additions & 9 deletions data/industrial_production_per_country.csv

This file was deleted.

11 changes: 0 additions & 11 deletions data/industry_sector_ratios.csv

This file was deleted.

11 changes: 0 additions & 11 deletions data/industry_sector_ratios_DF_2030.csv

This file was deleted.

Loading
Loading