<div>The problem is that your first coordinate system does not have a datum information. Use for instance:</div>
<div>&nbsp;</div>
<div>cs2cs -f &quot;%.4f&quot; +ellps=WGS84 +proj=geocent +towgs84=0,0,0 +to ......</div>
<div>&nbsp;</div>
<div>or </div>
<div>&nbsp;</div>
<div>cs2cs -f &quot;%.4f&quot; +datum=WGS84 +proj=geocent +to ......<br><br></div>
<div>Regards</div>
<div>&nbsp;</div>
<div>Jose&#39; Gonçalves</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div class="gmail_quote">2009/1/30 <span dir="ltr">&lt;<a href="mailto:vanzach@survey.ntua.gr">vanzach@survey.ntua.gr</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi all.<br><br>I&#39;m trying to convert 3 points from WGS84 to local datum and I noticed that<br>during the datum change phase the coordinates are the same.<br>
<br>$ cs2cs -f &quot;%.4f&quot; +ellps=WGS84 +proj=geocent +to +towgs84=-199.0,74.0,246.0<br>+ellps=GRS80 +proj=geocent &lt; WGS84_XYZ.txt ; more WGS84_XYZ.txt<br>4587235.7556 &nbsp; &nbsp;1964114.8816 3959354.7313<br>4584814.5890 &nbsp; &nbsp;1951028.4660 3968408.6021<br>
4589128.8900 &nbsp; &nbsp;1935365.8050 3971034.4841<br>4587235.7556 &nbsp; &nbsp;1964114.8816 &nbsp; &nbsp;3959354.7312<br>4584814.589 &nbsp; &nbsp; 1951028.466 &nbsp; &nbsp; 3968408.602<br>4589128.890 &nbsp; &nbsp; 1935365.805 &nbsp; &nbsp; 3971034.484<br><br>Any ideas?<br>Thanks in advance,<br>
Vangelis<br><br>_______________________________________________<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" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br>
</blockquote></div><br>