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