<div dir="ltr"><div><div><div><div><div>I am trying to use a grid shift file via the C API.<br><br></div>It works for me in one situation, but not another:<br><br></div>The working one (OSTN02):<br><br>                +proj=tmerc <br>                +lat_0=49 <br>                +lon_0=-2 <br>                +k=0.9996012717 <br>                +x_0=400000 <br>                +y_0=-100000 <br>                +ellps=airy <br>                +nadgrids=gb.gsb <br>                +units=m <br>                +no_defs<br><br></div>The one that is not working (RD New):<br><br>                +proj=sterea <br>                +lat_0=52.15616055555555 <br>                +lon_0=5.38763888888889 <br>                +k=0.9999079 <br>                +x_0=155000 <br>                +y_0=463000 <br>                +ellps=bessel <br>                +nadgrids=rdtrans2008.gsb <br>                +units=m <br>                +no_defs<br><br></div>The grid shift files are in the same directory. The strange thing is that when I trace the program execution (strace on Linux), I see that the OSTN02 file gb.gsb is opened and read. However, the one that is not working (RD New) does not even try to open the rdtrans2008.gsb file. So it is not a matter of the format of the file. It is not even being accessed. (I may later have a file format issue. I hope not.)<br><br></div>I know it&#39;s old, but this is with 4.8.0. I cannot think the mechanics of opening the file are different. Could it be related to another parameter I am using in RD New? +proj or +ellps?<div><div><div><div><div><div><br>-- <br><div class="gmail_signature">Roger Oberholtzer</div>
</div></div></div></div></div></div></div>