Class: Terragona::Geonames::Dump

Inherits:
Base
  • Object
show all
Defined in:
lib/terragona/base.rb

Instance Method Summary collapse

Methods inherited from Base

#create_polygons, #create_polygons_family

Constructor Details

#initialize(options = {}) ⇒ Dump

Returns a new instance of Dump.



73
74
75
76
# File 'lib/terragona/base.rb', line 73

def initialize (options={})
  super
  @input = GeoNames::Dump.new(options)
end