<br><font size=2 face="sans-serif">Hi all, </font>
<br>
<br><font size=2 face="sans-serif">I am new to using cs2cs, and the documentation
says that info to the right of the coordinates get sent to output. It specifies
this is true for ASCII files. </font>
<br>
<br><font size=2 face="sans-serif">I was able to pass a unique ID through
after some trial and error, although it turns an integer into a decimal
numeric type (adds &quot;.00&quot;). &nbsp;But if I pass anything with
text or any more than one field, it does not get through: it is ignored.
</font>
<br>
<br><font size=2 face="sans-serif">Is this expected behavior?</font>
<br>
<br><font size=2 face="sans-serif">Input data &nbsp;file looks like this,
with long, lat, and site ID:</font>
<br>
<br><font size=2 face="sans-serif">(mdtext.txt is the file)</font>
<br><font size=2 face="sans-serif">-120.34553 78.01231 2121123 a</font>
<br><font size=2 face="sans-serif">-120.44543 78.02231 2121124 b</font>
<br><font size=2 face="sans-serif">-120.48698 78.03321 2121125 c</font>
<br><font size=2 face="sans-serif">-120.88343 78.09982 2121126 d</font>
<br>
<br><font size=2 face="sans-serif">Command is this:</font>
<br><font size=2 face="sans-serif">cs2cs +proj=longlat +ellps=GRS80 +datum=NAD83
+to</font>
<br><font size=2 face="sans-serif">&nbsp;+proj=utm +zone=18 +datum=NAD83
&nbsp;mdtext.txt &gt;mdout.txt</font>
<br>
<br><font size=2 face="sans-serif">output file mdout.txt looks like this,
regardless of what I put after my long/lat:</font>
<br>
<br><font size=2 face="sans-serif">-452007.16 &nbsp; &nbsp; &nbsp; &nbsp;9050449.38
2121123.00</font>
<br><font size=2 face="sans-serif">-452875.00 &nbsp; &nbsp; &nbsp; &nbsp;9052899.16
2121124.00</font>
<br><font size=2 face="sans-serif">-452697.75 &nbsp; &nbsp; &nbsp; &nbsp;9054457.33
2121125.00</font>
<br><font size=2 face="sans-serif">-453914.52 &nbsp; &nbsp; &nbsp; &nbsp;9066316.58
2121126.00</font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Mark</font>