<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I just use&nbsp;cs2cs utility to transform point 
from utm to aeqd projection. Proj version is 4.4.9.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have the following command line:</FONT></DIV>
<DIV>+proj=utm +zone=15 +ellps=GRS80 +units=m +to +proj=aeqd +lat_0=-80 
+lon_0=-100 +x_0=0 +y_0=0 +ellps=GRS80 +units=m</DIV>
<DIV>and&nbsp; try to transform (484236, 5006526) point.</DIV>
<DIV>The result is (631024, 6129620). I suppose It's wrong.</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Then I try&nbsp; to transform point (631024, 
6129620) with&nbsp;the same command line but with -I flag.&nbsp;<FONT size=3> 
</FONT><FONT size=2>The result is (329673, -2729005). It's&nbsp; all 
right.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Please,&nbsp;any 
suggestions?</FONT></DIV></BODY></HTML>