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.

Note: This project is a Fork from https://github.com/tjlang/simplekml but has support for Python 3.8 and superior.

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 Documentation for usage and reference or visit the Homepage for more information.

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

simplekml2-for-python3-1.0.0.tar.gz (38.8 kB view details)

Uploaded Source

File details

Details for the file simplekml2-for-python3-1.0.0.tar.gz.

File metadata

  • Download URL: simplekml2-for-python3-1.0.0.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for simplekml2-for-python3-1.0.0.tar.gz
Algorithm Hash digest
SHA256 67ee2907b2ba912ee0e23714846484558df7d208848e1247e0d0f5466d53d989
MD5 e0f49a60c3ee3df1b685435706a29831
BLAKE2b-256 5ce9136feaad5b1e7db81433ab94c0d9afa8809c2415a7aa5f01c51df9ce141e

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