As Martin points out in his return to blogging (welcome back !!) one of the most interesting presentations at this OGC TC meeting was the one given by Raj Singh on GeoRSS.
GeoRSS is a rapidly developing standard to encode locations into RSS feeds, so that for example, your blog aggregator software could subscribe to blogs whose entries relate to locations within 50 km’s of where you live, and of course to allow this to happen, also allow authors to tag their content with geographic location.
The real challenge here is to keep this encoding simple, following the rationale of RSS itself, while also allowing for more complex geographic information than simple Lat,Long pairs.
The approach taken so far is too offer two encoding types simple and gml which work with the Atom standard to extend RSS.
The Simple encoding which will meet the needs of most users take the form;
<georss:point>45.256 -71.92</georss:point>
While the more flexible GML encoding embeds GML features, offering more flexibility including different co-ordinate systems, and uses the form
<gml:Point>
<gml:pos>45.256 -71.92</gml:pos>
</gml:Point>
Both encodings also support tagging line-strings, polygons and envelopes (MBRs).
There is real potential here for a standard to bring geographic information to the mainstream, however we also need to recognise there are other encoding out there and geoRSS will have to make it’s case against gpx, kml etc.
Look out for geoRSS entries from edparsons.com in the near future !
Written and submitted from The Marriott Hotel, Huntsville, using the hotel in-room internet connection.