Skip to content

🌍 Ruby native extension over the C and Java lambert library

License

Notifications You must be signed in to change notification settings

yageek/lambert-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambert-ruby

A wrapper to the lambert C library or lambert-java code.

Installation

gem install lambert_ruby

Usage

require 'lambert_ruby'

a = Lambert::LambertPoint.new(994272.661,13467.422)
a.wgs84(Lambert::LambertI)

puts "WGS84 Lat:#{a.y} Lon:#{a.x}"

#License Copyright (c) 2013 Yannick Heinrich - Released under the GPLv2 License.