<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Info/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ArcGIS Explorer Blog : GeoRSS</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx</link><description>Tags: GeoRSS</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Three ways to view a good shaker</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2009/01/08/three-ways-to-view-a-good-shaker.aspx</link><pubDate>Fri, 09 Jan 2009 04:24:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:3802</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/3802.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=3802</wfw:commentRss><description>&lt;P&gt;Well, we were sitting around this evening wondering what our first post for 2009 would be, when the answer came in the form of a little roller coaster ride, thanks to an earthquake whose epicenter was just 6 miles from ESRI.&amp;nbsp;We've covered earthquakes here on the blog plenty of times before, so we thought we'd do something a little different and take a look at the USGS earthquake data in 3 different ways as it's &lt;A class="" title="USGS earthquake feeds site" href="http://earthquake.usgs.gov/eqcenter/catalogs/" target=_blank&gt;published at the USGS site&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;First&amp;nbsp;we viewed the &lt;A class="" title="Opening Content Help topic" href="http://services.arcgisonline.com//arcgisexplorer500/help/opencontent.htm" target=_blank&gt;GeoRSS feed&lt;/A&gt;. The&amp;nbsp;connection was already stored in our list of connections since we've used that&amp;nbsp;GeoRSS feed&amp;nbsp;before. We just opened up the connection by choosing File &amp;gt; Open, and then choosing Servers in the Open Content dialog. Once we did, we could just scroll down the list of our remembered connections to find the quake feed to view it.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3811/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;The feed&amp;nbsp;displays all the quakes greater than magnitude&amp;nbsp;2.5 over the past day. We also used Find Address to locate ESRI, and used Measure to determine the distance from ESRI to the epicenter of the quake, which was just under 7 miles.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3803/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Next we opened the KML published on the USGS site showing all quakes greater than 1.0&amp;nbsp;in magnitude over the past 7 days. Note the display overlay in the upper left that came along with the KML, and the small aftershock (1.7 magnitude) located within a half mile of the initial temblor.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3804/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Finally we opened the USGS quake data delivered as a comma-delimited text file. We clicked on&amp;nbsp;its link at the USGS site&amp;nbsp;to view it in a browser, and this is what we saw:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3805/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;We saved the file out as a text file, and took a look at it using Notepad. The&amp;nbsp;first line in the file had field names, which was just perfect, but we had to do some minor edits to pull in&amp;nbsp;the information the way we wanted. We removed quotation marks (using a global search and replace with a space) from around a combined day/date/time field, and added the extra field names&amp;nbsp;to match the new formatting on the first line. We saved the file, then chose Tools&amp;nbsp;&amp;gt; &lt;A class="" title="Importing files Help topic" href="http://services.arcgisonline.com//arcgisexplorer500/help/hh_goto.htm#importing_files.htm" target=_blank&gt;Import File&lt;/A&gt; to open the file&amp;nbsp;import wizard.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3807/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;In the first dialog we just accepted the defaults. Note the data preview panel at the bottom of this dialog&amp;nbsp;which shows us how the text file is being parsed. This was especially useful since we could verify that we correctly made the edits to the file mentioned above.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3808/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;After clicking Next, in the following dialog we again accepted all the defaults (the latitude and longitude fields were already found, since they had been named "lat" and "lon" in the text file) and chose "Magnitude" as the title field&amp;nbsp;(so we could view it&amp;nbsp;as we hovered over the location with our mouse) and "Region" as the description field.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3809/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Then we chose a symbol, and here's our map&amp;nbsp;with the quake information&amp;nbsp;imported from the&amp;nbsp;text file.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3810/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;This file contains all the magnitude 1.0 or greater quakes for the last day, and you can see there's been lots of activity in southern California during that time period.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=3802" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Import/default.aspx">Import</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Earthquake/default.aspx">Earthquake</category></item><item><title>SPOT satellite messenger, Yahoo! Pipes, and ArcGIS Explorer</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/12/15/spot-satellite-messenger-yahoo-pipes-and-arcgis-explorer.aspx</link><pubDate>Tue, 16 Dec 2008 00:49:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:3767</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/3767.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=3767</wfw:commentRss><description>&lt;P&gt;(post submitted by Adam Pittman, ESRI San Antonio)&lt;/P&gt;
&lt;P&gt;In &lt;A class="" title="Big Bend National Park Web site" href="http://www.nps.gov/bibe/" target=_blank&gt;Big Bend National Park&lt;/A&gt; cell phone reception is scarce.&amp;nbsp; To keep friends and family from worrying about me on last weekend’s camping trip I decided to use ArcGIS Explorer to enable them to keep a watchful eye on my status.&amp;nbsp; Using my &lt;A class="" title="SPOT satellite messenger home page" href="http://www.findmespot.com/en/" target=_blank&gt;SPOT satellite messenger&lt;/A&gt; I can send progress reports directly from anywhere in the world from any location that has a clear view of the sky.&amp;nbsp; SPOT maintains&amp;nbsp;this web service tracking my location as an exposed&amp;nbsp;XML file.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;We can’t bring this&amp;nbsp;XML&amp;nbsp;file directly into ArcGIS Explorer without writing a custom task,&amp;nbsp;and I wanted a simple solution. So I used &lt;A class="" title="Yahoo! pipes" href="http://pipes.yahoo.com/pipes/" target=_blank&gt;Yahoo Pipes&lt;/A&gt; to aggregate and massage this feed into a format I could use directly in ArcGIS Explorer.&amp;nbsp; Yahoo! Pipes is a free composition tool allowing you to collect and translate content from the web, and includes many examples you can start from. I found an &lt;A class="" title="SPOT messenger pipe" href="http://pipes.yahoo.com/pipes/pipe.info?_id=6f14a71211b7bb457b2ea68e0a3f7d86" target=_blank&gt;example SPOT messenger pipe&lt;/A&gt; that I used.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3768/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;This pipe collects the XML&amp;nbsp;information and converts it into a consumable format, in my case GeoRSS.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3769/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;To consume this service with ArcGIS Explorer all I needed to do is add it as a GeoRSS feed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3770/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;If I set the layer to automatically update&amp;nbsp;I can&amp;nbsp;see new SPOT locations automatically in ArcGIS Explorer, letting users know exactly where I am.&amp;nbsp; By combining this service with other content, including the content available at the ArcGIS Explorer Resource Center, my friends and family can not only know where I am, but also know what the weather is and what my surroundings look like. &lt;/P&gt;
&lt;P&gt;Here's my tour of Big Bend using Yahoo! pipes and the SPOT messenger service in ArcGIS Explorer.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3771/original.aspx" border=0&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=3767" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Yahoo_2100_+Pipes/default.aspx">Yahoo! Pipes</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/SPOT/default.aspx">SPOT</category></item><item><title>The Great California ShakeOut</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/11/13/the-great-california-shakeout.aspx</link><pubDate>Thu, 13 Nov 2008 16:37:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:3509</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/3509.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=3509</wfw:commentRss><description>&lt;P&gt;Today at 10:00 a.m. PST marked the official beginning of the Great California ShakeOut. According to the&amp;nbsp;&lt;A class="" title="Open Southern California ShakeOut site" href="http://www.shakeout.org/" target=_blank&gt;Great Southern California&amp;nbsp;ShakeOut site&lt;/A&gt; site the event will bring together millions of people throughout Southern California in the ShakeOut drill, the largest earthquake preparedness activity in U.S. history. The scenario depicts a magnitude 7.8 quake striking the southern San Andreas fault, and stretching north 190 miles.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title=http://www.shakeout.org href="http://www.shakeout.org/" target=_blank&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3515/original.aspx" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One of the event sponsors is the USGS, and according to the &lt;A class="" title="Open the USGS ShakeOut site" href="http://www.usgs.gov/homepage/science_features/shakeout.asp" target=_blank&gt;USGS ShakeOut site&lt;/A&gt; the earthquake would kill 1,800 people, injure 50,000, cause $200 billion in damage, and have long-lasting social and economic consequences. The USGS site&amp;nbsp;includes content and a list of resources that you can use to find data for use with ArcGIS Explorer.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="USGS ShakeOut site" href="http://www.usgs.gov/homepage/science_features/shakeout.asp" target=_blank&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3516/original.aspx" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We followed links at the USGS site to the &lt;A class="" title="USGS NLCD site" href="http://landcover.usgs.gov/show_data.php?code=cas&amp;amp;state=California_South" target=_blank&gt;USGS Land Cover Institute site&lt;/A&gt;&amp;nbsp;where we downloaded a&amp;nbsp;geotiff of&amp;nbsp;the Southern California landcover from the USGS Seamless Server.&amp;nbsp;The landcover&amp;nbsp;shows urbanized areas, and so is an indicator of population.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We added&amp;nbsp;the NLCD data&amp;nbsp;to our map by going to File &amp;gt; Open, then choosing Rasters as our content type and adding the&amp;nbsp;file we'd just downloaded. We adjusted the transparency of this layer a bit by highlighting it in&amp;nbsp;the contents, and then right-clicking to choose the transparency&amp;nbsp;tool.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3519/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;This newly added&amp;nbsp;layer&amp;nbsp;was on top of others in our contents, and to add some additional context we moved the transportation layer on top using&amp;nbsp;Manage Layers&amp;nbsp;(Tools &amp;gt; Manage Layers). &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3520/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Here's what our greater Redlands, California, area map looked like.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3517/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Next, we connected to the USGS earthquake magnitude 2.5 and greater GeoRSS feed. To do this we went to the &lt;A class="" title="USGS earthquake feeds" href="http://earthquake.usgs.gov/eqcenter/catalogs/" target=_blank&gt;USGS earthquake feeds site&lt;/A&gt;, and looked for the list of feeds.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Info/photos/arcgisexplorer/picture3524.aspx" target=_blank&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3524/original.aspx" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We clicked the link for M 2.5+ earthquakes over the past 7 days and copied the URL. We added this feed to our map by going to File &amp;gt; Open and choosing Servers. At the top we clicked the GeoRSS connection, and pasted the URL into the Server input.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3525/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3526/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;After we added the feed to our map, we discovered that on this ShakeOut day we've had a couple of recent temblors. Opening the popup on the feed event we can obtain additional information from the USGS site, and discover that the closest quake was a 2.8 just southeast of ESRI that took place last night shortly after 11:00 p.m.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3518/original.aspx" border=0&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=3509" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Earthquake/default.aspx">Earthquake</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ShakeOut/default.aspx">ShakeOut</category></item><item><title>GeoRSS Feeds in Explorer </title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/09/04/georss-feeds-in-explorer.aspx</link><pubDate>Thu, 04 Sep 2008 20:58:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:3041</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/3041.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=3041</wfw:commentRss><description>&lt;P&gt;According to &lt;A class="" title="Wikipedia on GeoRSS" href="http://en.wikipedia.org/wiki/GeoRSS" target=_blank&gt;Wikipedia&lt;/A&gt;, GeoRSS is an emerging standard for encoding location as part of an RSS feed. What that boils down to for Explorer users is that it's another connection type that enables you to add dynamic, constantly changing&amp;nbsp;information to your map.&lt;/P&gt;
&lt;P&gt;The following &lt;A class="" title="Click to view video" href="http://downloads2.esri.com/edn/mediacenter/wmv/ArcGISExplorer_UsingGeoRSS.wmv" target=_blank&gt;video clip&lt;/A&gt; shows how you can connect&amp;nbsp;to and use&amp;nbsp;a GeoRSS feed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A class="" title="Click to view video" href="http://downloads2.esri.com/edn/mediacenter/wmv/ArcGISExplorer_UsingGeoRSS.wmv" target=_blank&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3024/original.aspx" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The first step is to establish a connection to a GeoRSS feed. We'll use one&amp;nbsp;from the &lt;A class="" title="USGS Latest Earthquakes" href="http://earthquake.usgs.gov/eqcenter/catalogs/" target=_blank&gt;USGS Earthquake feeds and data&lt;/A&gt; site. Right underneath the&amp;nbsp;KML section you'll see a&amp;nbsp;section for Atom and RSS Feeds.&amp;nbsp;Click the one&amp;nbsp;for magnitude&amp;nbsp;2.5+ earthquakes over the past 7 days, as shown by the red&amp;nbsp;arrow below.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3043/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Copy the URL at the top of the page that opens...&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3044/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Then in Explorer choose File &amp;gt; Open,&amp;nbsp;highlight Servers, and&amp;nbsp;choose GeoRSS Feed...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3045/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;And then paste the URL into the Server input box.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3046/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;After stepping through the wizard (you can accept all the defaults), you'll see a new connection appear. Click to open it and add&amp;nbsp;the feed to your map.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3047/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Here's the GeoRSS feed in Explorer, click each to display other information associated with the event. In this case it's a link to the USGS Earthquake Hazards Program Web site with additional details about the quake.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/3048/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;We also covered &lt;A class="" title="GeoRSS blog post" href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/05/14/timely-information-via-georss.aspx" target=_blank&gt;GeoRSS feeds in an earlier post&lt;/A&gt;, and more information can be obtained by viewing the Help documentation on &lt;A class="" title="Opening content Help topic" href="http://services.arcgisonline.com//arcgisexplorer500/help/opencontent.htm" target=_blank&gt;opening content and GeoRSS feeds&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=3041" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/video/default.aspx">video</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category></item><item><title>Timely information via GeoRSS - Sneak peek at Explorer 480</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/05/14/timely-information-via-georss.aspx</link><pubDate>Wed, 14 May 2008 20:20:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:1409</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/1409.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=1409</wfw:commentRss><description>&lt;P&gt;Cyclones in Myanmar. Fires in Florida. Earthquakes in China. Timely information is critical for&amp;nbsp;learning about&amp;nbsp;events as they happen, and subsequently how to respond and what to do in their aftermath. One of the ways that timely geographic information is published is via &lt;A class="" title="Wikipedia GeoRSS" href="http://en.wikipedia.org/wiki/GeoRSS" target=_blank&gt;GeoRSS&lt;/A&gt; feeds.&lt;/P&gt;
&lt;P&gt;In the upcoming Explorer 480 release GeoRSS feeds are one of the supported connections, joining ArcGIS Server, ArcIMS, and WMS.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1411/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Here we've connected to the USGS Shake Map feed, and we're showing the popup content for the 7.9 quake that hit China on Monday, May 12.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1410/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Below we've connected to another USGS GeoRSS feed publishing all the magnitude 5+ quakes worldwide. Again we're in China, in the vicinity of the disastrous 7.9 quake. You can see the strong aftershocks that followed the original temblor.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1412/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=1409" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Explorer+480/default.aspx">Explorer 480</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Earthquake/default.aspx">Earthquake</category></item><item><title>Taking a Look at Earthquakes (in many different ways)</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/04/18/visualizing-earthquakes-in-many-different-ways.aspx</link><pubDate>Fri, 18 Apr 2008 18:27:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:1283</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/1283.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=1283</wfw:commentRss><description>&lt;P&gt;This morning a 5.2 quake hit Illinois, shaking a large part of the Midwest, with many aftershocks following the main temblor. The quake was believed by USGS scientists to have involved the Wabash fault, an extension of the &lt;A class="" title="New Madrid fault on Wikipedia" href="http://en.wikipedia.org/wiki/New_Madrid_Seismic_Zone" target=_blank&gt;New Madrid fault&lt;/A&gt;. That fault generated the &lt;A class="" title="New Madrid Quake on Wikipedia" href="http://en.wikipedia.org/wiki/New_Madrid_Earthquake" target=_blank&gt;1812 New Madrid quake&lt;/A&gt;, one of the largest ever recorded in the US.&lt;/P&gt;
&lt;P&gt;So this morning we took at look at things using Explorer, first connecting to an ArcIMS service found on the &lt;A class="" title="Geography Netwok Web site" href="http://www.geographynetwork.com/" target=_blank&gt;Geography Network&lt;/A&gt;. We connected to the&amp;nbsp;Geography Network at &lt;A href="http://www.geographynetwork.com/"&gt;www.geographynetwork.com&lt;/A&gt; &amp;nbsp;and added the ESRI_Quake_Rec service to Explorer. That service is updated every 15 minutes by ESRI and the USGS. &lt;/P&gt;
&lt;P&gt;We also added the USGS topo service (physical features layer)&amp;nbsp;from the Explorer Resource Center (Contents &amp;gt; Layers) and here's how things looked.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1275/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Next&amp;nbsp;we visited the &lt;A class="" title="USGS Hazards Program Web site" href="http://earthquake.usgs.gov/eqcenter/catalogs/" target=_blank&gt;USGS&amp;nbsp;Hazards Program&amp;nbsp;site&lt;/A&gt;, and&amp;nbsp;downloaded the CSV file for&amp;nbsp;magnitude 1+ earthquakes over the last 7 days. We used Explorer's import capabilities to create results from the lat/long coordinates to add them to our map. We chose the magnitude as the title, and date and time as the description. And below we've used the swipe tool on the topo layer to reveal the imagery underneath.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1276/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;From the same site we also&amp;nbsp;clicked to open&amp;nbsp;the KML file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1278/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Next, we imported the CSV file and created a file geodatabase. Why did we do that? You'll find out in a couple of paragraphs, but here's the local file geodatabase in Explorer. When we click on the earthquake location point, the attribute information for the quake is displayed. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1277/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Using the file geodatabase from above, we decided to be a little more creative. We buffered each point (to create polygons at each quake location for better visualization) then symbolized and extruded each of those polygons&amp;nbsp;based on the earthquake magnitude using ArcGlobe. To make things more visually dramatic, we added a multiplier to the magnitude just to extrude the features further. We saved the ArcGlobe .3DD file, and published it via one of our ArcGIS Servers.&lt;/P&gt;
&lt;P&gt;Here's the area around southern California, and you can clearly see that during&amp;nbsp;the past&amp;nbsp;week this region has been seismically active too.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1279/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Finally, we tapped into the USGS "Shakemap" GeoRSS feed for a real time feed of live earthquake information.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/1280/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;Now&amp;nbsp;we'll have to be honest and&amp;nbsp;let you know we're cheating a bit with this one, but only just a little bit.&amp;nbsp;The above screenshot showing a&amp;nbsp;GeoRSS&amp;nbsp;connection was created using today's daily build of Explorer hot off the development machines. &lt;/P&gt;
&lt;P&gt;For everyone else, you won't be able to connect to a GeoRSS feed using the currently released Explorer 450, but you'll be able to do everything else we've shown here. GeoRSS support is just one of the many new features we'll be releasing with Explorer 480.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=1283" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcGIS+Online/default.aspx">ArcGIS Online</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcGIS+Server/default.aspx">ArcGIS Server</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcIMS/default.aspx">ArcIMS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Geography+Network/default.aspx">Geography Network</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GeoRSS/default.aspx">GeoRSS</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Earthquake/default.aspx">Earthquake</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/480/default.aspx">480</category></item></channel></rss>