[gdal-dev] converting KML to CSV
Tim Michelsen
timmichelsen at gmx-topmail.de
Tue May 20 09:53:56 EDT 2008
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.
How can I get ogr2ogr to create a file like
Latitude,Longitude,Name
48.1,0.25,"First point"
49.2,1.1,"Second point"
47.5,0.75,"Third point"
Thanks in advance & kind regards,
Tim
More information about the gdal-dev
mailing list