<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Chris,&nbsp;
<div><br>
</div>
<div>It would be beneficial if you could try to reproduce this problem just using PROJ.4 and a few simple coordinates. Either on the command line with a call to cs2cs or by a small C program. I tried initialising the projection with a recent version of PROJ.4
 without problems and I can't see any obvious problem in the proj string. It is likely that if this indeed is a bug in PROJ.4 that it has already been fixed.</div>
<div><br>
</div>
<div>/Kristian</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF372953" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>Fra:</b> proj-bounces@lists.maptools.org [proj-bounces@lists.maptools.org] på vegne af Chris Marsh [chris.marsh@usask.ca]<br>
<b>Sendt:</b> 13. oktober 2017 17:56<br>
<b>Til:</b> proj@lists.maptools.org<br>
<b>Emne:</b> [Proj] Failed to initialize PROJ.4 with &quot;...&quot;<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>
<div class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div>Hi,</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gmail_quote">
<div dir="ltr">
<div dir="ltr">
<div><br>
</div>
<div>I'm using GDAL (and by extension proj.4) to reproject a set of WGS84 coordinates to North America Albers Conic Conformal.</div>
<div><br>
</div>
<div>I originally posted this to the GDAL list, however it seems like this may be entirely a Proj.4 problem.&nbsp;</div>
<div><br>
</div>
<div>On all but 1 computer I run my code on, this works as expected. However, when trying to run on one of Compute Canada's newest machines, I get the error</div>
<div><br>
</div>
<div>ERROR 6: Failed to initialize PROJ.4 with `&#43;proj=aea &#43;lat_1=20 &#43;lat_2=60 &#43;lat_0=40 &#43;lon_0=-96 &#43;x_0=0 &#43;y_0=0 &#43;ellps=GRS80 &#43;towgs84=0,0,0,0,0,0,0 &#43;units=m &#43;no_defs'.<br>
</div>
<div><br>
</div>
<div>I have tried building and linking against various proj.4 versions, none of which solves this problem.</div>
<div><br>
</div>
<div>The code&nbsp; is straightfoward</div>
<div>
<div>OGRSpatialReference insrs;</div>
<div>&nbsp; &nbsp; insrs.SetWellKnownGeogCS(&quot;<wbr>WGS84&quot;);</div>
<div><br>
</div>
<div>&nbsp; &nbsp; OGRSpatialReference outsrs;</div>
<div>&nbsp; &nbsp; outsrs.importFromProj4(&quot;&#43;proj=<wbr>aea &#43;lat_1=20 &#43;lat_2=60 &#43;lat_0=40 &#43;lon_0=-96 &#43;x_0=0 &#43;y_0=0 &#43;ellps=GRS80 &#43;towgs84=0,0,0,0,0,0,0 &#43;units=m &#43;no_defs&quot;);</div>
<div><br>
</div>
<div>&nbsp; &nbsp; OGRCoordinateTransformation* coordTrans =&nbsp; NULL;</div>
<div>&nbsp; &nbsp; coordTrans = OGRCreateCoordinateTransformat<wbr>ion(&amp;insrs, &amp;outsrs);</div>
<div><br>
</div>
<div>&nbsp; &nbsp; coordTrans-&gt;Transform(1, &amp;longitude, &amp;latitude)</div>
</div>
<div><br>
</div>
<div>with the error appearing on the Transform call. The proj.4 string is from using the ExportToWkt of GDAL for the WKT of Albers Conic Conformal. (long story as to why i'm doing this). I have tried using the WKT string and that results in the same error --
 seems like it is just converted to proj.4 behind the scenes.</div>
<div><br>
</div>
<div>I am using gdal 2.2.1 and proj4 4.8 (4.9 has other issues I'm running into)</div>
<div><br>
</div>
<div>
<div>$gcc -v</div>
<div>Using built-in specs.</div>
<div>COLLECT_GCC=gcc</div>
<div>COLLECT_LTO_WRAPPER=/cvmfs/<a href="http://soft.computecanada.ca/nix/store/lvjwgn6hpngyy6k4xqcqa9h2cxy3fl30-gfortran-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper" target="_blank">sof<wbr>t.computecanada.ca/nix/store/<wbr>lvjwgn6hpngyy6k4xqcqa9h2cxy3fl<wbr>30-gfortran-5.4.0/libexec/gcc/<wbr>x86_64-unknown-linux-gnu/5.4.<wbr>0/lto-wrapper</a></div>
<div>Target: x86_64-unknown-linux-gnu</div>
<div>Configured with:</div>
<div>Thread model: posix</div>
<div>gcc version 5.4.0 (GCC)</div>
</div>
<div><br>
</div>
<div>
<div>$uname -a</div>
<div>Linux gra-login4 3.10.0-514.21.1.el7.x86_64 #1 SMP Thu May 25 17:04:51 UTC 2017 x86_64 GNU/Linux</div>
</div>
<div><br>
</div>
<div>Cheers</div>
<span class="HOEnZb"><font color="#888888">
<div>Chris</div>
<div><br>
</div>
</font></span></div>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>