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]