citysim

Functions to work with CitySim XML files

demand_from_citysim_xml(path, n_days=None)[source]

Loads the heat demand DataFrame from a CitySim XML file

read_citysim_xml(path)[source]

Loads the Network graph from a CitySim XML file

temperature_from_citysim_xml(path, n_days=None)[source]

Loads the heat demand DataFrame from a CitySim XML file

to_citysim_xml(net, filename, climatefile_path, fluid=None, demand_dataframe=None, n_days=365)[source]