<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Jürgen,
<div class=""><br class="">
</div>
<div class="">Try this instead:</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$ echo 4447802.078667 -1111950.519667 | cs2cs &#43;proj=sinu &#43;to &#43;proj=latlong &#43;datum=WGS84</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>40d34'27.915&quot;E &nbsp;10d3'18.399&quot;S 0.000</div>
<div class=""><br class="">
</div>
<div class="">WGS84 is not an&nbsp;<a href="http://proj4.org/operations/index.html" class="">operation</a>&nbsp;in PROJ. It is however a recognised as a datum that can be used in</div>
<div class="">conjunction with an operation such as “latlong”.</div>
<div class=""><br class="">
</div>
<div class="">Since what you are doing is really just converting projected sinusoidal coordinates to it’s originating</div>
<div class="">latitude and longitude you can also just do</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>$ echo 4447802.078667 -1111950.519667 | proj -I &#43;proj=sinu</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>40d34'27.915&quot;E 10d3'18.399”S</div>
<div class=""><br class="">
</div>
<div class="">To reach the same result.</div>
<div class=""><br class="">
</div>
<div class="">/Kristian</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 27 Mar 2018, at 12:13, Juergen Stumpe &lt;<a href="mailto:jstumpe.ho@gmail.com" class="">jstumpe.ho@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Hello,<br class="">
<br class="">
I'm trying to convert Modis meter values to WGS84 decimal degrees,<br class="">
using the PROJ4 command line, but I'm not able to set the parameters<br class="">
correctly.<br class="">
<br class="">
E.g. the command &quot;echo 4447802.078667 -1111950.519667 | cs2cs<br class="">
&#43;proj=sinu &#43;to &#43;proj=WSG84&quot; fails with &quot;projection initialization<br class="">
failurecause: Unknown error&quot;.<br class="">
<br class="">
Does anybody know how the define the PROJ4 command line properly, in<br class="">
order to achieve a conversion with parameters according the attached<br class="">
TWCC screen shot?<br class="">
<br class="">
Thanks in advance!<br class="">
<br class="">
Juergen<br class="">
<span id="cid:2C6BA0D3-D08D-4AE2-AB5D-DF441B0C729F">&lt;TWCC Screen Shot.PNG&gt;</span>_______________________________________________<br class="">
Proj mailing list<br class="">
<a href="mailto:Proj@lists.maptools.org" class="">Proj@lists.maptools.org</a><br class="">
http://lists.maptools.org/mailman/listinfo/proj</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>