Skip to content
Commits on Source (2)
......@@ -30,7 +30,7 @@ Direct links to the relevant pages:
For the 2018 update of the grids, more information (in dutch) is available
on the Nederlandse Samenwerking Geodetische Infrastructuur (NSGI) website:
https://www.nsgi.nl/geodetische-infrastructuur/producten/programma-rdnaptrans
https://www.nsgi.nl/geodetische-infrastructuur/producten/coordinatentransformatie
Like the 2008 grids, you need to fill inn a form before you can download
the RDNAPTRANS.zip file.
......
proj-rdnap (2008+2018-3) UNRELEASED; urgency=medium
proj-rdnap (2008+2018-3) unstable; urgency=medium
* Drop python-pdfminer Suggests.
* Add rdnap2018 init file for PROJ < 6 using the 2018 grids.
-- Bas Couwenberg <sebastic@debian.org> Thu, 02 Jan 2020 20:40:34 +0100
-- Bas Couwenberg <sebastic@debian.org> Fri, 24 Jan 2020 07:22:20 +0100
proj-rdnap (2008+2018-2) unstable; urgency=medium
......
# RDNAP with NTv2 and VDatum
<rdnap2018> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +nadgrids=rdtrans2018.gsb +geoidgrids=naptrans2018.gtx +units=m +no_defs <>
# RD with NTv2 only
<rd2018> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +nadgrids=rdtrans2018.gsb +units=m +no_defs <>
......@@ -20,7 +20,7 @@ override_dh_install:
if [ 6 -gt "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \
mkdir -p $(CURDIR)/debian/proj-rdnap/usr/share/proj; \
cp -v $(CURDIR)/debian/rdnap $(CURDIR)/debian/proj-rdnap/usr/share/proj/rdnap; \
cp -v $(CURDIR)/debian/rdnap* $(CURDIR)/debian/proj-rdnap/usr/share/proj/; \
fi
get-orig-source:
......