<div>Try this:</div>
<div>&nbsp;</div>
<div>% ogrinfo -ro Bahnhoefe.kml<br>INFO: Open of `Bahnhoefe.kml&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; using driver `KML&#39; successful.<br>1: BahnhoefeWGS84 (Point)</div>
<div>&nbsp;</div>
<div>% ogr2ogr -f CSV out Bahnhoefe.kml -sql &quot;select *,OGR_GOM_WKT from BahnhoefeWGS84&quot;<br></div>
<div>...or my online converter <a href="http://geoconverter.hsr.ch/">http://geoconverter.hsr.ch</a></div>
<div><br>-- Stefan<br></div>
<div class="gmail_quote">2008/5/20 Tim Michelsen &lt;<a href="mailto:timmichelsen@gmx-topmail.de">timmichelsen@gmx-topmail.de</a>&gt;:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">The CSV driver does not support writing geometries, though I can see some<br>support for this might be desirable.<br>
</blockquote></div>May I enter a request for it?<br><br>I also suggest that CSV reader accepts the following formats as well: 
<div class="Ih2E3d"><br><br>8.1;0.25;First point<br>49.2;1.1;Second point<br>47.5;0.75;Third point<br><br></div>Excel writes like this by default and many programs use it as well. If you want the traditional format -- the only one accepted by OGR -- you need to use the more advanced CSV export in openoffice calc.<br>
<br><br><br>Kind regards,<br><font color="#888888">Tim</font> 
<div>
<div></div>
<div class="Wj3C7c"><br><br>_______________________________________________<br>gdal-dev mailing list<br><a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br>