Sha256: 5219475d60f630e75d4a7f7a5b3b3b1efa25057c341e51ea15d0776d03ba9820
Contents?: true
Size: 560 Bytes
Versions: 21
Compression:
Stored size: 560 Bytes
Contents
EgridCountry.class_eval do data_miner do import "the US average grid loss factor derived eGRID 2007 data", :url => 'http://www.epa.gov/cleanenergy/documents/egridzips/eGRID2010V1_1_STIE_USGC.xls', :sheet => 'USGC', :skip => 5 do key 'name', :static => 'US' store 'generation', :field_name => 'USTNGN07', :units => :gigawatt_hours store 'imports', :field_name => 'USTNFI07', :units => :gigawatt_hours store 'consumption', :field_name => 'USTCON07', :units => :gigawatt_hours end end end
Version data entries
21 entries across 21 versions & 1 rubygems