This repo has been archived. Development of these features has moved into another repo.
This translator script takes an HPXML file or directory of files as an input and generates HEScore inputs from it. The HEScore inputs are exported as json.
Details of the translation assumptions as well instructions for use can be found in the documentation.
Use a virtualenv. (Good idea, but not strictly required.)
Install using pip:
pip install hescore-hpxml
To get the latest and greatest, clone this repository, cd into the directory and install as follows:
pip install -e .
Use the command line script:
hpxml2hescore examples/house1.xml
To get some guidance on how to use the script:
hpxml2hescore -h