Re: [gdal-dev] converting KML to CSV

2008-11-10 Thread Frank Warmerdam
Markus Neteler wrote: On Tue, May 20, 2008 at 3:25 PM, Frank Warmerdam <[EMAIL PROTECTED]> wrote: Tim Michelsen wrote: Hello, I'd like to convert KML back to CSV. When I issue ogr2ogr -f CSV out.csv in.kml there are no coordinates written to the CSV file. Only the placemark names are written.

Re: [gdal-dev] converting KML to CSV

2008-11-03 Thread Markus Neteler
Even, On Mon, Nov 3, 2008 at 9:39 PM, Even Rouault <[EMAIL PROTECTED]> wrote: > Markus, > > this turned out not to be too difficult to implement. So here it is, in r15684 > > Extract from the updated doc : > " > Layer Creation options: > - GEOMETRY (From GDAL 1.6.0): By default, the geometry of a

Re: [gdal-dev] converting KML to CSV

2008-11-03 Thread Even Rouault
Markus, this turned out not to be too difficult to implement. So here it is, in r15684 Extract from the updated doc : " Layer Creation options: - GEOMETRY (From GDAL 1.6.0): By default, the geometry of a feature written to a .csv file is discarded. It is possible to export the geometry in its W

Re: [gdal-dev] converting KML to CSV

2008-11-03 Thread Markus Neteler
On Tue, May 20, 2008 at 3:25 PM, Frank Warmerdam <[EMAIL PROTECTED]> wrote: > Tim Michelsen wrote: >> >> Hello, >> I'd like to convert KML back to CSV. >> >> When I issue >> ogr2ogr -f CSV out.csv in.kml >> >> there are no coordinates written to the CSV file. Only the placemark names >> are >> writ