create_district(info_path, prj[, logger])
|
Create TEASER buildings using modern API, according to infos in geojson. |
create_project()
|
Create a TEASER project for current version. |
load_component_parameters(excel_path, ...)
|
Load component parameters from an Excel file. |
load_simulation_settings_from_excel(excel_path)
|
Load simulation settings from Excel 'Simulation' sheet. |
read_results(prj, buildings, signals, index, ...)
|
Read simulation data from .mat file and save them into csv. |
run_sim_teaser(buildings_info_path, save_path)
|
Run TEASER simulations for demand estimation based on building information from a .geojson file. |
set_up_file_logger(name[, log_dir, level])
|
Set up a full file+console logger for major functions. |
set_up_logger(name[, log_dir, level])
|
Sets up a configured logger with file handler. |