Skip to content

Instantly share code, notes, and snippets.

@agocs
Created January 23, 2013 18:06
Show Gist options
  • Save agocs/4611119 to your computer and use it in GitHub Desktop.
Save agocs/4611119 to your computer and use it in GitHub Desktop.
Read KML as String
#Read KML file as a string
file = open(location)
data = file.read()
file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment