Skip to content

Instantly share code, notes, and snippets.

@gregcaporaso
Created November 20, 2012 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregcaporaso/4121975 to your computer and use it in GitHub Desktop.
Save gregcaporaso/4121975 to your computer and use it in GitHub Desktop.
A small example of the output for Programming Assignment 3 (Greg Caporaso's Fall 2012 BIO 299 course)
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>HCanyon10R1</name>
<description>HCanyon10R1</description>
<Point>
<coordinates>-110.40590,+37.33006</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Stillton8R3</name>
<description>Stillton8R3</description>
<Point>
<coordinates>-110.41922,+37.30120</coordinates>
</Point>
</Placemark>
</Document></kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment