June 09, 2006
Disclosure statement: I consult to the OGC, a
current
sponsor of GeoRSS.
First, RSS
If you know what RSS is, GeoRSS is a logical step forward. But, since
many people only vaguely know of RSS, let's start there. RSS stands for
Really Simple Syndication or Resource Description Framework (RDF)
Site Summary or Rich Site Summary. None explains what it does very
well. RSS is a way to publish information out to an application. It's
commonly used to publish the latest blog entries to RSS
aggregators/readers, tools used to read the data delivered in what's
called an “RSS feed.” The feed is delivered in Extensible Markup
Language (XML) that's typically published automatically by a blog or
other software. The RSS feed itself looks a lot like HTML, with tags
and values associated with those tags.
How this all works is nice to know, but what you can do with RSS is far
more interesting. Here's a very simple example of how we use RSS at
Directions Media. Our blog, All Points Blog, publishes an RSS feed.
(Have a look at it here.) We
capture that feed and use it to populate the Blog area on the Directions Magazine
homepage. Every time a new post appears at APB, the software behind our
homepage learns of it via the RSS feed and posts it. Magic! It's not
really magic, our programmers built it, but we editors love it since we
don't have to worry about keeping our various sites in sync.
RSS and Geodata
The RSS feeds that Directions Media offers include text only since
words are our stock in trade. But, what if you wanted to share content
that was spatial in nature? How would you code it into the RSS feed?
That's not exactly where GeoRSS came from, since the people who built
it were trying to solve a slightly different, broader problem. Still,
that's the question they ended up answering. GeoRSS adds a few (or more) tags
(think of HTML type tags) to RSS that hold spatial data. That data is
associated with the text, numbers and images that are published in the
feed.
So, within a typical RSS feed, you might want to consider adding
spatial information such as a weather forecast (e.g. the temperature in
San Francisco will be 50 degrees with cloudy skies). With GeoRSS, you
could include that information and the coordinates of San Francisco in
a standard form. That last part, about a standard form, is important
since it suggests that "some people" have agreed on standards. And,
indeed, some people have. They are not a standards organization and you
may never have heard of some of them, but they are people who were
interested in solving this problem and put their heads together.
The Current State of GeoRSS
Here's what they came up with, so far. Alas, the current state of
things includes three different but related ways to store spatial data:
- A World Wide Web Consortium (W3C) version
- A Simple GeoRSS
- A GML or Pro GeoRSS
So, what's the difference between these and how are they used? I'll keep this short since it's far more fun to play with these feeds than to understand their inner workings.
W3C Geo was first out of the gate, back in 2003. It's sometimes referred to as "geo:lat/geo:lon" since those are the names of the tags. W3C Geo supports just points. The current thinking is that all tools designed to work with GeoRSS should support all three versions. Here's what W3C Geo looks like:
![]() |
Simple GeoRSS extends
W3C Geo to include support not just for points, but lines, polygons,
boxes and elevations. It's built on a profile (subset) of OGC's
Geography Markup Language (GML) specifically chosen to make it easy for
programmers to implement and for others to use. Simple GeoRSS lays down
rules about which coordinate system is used: WGS84, latitude, longitude
(in that order), using decimal degrees. It looks like this:
GML or Pro GeoRSS goes to
the next level of complexity and allows different coordinate reference
systems and all of Geography Markup Language (GML) for tagging content
in the feed. This is most likely to be used by really "geeky"
geospatial users and scientists and/or by specific communities that
want to share specialized information.
Playtime!
With those basics, it's time to play with GeoRSS. To do that you need
two things: someone publishing GeoRSS feeds and software that
understands GeoRSS. Good news - both are freely available on the Web!
And, for future reference, more and more companies are implementing
readers and writers into their desktop and Web software.
Several Web applications allow regular people (non-programmers) to use
GeoRSS to make maps. (I'm hoping to find more soon. Google? Ask.com?
MapQuest?) First up, ACME. You get
a sense of the company from its tagline: " Graphics * Unix * Networks *
Fun, Purveyors of fine freeware since 1972." They build all sorts of
tools, including the ACME GeoRSS Map Viewer that uses the Google Maps and Yahoo's
Maps APIs. So far as I know, it only knows how to read W3C GeoRSS
at this time. To start, check out this link,
a map of California State Parks fed by an RSS feed at
http://mapnut.com/calstatepark.xml:
http://www.acme.com/GeoRSS/?xmlsrc=http://mapnut.com/calstatepark.xml
![]() |
Did you look at that URL carefully? It's the ACME URL, then an equals sign, then the URL of a GeoRSS feed. So, you can pretty much put any feed in there and (if all goes right) make your own map. Try putting in this GeoRSS feed in place of the State Parks one: http://earthquake.usgs.gov/eqcenter/recenteqsww/catalogs/eqs7day-M2.5.xml
That's a GeoRSS feed from USGS of real-time, worldwide earthquake list for the past seven days. Your URL should be: http://www.acme.com/GeoRSS/?xmlsrc=http://earthquake.usgs.gov/eqcenter/recenteqsww/catalogs/eqs7day-M2.5.xml
Here's just a bit of what it looked like when I wrote this article. Your maps should look different since USGS is publishing real time data. Further, if you want to, you can add as many GeoRSS feeds as you like using this syntax: http://www.acme.com/GeoRSS/?xmlsrc=http://example.com/xmlfile1.xml&xmlsrc=http://example.com/xmlfile2.xml
![]() |
A second GeoRSS reader is Mapufacture, "the GeoRSS aggregator," which is built on Google Maps. The developer, Mikel Maron, is one of the people behind GeoRSS. Maron lists a bunch of feeds with which to play and some of his examples show more advanced uses of GeoRSS, including this weather map example.
To understand this weather map, first be aware that Yahoo offers up weather and traffic data using (W3C + their own tags) GeoRSS. The weather map example programmatically queries the Yahoo feed for just the locations and weather for four locations. If you click on a location, the weather information appears below the map, so you may need to scroll down to see it.
But, along with the advanced stuff, Mapufacture offers a simple way to build your own map from a GeoRSS feed. You'll need a login/password to do this. Get one by choosing "create a map" from the options across the top of the site. Once you are logged in, fill in the boxes below the map with a title and description, and then zoom to an area of interest (if you want the map to display "zoomed in" to a specific area). Next, save the map. Now, the fun part. Click on "Add feed" at the top of the map and add one or more feeds to populate the map! I set my extents around Cambridge, Massachusetts and added a feed of area events.
![]() |
![]() |
Consider what this all means. In time, should things go as I hope they will, anyone, anywhere, could build his or her own instant mashup of just the data needed on whatever basemap and with whatever technology (desktop, Web, etc.) makes sense.
Who would put out GeoRSS feeds? Anyone who sees the added value of including location with their data. Consider these ideas: a grocery or specialty store might offer a feed that highlights the different specials in different geographies (thanks to Pierce Eichelberger for that idea), news organizations might tag their news with geographic location(s), government and other organization might offer data from sensors (like the earthquake data or traffic data).
How would they create the feeds? Most RSS feeds are automatically created by software. And, even now, there's an RSS to GeoRSS tool to input the coordinates automatically into regular RSS feeds. I suspect that folks like MetaCarta (a company that offers tools to geocode unstructured text) would offer a more advanced technology or services like this.
What sort of software would "read" the GeoRSS feeds? I know of one desktop GIS software that does (Cadcorp SIS, for example) and I understand there's a plugin for WordPress (blogging software) as well. ESRI's ArcWeb Explorer will support GeoRSS, though I've not gotten it to work as of this writing. (To try it, just paste a GeoRSS URL into the search box.) So, I expect support for GeoRSS will pop up in a lot of places.
The Way Forward
What do we, the geospatial user community, need to do to grow GeoRSS, if we think it's valuable?
First, we need to get our act together. We (whoever cares about this, which I hope readers do) need to make clear which format we are using (W3C geo, Simple GeoRSS or Pro GeoRSS) and ensure some level of compatibility.
Second, we need to let vendors know we value tools, for both end users and programmers, to write and read the GeoRSS.
Third, we need to get those with interesting geospatial data to publish them using GeoRSS. (Could be free or could be for a fee. This is simply a standard way to publish.)
Finally, we can help educate others on what this very simple idea might mean if taken to its full potential. I hope I've started readers on that path with this short article.
|
Your Comments Post a comment All comments provided in this section are those of the individual who has created the post. These are not the opinions of Directions Media, its editors, staff or owners unless otherwise noted. Directions Media retains the right to edit or delete any comments posted herein.
|
|
||||||
| The route sharing site cal.mapuse.net offers routes and trails in all three types of rss. In the GML georss you get the whole line feature or actaully multiline feature. /martin |
||||||
|
||||||
| I'd like to point you to another more advanced geoRSS reader at http://exploreourpla.net/2006-06-08/georss-feed-reader-shows-podcasts.html. It displays feeds converted from http://geonames.org on a geoDesktop with a huge amount of WMS layers available as base map or overlay. |
||||||
|
||||||
| The new release of Microsoft's Virtual Earth also appears to support GeoRSS, though I don't have any direct experience with it: http://blogs.msdn.com/virtualearth/archive/2006/05/23/596729.aspx Another use for GeoRSS could be as a client-neutral web service. Queries against a spatial database could easily return GeoRSS. There are existing standards that are probably a better choice for some applications, but GeoRSS will meet many needs in a simple and easy-to-implement fashion. There is some controversy brewing in the GeoRSS world: http://chris.narx.net/2006/06/08/ogc-vs-georss/ Jason |
||||||
|
||||||
| First, Adena, thanks for writing an excellent article that succinctly expresses the current issues as well as the current and potential future benefits of using GeoRSS. The examples are very good. And I also appreciated the postings that provide additional examples. Please have these also referenced from the GeoRSS web site! Now, as to the "GeoRSS vs OGC". Yes, there has been a very open and honest discussion about copyright but that issue is being resolved. It is unfortunate that some wish to blow this discussion out of proportion. Everyone should be aware that the OGC and OGC staffers Raj Singh and myself have been committed to working and developing GeoRSS along with a number of other highly motivated and creative individuals. This support includes development of outreach materials. Our GeoRSS work has been with the blessing and full support of the OGC executive staff. This support is not with the intent to subvert the GeoRSS effort but instead to complement the collaboration and to provide resources to help make the GeoRSS collaboration a success. Part of insuring that success is to educate the OGC membership about GeoRSS and get consensus agreement from the membership that GeoRSS is a good thing and should be supported and implemented by as many organizations as possible. That is why I wrote the draft OGC GeoRSS White Paper for review by the GeoRSS community as well as the OGC membership. It is this document that started the discussion on copyright that has led to some individuals thinking that the OGC is trying to "take-over" GeoRSS. Nothing could be farther from the truth. I want to assure the community that the OGC will continue to contribute our support and resources to insure the long term success and viability of GeoRSS. To those that are implementing GeoRSS, please provide the GeoRSS collaboration feedback and suggestions! And make sure your implementations get referenced on the GeoRSS web site. Thanks for listening to my long post Regards Carl Reed CTO and Executive Director OGC |
||||||
|
||||||
| Thanks so much for this great introduction to the way GeoRSS works. This is certainly one of the best articles I've found on the topic, largely because you deftly move from the technical aspects to concrete examples. Rock on, Adena! -- Annalee |
||||||
|
||||||
| One small clarification on the GeoRSS GML form. It does not expose "all of GML" but instead a quite limited subset or profile of the complete GML 3 schema. This adds some specific GML capabilities such as coordinate reference system and 3D coordinate support but tries to remain within the spirit of RSS simplicity. Some applications of GeoRSS will certainly be pointing at more complex GML features in much the same way that simple podcast feeds may point at complex audiovisual files Thanks for an otherwise fine article. |
||||||
|
||||||
| Thank for a great article! Can you tell me whether there is support for other coordinate systems such as 3-D building coordinate systems (floor, module, cube), semi-polar systems such as might be used in the Pentagon building, or for imaginary worlds in gaming systems? |
||||||
|
||||||
| I'm far from an expert - I'd ping the list at georss.org. From what I understand simple GeoRSS does not support anything but lat/lon. But full GML supports EPSG coordinate systems and may well allow you to define your own. |
||||||
|
||||||
| Peter - GeoRSS was not intended to provide 3D capabilities. GeoRSS was designed to be simple, easy to implement, lightweight, and be embedded into standard RSS payloads (such as an ATOM based feed). That said, since GeoRSS GML uses the GML namespace, then it is possible to extend an instance of GeoRSS GML to specify a non WGS-84 CRS or add additional GML elements. However, if an application developer really wants 3D, other CRSs (including planetary), and so forth then I would suggest developing a GML application schema that meets a given information communities requirements. An example of this is CityGML (www.citygml.org) CityGML is a common information model for the representation of 3D urban objects. It defines the classes and relations for the most relevant topographic objects in cities and regional models with respect to their geometrical, topological, semantical and appearance properties. Included are generalization hierarchies between thematic classes, aggregations, relations between objects, and spatial properties. These thematic information go beyond graphic exchange formats and allow to employ virtual 3D city models for sophisticated analysis tasks in different application domains like simulations, urban data mining, facility management, and thematic inquiries. Regards Carl |
||||||











