0% found this document useful (0 votes)
212 views

Excel 2 KML

This document provides instructions for generating a KML file with placemarks from data in an Excel sheet. It includes code fragments to add a document name, placemark name and coordinates, and description. The user is instructed to enter their data into the Excel sheet without spaces between lines, then run a macro called "Generate KML" to create the KML file.

Uploaded by

Nader Adel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
212 views

Excel 2 KML

This document provides instructions for generating a KML file with placemarks from data in an Excel sheet. It includes code fragments to add a document name, placemark name and coordinates, and description. The user is instructed to enter their data into the Excel sheet without spaces between lines, then run a macro called "Generate KML" to create the KML file.

Uploaded by

Nader Adel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 24

Name

Longitude Latitude

comment

Filepath Document name

c:\COWsas of 180809.kml COWs as Of 180809 <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.0"> <Document> <name> </name> <Placemark> <name> </name> <Point> <coordinates> ,0</coordinates> </Point> <description><![CDATA[ ]]></description> </Placemark> </Document> </kml>

File Header Code fragment 1 File Header Code fragment 2 Placemark Code fragment 1 Placemark Code fragment 2 Placemark Code fragment 3 Placemark Code fragment 4

Footer

Enter you data into the 'Data' sheet (Do not leave spaces between lines) Press [Alt] + F8 and run 'Generate KML'

Created by simon_a: http://bbs.keyhole.com/ubb/showprofile.php?User=105548

You might also like