<div dir="ltr"><div><div><div><div>Hi Szilard<br><br></div>concerning you first point &quot;using the command properly&quot;<br></div>a) first you have to use input telling if your coordinate are north/south and east/west. so transform <br>
26d25&#39;55&quot; 126d15&#39;04&quot;  to 26d25&#39;55&quot;S 126d15&#39;04&quot;E<br></div>b) you need to specifie that you want UTM51 south and not utm51 north by using the +south parameters<br></div><a href="http://spatialreference.org">spatialreference.org</a> is a very good ressource for finding this kind of stuff :<a href="http://www.spatialreference.org/ref/epsg/32751/"> http://www.spatialreference.org/ref/epsg/32751/</a><br>
cs2cs +proj=latlong +datum=WGS84 +to  +proj=utm +zone=51 +datum=WGS84 -r<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/15 Szilard Albert <span dir="ltr">&lt;<a href="mailto:szilard.albert@gmail.com" target="_blank">szilard.albert@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Dear list, <br><br>very new to this, I have a question that might be very easily answered by someone familiar with cs2cs.<br>
</div>I have the following Lat/Lon coordinates pair (few thousand pairs actually)<br>

<br>262555.03S 1261004.91E<br>261455.02S 1261504.90E<br>262555.03S 1261004.91E<br>265555.04S 1261404.93E<br><br></div>with datum/spheroid/etc description as below. Zone 51, Australia.<br><div><br><br><br>H1400 GEODETIC DATUM SURVEYED   WGS84       WGS84        6378137.000 298.2572229<br>


H1401 TRANSFORMATION PARAMETERS    0.0   0.0   0.0 0.000 0.000 0.000 0.0000000<br>H1500 GEODETIC DATUM AS PLOTTED WGS84       WGS84        6378137.000 298.2572229<br>H1501 TRANSFORMATION PARAMETERS    0.0   0.0   0.0 0.000 0.000 0.000 0.0000000<br>


H1600 DATUM SHIFTS                 0.0   0.0   0.0 0.000 0.000 0.000 0.0000000<br>H1700 VERTICAL DATUM            N/A<br>H1800 PROJECTION                GEODETIC<br>H1900 ZONE                      N/A<br>H2002 ANGULAR UNITS             1    DEGREES<br>


H2100 STANDARD PARALLELS          0 0 0.000N  0 0 0.000N<br>H2200 CENTRAL MERIDIAN            0 0 0.000E<br>H2301 GRID ORIGIN                 0 0 0.000N  0 0 0.000E<br>H2302 GRID COORDINATES AT ORIGIN       0.00W       0.00S<br>


<br><br></div><div>I need to transform these to XY coordinates.<br><br></div><div>Using <br><br><span style="color:rgb(0,0,255)">cs2cs +proj=latlong +datum=WGS84 +to  +proj=utm +zone=51 +datum=WGS84 -r &lt;&lt;EOF</span><br style="color:rgb(0,0,255)">


<span style="color:rgb(0,0,255)">26d25&#39;55&quot; 126d15&#39;04&quot;</span><br style="color:rgb(0,0,255)"></div><div><span style="color:rgb(0,0,255)">EOF</span><br><br></div><div>I get<br><br><span style="color:rgb(0,0,255)">824270.31       2927618.51 0.00</span><br>


<br><br></div><div>X looks OK, but for the Y values I am expecting values around 6,9xx,xxx ~ 7,0xx,xxx<br><br></div><div>Would you please:<br><br></div><div>1. Point me towards using the command properly<br></div><div>2. Suggest best format of my text file for batch conversion. Can easily manipulate/separate columns, would prefer not to have to inset d, &#39;, &quot; symbols, but would be able if necessary.<br>


<br></div><div>Thanks for your help,<br></div><div>regards,<br>Szilard<br><br></div><div><br></div></div>
<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></div>