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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file lambert-1.0.0.tar.gz
.
File metadata
- Download URL: lambert-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cb79ae089dc05b836a6cb4274672bca8f2c1dbedf9fa14f2642d9762f77056c |
|
MD5 | 7eb76374c2096182e3a0fd009aedda09 |
|
BLAKE2b-256 | 0696ccbff2d3360f4d11cefa336a4aa3a3bb8e9cf5df656812f6c1972658ff13 |
File details
Details for the file lambert-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: lambert-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06267f56dc93bef06f506de83e5f23b4d50b39408cdf3f4b79ffc8dec77ff45b |
|
MD5 | 5bbe79266d48be2cd3e1b9636a8b994d |
|
BLAKE2b-256 | 47c3f8d979127af7a87d58aa9ffb01d447740dbef1208c5c9f67db3a657178c3 |