<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spatial Miscellany &#187; GeoRSS</title>
	<atom:link href="http://gisconsultancy.com/blog/spatial/gis/georss/feed" rel="self" type="application/rss+xml" />
	<link>http://gisconsultancy.com/blog</link>
	<description>A weblog. A website. A geospatial miscellany...</description>
	<lastBuildDate>Thu, 27 Oct 2011 20:58:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mashups with AGX</title>
		<link>http://gisconsultancy.com/blog/georss/mashups-with-agx</link>
		<comments>http://gisconsultancy.com/blog/georss/mashups-with-agx#comments</comments>
		<pubDate>Wed, 07 Mar 2007 15:38:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[ArcGIS Explorer (AGX)]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[GeoRSS]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/georss/mashups-with-agx</guid>
		<description><![CDATA[  
Keith Fraley @ the Location Based Soup has written his first, in a series of 12, custom tasks for ArcGIS Explorer (AGX).  When you download ArcGIS Explorer, you also have the option to download and install an ArcGIS Explorer software developer kit (SDK).  The SDK allows developers to use the ArcGIS Explorer [...] ]]></description>
			<content:encoded><![CDATA[<p> <BR><br />
Keith Fraley @ the <a href="http://www.locationbasedsoup.com/?p=6">Location Based Soup</a> has written his first, in a series of 12, custom tasks for <a href="http://www.esri.com/software/arcgis/explorer/index.html">ArcGIS Explorer (AGX)</a>.  When you download ArcGIS Explorer, you also have the option to download and install an ArcGIS Explorer software developer kit (SDK).  The SDK allows developers to use the ArcGIS Explorer API to build their own custom tasks.  This functionality means you’re not limited to just the default tasks that come out of the box with AGX, for example, you could build your own custom version of the ‘create notes’ task, or something far more exciting that makes the most of your data.<br />
<center><br />
<img src="http://gisconsultancy.com/blog/images/mash.png" alt="Consuming a Mash-Up- circa 1950" /><br />
British Gent consuming a mash-up, circa 1950.<br />
</center><br />
Keith has worked from the <a href="http://earthquake.usgs.gov/regional/neic/">USGS</a> GeoRSS sample task in the SDK to build his own task that queries a web service and geo-locates items listed on the auction website <a href="http://www.ebay.com">eBay</a>.  The USGS <a href="http://www.georss.org/">GeoRSS</a> sample task Keith used from the SDK makes a web request to the USGS for a <a href="http://earthquake.usgs.gov/recenteqsww/eqs7day-M2.5.xml">GeoRSS file</a> which details recent earthquakes.  Using a combination of the .NET framework classes, XPath, and the AGX API, the GeoRSS file is parsed by the task, pertinent information regarding each earthquake is extracted, and represented in AGX as a PlaceResult.</p>
<p>The ArcGIS Explorer SDK is available for free as part of ArcGIS Server 9.2, and you can build custom tasks for AGX with Microsoft Visual Studio &#8211; the <a href="http://msdn.microsoft.com/vstudio/express/">free edition</a> is pretty useful.<br />
<BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgeorss%2Fmashups-with-agx';
  addthis_title  = 'Mashups+with+AGX';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/georss/mashups-with-agx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#124;pipes.yahoo.com&#124;</title>
		<link>http://gisconsultancy.com/blog/xml/pipes</link>
		<comments>http://gisconsultancy.com/blog/xml/pipes#comments</comments>
		<pubDate>Mon, 12 Feb 2007 14:08:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/xml/pipes</guid>
		<description><![CDATA[  A few people are posting on their first attempts at using ‘Pipes’ &#8211; the latest web offering from Yahoo.  Pipes provides an online, user friendly GUI, to mix and match RSS data – the name of the service pays tribute to Unix pipes.  I played around a little with it at the [...] ]]></description>
			<content:encoded><![CDATA[<p> A few people are posting on their first attempts at using ‘<a href="http://pipes.yahoo.com/">Pipes</a>’ &#8211; the latest web offering from Yahoo.  Pipes provides an online, user friendly GUI, to mix and match RSS data – the name of the service pays tribute to Unix pipes.  I played around a little with it at the weekend and am impressed.  <a href="http://brainoff.com/weblog/2007/02/12/1228">Mikal</a> has documented his attempt to generate a GeoRSS feed which locates any blogs that are discussing a particular <a href="http://technorati.com/">technorati</a> tag…he also contemplates some of the functionality Pipes might embrace in the future.</p>
<p>One thing I’d really like Pipes (or a similar service) to offer is a web based graphical interface with code behind that best guesses the XSL file required to get from one flavour of XML to another, or allows the user to match elements in each of the XML files in a ‘drag and drop’ fashion.  Maybe it’s already out there and I haven’t found it?  I think it would be really useful service, especially for people who don’t work with XML and XPath on a daily basis, helping to transform XML datasets into a format they can use.<br />
<BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fxml%2Fpipes';
  addthis_title  = '%7Cpipes.yahoo.com%7C';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/xml/pipes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

