<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Hi,</div></div><div dir="ltr"><br></div><div>With +datum=wgs84 cs2cs does not work, regardless of the inclusion of +towgs</div><div><br></div><div><div>./cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +datum=wgs84 +units=m +no_defs</div><div>Using to definition: proj=aea lat_1=20 lat_2=60 lat_0=40 lon_0=-96 datum=wgs84 units=m no_defs</div><div>Rel. 4.9.3, 15 August 2016</div><div>&lt;cs2cs&gt;:</div><div>projection initialization failure</div><div>cause: unknown elliptical parameter name</div><div>program abnormally terminated</div></div><div><br></div><div><div>./cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +datum=wgs84 +units=m +no_defs +towgs84=0,0,0,0,0,0,0</div><div>Using to definition: proj=aea lat_1=20 lat_2=60 lat_0=40 lon_0=-96 datum=wgs84 units=m no_defs towgs84=0,0,0,0,0,0,0</div><div>Rel. 4.9.3, 15 August 2016</div><div>&lt;cs2cs&gt;:</div><div>projection initialization failure</div><div>cause: unknown elliptical parameter name</div><div>program abnormally terminated</div></div><div><br></div><div>Adding +towgs to the cs2cs works correctly:</div><div><br></div><div><div>./cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +ellps=GRS80 +units=m +no_defs +towgs84=0,0,0,0,0,0,0</div><div>-135.197151 60.52163</div><div>-2102114.41<span style="white-space:pre">        </span>2828965.44 0.00</div></div><div><br></div><div>Cheers</div><div>Chris</div><div><br></div></div></div></div></div></div>
<br><div class="gmail_quote">On 13 October 2017 at 17:17, Melita Kennedy <span dir="ltr">&lt;<a href="mailto:mkennedy2@earthlink.net" target="_blank">mkennedy2@earthlink.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Chris,<br>
<br>
Do you still get the error message if you change the output &#39;+ellps=grs80&#39; to &#39;+datum=wgs84&#39;? You also omitted the &#39;+towgs84&#39; parameter when you tested using cs2cs. The grs80 and wgs84 flattening are almost equal so I wonder if GDAL is doing some calculation connected to the &#39;+towgs84&#39; parameter using the grs80 and wgs84 ellipsoids incorrectly.<br>
<br>
Melita<br>
<br>
-----Original Message-----<br>
<br>
&gt;Date: Fri, 13 Oct 2017 22:00:22 +0000<br>
&gt;From: Chris Marsh &lt;<a href="mailto:chris.marsh@usask.ca">chris.marsh@usask.ca</a>&gt;<br>
&gt;Subject: Re: [Proj] Failed to initialize PROJ.4 with &quot;...&quot;<br>
&gt;To: PROJ.4 and general Projections Discussions<br>
&gt;       &lt;<a href="mailto:proj@lists.maptools.org">proj@lists.maptools.org</a>&gt;<br>
&gt;<br>
&gt;Hi,<br>
&gt;<br>
&gt;Thanks for the thoughts.<br>
&gt;Yes ERROR 6 is the GDAL wrapper error.<br>
&gt;<br>
&gt;<br>
&gt;On the computer that &#39;works&#39;:<br>
&gt;cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20 +lat_2=60 +lat_0=40<br>
&gt;+lon_0=-96 +ellps=GRS80 +units=m +no_defs<br>
&gt;-135.197151 60.52163<br>
&gt;-2102114.41 2828965.44 0.00<br>
&gt;<br>
&gt;On the computer that doesn&#39;t<br>
&gt;<br>
&gt;./cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20 +lat_2=60<br>
&gt;+lat_0=40 +lon_0=-96 +ellps=GRS80 +units=m +no_defs<br>
&gt;-135.197151 60.52163<br>
&gt;-2102114.41 2828965.44 0.00<br>
&gt;<br>
&gt;So that seems like that works....<br>
&gt;<br>
&gt;Would this point to GDAL being 100% the culprit?<br>
&gt;<br>
&gt;Cheers<br>
&gt;Chris<br>
&gt;<br>
&gt;On 13 October 2017 at 21:23, Kristian Evers &lt;<a href="mailto:kreve@sdfe.dk">kreve@sdfe.dk</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Chris,<br>
&gt;&gt;<br>
&gt;&gt; The &quot;ERROR: 6&quot; is GDAL. I am not sure if GDAL is forwarding the error code<br>
&gt;&gt; from PROJ.4, although I don&#39;t think so since PROJ.4 error codes are<br>
&gt;&gt; negative. This is why I want you to reproduce the problem just by using<br>
&gt;&gt; PROJ.4.<br>
&gt;&gt; Try running &quot;cs2cs +proj=latlon +datum=WGS84 +to +proj=aea +lat_1=20<br>
&gt;&gt; +lat_2=60 +lat_0=40 +lon_0=-96 +ellps=GRS80 +units=m +no_defs&quot; on the<br>
&gt;&gt; computer in question. If it fails the problem is definitely related to<br>
&gt;&gt; PROJ.4.<br>
&gt;&gt;<br>
&gt;&gt; Kristian<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>__________<br>
&gt;&gt; Fra: <a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.<wbr>org</a> [<a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.<wbr>org</a>]<br>
&gt;&gt; p&amp;#229; vegne af stevejking [<a href="mailto:stevejking@talktalk.net">stevejking@talktalk.net</a>]<br>
&gt;&gt; Sendt: 13. oktober 2017 22:41<br>
&gt;&gt; Til: <a href="mailto:proj@lists.maptools.org">proj@lists.maptools.org</a><br>
&gt;&gt; Emne: Re: [Proj] Failed to initialize PROJ.4 with &quot;...&quot;<br>
&gt;&gt;<br>
&gt;&gt; Kristian,<br>
&gt;&gt; Is that a Proj4 error code?<br>
&gt;&gt;<br>
&gt;&gt; The Proj4 codes seem more specific. My reference says code 6 is &quot;effective<br>
&gt;&gt; eccentricity = 1.&quot;<br>
&gt;&gt;<br>
&gt;&gt; Is it even a GDAL error code?<br>
&gt;&gt;<br>
&gt;&gt; Steve<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Kristian Evers-2 wrote<br>
&gt;&gt; &gt; Chris,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It would be beneficial if you could try to reproduce this problem just<br>
&gt;&gt; &gt; using PROJ.4 and a few simple coordinates. Either on the command line<br>
&gt;&gt; with<br>
&gt;&gt; &gt; a call to cs2cs or by a small C program. I tried initialising the<br>
&gt;&gt; &gt; projection with a recent version of PROJ.4 without problems and I can&#39;t<br>
&gt;&gt; &gt; see any obvious problem in the proj string. It is likely that if this<br>
&gt;&gt; &gt; indeed is a bug in PROJ.4 that it has already been fixed.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; /Kristian<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ______________________________<wbr>__<br>
&gt;&gt; &gt; Fra:<br>
&gt;&gt;<br>
&gt;&gt; &gt; proj-bounces@.maptools<br>
&gt;&gt;<br>
&gt;&gt; &gt;  [<br>
&gt;&gt;<br>
&gt;&gt; &gt; proj-bounces@.maptools<br>
&gt;&gt;<br>
&gt;&gt; &gt; ] p? vegne af Chris Marsh [<br>
&gt;&gt;<br>
&gt;&gt; &gt; chris.marsh@<br>
&gt;&gt;<br>
&gt;&gt; &gt; ]<br>
&gt;&gt; &gt; Sendt: 13. oktober 2017 17:56<br>
&gt;&gt; &gt; Til:<br>
&gt;&gt;<br>
&gt;&gt; &gt; proj@.maptools<br>
&gt;&gt;<br>
&gt;&gt; &gt; Emne: [Proj] Failed to initialize PROJ.4 with &quot;...&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ERROR 6: Failed to initialize PROJ.4 with `+proj=aea +lat_1=20 +lat_2=60<br>
&gt;&gt; &gt; +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0<br>
&gt;&gt; &gt; +units=m +no_defs&#39;.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ...Cheers<br>
&gt;&gt; &gt; Chris<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt; Proj mailing list<br>
&gt;&gt;<br>
&gt;&gt; &gt; Proj@.maptools<br>
&gt;&gt;<br>
&gt;&gt; &gt; <a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/<wbr>mailman/listinfo/proj</a><br>
<br>
<br>
<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>
</blockquote></div><br></div></div>