OpenStudio Analysis Gem
The OpenStudio Analysis Gem is used to communicate files to the OpenStudio Distributed Analysis.
The purpose of this gem is to generate the analysis.json file, analysis.zip, and communicate with the server to upload the simulations.
The gem does not create the cluster. Currently the only supported Cloud platform is Amazon AWS using either OpenStudio's PAT the openstudio-aws gem or using vagrant.
Instructions
Testing
This gem used RSpec for testing. To test simple run rspec
at the command line.