Pure Python RD NAP 2018 conversions
Project description
A pure Python implementation of the 2018 version of the Netherlands' RD (RijksDriehoeksmeting) and NAP (Normaal Amsterdams Peil) systems to convert geodetic GRS80 (ETRS89) lat-, longitudes and heights to local RD coordinates and NAP quasi-geoid-height and vice-versa.
PyRDNAP includes two transformer classes RDNAP2018v1 and RDNAP2018v2 implementing variant 1 respectively variant 2 of the RD NAP 2018 specification. Each class provides a forward method to convert from geodetic lat-, longitude and height to RDx, RDy and NAPh and a reverse method to convert RDx, RDy and NAPh to geodetic lat-, longitude and height.
For further details see the documentation.
Note
PyRDNAP, pyrdnap and RDNAP2018v1 have not been formally validated and are not certified to carry the trademark name RDNAPTRANS(tm).
However, transformer class RDNAP2018v1 does meet the RDNAPTRANS(tm)2018_v220627 self-validation requirements for all tests within the RD region. RDNAP2018v2 does not and is not required to.
Installation
To install pyrdnap, type python[3] -m pip install pyrdnap or python[3] -m easy_install pyrdnap in a terminal or command window.
Alternatively, download pyrdnap-yy.m.d.tar.gz from PyPI or GitHub, unzip the downloaded file, cd to directory pyrdnap-yy.m.d and type python[3] setup.py install.
To run the pyrdnap tests, type python[3] test/run.py or type python[3] test/unitTestSuite.py before or after installation.
Dependencies
Installation of Python package pygeodesy is required, version 26.5.9 or newer.
Documentation
In addition to the pyrdnap package, the pyrdnap distribution files contain the tests, the test results (on macOS only) and the complete documentation generated by Epydoc using command line: epydoc --html --no-private --no-source --name=pyrdnap --url=... -v pyrdnap.
Tests
The tests ran with Python 3.14.4, 2.7.18 and with PyPy 7.3.17 (Python 3.10.14), all with pygeodesy 26.5.9 and on macOS 26.4.1 Tahoe in 64-bit. The results of those tests are included in the distribution files.
Python 3.14.4 runs on Apple M4 Si (arm64), natively. Python 2.7.18 runs on Intel (x86_64) or Intel emulation ("arm64_x86_64", see function pygeodesy.machine).
Test coverage has been measured with coverage 7.10.7 using Python 3.14.4. The complete coverage report in HTML and a PDF summary are included in the distribution files.
The tests also ran with Python 3.14.4 on Debian 12 and on Windows 2019Server and with Python 3.13.3 on Windows 11, all in 64-bit only.
Notes
All Python source code has been statically checked with Ruff using Python 3.13.12 and with PyChecker, PyFlakes, PyCodeStyle (formerly Pep8) and McCabe using Python 2.7.18, both in 64-bit on macOS 26.4.1 Tahoe only.
Last updated: May 09, 2026.
License
Copyright (C) 2026-2026 -- mrJean1 at Gmail -- All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrdnap-26.5.9.tar.gz.
File metadata
- Download URL: pyrdnap-26.5.9.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31fb5f07a2c2e743dd518dcc45ca21b6e12cfdf2974a164a34d41302dc348326
|
|
| MD5 |
5681ae3e0a27bfddd25ed3183059623e
|
|
| BLAKE2b-256 |
9493fe66b1a13e50351567bcda6374c2c41d122fb0414d4709af0f2518447213
|
File details
Details for the file pyrdnap-26.5.9-py2.py3-none-any.whl.
File metadata
- Download URL: pyrdnap-26.5.9-py2.py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fda2c902bd5bf79eda150a01387796d60e499829d228f17b4f1f37a2cd7e326
|
|
| MD5 |
c94df44bc7b1be10c7ac9055bd58e9e6
|
|
| BLAKE2b-256 |
323bbadd560663e8e680778c59e0f3d982158deb2fd1c141fb5f265fe165477a
|