<?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 : ArcScripts</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcScripts/default.aspx</link><description>Tags: ArcScripts</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>New Explorer ArcScripts additions</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/12/07/new-explorer-arcscripts-additions.aspx</link><pubDate>Sun, 07 Dec 2008 23:23:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:3744</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/3744.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=3744</wfw:commentRss><description>&lt;P&gt;ArcScripts is a place where users can share source&amp;nbsp;code for Explorer tasks, and recently&amp;nbsp;there have been a couple of interesting additions.&lt;/P&gt;
&lt;P&gt;Edan Cain adds his &lt;A class="" title="Flip book time series animator on ArcScripts" href="http://arcscripts.esri.com/details.asp?dbid=15919" target=_blank&gt;Flip Book&amp;nbsp;time series animator&lt;/A&gt;&amp;nbsp;task, a handy task when you want flip through a sequential series of images or other time-related data. The visibility of each of the selected layers is toggled, and the task allows you to set an interval and looping options. This task was used during the Western Governors' Association presentation, which we &lt;A class="" title="WGA post" href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/07/09/explorer-at-wga.aspx" target=_blank&gt;highlighted in an earlier post&lt;/A&gt;, to show the growth of&amp;nbsp;the human footprint&amp;nbsp;in parts of the US over time.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Open WGA blog post" href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/07/09/explorer-at-wga.aspx" target=_blank&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/2199/original.aspx" border=0&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kenneth Gorton also updates his popular &lt;A class="" title="GPS Data Manager on ArcScripts" href="http://arcscripts.esri.com/details.asp?dbid=15488" target=_blank&gt;GPS Data Manager&lt;/A&gt; for ArcGIS Explorer, delivering Version 2.0 which adds track playback, NMEA handling, and other new features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=3744" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcScripts/default.aspx">ArcScripts</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Time+Series/default.aspx">Time Series</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/GPS/default.aspx">GPS</category></item><item><title>Linking to Virtual Earth (or my first custom task)</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2008/07/20/linking-to-virtual-earth-my-first-custom-task.aspx</link><pubDate>Mon, 21 Jul 2008 03:09:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:2374</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/2374.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=2374</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;(submitted by Jonathan Fisk, GIS Solutions Engineer, ESRI Charlotte)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Part of my job is to discover Web based content and services, mash them up, and then show&amp;nbsp;these to others. Many of them&amp;nbsp;don’t realize how easy these are to mashup in this Web 2.0 world.&amp;nbsp; ArcGIS Explorer is a great platform for doing these kinds of things, and I have assembled collections of real time feeds, map views of organizational resources and emergency plans, and tasks that answer timely and relevant questions using Explorer.&amp;nbsp; And sharing is as easy as exporting a result or saving a map. &lt;/P&gt;
&lt;P&gt;I’ve recently discovered that ArcGIS Explorer’s result popups can bring more than just an HTML page to life on your map.&amp;nbsp; Below is an example where I call Microsoft Virtual Earth’s API from the popup window when I click on the map to create a yellow map note. The popup window displays the Bird's Eye view of the location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/2375/original.aspx" border=0&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why does this excite me?&amp;nbsp; Well, just like the next person, I love to see my house in high resolution from 4 directions (that's not my house above!).&amp;nbsp; But this content can also be used to visually add to more practical applications, and can be combined with other content and tasks in ArcGIS Explorer. By authoring this as a custom task I can create results that can be shared with others or included as part of my map, and I can also enable others to use the Bird's Eye view popup easily. Here's what my task UI looks like currently - just click on the map to create&amp;nbsp;a VE result, then click the result to open its popup window to see the Bird's Eye view.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/2377/original.aspx" border=0&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first time I tried this I used the brute force method - I went to Microsoft’s Virtual Earth API documentation and tried to make their example Birds Eye view of the Seattle Space Needle pop up in a browser.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Next, I created a note result using the Create Note task and then pasted the Virtual Earth API sample into the&amp;nbsp;result popup content,&amp;nbsp;which I&amp;nbsp;accessed&amp;nbsp;via the result property sheet. This consisted of HTML and JavaScript that would run when the popup was opened. The neat thing is it worked!&amp;nbsp; But each time I wanted to do this I would have to create a new map note, paste the JavaScript code into the result popup content, and then manually replace the latitude and longitude values with new coordinates. This was tedious, and the natural solution was to make it a custom task that would automate the whole process.&lt;/P&gt;
&lt;P&gt;So I set out to create my very first custom task.&amp;nbsp; Fortunately there is a nice collection of samples included in the ArcGIS Explorer SDK, and one of them did almost exactly what I wanted my task to do.&amp;nbsp;&amp;nbsp; I jump-started my effort using a sample called TrackShapesCS.&amp;nbsp; This sample creates a new map note when the user clicks the map, and automatically populates the popup content window with its latitude and longitude.&amp;nbsp; All I had to do was tweak the custom task in Visual Studio to append my working VE JavaScript sample, and then insert the new coordinates where the Virtual Earth API expects them.&amp;nbsp; I was relieved to find that this was easy, and worked without major surgery to the sample task.&lt;/P&gt;
&lt;P&gt;Here's what the code looks like in the popup window properties for an already placed VE result. The lat/long coordinates of for VELatLong() are always obtained from where you click the mouse:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/2376/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;I now have a custom task that I use quite frequently to spruce up a map with Virtual Earth content.&amp;nbsp; And best of all my map content rides along with the NMF document and I can e-mail or post it for others to use.&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp;&lt;A class="" title="Open ArcScripts entry" href="http://arcscripts.esri.com/details.asp?dbid=15685" target=_blank&gt;shared&amp;nbsp;my custom&amp;nbsp;task on ArcScripts&lt;/A&gt; - Enjoy!&amp;nbsp; &lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=2374" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Custom+Task/default.aspx">Custom Task</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcScripts/default.aspx">ArcScripts</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category></item><item><title>Time Navigator Custom Task</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2007/11/13/time-series-task.aspx</link><pubDate>Tue, 13 Nov 2007 20:35:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:681</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/681.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=681</wfw:commentRss><description>&lt;P&gt;Richie Carmichael (of ESRI's Applications Prototype Lab) &lt;A class="" title="Link to Time Navigator custom task" href="http://arcscripts.esri.com/details.asp?dbid=15271" target=_blank&gt;posted a Time&amp;nbsp;Navigator custom&amp;nbsp;task&lt;/A&gt; for Explorer a while back. The task has gone through several iterations and improvements, and the current version (including source code) can be found at ArcScripts.&lt;/P&gt;
&lt;P&gt;There's also a &lt;A class="" title="Time Navigator YouTube video" href="http://www.youtube.com/watch?v=IKwnM2FJqYY" target=_blank&gt;YouTube video&lt;/A&gt; posted on the task, and Richie also includes a discussion of it at &lt;A class="" title="Richie's blog post on the Time Navigator" href="http://mrrichie.spaces.live.com/blog/cns!DD16C3F34F4D913E!819.entry" target=_blank&gt;his blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;We used it the other week for animating some of the fire spread data that we've been compiling. Here it is in use:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/682/original.aspx" border=0&gt;&lt;/P&gt;
&lt;P&gt;You'll also find a number of other tasks for &lt;A class="" title="ArcScript search results for Explorer" href="http://arcscripts.esri.com/scripts.asp?eLang=&amp;amp;eProd=61&amp;amp;perPage=10&amp;amp;eQuery=&amp;amp;Submit2=Search" target=_blank&gt;Explorer at ArcScripts&lt;/A&gt;, and we'll be adding a direct link to&amp;nbsp;ArcScripts from the&amp;nbsp;&lt;A class="" title="Explorer Resource Center" href="http://resources.esri.com/arcgisexplorer" target=_blank&gt;Explorer Resource Center&lt;/A&gt; soon.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=681" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Custom+Task/default.aspx">Custom Task</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcScripts/default.aspx">ArcScripts</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Time+Series/default.aspx">Time Series</category></item><item><title>ArcScripts for ArcGIS Explorer</title><link>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2007/10/17/arcscripts-for-arcgis-explorer.aspx</link><pubDate>Thu, 18 Oct 2007 03:22:00 GMT</pubDate><guid isPermaLink="false">8296249d-4d69-4913-b1e7-14b85fcd9fb0:570</guid><dc:creator>ArcGIS-Explorer-Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/comments/570.aspx</comments><wfw:commentRss>http://blogs.esri.com/Info/blogs/arcgisexplorerblog/commentrss.aspx?PostID=570</wfw:commentRss><description>&lt;P&gt;If you're looking for additional tasks for Explorer, and especially if you're looking for their source code too, then don't forget to check out ArcScripts. ArcScripts has long been a&amp;nbsp;valuable resource&amp;nbsp;where the ESRI user community&amp;nbsp;and staff share code. &lt;/P&gt;
&lt;P&gt;Currently&amp;nbsp;there are eight entries for ArcGIS Explorer tasks (complete with&amp;nbsp;their source code). Just open the &lt;A class="" title=ArcScripts href="http://arcscripts.esri.com/" target=_blank&gt;ArcScripts Web site&lt;/A&gt;, and choose &lt;A class="" title="ArcGIS Explorer on ArcScripts" href="http://arcscripts.esri.com/scripts.asp?eLang=&amp;amp;eProd=61&amp;amp;perPage=10&amp;amp;eQuery=&amp;amp;Submit2=Search" target=_blank&gt;ArcGIS Explorer&lt;/A&gt; from the software list to view the submissions. Click on any entry to view additional detailed information, or to download it. Remember, these are unsupported...&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.esri.com/Info/photos/arcgisexplorer/images/569/original.aspx" border=0&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Info/aggbug.aspx?PostID=570" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Tasks/default.aspx">Tasks</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Custom+Task/default.aspx">Custom Task</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/ArcScripts/default.aspx">ArcScripts</category><category domain="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/tags/Source+Code/default.aspx">Source Code</category></item></channel></rss>