__init__ (system_parameters, geojson_load)
|
Base class for load connectors. |
add_building (urbanopt_building[, mapper])
|
Add building to the load to be translated. |
copy_required_mo_files (dest_folder[, within])
|
Copy any required_mo_files to the destination and update the within clause if defined. |
fix_gains_file (f)
|
Temporary hack to fix the gains files in TEASER. This method does the following: |
ft2_to_m2 (area_in_ft2)
|
Converts square feet to square meters |
get_modelica_type (scaffold)
|
|
lookup_building_type (building_type)
|
Look up the building type from the Enumerations in the building_properties.json schema. |
post_process (scaffold[, keep_original_models])
|
Cleanup the export of the TEASER files into a format suitable for the district-based analysis. |
render_instance (template_params)
|
Templates the *_Instance file for the model. The templated result will be inserted into the final District Energy System model in order to instantiate/define the model instance. |
run_template (template, save_file_name[, ...])
|
Helper method to create the file from Jinja2's templating framework. |
to_dict (scaffold)
|
|
to_modelica (scaffold[, keep_original_models])
|
Save the TEASER representation of a sinlge building to the filesystem. |