scripts.load_housing_model_ds

Load all housing model related information. Housing model is used here for dwelling stock creation. Housing model base code can be checked here: https://gitlab.com/energy-sufficiency-model/housing-model

Functions

get_calibrated_ds_housing_model(dwell_stock, ...)

Creates a calibrated dwelling stock DataFrame by integrating housing model results.

get_ds_housing_model(dwell_stock, ip, year, ...)

Generates dwelling stock data based on housing model living space and inhabit weights.

load_housing_results(ip, year)

Loads housing results from an Excel file for a given year.

load_param(ip)

Loads and interpolates scenario parameters (living space per capita) over years.

prepare_bs_housing(dwell_stock, ip, year[, ...])

Prepares base housing model data by merging it with inhabit dwelling stock data.