Skip to main content

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


Download files

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

Source Distribution

rijksdriehoek-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

rijksdriehoek-0.0.1-py3-none-any.whl (4.0 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