My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 136
=KML Framework introduction= The KML Framework is a library/framework for generating Google Earth KML (Keyhole Markup language) documents. The framework is based on the work done by Eivind Bøhn as a part of his Master Thesis. Now, two years later, the work is finally released as an open source proj...
===Click [http://code.google.com/p/pylibkml/wiki/BasicTutorial here] to view the new tutorial. More to come!=== pylibkml is Python wrapper for Google's [http://code.google.com/p/libkml/ libkml] library that allows for creating valid [http://code.google.com/apis/kml/documentation/kmlreference.html...
Google Earth's KML format is oddly missing a `RegularPolygon` or `Circle` element. Until they get added in a future version, this code will generate the appropriate `Polygon` xml snippet. Regular polygons with more than 20 or 30 sides is a good approximation of a circle. It's one file written i...
[#kmlextract] [#kmlfs] [#tools] =kmlextract= Wrote with the Garmin 305 in mind, gpsbabel allows one to extract a kml file with all track information. The application presents the user with a selection of tracks (via a dialog) and produces a kml file containing just the user's selection, rea...
This project includes a collection of Python classes and scripts which can be used to generate and verify Region-based KML. == Scripts == Here are some useful scripts: * checkcsvlinks.py - check HTML link targets in a CSV file * checklinks.py - walk a RbNL hierarchy * checkregions....
This is libkml, Google's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written in C++ and bindings are available via SWIG to Java and Python. A basic guide for our 1.1 release is [http://code.google...
A Java library to ease creation and manipulation of KML files. A KML file can be loaded as simply as this: Kml kmlRoot = new KMLParser().parse(new File(filename)); Alternatively a Kml document can be built up programmatically, eg by creating new Placemark(), new Folder() etc and adding them to th...
Use the location information found in the exif data to generate a kml file and thumbnail of the photo. Basically, it does the same thing as picasa putting the photos on google earth or google map without the need to upload your photos. This script is 'ad-hoc' and simple, feel free to improve i...
This python script takes a csv file and retrieves placemark polygons from a KML file to make a thematic map in google earth or google maps.
A way to generate KML dinamically with Lua
1 2 3 4 5 6 7 8 9 10 Next