Sha256: a86bc723fa4fcc965cae7dbbbe15e61de74ad39b2a39fb7128b4c4cb6b7c9185
Contents?: true
Size: 796 Bytes
Versions: 65
Compression:
Stored size: 796 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' 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
65 entries across 65 versions & 2 rubygems