Skip to content

ASHRAE Standard 205 - Heat Pump Design Model supply; This package helps OEMs to convert HPDM output to STD 205 format; it also provide some RS sample tables.

License

Notifications You must be signed in to change notification settings

ORNL/HPDM-STD205

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPDM-STD205

This is for HPDM to ASHRAE standard 205 conversion. Learn more about ASHRAE Standard 205: https://data.ashrae.org/standard205/
This is a trial version.
"Out_cool.xls" or "Out_heat.xls" is the output file ("Out.xls") generated by ORNL Heat Pump Design Model (HPDM). HPDM and its tutorial can be accessed from HPDM official website.

Install

pip install HPDMSTD205

Required packages

This API requires the following packages:

  1. pandas
  2. json
  3. pint
  4. cbor2

How to run examples

  1. Copy "readHPDM.py" to the example "RS" folder (e.g., RS0004);
  2. Substitute "RS0004_sample_control.json" with master file name;
  3. Substitute "std205_out.json" with wantted output name.
    STD205API("RS0004_sample_control.json").write("json","std205_out.json")
    Or substitute "std205_out.cbor" with wantted output name.
    STD205API("RS0004_sample_control.cbor").write("cbor","std205_out.cbor")

About

ASHRAE Standard 205 - Heat Pump Design Model supply; This package helps OEMs to convert HPDM output to STD 205 format; it also provide some RS sample tables.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages