GeoRSS

class vectorformats.Formats.GeoRSS.GeoRSS(*args, **kwargs)

GeoRSS writer.

coordinates_to_geom(coordinates, type)
Convert a coordinates string from GML or GeoRSS Simple to a FeatureServer internal geometry.
encode(result, **kwargs)
Pass a list of Features.
extract_entry_geometry(entry_dom)
Given an entry, do our best to extract its geometry. This has been designed to maximize the potential of finding geometries, but may not work on some features, since everyone seems to do geometries differently.
feedname
Name of feed.
title
Feed title
url
Base URL. Used for feed and for items, with id appended.

Previous topic

GeoJSON

Next topic

HTML

This Page