Sha256: 985bccced3bcf16ffe2096174a0a8c6f2e5a91c696ea23ff323f046942723f7a

Contents?: true

Size: 490 Bytes

Versions: 13

Compression:

Stored size: 490 Bytes

Contents

require 'earth/fuel/data_miner'
AutomobileTypeFuelYearControl.class_eval do
  data_miner do
    import "automobile type fuel year control data derived from the 2010 EPA GHG Inventory",
           :url => 'https://spreadsheets.google.com/pub?key=0AoQJbWqPrREqdGpQV2xMdlZkV1JzVlVTeU5ZalF6elE&hl=en&gid=0&output=csv' do
      key   'name'
      store 'type_name'
      store 'fuel_common_name'
      store 'year'
      store 'control_name'
      store 'total_travel_percent'
    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_year_control/data_miner.rb
earth-0.11.19 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.18 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.17 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.16 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.15 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.14 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.13 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.12 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.11 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.10 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.9 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb
earth-0.11.8 lib/earth/automobile/automobile_type_fuel_year_control/data_miner.rb