Skip to main content

Fast KML processing in python

Project description

Introduction

KML is an XML geospatial data format and an OGC standard that deserves a canonical python implementation.

Fastkml is a library to read, write and manipulate KML files. It aims to keep it simple and fast (using lxml if available). Fast refers to the time you spend to write and read KML files as well as the time you spend to get acquainted to the library or to create KML objects. It aims to provide all of the functionality that KML clients such as OpenLayers, Google Maps, and Google Earth provides.

Geometries are handled as pygeoif objects.

Fastkml is continually tested

Test codecov.io Black Mypy pre-commit

Is Maintained and documented:

Latest PyPI version Development Status LGPL - License Documentation Statistics from OpenHub Supported Python versions Supported Python implementations Libraries.io dependency status for latest release

Documentation

You can find all of the documentation for FastKML at fastkml.readthedocs.org. If you find something that is missing, please submit a pull request on GitHub with the improvement.

Have a look at Aryan Guptas The Definite Guide to FastKML.

Alternatives

Keytree provides a less comprehensive, but more flexible approach.

Install

You can install the package with pip install fastkml which will pull in all requirements.

Requirements

Optional

You can install all of the requirements for working with FastKML by using pip:

pip install -r requirements.txt

Limitations

Tesselate, Extrude and Altitude Mode are assigned to a Geometry or Geometry collection (MultiGeometry). You cannot assign different values of Tesselate, Extrude or Altitude Mode on parts of a MultiGeometry.

Currently, the only major feature missing for the full Google Earth experience is the gx extension. Please submit a PR with the features you’d like to see implemented.

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

fastkml-1.0a7.tar.gz (84.9 kB view hashes)

Uploaded Source

Built Distribution

fastkml-1.0a7-py3-none-any.whl (89.5 kB view hashes)

Uploaded Python 3

Supported by

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