
Convert any RSS or Atom feed into GeoRSS or KML using MetaCarta's OnDemand GeoTagger.
Load the resulting geo-enabled feed into GeoRSS readers (such as Mapufacture) or KML viewers (such as Google Earth).
Current Version: 0.1 (developer info below)
If something breaks, please send details to .
Fill in this form to construct links to KML and GeoRSS forms of your feed:
| KML: |
|
|
| GeoRSS: |
Frequent users: drag this bookmarklet: RSS GeoTagger onto your browser toolbar. Just browse to a feed, click the bookmarklet, and it will populate the form above with the URL of the feed.
If your RSS channel has an icon element, it will be used as a KML Overlay.
http://labs.metacarta.com/rss-geotagger/KML?version=0.1&format=ENUM&url=URL&mingeoconfidence=FLOAT&feedname=STRING
http://labs.metacarta.com/rss-geotagger/GeoRSS?version=0.1&url=URL&mingeoconfidence=FLOAT
| parameter | data type | description | example |
|---|---|---|---|
| "url" | url (required) | The full URL of the RSS feed to be converted | "http://graphics8.nytimes.com/services/xml/rss/nyt/HomePage.xml" |
| "version" | constant (required) | The version of the webservice method | "0.1" |
| "format" | enumeration (optional) | Determines the KML flavor. Can be 'kml', 'kmz' for compressed KML, or 'networklink' for a kml file containing a regularly updating link to a kml feed. Default is 'kml'. | "kml", "kmz", "networklink" |
| "mingeoconfidence" | float (optional) | A cutoff threshold for GeoConfidence required for an extracted location reference to be included in the converted feed, from 0.0 to 1.0. Default is 0.3 | "0.0", "0.35", "1" |
| "feedname" | string (optional) | The name of the feed as you'd like it to appear in the Google Earth list view | "New York Times", "Fresno Knitting Blog" |
| Converting RSS to KML feed | |
|---|---|
| Seattle Times | |
| point83 Forum | |
| Converting RSS to raw KML | |
| San Francisco Chronicle: | |
| New York Times | |
| Google Blog | |
| Converting RSS to compressed KML | |
| BoingBoing | |
http://labs.metacarta.com/rss-geotagger/KML?format=kmz&url=http://reddit.com/.rss&version=0.1 | |
| Converting RSS to GeoRSS | |
| San Francisco Chronicle | |
| New York Times | |
| Google Blog | |
| BoingBoing | |