Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lambert93_ruby

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambert93_ruby

  • 0.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

lambert93_ruby

Converts GPS coordinates into Lambert 93 coordinates

Install

# In  your gemfile
gem "lambert93_ruby"

And run

bundle install

Usage

require "lambert93_ruby"

lat  = 44.884566             # gps_latitude
long = -0.2846110000000408   # gps_longitude

Lambert93Ruby::lambert_proj(lat, long)

It will give you an array with lambert93 coordinates [x, y].

FAQs

Package last updated on 14 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc