tags:

views:

21

answers:

2

i want to get the content of the geo-rss

any python lib to do this ?

thanks

+1  A: 

Mark Pilgrims Universal Feed Parser is what you want.

zovision
A: 

you might also want this patch that wraps it in a geojson structure, especially if you're using Shapely:

http://sgillies.net/blog/566/georss-patch-for-universal-feedparser/

slinkp