Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add rdnap2018 init file for PROJ < 6 using the 2018 grids.
· b144b193
Bas Couwenberg
authored
Jan 24, 2020
b144b193
Set distribution to unstable.
· a7961bb4
Bas Couwenberg
authored
Jan 24, 2020
a7961bb4
Hide whitespace changes
Inline
Side-by-side
debian/README.Debian
View file @
a7961bb4
...
...
@@ -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-
rdna
p
trans
https://www.nsgi.nl/geodetische-infrastructuur/producten/
coo
rd
i
na
ten
trans
formatie
Like the 2008 grids, you need to fill inn a form before you can download
the RDNAPTRANS.zip file.
...
...
debian/changelog
View file @
a7961bb4
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
...
...
debian/rdnap2018
0 → 100644
View file @
a7961bb4
# 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 <>
debian/rules
View file @
a7961bb4
...
...
@@ -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:
...
...