rtsinani / blue_geo

Converts easting and northing into latitude and longitude

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blue_geo converts easting and northing into latitude and longitude

Installation

gem install blue_geo

or add to your Gemfile

gem 'blue_geo'

Usage

Get an array of latitude and longitude by calling:

latitude, longitude = BlueGeo.easting_northing_to_lat_lon(easting, northing)

Live

Check out the live example.

About

Converts easting and northing into latitude and longitude


Languages

Language:Ruby 100.0%