<html>
<body>
Help.<br><br>
I am attempting to use m.proj2 to transform lat/lon data to eqdc
projection (Equidistant Conic).&nbsp; Command line seems to work
fine:<br><br>
&gt;-100 45<br>
-628278.882116&nbsp; 362641.875369<br><br>
However with an input file...<br><br>
Input file:<br><br>
<font face="Courier New, Courier">45 0 0.0 -100 0 0.0<br><br>
Output file:<br><br>
11723467.724040 7394856.374043 0.0 -100 0 0.0<br><br>
Now what am I doing wrong?<br><br>
Thanks.<br><br>
Martin<br><br>
In case there is something conceptually wrong, I have included the
input/output projection parameters I am using.<br><br>
Input projection parameters:<br><br>
ll<br>
Ellipsoid: GRS80<br><br>
Output projection parameters:<br><br>
eqdc<br>
Ellipsoid: GRS80<br><br>
Ref Lat: 42N<br>
Std. parallel 1: 37N<br>
Std. parallel 2: 47N<br>
Central meridian: 92W<br>
Units: meters<br><br>
<br>
</font></body>
</html>