Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NREL/hescore-hpxml
HPXML to Home Energy Score Translator
https://github.com/NREL/hescore-hpxml
Last synced: 3 months ago
JSON representation
HPXML to Home Energy Score Translator
- Host: GitHub
- URL: https://github.com/NREL/hescore-hpxml
- Owner: NREL
- License: bsd-2-clause
- Archived: true
- Created: 2014-09-18T16:59:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T17:42:07.000Z (8 months ago)
- Last Synced: 2024-06-11T17:51:23.757Z (5 months ago)
- Language: Python
- Homepage:
- Size: 52.2 MB
- Stars: 18
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - HPXML to Home Energy Score Translator - This translator script takes an HPXML file or directory of files as an input and generates HEScore inputs from it. (Consumption / Buildings and Heating)
README
**This repo has been archived. Development of these features has moved into another repo.**
HPXML to Home Energy Score Translator
=====================================[![CircleCI](https://circleci.com/gh/NREL/hescore-hpxml.svg?style=svg)](https://circleci.com/gh/NREL/hescore-hpxml)
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](http://hescore-hpxml.readthedocs.org/en/latest/).Installation
------------Use a
[virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).
(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 .
How to use
----------Use the command line script:
hpxml2hescore examples/house1.xml
To get some guidance on how to use the script:
hpxml2hescore -h