Skip to content

Commit

Permalink
updated MISTRAL gva pop generation file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Eggimann committed Nov 19, 2018
1 parent f5e28a3 commit 3bc37fb
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 153 deletions.
14 changes: 14 additions & 0 deletions energy_demand/scripts/s_post_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,17 @@ def post_install_setup(args):

print("... successfully finished setup")
return


# SCRAP REMOVE
local_data_path = "C:/Users/cenv0553/ed/data"
# Complete gva and pop data for every sector
data_pop = os.path.join(local_data_path, "scenarios", "MISTRAL_pop_gva_TEST", "data")
path_geography = os.path.join(local_data_path, "scenarios", "uk_pop_principal_2015_2050_MSOA_england.csv")

script_data_preparation_MISTRAL_pop_gva.run(
path_to_folder=data_pop,
path_MSOA_baseline=path_geography,
MSOA_calculations=False)

print("... successfully finished setup")

0 comments on commit 3bc37fb

Please sign in to comment.