A Rijksdriehoek (EPSG:28992) to WGS'84 conversion utility
Project description
# python-rijksdriehoek
Converts Rijksdriehoek coordinates to WGS’84, and vice versa.
Example usage:
`` from rijksdriehoek import rijksdriehoek rd = rijksdriehoek.Rijksdriehoek() print(“Original coordinates in WGS’84: {},{}”.format(str(52.3761973), str(4.8936216))) rd.from_wgs(52.3761973, 4.8936216) print(“Rijksdriehoek: {},{}”.format(str(rd.rd_x), str(rd.rd_y))) lat, lon = rd.to_wgs() print(“WGS’84 coordinates converted from RD: {},{}”.format(str(lat), str(lon))) ``
Please be aware that every conversion from WGS->RD->WGS has shown to introduce a inaccuracy of up to 0.0000001 degrees. Please take that into consideration when deciding whether this tool is useful for usage in your project.
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
Built Distribution
File details
Details for the file rijksdriehoek-0.0.1.tar.gz
.
File metadata
- Download URL: rijksdriehoek-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3800b6831cba22599f13419fa1d38d8647f9d1109f266cd2a94c6746170557a |
|
MD5 | 9cd43660e5dd5c5200ba2a3a78a5c66a |
|
BLAKE2b-256 | 96ee988cb6cbd7fc970f71664f3faf04d70ef6c3a8957ab2c3da23bd8336a126 |
File details
Details for the file rijksdriehoek-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: rijksdriehoek-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69bcf05fe6ac96b433ae40dcb3718ea2bf041b052089ccb70e7109efc613cf3b |
|
MD5 | 50bf04013c8ce45b4f530a86268a3338 |
|
BLAKE2b-256 | 726c97259cbe652ee630adb6ecd1e6f611088f8b0f39ee8960080d89e85324d2 |