Skip to main content

Convert location units from WS84 to Lambert (I,II,III) and reverse

Project description

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()))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambert-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

lambert-1.0.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page