2009/12/8 Piotr Kęplicz <[email protected]>: > Mike Orr, poniedziałek 07 grudnia 2009 22:46: >> I also need GeoRSS, or at least latitude/longitude at the item level. >> I printed out the specs for the two syntaxes, GeoRSS-Simple and >> GeoRSS-GML. So I need to decide on argument names and data structures >> for Point/Line/Polygon/Box). Is there a set of standard classes >> somewhere for this? (Something small and without dependencies.) Or I >> could just use built-in Python types, though that may be less clear. > > Have a look at Python Geo Interface: > http://trac.gispython.org/lab/wiki/PythonGeoInterface > There's also Shapely, a library used for basic shape operations: > http://gispython.org/shapely/manual.html
OK. I talked with a GIS consultant yesterday, and he pointed me to some code in Django for adding location data to newsfeeds. It ties in with that callback patch earlier this year, which is extensible for other kinds of extensions. So I may just put that all in WebHelpers under a differerent name, webhelpers.feeds, and let the two implementations live side by side until we're comfortable retiring feedgenerator. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
