Creates a parallel coordinate plot for QAQC simulation data
Full Preview: https://canmet-energy.github.io/parallel-coordinates
This a desktop and web application using JavaScript which plots selected OpenStudio results as a parallel coordinate plot. The main goal of this program is to display the end-uses data, annual and total cost, and ECM parameters applied to a building. This tool can be used to visualize cost to benefit comparison of different Energy Conservation Measures (ECM) that are applied to a building.
This application would be used by technologists to optimize research and development of products and tools to construct buildings that are more efficient. This tool would also be used by designers and architects to optimize the building design for energy efficiency and economic feasibility
The data visualization software is used to:
To use external data sources see /src/README.md
To see if Node is installed, open the terminal and type node -v. This should print a version number.
Navigate to the root of the directory and run cd src && npm install to install the dependencies.
Navigate to src folder and run the following code in the terminal to start the server
node server.js
Next go to http://localhost:8080/ to access the Parallel coordinate plot
Navigate to current directory, and run
docker build -t nodeserver .
execute the following command to run the dockerized server
docker run -it -d -p 8080:8080 -v `pwd`:/dataviz --restart=always nodeserver
Next use your browser and go to http://localhost:8080/ to access the Parallel coordinate plot
After a commit to the master branch. run the following code from this root of this directory:
git subtree push --prefix src origin gh-pages
Source: https://gist.github.com/cobyism/4730490
Make sure the file path of this repository does not contain any spaces.
Content type
Image
Digest
Size
23.6 MB
Last updated
about 9 years ago
docker pull canmet/parallel-coordinates