Bas Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap
Commits: b144b193 by Bas Couwenberg at 2020-01-24T07:10:41+01:00 Add rdnap2018 init file for PROJ < 6 using the 2018 grids. - - - - - a7961bb4 by Bas Couwenberg at 2020-01-24T07:22:37+01:00 Set distribution to unstable. - - - - - 4 changed files: - debian/README.Debian - debian/changelog - + debian/rdnap2018 - debian/rules Changes: ===================================== debian/README.Debian ===================================== @@ -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. ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -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 <[email protected]> Thu, 02 Jan 2020 20:40:34 +0100 + -- Bas Couwenberg <[email protected]> Fri, 24 Jan 2020 07:22:20 +0100 proj-rdnap (2008+2018-2) unstable; urgency=medium ===================================== debian/rdnap2018 ===================================== @@ -0,0 +1,5 @@ +# 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 ===================================== @@ -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: View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/51a2e6329474c834a5ce268b9a6686fd18e686c0...a7961bb4b20bd24e252df9129f172cfdc3daa77e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/51a2e6329474c834a5ce268b9a6686fd18e686c0...a7961bb4b20bd24e252df9129f172cfdc3daa77e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
