• Stars
    star
    210
  • Rank 186,492 (Top 4 %)
  • Language
    Python
  • Created about 12 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast ๐ŸŒ๏ธ KML processing for python

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

Is Maintained and documented:

Latest PyPI version Development Status Documentation Statistics from OpenHub Supported Python versions Supported Python implementations

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.

More Repositories

1

awesome-python-testing

Collection of awesome ๐Ÿ˜Ž๏ธ Python resources for testing
193
star
2

czml

Read and write CZML in Python
Python
90
star
3

pygeoif

Basic implementation of the __geo_interface__ ๐ŸŒ๏ธ
Python
58
star
4

restsims

REST full SimServer
Python
22
star
5

parsewkt

A WKT Parser generated with grako
Python
16
star
6

os-opendata-edubase

This application was built to enable a quick overview and import of existing open data into OpenStreetMap. It tries to demonstrate a possible approach and can serve as a blueprint to build your own Application.
Python
10
star
7

talks

๐Ÿš€๏ธ Hypermodernizing python legacy code. Slides and links from my talks ๐Ÿ“ฃ๏ธ . EuroPython ๐Ÿ‡ช๐Ÿ‡บ๏ธ and Pycon Ireland ๐Ÿ‡ฎ๐Ÿ‡ช๏ธ 2022/2023
6
star
8

geo_file_conv

Convert between diffrent spatial file formats
Python
6
star
9

pyshp

forked from https://code.google.com/p/pyshp/
Python
5
star
10

slideshare

slideshare api implementation
Python
3
star
11

login-picture

๐Ÿ“ธ๏ธ Take a picture when you login ๐Ÿฅณ๏ธ
Python
3
star
12

uk-landregistry

Download UK Land Registry INSPIRE Index Polygons and import them into a spatial db
2
star
13

yaac

A Delphi Games Creator breakoutstyle game with full source and a level editor. The zip-file contains the game, source, level editor and a bit of documentation. It does add some new features to the genre, like gravity and a 4 directional paddle. 77 Levels included.
Pascal
2
star
14

pypicount

Count downloads on pypi for multiple packages at a time
Python
1
star
15

diazo_geonode

Style Geonode with Diazo
HTML
1
star