My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

wfb2kml is a tool that scrapes the CIA World Factbook site and generates appropriate KML for use in GIS applications that read KML, such as Google Earth.

Additonally, the kml package aims to be a full pure-Python object-oriented KML class library for creating, parsing and serializing KML files programmatically in Python. Planned support includes a full implementation of KML 2.2, complete with Google Extensions. This differs in goals from the libkml Python bindings, in that the kml module aims to be more Pythonic and allows full compatibility with with Python-standard XML DOM libraries, such as xml.dom.minidom, on which the kml module is based (although any DOM-compliant library might be substituted with a change in a single file). In the future, the kml package may be broken out into a separate project.

Powered by Google Project Hosting