Sha256: bcb3531482632aa3d147faf87b6fd19602e1081e5b7477d6bbfebb38586e4433
Contents?: true
Size: 1.04 KB
Versions: 13
Compression:
Stored size: 1.04 KB
Contents
# URBANopt Scenario Gem ### [back to main docs](../) The URBANopt™ Scenario Gem includes functionality for defining scenarios, running simulations, and post-processing results. User defined SimulationMapper classes translate each Feature to a SimulationDir which is a directory containing simulation input files. A ScenarioRunner is used to perform simulations for each SimulationDir. Finally, a ScenarioPostProcessor can run on a Scenario to generate scenario level results. [RDoc Documentation](https://urbanopt.github.io/urbanopt-scenario-gem/rdoc) ## Installation Add this line to your application's Gemfile: ```ruby gem 'urbanopt-scenario' ``` And then execute: $ bundle install $ bundle update Or install it yourself as: $ gem install 'urbanopt-scenario' ## Testing Check out the repository and then execute: $ bundle install $ bundle update $ bundle exec rake ## Releasing * Update change log * Update version in `/lib/urbanopt/scenario/version.rb` * Merge down to master * run `rake release` from master
Version data entries
13 entries across 13 versions & 1 rubygems