Sha256: a22a84c193733542bb3a4ae065640bd3cc5a17660dd1f7d180f6d765d43472a2
Contents?: true
Size: 961 Bytes
Versions: 2
Compression:
Stored size: 961 Bytes
Contents
module GDAL module GridAlgorithms autoload :InverseDistanceToAPower, File.expand_path('grid_algorithms/inverse_distance_to_a_power', __dir__) autoload :MetricAverageDistance, File.expand_path('grid_algorithms/metric_average_distance', __dir__) autoload :MetricAverageDistancePts, File.expand_path('grid_algorithms/metric_average_distance_pts', __dir__) autoload :MetricCount, File.expand_path('grid_algorithms/metric_count', __dir__) autoload :MetricMaximum, File.expand_path('grid_algorithms/metric_maximum', __dir__) autoload :MetricMinimum, File.expand_path('grid_algorithms/metric_minimum', __dir__) autoload :MetricRange, File.expand_path('grid_algorithms/metric_range', __dir__) autoload :MovingAverage, File.expand_path('grid_algorithms/moving_average', __dir__) autoload :NearestNeighbor, File.expand_path('grid_algorithms/nearest_neighbor', __dir__) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/gdal/grid_algorithms.rb |
ffi-gdal-1.0.0.beta6 | lib/gdal/grid_algorithms.rb |