lib/earth/locality/country/data_miner.rb in earth-0.4.4 vs lib/earth/locality/country/data_miner.rb in earth-0.4.5

- old
+ new

@@ -15,10 +15,10 @@ key 'iso_3166_code', :field_number => 1 store 'name', :field_number => 0 end import "country-specific flight route inefficiency factors derived from Kettunen et al. (2005)", - :url => 'https://spreadsheets.google.com/pub?key=0AoQJbWqPrREqdEJoRVBZaGhnUmlhX240VXE3X0F3WkE&output=csv' do + :url => 'https://spreadsheets.google.com/pub?key=0AoQJbWqPrREqdEJoRVBZaGhnUmlhX240VXE3X0F3WkE&gid=0&output=csv' do key 'iso_3166_code' store 'flight_route_inefficiency_factor' end end end