MichaelDao / kml-parser-to-csv

Quick Python Script to parse a KML file with coordinates into a csv file for Google Earth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KML-Parser

Quick Python Script to parse a KML file with coordinates into a csv file for Google Earth

  • Currently only able to parse the 'coordinates' tag within a kml file.

To run, enter this command

python parsekml.py --file=[your kml file] --output=[a name for a csv file]

for example

python parsekml.py --file=[test.kml] --output=[test.csv]

About

Quick Python Script to parse a KML file with coordinates into a csv file for Google Earth


Languages

Language:Python 100.0%