python-feedgen/feedgen
Henry Walshaw 8d413f576f Add a geom_from_geo_interface method for GeoRSS Entry
A standard way for different geometry libraries in Python to be
interoperable is a `__geo_interface__` for the geometry (see the
specification: https://gist.github.com/sgillies/2217756). This
includes the shapely library, geometries from QGIS, and geometries in
Esri's arcpy libraries for ArcGIS desktop and ArcGIS pro.

To make it easier to generate a georss entry a simple method which
does the conversion (of the supported geometries only) and sets the
appropriate geometry type.

This includes a custom error for the geometry being incompatible and a
custom warning for a polygon with interior holes. This is done to
store the geometries on the exception / warning if required for
debugging.
2019-07-08 13:38:39 +10:00
..
ext Add a geom_from_geo_interface method for GeoRSS Entry 2019-07-08 13:38:39 +10:00
__init__.py Another typo 2018-12-14 15:17:32 -05:00
__main__.py Use isort to sort import 2018-03-04 20:05:29 +01:00
compat.py Use isort to sort import 2018-03-04 20:05:29 +01:00
entry.py Fix typo 2018-12-14 14:50:36 -05:00
feed.py Update ATOM specification link 2018-08-12 21:05:56 +02:00
util.py Fix Travis Builds 2018-03-04 20:10:01 +01:00
version.py Release 0.7.0 2018-05-19 21:47:28 +02:00