Skip to content
/ pyisr84 Public

Python conversions between ITM, ICS and WGS84.

Notifications You must be signed in to change notification settings

enosh/pyisr84

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A small Python library for doing conversions between Israeli grids (both Israel Transverse Mercator (ITM) aka רשת ישראל חדשה and Israel Cassini Soldner (ICS) aka רשת ישראל ישנה) and standard geographic coordinates.

Reimplemantes Joseph Gray's C++ library, read more here.

Example usage

>>> import isr84
>>> isr84.wgs84_to_itm(32, 35)
(200131, 656329)
>>> isr84.wgs84_to_ics(32, 35)
(150145, 1156334)
>>> isr84.itm_to_wgs84(631556, 222286)
(31.7767479188685, 35.234383488170394)

About

Python conversions between ITM, ICS and WGS84.

Resources

Stars

Watchers

Forks

Languages