<div dir="ltr">Just wanted to report back to this email thread, although I was never able to determine quite what PROJ4 was doing but we were able to use a series of points to make an educated guess:<div><br></div><div>The fix, at least for me, was to define a customer <b>epsg_operations.properties</b> file that combined the grid-shift transform (from NAD27 --> NAD83) and the shift from NAD83 --> WGS84):<br></div><div><div><br></div><div><div>      4267,4326=CONCAT_MT[ \</div><div>         PARAM_MT["NADCON", \</div><div>           PARAMETER["Latitude difference file", "conus.las"], \</div><div>           PARAMETER["Longitude difference file", "conus.los"]], \</div><div>         PARAM_MT["Molodenski", \</div><div>           PARAMETER["dim", 2], \</div><div>           PARAMETER["dx", 0.0], \</div><div>           PARAMETER["dy", 0.0], \</div><div>           PARAMETER["dz", 0.0], \</div><div>           PARAMETER["src_semi_major", 6378137.0], \</div><div>           PARAMETER["src_semi_minor", 6356752.314140356], \</div><div>           PARAMETER["tgt_semi_major", 6378137.0], \</div><div>           PARAMETER["tgt_semi_minor", 6356752.314245179]]]</div></div><div><br></div><div>This has output between GeoServer and QGIS lining up sufficient for the application I am working on.</div><div>--</div><div>Jody</div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>--</div><div>Jody Garnett</div></div></div></div></div></div>
<br><div class="gmail_quote">On 26 May 2016 at 12:12, Jody Garnett <span dir="ltr"><<a href="mailto:jody.garnett@gmail.com" target="_blank">jody.garnett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for your help Martin, I will see what I can do.<div><br></div><div>I would still like to learn if there is a way to check what PROJ4 is up to, as this is the first time I have worked with grid shift files I have no confidence I am doing so correctly.</div></div><div class="gmail_extra"><br clear="all"><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>--</div><div>Jody Garnett</div></div></div></div></div></div><div><div class="h5">
<br><div class="gmail_quote">On 26 May 2016 at 11:19, Martin Desruisseaux <span dir="ltr"><<a href="mailto:martin.desruisseaux@geomatys.com" target="_blank">martin.desruisseaux@geomatys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I forgot to said: in order to verify what GeoTools actually used - i.e.<br>
whether it used the grids or the TOWGS84 parameters, and in the later<br>
case which parameter values -, a System.out.println(theMathTransform)<br>
would help.<br>
<span><font color="#888888"><br>
    Martin<br>
<br>
</font></span></blockquote></div><br></div></div></div>
</blockquote></div><br></div>