Skip to content

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

Notifications You must be signed in to change notification settings

zvizvi/ITM-to-WGS84

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published