Sha256: a3b052eafd8113460619a2aded04c4ea0b3629e53bcde7021ae55605966e15e4

Contents?: true

Size: 595 Bytes

Versions: 13

Compression:

Stored size: 595 Bytes

Contents

require 'earth/fuel/data_miner'
AutomobileTypeFuelControl.class_eval do
  data_miner do
    import "automobile type fuel control data derived from the 2010 EPA GHG Inventory",
           :url => 'https://spreadsheets.google.com/pub?key=0AoQJbWqPrREqdEloSTU5YUNOUXRFRUcxWHlTUi1GMkE&hl=en&gid=0&output=csv' do
      key   'name'
      store 'type_name'
      store 'fuel_common_name'
      store 'control_name'
      store 'ch4_emission_factor', :units_field_name => 'ch4_emission_factor_units'
      store 'n2o_emission_factor', :units_field_name => 'n2o_emission_factor_units'
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
earth-0.11.20 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.19 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.18 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.17 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.16 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.15 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.14 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.13 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.12 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.11 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.10 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.9 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb
earth-0.11.8 lib/earth/automobile/automobile_type_fuel_control/data_miner.rb