itm-wgs84

1.0.1 • Public • Published

ITM to WGS84

Convert easily between ITM (Israel Transverse Mercator) coordinates to WGS84 (World geodetic system) and vice versa.

Installation

npm install itm-wgs84

Usage

const { ITMtoWGS84, WGS84toITM } = require('itm-wgs84');

ITMtoWGS84 (x, y);
// return: { lat: 26.0623100, long: 33.0120379 }

WGS84toITM (lat, long);
// return: { x: 31.7777692, y: 35.2350114 }

Readme

Keywords

Package Sidebar

Install

npm i itm-wgs84

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • zvizvi