csv2kml questions & answers

Perform the conversion of CSV files to KML
R
Question by Rupert Farbridge
250 views
January 29, 2019

Is there a way to set the converter to ignore blank rows in the .csv file?

R
Answer by Roland Diskayne

Try the solution from this thread.

K
Question by Kevin
195 views
June 23, 2017

Works great for points, but I can't figure out how to format the input CSV file to get proper line strings.

R
Answer by Robert Polubinski

I've looked the web for csv2kml and its usage guide, but I couldn't find anything valuable, even if the software supports linestring option in its interface. However, after the search query has been adjusted a little, I've found out some examples of how the linestrings are created and how they should look in your files.


Take this example:


Duration, user, lat-start, long-start, lat-end, long-end
298, Casual,38.9101,-77.0444,38.91554,-77.03818


and it should look like this:


Duration;user;wkt
298;Casual;LINESTRING(-77.0444 38.9101,-77.03818 38.91554)


You can adjust this format per your needs in the files that you want to convert.

See more questions & answers

Ask a question about csv2kml

Alternative downloads

KMLCSV Converter
Free
rating

It can convert between Google Earth KML files and CSV files.

CSV Editor Pro
rating

A professional choice for working with CSV files.

KML To CSV Converter Software
rating

Offers a solution to users who want to convert one or many KML files into CSVs.