<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Frederick Löbig wrote:
<blockquote cite="mid:DUB113-W704081C192EC31FE4E3518849E0@phx.gbl"
 type="cite">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
  <div dir="ltr">Hi all,<br>
  <br>
I have to import a csv containing a lot of coordinates which look like
this:<br>
  <br>
  <style>
                <!-- 
                BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Arial"; font-size:x-small }
                 -->
        </style>
  <table border="0" cellspacing="0" cols="2" frame="VOID" rules="NONE">
    <colgroup><col width="64"><col width="64"></colgroup> <tbody>
      <tr>
        <td height="13" width="64" align="LEFT">51 20.930 N</td>
        <td width="64" align="LEFT">01 26.290 E</td>
      </tr>
    </tbody>
  </table>
  <br>
sure thing, these are UTM coordinates. However, when I use the "import
text file as layer" tool, I have to define the right srs first. For
example, when I have a list of DHDN GK3 coordinates, I set this up as
the project's srs and define the layers srs to match the source system
from the coordinates in the csv. But, As you can see, these coordiantes
have the band-number in front of the coordinate, so I don't know what I
should the projects srs to. Is it even possible to import a csv which
containes coordinates in this format?<br>
  </div>
</blockquote>
You might also try ogr2ogr from the gdal tools look at this <a
 href="http://www.gdal.org/ogr/drv_csv.html">link</a> to see what the
csv driver accepts particularly at the stuff near the end about using a
csv in conjunction with a vrt file you might not even have to change
your input csv.<br>
<blockquote cite="mid:DUB113-W704081C192EC31FE4E3518849E0@phx.gbl"
 type="cite">
  <div dir="ltr"><br>
Thanks in advance.<br>
Freddy<br>
  <br>
  <div><br>
  <b><span class="ecxApple-style-span"
 style="font-family: arial; font-weight: normal; font-size: small;"><b>B.Eng.
Frederick Löbig</b><br>
Röderichstraße 59<br>
60489 Frankfurt am Main<br>
---<br>
E:: <a moz-do-not-send="true" href="mailto:Frederick.Loebig@grunsnid.de">Frederick.Loebig@grunsnid.de</a><br>
P: +49 (0) 69 - 78 99 52 41<br>
M: +49 (0) 174 - 70 89 296<br>
---<br>
  <b>Office:</b><br>
  <b>euNetworks GmbH</b><br>
Ludwig-Landmann-Straße 405
  <div>60486 Frankfurt am Main</div>
  <div>P: +49 (0) 69 - 90 554 - 534<br>
E: <a moz-do-not-send="true"
 href="mailto:Frederick.Loebig@eunetworks.com">Frederick.Loebig@eunetworks.com</a><br>
S: floebig<br>
  <br>
This email and any attachments may contain confidential and/or legally
privileged information. If you are not the intended recipient, please
delete the email without reading it and notify the sender.</div>
  </span></b></div>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
  </pre>
</blockquote>
<br>
</body>
</html>