Skip to content

main_load_profile API Reference

geoloop.bin.Loadprofilemain.main_load_profile

main_load_profile(config_path: str | Path)

Command-line entry point to calculate, plot and optionally save a time-profile of heat load.

Parameters:

Name Type Description Default
config_path str or Path

The path to a JSON configuration file.

required
Notes

The function: • loads a configuration file • builds a LoadProfile instance • computes 1 year of hourly load data • plots instantaneous and cumulative energy • writes the plot to the configured output directory