-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from cleder/develop
1.0.0 beta 1
- Loading branch information
Showing
98 changed files
with
14,985 additions
and
3,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../tests/ogc_conformance/data/kml/Document-clean.kml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Alternative KML libraries | ||
========================= | ||
There are several other libraries that can read and/or write KML files. | ||
Here are a few of them: | ||
|
||
- Keytree_ provides a less comprehensive, but more flexible approach. It provides functions for reading and writing KML using the ElementTree API. | ||
- PyKML_ is a more feature-rich library, but it is not actively maintained. | ||
- geojson2kml_ converts GeoJSON to KML files. | ||
- kml2geojson_ is a Python library to convert KML files to GeoJSON files. | ||
- Simplekml_ is a python package which enables you to generate KML with as little effort as possible. | ||
- kmlb_ A Straightforward Google Earth KML Builder. | ||
|
||
|
||
.. _kml2geojson: https://github.com/mrcagney/kml2geojson | ||
.. _PyKML: https://pythonhosted.org/pykml/ | ||
.. _Keytree: https://github.com/Toblerity/keytree | ||
.. _geojson2kml: https://github.com/aguinane/geojson-to-kml | ||
.. _Simplekml: https://github.com/eisoldt/simplekml | ||
.. _kmlb: https://github.com/HFM3/kmlb |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.