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.



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

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