Sha256: df0d9f47a0fc8ddee0e464e69db15d50813235d7fe8712157713c5876f89b6bf
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
== Description The gis-distance library allows you to calculate geographic distance between two points using the formula of your choice. == Installation gem install gis-distance == Synopsis require 'gis/distance' # New York to Los Angeles gis = GIS::Distance.new(40.47, 73.58, 34.3, 118.15) p gis.distance # Kilometers p gis.distance.mi # Miles == License Artistic 2.0 == Authors * Daniel Berger * Ardith Falkner
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gis-distance-1.0.1 | README |