Git Product home page Git Product logo

coordinate-converter's Introduction

Converting UTM to Latitude and Longitude

Install

gem install coordinate-converter

Example

Coordinates.utm_to_lat_long("WGS-84", 6688940, 219165, "33N")
# => {:lat => 60.2399303597183, :long => 9.92496237547609}

Parameters are specified in the following order:

  • reference_ellipsoid
  • northing
  • easting
  • zone

Supported ellipsoids

  • Airy
  • Australian National
  • Bessel 1841
  • Bessel 1841 (Nambia)
  • Clarke 1866
  • Clarke 1880
  • Everest
  • Fischer 1960 (Mercury)
  • Fischer 1968
  • GRS 1967
  • GRS 1980
  • Helmert 1906
  • Hough
  • International
  • Krassovsky
  • Modified Airy
  • Modified Everest
  • Modified Fischer 1960
  • South American 1969
  • WGS 60
  • WGS 66
  • WGS-72
  • WGS-84

coordinate-converter's People

Contributors

kimjoar avatar pquimby avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.