Skip to main content

GeoRSS | GeoRSS :: Geographically Encoded Objects for RSS feeds

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 34 people (-7 private), first by anonymouse user on 2006-03-02


Public Comment

on 2006-05-12 by ycc2106

This site describes a number of ways to encode location in RSS feeds. As RSS becomes more and 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.

on 2006-10-25 by xemaps

This site describes a number of ways to encoding location in RSS feeds.

Public Sticky notes

This site describes a number of ways to encode location in RSS feeds. As RSS becomes more and 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.

Highlighted by ycc2106

GeoRSS ::
Geographically Encoded Objects for RSS feeds

 

This site describes a number of ways to encode location in RSS feeds. As RSS becomes more and 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.

To avoid the fragmentation of language that has occured in RSS and other Web information encoding efforts, we have created this site to promote a relatively small number of encodings that meet the needs of a wide range of communities. By building these encodings on a common information model, we hope to promote interoperability and "upwards-compatibility" across encodings.

At this point we have completed work on two encodings which we are calling GeoRSS GML and GeoRSS Simple. GeoRSS GML is a formal GML Application Profile, and supports a greater range of features than Simple, notably coordinate reference systems other than WGS84 latitude/longitude. It is 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. GeoRSS Simple has greater brevity, but also has limited extensibility. It can be used in all the same ways and places as GeoRSS GML.

Finally, if you've come here simply looking for a way to encode a point in XML, use either the 'GML' or 'Simple' version:

Simple
<georss:point>45.256 -71.92</georss:point>
GML
<georss:where>
   <gml:Point>
      <gml:pos>45.256 -71.92</gml:pos>
   </gml:Point>
</georss:where>

If you want to know why, read on!

Highlighted by a_olympia

This site describes a number of ways to encoding location in RSS feeds. As RSS becomes more and 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.

Highlighted by rakerman

GeoRSS ::
Geographically Encoded Objects for RSS feeds

 

This site describes a number of ways to encode location in RSS feeds. As RSS becomes more and 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.

Highlighted by gojacho

This site describes a number of ways to encode location in RSS feeds. As RSS becomes more and 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.

Highlighted by vbecker