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 Marble, Cesium JS, OpenLayers, Google Maps, and Google Earth support.
For more details about the KML Specification, check out the KML Reference on the Google developers site.
Geometries are handled as pygeoif objects.
Fastkml is continually tested
Is Maintained and documented:
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.
Install
You can install the package with pip install fastkml which will pull in all requirements.
Requirements
Optional
lxml:
pip install --pre "fastkml[lxml]"
Limitations
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fastkml-1.0.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e6a7c5c09470b790726d6bf6e58234b34692c78cfb6d086f7e7e378cfe6006b |
|
MD5 | 408a667f7ff54efd40c048f4a7d46f7b |
|
BLAKE2b-256 | f47adbb74e5ba6facb0f4b904991988fa35728b6c92ef4e0eefaba8b521fba46 |