Sha256: 6c4cdbeb6a7844ed25c0ded6f1b60d383553fc6182b760a41370ca7681f2fa95

Contents?: true

Size: 380 Bytes

Versions: 10

Compression:

Stored size: 380 Bytes

Contents

Sector.class_eval do
  data_miner do
    Sector.define_schema(self)
    
    import "sectors dictionary",
           :url => 'https://spreadsheets.google.com/pub?key=0AoQJbWqPrREqdHV2dzdjdGVnLUJCdDA4TURXNThROVE&hl=en&single=true&gid=1&output=csv' do
      key 'io_code'
      store 'description'
      store 'emission_factor'
      store 'emission_factor_units'
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
earth-0.0.40 lib/earth/industry/sector/data_miner.rb
earth-0.0.39 lib/earth/industry/sector/data_miner.rb
earth-0.0.38 lib/earth/industry/sector/data_miner.rb
earth-0.0.37 lib/earth/industry/sector/data_miner.rb
earth-0.0.36 lib/earth/industry/sector/data_miner.rb
earth-0.0.35 lib/earth/industry/sector/data_miner.rb
earth-0.0.34 lib/earth/industry/sector/data_miner.rb
earth-0.0.33 lib/earth/industry/sector/data_miner.rb
earth-0.0.32 lib/earth/industry/sector/data_miner.rb
earth-0.0.31 lib/earth/industry/sector/data_miner.rb