Sha256: 52d126abff9f47053a739bc5695803b3135e3ea52f69cec572289c2643f14cae
Contents?: true
Size: 813 Bytes
Versions: 9
Compression:
Stored size: 813 Bytes
Contents
PetroleumAdministrationForDefenseDistrict.class_eval do data_miner do schema Earth.database_options do string 'code' string 'district_code' string 'district_name' string 'subdistrict_code' string 'subdistrict_name' end import "a list of PADD districts and states derived from the EIA PADD definitions", :url => 'http://spreadsheets.google.com/pub?key=t5HM1KbaRngmTUbntg8JwPA&gid=0&output=csv' do key 'code', :field_name => 'Code' store 'district_code', :field_name => 'PAD district code' store 'subdistrict_code', :field_name => 'PAD subdistrict code' store 'district_name', :field_name => 'PAD district name' store 'subdistrict_name', :field_name => 'PAD subdistrict name' end end end
Version data entries
9 entries across 9 versions & 1 rubygems