Codebase list proj-rdnap / 9d75681
Update Homepage and related URLs. Bas Couwenberg 7 years ago
5 changed file(s) with 12 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
99 The Kadaster website has some general information (in dutch) about RDNAP
1010 transformation at:
1111
12 https://www.kadaster.nl/web/Themas/Registraties/Rijksdriehoeksmeting/Transformatie-van-coordinaten.htm
12 https://www.kadaster.nl/transformatie-van-coordinaten
1313
1414 To download the RDNAPTRANSTM2008.zip file you need to fill in a form that
15 requires your name, email address and phone number, before you're redirected
16 to the download page.
15 requires your name, email address and phone number, before you're sent a
16 link to the download page via email.
1717
1818 Direct links to the relevant pages:
1919
2020 - RDNAPTRANS2008 request form
21 https://www.kadaster.nl/web/formulier/Rijksdriehoeksmeting-formulieren/Aanvraag-download-RDNAPTRANS2008.htm
21 https://formulieren.kadaster.nl/aanvragen_rdnaptrans2008
2222
2323 - RDNAPTRANS2008 download page
24 https://www.kadaster.nl/web/show?mode=preview&contentid=9674&id=107118&l_id=17022&webid=26098
24 https://www.kadaster.nl/rdnaptrans2008-download-
2525
2626 - RDNAPTRANS2008.zip file
27 https://www.kadaster.nl/web/file?uuid=f7ea740f-0f3c-402a-bf34-896dac7d557f&owner=23cbe925-35ce-4a72-ac8c-a33a0c19ae1e&contentid=9675
27 https://www.kadaster.nl/documents/20838/87996/RDNAPTRANS2008/93c6e723-9e85-4b9d-abcb-a569e447d564
2828
2929 The license contained in the RDNAPTRANS2008.zip file is problematic, because
3030 it doesn't allow distribution. The license is documented in the file
00 proj-rdnap (2008-6) UNRELEASED; urgency=medium
11
22 * Add autopkgtest.
3 * Update Homepage and related URLs.
34
45 -- Bas Couwenberg <sebastic@debian.org> Sun, 23 Oct 2016 22:04:47 +0200
56
1313 Standards-Version: 3.9.8
1414 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj-rdnap.git
1515 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/proj-rdnap.git
16 Homepage: https://www.kadaster.nl/web/Themas/Registraties/Rijksdriehoeksmeting/Transformatie-van-coordinaten.htm
16 Homepage: https://www.kadaster.nl/transformatie-van-coordinaten
1717
1818 Package: proj-rdnap
1919 Architecture: all
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: proj-rdnap
2 Source: https://www.kadaster.nl/web/file?uuid=f7ea740f-0f3c-402a-bf34-896dac7d557f&owner=23cbe925-35ce-4a72-ac8c-a33a0c19ae1e&contentid=9675
2 Source: https://www.kadaster.nl/documents/20838/87996/RDNAPTRANS2008/93c6e723-9e85-4b9d-abcb-a569e447d564
33 Comment: The license for RDNAPTRANS2008 doesn't allow modification.
44 The license in the RDNAPTRANS2008.zip file doesn't allow redistribution
55 and has a trademark clause for the use of the name. The license says:
2020 cd ${TMPDIR}
2121
2222 # RDNAPTRANS2008
23 # https://www.kadaster.nl/web/file?uuid=f7ea740f-0f3c-402a-bf34-896dac7d557f&owner=23cbe925-35ce-4a72-ac8c-a33a0c19ae1e&contentid=9675
23 # https://www.kadaster.nl/documents/20838/87996/RDNAPTRANS2008/93c6e723-9e85-4b9d-abcb-a569e447d564
2424 #
2525 # Download page:
26 # https://www.kadaster.nl/web/show?mode=preview&contentid=9674&id=107118&l_id=17022&webid=26098
26 # https://www.kadaster.nl/rdnaptrans2008-download-
2727
2828 if ! echo $@ | grep -q upstream-version ; then
2929 VERSION=`dpkg-parsechangelog -l"$CHANGELOGFILE" | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
30 wget "https://www.kadaster.nl/web/file?uuid=f7ea740f-0f3c-402a-bf34-896dac7d557f&owner=23cbe925-35ce-4a72-ac8c-a33a0c19ae1e&contentid=9675" -O RDNAPTRANS2008.zip
30 wget "https://www.kadaster.nl/documents/20838/87996/RDNAPTRANS2008/93c6e723-9e85-4b9d-abcb-a569e447d564" -O RDNAPTRANS2008.zip
3131 else
3232 VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*${NAME}.*?\1?"`
3333 if echo "$VERSION" | grep -q "upstream-version" ; then