Sha256: 51951b11b58eebe4044ace8a57940997ca1c7b70202a48f54be6fa57e9d8d3f7
Contents?: true
Size: 579 Bytes
Versions: 11
Compression:
Stored size: 579 Bytes
Contents
module BrighterPlanet module Flight module Fallback def self.included(base) base.falls_back_on :aviation_multiplier => 2.0, # from Kolmuss and Crimmins (2009) http://sei-us.org/publications/id/13 :dogleg_factor => 1.25, # assumed :trips => 1.941, # http://www.bts.gov/publications/america_on_the_go/long_distance_transportation_patterns/html/table_07.html :segments_per_trip => 1.67 # calculated from http://nhts.ornl.gov/ end end end end
Version data entries
11 entries across 11 versions & 1 rubygems