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 .pk. -- 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.
