<div dir="ltr"><div><div>I have updated to 4.9.3. My rdnap file is identical to yours:<br><br># RDNAP with NTv2 and VDatum<br>&lt;rdnap&gt; +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889<br>+k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel<br>+nadgrids=rdtrans2008.gsb +geoidgrids=naptrans2008.gtx +units=m +no_defs<br>&lt;&gt;<br><br></div>If I run this:<br>cs2cs  -r +init=epsg:4258 +to +init=rdnap:rdnap -f %.4f<br><br></div>And provide these locations:<br><br><div>50.792584908 5.773795547 174.9478<br><br></div><div>I get this:<br><br></div><div>182225.9086     311388.1617 128.9976<br><br></div><div>Not the values you listed:<br><br>182260.4500     311480.6701 129.0000<br><br><br></div><div>I&#39;m confused.<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 1, 2016 at 3:28 PM, Bas Couwenberg <span dir="ltr">&lt;<a href="mailto:sebastic@xs4all.nl" target="_blank">sebastic@xs4all.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 2016-11-01 15:05, Roger Oberholtzer wrote:<br>
&gt; I downloaded the grid shift file from<br>
&gt; <a href="http://www.kadaster.nl/transformatie-van-coordinaten" rel="noreferrer" target="_blank">http://www.kadaster.nl/<wbr>transformatie-van-coordinaten</a><br>
&gt;<br>
&gt; I am not using it yet. I took one of the sample points from the Use doc<br>
&gt; that came with it to see what I got compared to the expected. For<br>
&gt; example:<br>
&gt;<br>
&gt; Zuid-Limburg:<br>
&gt; Ref:   Latitude: 50.7925849160 Longitude: 5.<a href="tel:7737955480" value="+17737955480">7737955480</a> Altitude:<br>
&gt; 245.948<br>
&gt; Ref:   Easting:     182260.450 Northing:    311480.670 Altitude:<br>
&gt; 200.000<br>
&gt; Proj4: Easting:     182225.909 Northing:    311388.163 Altitude:<br>
&gt; 245.948<br>
&gt; 98.746 meters from Ref<br>
&gt;<br>
&gt; The reference values are ETRS89. But I cannot think that accounts to<br>
&gt; 100<br>
&gt; meters of difference. My proj spec is:<br>
&gt;<br>
&gt;      +proj=sterea<br>
&gt;      +lat_0=52.15616055555555<br>
&gt;      +lon_0=5.38763888888889<br>
&gt;      +k=0.9999079<br>
&gt;      +x_0=155000<br>
&gt;      +y_0=463000<br>
&gt;      +ellps=bessel<br>
&gt;<br>
&gt; +towgs84=565.4174,50.3319,465.<wbr>5542,-0.398957388243134,0.<wbr>343987817378283,-1.<wbr>87740163998045,4.0725<br>
&gt;      +units=m<br>
&gt;      +no_defs<br>
&gt;<br>
&gt; Doing this via the C API as I do for many other projections. These are<br>
&gt; passed to pj_init_plus.<br>
&gt;<br>
&gt; Would the grid shift make such a large correction?<br>
<br>
</div></div> From the proj-rdnap test script (using PROJ.4 4.9.3):<br>
<br>
  Test:   05 Zuid-Limburg<br>
  Exec:   cs2cs -r +init=epsg:4258 +to +init=rdnap:rdnap -f %.4f<br>
  Input:  50.792584908 5.773795547 174.9478<br>
  Output: 182260.4500     311480.6701 129.0000<br>
  Expect: 182260.4500     311480.6700 129.000<br>
  Test OK: From ETRS89 to RD/NAP - 05 Zuid-Limburg (Not identical, but<br>
within margin)<br>
<br>
The above uses the test values from &quot;Use of RDTRANS2008 and<br>
NAPTRANS2008.pdf&quot; included in the NTv2.zip, your values are different,<br>
not sure where you got those.<br>
<br>
The rdnap configuration for the above test contains:<br>
<br>
  # RDNAP with NTv2 and VDatum<br>
  &lt;rdnap&gt; +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889<br>
+k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel<br>
+nadgrids=rdtrans2008.gsb +geoidgrids=naptrans2008.gtx +units=m +no_defs<br>
&lt;&gt;<br>
<br>
Try using the grid shift files for your test, it should be more accurate<br>
(at ground level) than using +towgs84 values.<br>
<div class="HOEnZb"><div class="h5"><br>
Kind Regards,<br>
<br>
Bas<br>
______________________________<wbr>_________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/<wbr>mailman/listinfo/proj</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Roger Oberholtzer</div>
</div>