Versions

Description

simplekml is a python package which enables you to generate KML with as little effort as possible. At the time of making this package nothing was available (at least I could not find anything) that could create KML files easily. You needed a lot of bloated code to even create a simple point. This is understandable because the KML standard is quite extensive, but what if you just work with the simple elements of KML like Document, Folder, Point, LineString and Polygon? This package supports those elements and more (MultiGeometry, Overlays, NetworkLinks, Models, Track and MultiTrack) with advanced styling. This makes creating a KML file containing a point as simple as:: import simplekml kml = simplekml.Kml() kml.newpoint(name="Kirstenbosch", coords=[(18.432314,-33.988862)]) kml.save("botanicalgarden.kml")

Repository

https://github.com/eisoldt/simplekml

Project Slug

simplekml

Last Built

1 year, 4 months ago passed

Maintainers

Home Page

https://pypi.org/project/simplekml/

Badge

Tags

google-earth, kml, kmz, python

Short URLs

simplekml.readthedocs.io
simplekml.rtfd.io

Default Version

latest

'latest' Version

master