Skip to main content

A Simple KML creator

Project 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 everything documented in the KML Reference. With simplekml 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")

See the Homepage for usage, documentation and a reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplekml-1.3.1.tar.gz (37.1 kB view details)

Uploaded Source

File details

Details for the file simplekml-1.3.1.tar.gz.

File metadata

  • Download URL: simplekml-1.3.1.tar.gz
  • Upload date:
  • Size: 37.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for simplekml-1.3.1.tar.gz
Algorithm Hash digest
SHA256 30c121368ce1d73405721730bf766721e580cae6fbb7424884c734c89ec62ad7
MD5 f69c3ba720194e11ec67a117da151c88
BLAKE2b-256 6288feeb5ac5ae528c81daed9fe9864ec42496b80ffbcf83ac60bb6feb5b7f80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page