Sha256: 1ccc8da819411c97a2d016886119a13a95c5e3fbecaeafd47b224b4b3bfdd5d0
Contents?: true
Size: 553 Bytes
Versions: 65
Compression:
Stored size: 553 Bytes
Contents
ResidenceFuelType.class_eval do data_miner do schema Earth.database_options do string 'name' float 'emission_factor' string 'emission_factor_units' # float 'energy_content' # string 'energy_content_units' end import "a list of residential fuels and their emissions factors", :url => 'http://spreadsheets.google.com/pub?key=rukxnmuhhsOsrztTrUaFCXQ' do key 'name' store 'emission_factor', :field_name => 'emission_factor', :units_field_name => 'units' end end end
Version data entries
65 entries across 65 versions & 2 rubygems