April 5, 2008
WikiGeoRSS
Abstract
From georss.org
As RSS and Atom become more prevalent as a way to publish and share information, it becomes increasingly important that location is described in an interoperable manner so that applications can request, aggregate, share and map geographically tagged feeds.
There are currently two encodings of GeoRSS: GeoRSS-Simple and GeoRSS-GML. GeoRSS-Simple is meant as a very lightweight format that developers and users can quickly and easily add to their existing feeds with little effort. It supports basic geometries (point, line, box, polygon) and covers the typical use cases when encoding locations. For a more feature-rich option, GeoRSS GML is a formal GML Application Profile, and supports a greater range of features, notably coordinate reference systems other than WGS-84 latitude/longitude. Both formats are designed for use with Atom 1.0, RSS 2.0 and RSS 1.0, although it can be used just as easily in non-RSS XML encodings.
simple example:
”georss:point45.256 -71.92</georss:point>”
gml example:
” georss:where gml:Point gml:pos45.256 -71.92</gml:pos> </gml:Point> </georss:where> ”
Sources
Continue Reading
Back to Archive