Skip to content

Willena/lambert-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambert-python

A pure python module to convert from Lambert to WGS84 positioning system Highly inspired by https://github.com/yageek/lambert-java Thank you Yannick Heinrich !

Install

To install this module just type

pip install lambert

Example

from lambert import Lambert93, convertToWGS84Deg

print(str(Lambert93.n()))
pt = convertToWGS84Deg(780886, 6980743, Lambert93)
print("Point latitude:" + str(pt.getY()) + " longitude:" + str(pt.getX()))

About

Simple API to convert Lambert coordinates to WS84 coordinates

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages