module Geonames::Data
Constants
- VERSION
Public Class Methods
load_features(filepath, &filter)
click to toggle source
# File lib/geonames/data.rb, line 8 def self.load_features(filepath, &filter) Feature.load(filepath, &filter) end