<?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>SpatialKey blog &#187; Uncategorized</title>
	<atom:link href="http://blog.spatialkey.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spatialkey.com</link>
	<description>Geotemporal visualization: theory + solutions</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:31:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Mapping Iraq Casualties Thematically by District and Province</title>
		<link>http://blog.spatialkey.com/2010/11/mapping-iraq-casualties-thematically-by-district-and-province/</link>
		<comments>http://blog.spatialkey.com/2010/11/mapping-iraq-casualties-thematically-by-district-and-province/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 20:03:13 +0000</pubDate>
		<dc:creator>Doug McCune</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=1359</guid>
		<description><![CDATA[Nearly 400,000 internal US Army documents were leaked on October 22, 2010 by the organization WikiLeaks. These documents record a total of approximately 109,000 deaths in Iraq from 2004-2009. To analyze this data we will be using a spreadsheet prepared by the Guardian newspaper. You can see the Guardian&#8217;s reporting on the Iraq data here, [...]]]></description>
			<content:encoded><![CDATA[<p>Nearly 400,000 internal US Army documents were leaked on October 22, 2010 by the organization WikiLeaks. These documents record a total of approximately 109,000 deaths in Iraq from 2004-2009. To analyze this data we will be using a spreadsheet prepared by the Guardian newspaper. You can see the Guardian&#8217;s <a href="http://www.guardian.co.uk/news/datablog/2010/oct/23/wikileaks-iraq-data-journalism" onclick="pageTracker._trackPageview('/outgoing/www.guardian.co.uk/news/datablog/2010/oct/23/wikileaks-iraq-data-journalism?referer=');">reporting on the Iraq data here</a>, or <a href="http://www.google.com/fusiontables/exporttable?query=select+col0%2Ccol1%2Ccol2%2Ccol3%2Ccol4%2Ccol5%2Ccol6%2Ccol7%2Ccol8%2Ccol9%2Ccol10%2Ccol11%2Ccol12%2Ccol13%2Ccol14%2Ccol15%2Ccol16%2Ccol17%2Ccol18+from+273326" onclick="pageTracker._trackPageview('/outgoing/www.google.com/fusiontables/exporttable?query=select+col0_2Ccol1_2Ccol2_2Ccol3_2Ccol4_2Ccol5_2Ccol6_2Ccol7_2Ccol8_2Ccol9_2Ccol10_2Ccol11_2Ccol12_2Ccol13_2Ccol14_2Ccol15_2Ccol16_2Ccol17_2Ccol18+from+273326&amp;referer=');">download the CSV file directly here</a>.</p>
<p>We will be creating a thematic map that shows each district and the number of casualties within its boundary. We will also see a breakdown list of the top districts and provinces that have the most casualties.</p>
<h3>The WikiLeaks Casualty Data</h3>
<p>When we first upload the spreadsheet of the casualty data we can see a heatmap of the deaths. This heatmap is showing the total casualties (US forces, Iraqi forces, civilians, enemy forces, etc).</p>
<p><img class="alignnone size-full wp-image-1396" title="iraq_1" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_13.jpg" alt="" width="500" height="516" /></p>
<p>That&#8217;s an interesting image on its own and shows us the concentration of casualties around major cities like Baghdad. But we&#8217;re interested in seeing this data broken down by the administrative boundaries of Iraq. The problem is, we don&#8217;t know the district or province for each point. This is where SpatialKey comes in. We&#8217;ll use the new ability to join two datasets. That will let us combine our data to figure out the district and province of each casualty.</p>
<h3>Iraq Administrative Boundaries</h3>
<p>There are high level boundaries known as governorates (or provinces), which are divided up into lower level districts.</p>
<p>To produce this map I downloaded the boundary shapefile fo the Iraq administrative areas from <a href="http://gadm.org" onclick="pageTracker._trackPageview('/outgoing/gadm.org?referer=');">gadm.org</a> (<a href="http://www.gadm.org/data/shp/IRQ_adm.zip" onclick="pageTracker._trackPageview('/outgoing/www.gadm.org/data/shp/IRQ_adm.zip?referer=');">direct download</a>). Once uploaded to SpatialKey we can see the district boundaries, which are grouped and colored by province in the map below:</p>
<p><img class="alignnone size-full wp-image-1397" title="iraq_2" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_22.jpg" alt="" width="500" height="541" /></p>
<p>We want to produce a map that uses these district boundaries, but colors them thematically based on the number of casualties within each one. We will be joining these two datasets together using the new join feature of SpatialKey.</p>
<h3>Joining the data</h3>
<p>To begin joining the data we can tell SpatialKey we want to render the casualty data (first displayed as a heatmap) using a thematic shape map. We will then select the option to &#8220;Create a custom join.&#8221;<br />
<img class="alignnone size-full wp-image-1372" style="margin-right: 5px;" title="iraq_3" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_3.jpg" alt="" width="300" height="218" /><img class="alignnone size-full wp-image-1371" title="iraq_4" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_4.jpg" alt="" width="300" height="218" /></p>
<p>To create a new join we have to select which boundary dataset to use. We&#8217;ll select the Iraq boundaries file that we loaded into SpatialKey.</p>
<p><img class="alignnone size-full wp-image-1398" title="iraq_5" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_51.jpg" alt="" width="500" height="329" /></p>
<p>The next step will ask us how we want to join the datasets. In this case we want to use the locations of each point in the WikiLeaks dataset and determine which district each shape falls within. We&#8217;ll select &#8220;Use Point Locations.&#8221;</p>
<p><img class="alignnone size-full wp-image-1369" title="iraq_6" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_6.jpg" alt="" width="500" height="328" /></p>
<h3>Mapping the data</h3>
<p>Next we&#8217;ll select what value we want to map. The Wikileaks data contains numeric values for each record indicating the number of deaths (civilian, coalition forces, etc). We&#8217;ll be creating a thematic map that shows total deaths.</p>
<p><img class="alignnone size-full wp-image-1368" title="iraq_7" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_7.jpg" alt="" width="500" height="364" /></p>
<p>And that&#8217;s all it takes to produce a thematic map of the districts colored to show the total number of deaths within each one. We&#8217;ve taken point data and used a custom boundary dataset to create a new custom thematic map.</p>
<p><img class="alignnone size-full wp-image-1367" title="iraq_8" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_8.jpg" alt="" width="500" height="491" /></p>
<p>We can mouse over any of the boundaries and see the number of casualties within each one.</p>
<p><img class="alignnone size-full wp-image-1365" title="iraq_9_1" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_9_1.jpg" alt="" width="300" height="150" /></p>
<h3>Breakdowns by Province and District</h3>
<p>Our final step will be to view the aggregate count of deaths by district and province. The boundary dataset contains some attributes about each district including the name of the district and the name of the province. Now that we have joined the two datasets together we can use those columns as if they were normal columns within our original WikiLeaks dataset. Essentially, we have enhanced the point dataset by adding the district and province columns.</p>
<p>To get access to those enhanced columns we will add them to the dataset by clicking on &#8220;Add Fields from Joined Datasets.&#8221;</p>
<p><img class="alignnone size-full wp-image-1366" title="iraq_9" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_9.jpg" alt="" width="250" height="117" /></p>
<p>That will allow us to select which field form the Iraq Boundaries dataset want to add in. In this case we&#8217;ll be adding in both the District and the Province columns.</p>
<p><img class="alignnone size-full wp-image-1364" title="iraq_10" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_10.jpg" alt="" width="500" height="333" /></p>
<p>Now we have access to these fields as if they were in our original point dataset. You&#8217;ll notice the join icon and the different coloring, which indicate that these fields are joined from the Iraq Boundaries dataset. We can add pods and filters just like any normal fields.</p>
<p><img class="alignnone size-full wp-image-1389" title="iraq_11_a" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_11_a.jpg" alt="" width="250" height="163" /></p>
<p>We can add pods to show the breakdown of the number of casualties grouped both by the district as well as the province. This gives us clearer insight into the top districts and provinces.<br />
<img class="alignnone size-full wp-image-1391" title="iraq_11" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_111.jpg" alt="" width="450" height="323" /></p>
<p>Now we have our final report, which shows the thematic map of casualties by district as well as the breakdown pods of total casualties by the different administrative regions.</p>
<p><img class="alignnone size-full wp-image-1362" title="iraq_12" src="http://blog.spatialkey.com/wp-content/uploads/2010/11/iraq_12.jpg" alt="" width="500" height="367" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/11/mapping-iraq-casualties-thematically-by-district-and-province/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpatialKey helps community building for ArtPrize 2010</title>
		<link>http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/</link>
		<comments>http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:12:15 +0000</pubDate>
		<dc:creator>Annick Baudot Mohageg</dc:creator>
				<category><![CDATA[data import]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=1227</guid>
		<description><![CDATA[We are very excited that SpatialKey, a product of Universal Mind, is being used by ArtPrize 2010. Per the Wall Street Journal, ArtPrize &#8220;has emerged as a model of urban revitalization and public engagement&#8221; (read full article here). The provocative art competition will feature 1,700 artists from around the world. Artists will display their work [...]]]></description>
			<content:encoded><![CDATA[<p>We are very excited that <a href="http://www.spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a>, a product of <a href="http://www.universalmind.com" onclick="pageTracker._trackPageview('/outgoing/www.universalmind.com?referer=');">Universal Mind</a>, is being used by <a href="http://www.artprize.org/" onclick="pageTracker._trackPageview('/outgoing/www.artprize.org/?referer=');">ArtPrize 2010</a>. Per the Wall Street Journal, ArtPrize &#8220;has emerged as a model of urban revitalization and public engagement&#8221; (read full article <a href="http://magazine.wsj.com/hunter/donate/critical-mass/" onclick="pageTracker._trackPageview('/outgoing/magazine.wsj.com/hunter/donate/critical-mass/?referer=');">here</a>). The provocative art competition will feature 1,700 artists from around the world. Artists will display their work in 192 venues around Grand Rapids, Michigan from Sept 22-October 10. All are vying for $450,000 in prize money- winners being selected through an &#8220;American Idol&#8221; style of voting. More that 37,000 people voted in last year&#8217;s event and even more are expected to vote this year.  </p>
<p><a href="http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/artprize-2/" rel="attachment wp-att-1243"><img src="http://blog.spatialkey.com/wp-content/uploads/2010/09/artprize-2-300x179.jpg" alt="" title="ArtPrize Heat Maps: Don&#039;t Miss hot artists or work" width="300" height="179" class="alignnone size-medium wp-image-1243" /></a></p>
<p><a href="http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/artprize-3/" rel="attachment wp-att-1244"><img src="http://blog.spatialkey.com/wp-content/uploads/2010/09/artprize-3-300x180.jpg" alt="" title="ArtPrize and Social Media" width="300" height="180" class="alignnone size-medium wp-image-1244" /></a></p>
<p>To further engage the local community and to encourage dynamic critiques &#8211; ArtPrize uses an online application created by Universal Mind based on the SpatialKey platform in its central <a href="http://www.mlive.com/artprize/index.ssf/2010/09/artprizes_hub_serves_as_command_center_for_tracking_social_media.html" onclick="pageTracker._trackPageview('/outgoing/www.mlive.com/artprize/index.ssf/2010/09/artprizes_hub_serves_as_command_center_for_tracking_social_media.html?referer=');">&#8220;The Hub&#8221;</a> located in the Old Federal Building. Using SpatialKey, local visitors can not only access maps to see which art piece is being displayed where, but they can also instantly access geotagged tweets, Facebook comments, or photos posted on social media sites about art pieces or artists. SpatialKey also tracks viewers making their way through the exhibition, making  it easy for visitors to see what art is &#8220;hot&#8221; in a specific location.</p>
<p><a href="http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/gr0922artprize-hot-spot/" rel="attachment wp-att-1263"><img src="http://blog.spatialkey.com/wp-content/uploads/2010/09/Rex-Larsen-Grand-Rapids-Press-300x209.jpg" alt="" title="GR0922ARTPRIZE hot spot" width="300" height="209" class="alignnone size-medium wp-image-1263" /></a><br />
(Photo from Rex Larsen- Grand Rapids Press)</p>
<p>Want to participate in the vote? Click <a href="http://www.artprize.org/voting" onclick="pageTracker._trackPageview('/outgoing/www.artprize.org/voting?referer=');">here</a>.</p>
<p>Want to see how you can gain invaluable insight into your data using SpatialKey? Check us out <a href="http://ww.spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/ww.spatialkey.com?referer=');">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/09/spatialkey-helps-community-building-for-artprize-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Law enforcement and sales management? Data is data is data.</title>
		<link>http://blog.spatialkey.com/2010/04/law-enforcement-and-sales-management-data-is-data-is-data/</link>
		<comments>http://blog.spatialkey.com/2010/04/law-enforcement-and-sales-management-data-is-data-is-data/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:54:10 +0000</pubDate>
		<dc:creator>Annick Baudot Mohageg</dc:creator>
				<category><![CDATA[data import]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[Sales & Marketing]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[sales mapping]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=1139</guid>
		<description><![CDATA[Although business goals are drastically different from one organization to the other, it&#8217;s long been common sense to leverage analytics as much as possible to make decisions. Some organizations put together sophisticated systems to get fact-based answers to their questions, while others hack together whatever system they can afford. The great news is that analytical [...]]]></description>
			<content:encoded><![CDATA[<p>Although business goals are drastically different from one organization to the other, it&#8217;s long been common sense to leverage analytics as much as possible to make decisions. Some organizations put together sophisticated systems to get fact-based answers to their questions, while others hack together whatever system they can afford.</p>
<p>The great news is that analytical capabilities previously limited to larger companies with deep pockets are now available to a broader range of organizations. Plus, even larger companies are benefiting from new SaaS and cloud-based technologies that allow easier access to data often locked in legacy systems. More and more companies can therefore take a proactive approach to their decision making, an approach based on facts, vs the reactive approaches of the past. </p>
<div id="attachment_959" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.spatialkey.com/2010/03/more-data-yet-we-can-see-things-better/weber_county_report/" rel="attachment wp-att-959"><img src="http://blog.spatialkey.com/wp-content/uploads/2010/03/Weber_County_Report-300x189.jpg" alt="" title="Weber_County_Report" width="300" height="189" class="size-medium wp-image-959" /></a><p class="wp-caption-text">Police report</p></div>
<p>Take law enforcement. When <a href="http://www.spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a> first launched, we immediately received interest from <a href="http://www.spatialkey.com/industry-solutions/law-enforcement/" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/law-enforcement/?referer=');">police departments</a> looking into better approaches to crime fighting. Most already used sophisticated RMS or CompStat data systems, yet those systems did not take into account data from other systems or outside sources.  For example gang data might be in one database, crime incidents in RMS, and offender information in a spreadsheet with no easy way to pull the information together to make better policing decisions. What they saw in SpatialKey was a way to get a better ROI on their investments by adding new dimensions to their data analysis capabilities. </p>
<p>With SpatialKey, a commander for example can bring in data from multiple sources and start looking for patterns: there are a string of robberies happening in a neighborhood- how can we curtail these? Who are the parolees or known offenders living within x miles of that area? Is there a specific time of the day that these crimes occur? In the police world, they call this <a href="http://www.directionsmag.com/article.php?article_id=3425" onclick="pageTracker._trackPageview('/outgoing/www.directionsmag.com/article.php?article_id=3425&amp;referer=');">Intelligence-led policing</a>- the ability to leverage intelligence to guide crime fighting decisions. So if the commander sees a pattern in the time when crimes occur, increasing the number of patrol cars in the neighborhood at that time is a fact-based approach that hopefully will generate faster/cheaper results. And all it took was a couple minutes of analysis with SpatialKey vs randomly patrolling the area.</p>
<p>Well data is data is data. What we&#8217;ve seen in the past year is that a<a href="http://www.spatialkey.com/industry-solutions/sales-marketing/" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/sales-marketing/?referer=');"> Sales VPs&#8217;</a> data analysis needs are actually not that different from a police chief&#8217;s (or any other decision maker for that matter). At the end of the day, what&#8217;s important for organizations is to find ways to pull together information critical to decision making and make it available to the people who need to actually make those decisions. So for one parolees, crime logs, or calls for service are key data points to look into to make fact-based decisions, for the other it might be sales leads, product sales, customer calls or customer demographics. And of course the types of data SpatialKey clients need to analyze is as varied as their industries.</p>
<p><a href="http://blog.spatialkey.com/2010/03/more-data-yet-we-can-see-things-better/tdwi-lostvswon/" rel="attachment wp-att-960"><img src="http://blog.spatialkey.com/wp-content/uploads/2010/03/tdwi-lostVSwon-300x166.png" alt="" title="Sales Team report" width="300" height="166" class="alignnone size-medium wp-image-960" /></a></p>
<p>The common thread we&#8217;ve found amongst all of our clients is that although they already have data analysis capabilities (most already use some form of BI or GIS system), those systems do not provide them the ad-hoc, &#8220;get the answer now&#8221; data analysis needs the addition of SpatialKey provides. </p>
<p>So although a Sales VP might be using <a href="http://www.spatialkey.com/industry-solutions/salesforce/" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/salesforce/?referer=');">Salesforce</a> as a great CRM tool, there is no easy way to tie the salesforce data to other internal or external data sources to make better decisions to maximize sales opportunities. By incorporating SpatialKey with Salesforce, he/she can now bring in demographic information or competitive data into the picture. Are there patterns, geographic or otherwise, that can help guide sales staff deployment or lead closing activities? Is there a correlation between deal size and marketing activities? What works best to close leads in this geography vs the other? </p>
<p>In a fast-paced world when we all need an answer yesterday, the benefit they see in SpatialKey is that not only can they leverage knowledge they never had before, but  they also don&#8217;t need to wait on data analysis gurus to get answers. They can do that analysis themselves- on the fly. Many actually use SpatialKey in meetings so that &#8220;what if&#8221; questions can be answered immediately. Maybe we should call this Intelligence-led sales&#8230;..</p>
<p>Please visit <a href="http://www.spatialkey.com/" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/?referer=');">spatialkey.com</a> for more information. We also offer a free trial if you want to take a spin of the app with your own data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/04/law-enforcement-and-sales-management-data-is-data-is-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where 2.0 and Crisis Mapping</title>
		<link>http://blog.spatialkey.com/2010/03/where-2-0-and-crisis-mapping/</link>
		<comments>http://blog.spatialkey.com/2010/03/where-2-0-and-crisis-mapping/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 21:28:16 +0000</pubDate>
		<dc:creator>Annick Baudot Mohageg</dc:creator>
				<category><![CDATA[crisis mapping]]></category>
		<category><![CDATA[data import]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[where 2.0]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=1079</guid>
		<description><![CDATA[Our own Doug McCune, SpatialKey engineer extraordinaire, will be presenting a session about Crisis Mapping at Where 2.0 in San Jose this Thursday, April 1st. If you are attending the event, please come to Ballroom III at 4:50pm. Analyzing conflicts via maps is not new. For centuries generals and politicians have moved pushpins on maps to [...]]]></description>
			<content:encoded><![CDATA[<p>Our own Doug McCune, <a href="http://www.spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a> engineer extraordinaire, will be presenting a session about Crisis Mapping at <a href="http://en.oreilly.com/where2010/" onclick="pageTracker._trackPageview('/outgoing/en.oreilly.com/where2010/?referer=');">Where 2.0</a> in San Jose this Thursday, April 1st. If you are attending the event, please come to Ballroom III at 4:50pm.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_llOH2eFjjU&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/_llOH2eFjjU&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Analyzing conflicts via maps is not new. For centuries generals and politicians have moved pushpins on maps to help guide troop movements, understand enemy positions, or help avert conflict altogether. What&#8217;s new to conflict and crisis mapping are the tools now allowing military, politicians, and humanitarian groups better understand what drives political instability and violent conflict, and better address it.</p>
<p>One of the more rewarding uses of SpatialKey has been driven by a team led by Dr Clionadh Raleigh. Dr Raleigh and team members from the PRIO Center for the Study of Civil War created the <a href="http://www.acleddata.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.acleddata.com/?referer=');">ACLED</a> (Armed Conflict Location and Event Data) database. The ACLED project team&#8217;s objective was to provide a better read of conflicts by understanding the relationships between combatants, social groups, economies, and even natural phenomena such as droughts or floods. Ultimately their goal is to achieve a more stable, just, and peaceful world.</p>
<div id="attachment_962" class="wp-caption alignnone" style="width: 310px"><a rel="attachment wp-att-962" href="http://blog.spatialkey.com/2010/03/more-data-yet-we-can-see-things-better/acled-cs-image-1/"><img class="size-medium wp-image-962" title="ACLED CS Image 1" src="http://blog.spatialkey.com/wp-content/uploads/2010/03/ACLED-CS-Image-1-300x167.jpg" alt="" width="300" height="167" /></a><p class="wp-caption-text">Crisis mapping</p></div>
<p>Thanks in part to funding from the World Bank, ACLED provides up-to-date, immediately accessible analytics and maps for over 50 countries in the developing world to help academics, the World Bank, NGOs, aid agencies and more gain insights on civil war dynamics. The database includes for example the date and location of conflict events, event types, rebel and other groups involved, as well as specifics on battles, killings, riots, and recruitment activities by rebels, governments, militias, armed groups, protesters and civilians, and much more.</p>
<p>The difficulty of creating a central database for crisis mapping is that it needs to bring together vast amounts of diverse information coming from a wide variety of sources. In technical terms: a data mess. Since neither Dr Raleigh nor the users of the ACLED database are trained GIS (Geographic Information System) professionals, they decided to use <a href="http://www.spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a> to centralize and analyze the data. SpatialKey is web-based and does not require special training or programming. All users need is an internet connection to immediately create highly visual maps and reports.</p>
<p><a rel="attachment wp-att-1084" href="http://blog.spatialkey.com/2010/03/where-2-0-and-crisis-mapping/acled-cs-image-3/"><img class="alignnone size-medium wp-image-1084" title="ACLED CS Image 3" src="http://blog.spatialkey.com/wp-content/uploads/2010/03/ACLED-CS-Image-3-300x167.jpg" alt="" width="300" height="167" /></a></p>
<p>The benefit of using SpatialKey is that each agency using ACLED data can now create maps to help answer totally different questions, no data specialists required. Some groups need to better understand how to mitigate conflict in a specific area, others want to find the safest zone to place a refugee camp, and yet others want to understand the impact of possible floods and droughts on a conflict so they can arrange their resources accordingly.</p>
<p>This has allowed researchers to analyze data with more precision, as well as create a more collaborative environment to help the researcher community create predictive models of civil war. It has also helped challenge assumptions. For example Dr Raleigh says that many people considered civil wars to be primarily rural events, but SpatialKey has showed that these conflicts tend to happen close to larger cities, as rebel groups attempt to engage with the military. She considers that the combination of ACLED and SpatialKey goes a long way toward advancing the field- it provides the next generation in conflict analysis and crisis mapping.</p>
<p><a rel="attachment wp-att-1085" href="http://blog.spatialkey.com/2010/03/where-2-0-and-crisis-mapping/acled-cs-image-2/"><img class="alignnone size-medium wp-image-1085" title="ACLED CS Image 2" src="http://blog.spatialkey.com/wp-content/uploads/2010/03/ACLED-CS-Image-2-300x167.jpg" alt="" width="300" height="167" /></a></p>
<p>If you cannot attend Doug&#8217;s session, please read our case study on the use of <a href="http://www.spatialkey.com/assets/casestudies/SK_ACLED.pdf" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/assets/casestudies/SK_ACLED.pdf?referer=');">SpatialKey by ACLED.</a></p>
<p>For more information on SpatialKey, or to start your free trial, please go to <a href="www.spatialkey.com">spatialkey.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/03/where-2-0-and-crisis-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We make it and use it too</title>
		<link>http://blog.spatialkey.com/2010/03/we-make-it-and-use-it-too/</link>
		<comments>http://blog.spatialkey.com/2010/03/we-make-it-and-use-it-too/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 15:35:33 +0000</pubDate>
		<dc:creator>Annick Baudot Mohageg</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[Sales & Marketing]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[sales intelligence]]></category>
		<category><![CDATA[sales mapping]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=1013</guid>
		<description><![CDATA[Tom Link, Universal Mind CTO, presented the company&#8217;s &#8220;state of the business&#8221; at a recent internal meeting. And of course, as SpatialKey&#8217;s General Manager, he used SpatialKey to more visually highlight sales activities and trends, as well as answer employee questions on the fly. SpatialKey as a visual dashboard is a great example to highlight [...]]]></description>
			<content:encoded><![CDATA[<p>Tom Link, <a href="http://www.universalmind.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.universalmind.com?referer=');">Universal Mind</a> CTO, presented the company&#8217;s &#8220;state of the business&#8221; at a recent internal meeting. And of course, as SpatialKey&#8217;s General Manager, he used <a href="http://www.spatialkey.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a> to more visually highlight sales activities and trends, as well as answer employee questions on the fly.</p>
<p><object id="scPlayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="576" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/FirstFrame.jpg&amp;containerwidth=576&amp;containerheight=360&amp;content=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/Company%20Meeting%20Presentation%20-%20Demo.mp4" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/" /><param name="src" value="http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/mp4h264player.swf" /><param name="flashvars" value="thumb=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/FirstFrame.jpg&amp;containerwidth=576&amp;containerheight=360&amp;content=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/Company%20Meeting%20Presentation%20-%20Demo.mp4" /><param name="allowfullscreen" value="true" /><embed id="scPlayer" type="application/x-shockwave-flash" width="576" height="360" src="http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/mp4h264player.swf" base="http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/" allowscriptaccess="always" scale="showall" allowfullscreen="true" flashvars="thumb=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/FirstFrame.jpg&amp;containerwidth=576&amp;containerheight=360&amp;content=http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/Company%20Meeting%20Presentation%20-%20Demo.mp4" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<p>SpatialKey as a visual dashboard is a great example to highlight since it&#8217;s commonly used by our clients- but since our clients don&#8217;t really want to share their company data with the world for us to use in demos, we thought we&#8217;d use ours! Of course, we changed employee names and client revenues for this video since we don&#8217;t want to reveal our secrets either.</p>
<p>As a background, Universal Mind, SpatialKey&#8217;s parent company, is a leader in the field of Rich Internet Applications (RIA) development using next generation Web 2.0 technologies. The company is comprised of employees, as well as a network of consultants, all spread throughout the US. Clients include companies as diverse as Adobe, Cisco, Behr, CVS, Ben&amp;Jerry&#8217;s, Visa, Children&#8217;s Hospital Boston, Verizon and many more. Dispersed teams often don&#8217;t get the big picture of how their work fits within the broader company or how they are performing compared to others. For Universal Mind, SpatialKey has helped bridge that gap.</p>
<p>Tom&#8217;s presentation focused on <a href="http://www.spatialkey.com/industry-solutions/sales-marketing/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/sales-marketing/?referer=');">sales</a> activities and sales performance. How did we do last year? How did we grow geographically? Which clients generated the most aggregated revenue? What trends do we see for the year ahead? Are there any location trends we should capitalize on? Who were our top performing sales reps? Is there a correlation between the location of our reps and the success of our sales activities? Which consultants generated the most billable hours? Where are they located? What revenue did they generate across clients?</p>
<p>See the video above for a small example of the many visualizations and analysis capabilities <a href="http://www.spatialKey.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialKey.com?referer=');">SpatialKey</a> offers for sales data. Notice how quickly Tom gets answers to any question he asks about the companies&#8217; sales activities. Universal Mind uses <a href="http://www.spatialkey.com/industry-solutions/salesforce/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/salesforce/?referer=');">Salesforce</a> to track and manage its sales pipeline, so the data you see highlighted comes from a direct import from Salesforce, but any CSV-type data would work just as well.</p>
<p>If you are interested in finding out more or need help setting up your free trial, do not hesitate to <a href="http://www.spatialkey.com/contactcf/general.cfm?type=sales" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/contactcf/general.cfm?type=sales&amp;referer=');">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/03/we-make-it-and-use-it-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://content.screencast.com/users/TomLink/folders/Camtasia/media/f3bb8395-fe46-4d08-bac1-0cb4ffa37261/Company%20Meeting%20Presentation%20-%20Demo.mp4" length="21078793" type="video/mp4" />
		</item>
		<item>
		<title>Comparing Thematic Maps with Density Heatmaps</title>
		<link>http://blog.spatialkey.com/2010/02/comparing-thematic-maps-with-density-heatmaps/</link>
		<comments>http://blog.spatialkey.com/2010/02/comparing-thematic-maps-with-density-heatmaps/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:58:59 +0000</pubDate>
		<dc:creator>Doug McCune</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=622</guid>
		<description><![CDATA[Now that we&#8217;ve rolled out thematic mapping by state, county, and zip code in SpatialKey, you can produce some fantastic thematic maps with only a few mouse clicks. But it&#8217;s important to understand how these thematic maps represent your data, and when it might be appropriate to use thematic maps versus density maps. Both are [...]]]></description>
			<content:encoded><![CDATA[<p>Now that we&#8217;ve rolled out thematic mapping by state, county, and zip code in SpatialKey, you can produce some fantastic thematic maps with only a few mouse clicks. But it&#8217;s important to understand how these thematic maps represent your data, and when it might be appropriate to use thematic maps versus density maps. Both are useful, and SpatialKey makes switching between the two methods easier than it has ever been before.</p>
<p>We&#8217;ll compare a zip-code thematic map with a heatmap. Both maps show average home sale price by geographic area (either zip codes or clusters of points). The image below shows the two map types side by side.<br />
<a href="http://blog.spatialkey.com/wp-content/uploads/2010/01/thematic_heatmap_comparison.png"><img class="alignnone size-large wp-image-732" title="thematic_heatmap_comparison" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/thematic_heatmap_comparison-535x322.png" alt="thematic_heatmap_comparison" width="535" height="322" /></a></p>
<p>Now we&#8217;ll step through an analysis of these different map types to see why they produce different views of the same data.</p>
<h3>Thematic map by zip code</h3>
<p>First, let&#8217;s take a look at mapping home sales in Sacramento by zip  code. The map below shows thematic zip codes colored by the average sale  price. You can see the highest range is $400,000 and up and includes 3  zip codes in the image below. I want to focus on comparing the two  labeled zip codes, 95818 and 95822. You can see that the 95822 zip code  area has a much lower average sale price than 95818, which is  immediately north of it.</p>
<p><img class="size-large wp-image-625" title="sacramento_prices_zip_thematic" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/sacramento_prices_zip_thematic-535x559.jpg" alt="sacramento_prices_zip_thematic" width="535" height="559" /></p>
<h3>Density heatmap with zip-code boundaries</h3>
<p>However, if we switch to a density heatmap we see a different picture. Switching from thematic zip codes to a density map takes literally 3 clicks in SpatialKey. The map below shows average sale price as a density map, with the boundaries of the zip codes overlaid in red. This is the exact same data showing the exact same attribute (home sales showing average sale price). But if you compare this image with the thematic map above you&#8217;ll notice that the hotspots tell a different story. A fluid area that overlaps both the zip codes we looked at above is actually the area with the high average prices. That area doesn&#8217;t cleanly fall into a single zip code.</p>
<p><img class="size-large wp-image-624" title="sacramento_prices_heatmap_w_zip" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/sacramento_prices_heatmap_w_zip-535x559.jpg" alt="sacramento_prices_heatmap_w_zip" width="535" height="559" /></p>
<p>This isn&#8217;t too shocking, since it intuitively makes sense that fairly arbitrary boundaries like zip codes wouldn&#8217;t directly map to more or less expensive areas of town. But it illustrates the difficulty of rendering your data thematically by certain shapes, like zip codes or counties.</p>
<h3>Density heatmap with neighborhood boundaries</h3>
<p>To further analyze the dataset I decided to load in the boundaries of the neighborhoods in Sacramento (the file was <a href="http://maps.cityofsacramento.org/data.htm" onclick="pageTracker._trackPageview('/outgoing/maps.cityofsacramento.org/data.htm?referer=');">downloaded here</a>). Now we see boundaries that come much closer to matching the home prices. Intuitively this also makes sense; if you think about home prices in your city you&#8217;ll likely think of expensive and cheap neighborhoods, not zip codes.</p>
<p><img class="size-large wp-image-623" title="sacramento_prices_heatmap_w_neighborhoods" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/sacramento_prices_heatmap_w_neighborhoods-535x559.jpg" alt="sacramento_prices_heatmap_w_neighborhoods" width="535" height="559" /></p>
<h3>Everything has its place</h3>
<p>Both thematic maps and density maps are useful when exploring geographic data. Both show you important aspects of your data, but it&#8217;s important to keep in mind the inherent limitations of the different methods. With SpatialKey, we provide you with the tools to easily switch back and forth between these rendering methods in seconds.</p>
<h3>Try it out for yourself</h3>
<p>You can start uploading your own data and making thematic maps right away by signing up for the <a href="http://www.spatialkey.com/signup/index.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/signup/index.cfm?referer=');">30-day trial of SpatialKey</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/02/comparing-thematic-maps-with-density-heatmaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual mapping and analysis for &#8220;regular&#8221; business users?</title>
		<link>http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/</link>
		<comments>http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:24:34 +0000</pubDate>
		<dc:creator>Annick Baudot Mohageg</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[Sales & Marketing]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[location intelligence]]></category>
		<category><![CDATA[sales mapping]]></category>
		<category><![CDATA[sales territories]]></category>
		<category><![CDATA[target marketing]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=691</guid>
		<description><![CDATA[We all know that a picture is worth a thousand words. Images from Tiananmen Square, September 11th, or the recent devastation in Haiti are universally understood and move people to action more than words ever could. Visualizing vs. reading about events is becoming more and more prevalent, with an increasing number of people receiving their [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that a picture is worth a thousand words. Images from Tiananmen Square, September 11th, or the recent devastation in Haiti are universally understood and move people to action more than words ever could. Visualizing vs. reading about events is becoming more and more prevalent, with an increasing number of people receiving their information from the web or cell phone. In parallel with the upsurge in use of images and multimedia content to communicate information, the advent of Google Earth, online maps, or car and phone navigation tools has created an explosion in the use of visual maps in every day life. Instead of reading text, we are now provided maps to more easily see how to get from point A to point B, or where to find open homes in a specific neighborhood. For most of us, seeing is understanding and believing.</p>
<p><a rel="attachment wp-att-764" href="http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/cnn/"><img class="alignnone size-medium wp-image-764" title="CNN on Haiti Earthquake" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/cnn-247x300.jpg" alt="" width="192" height="234" /></a> <a rel="attachment wp-att-765" href="http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/open-homes/"><img class="alignnone size-medium wp-image-765" title="open homes" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/open-homes-300x290.jpg" alt="" width="240" height="232" /></a></p>
<p><em>Photo courtesy of CNN and Google maps.</em></p>
<p>On the business side, 80% of business data has a location component which provides a goldmine of untapped information for marketing, sales and operations. But current visual mapping and analysis tools are expensive, can only be accessed by trained specialists, and require heavy IT involvement to set up and maintain. This is a big barrier to entry for most businesses. They want to &#8220;see&#8221;, understand and communicate data trends, but don&#8217;t have the time nor means to invest in yet another expensive infrastructure.</p>
<p>The businesses that already do leverage visual mapping and analysis can more effectively and more quickly see geographic or time-based data and trends critical to sales and operations. This provides them a real competitive advantage. Many oil and gas companies for example have invested in sophisticated Geographic Information Systems (GIS) and brought in GIS specialists to gain insight on their location intelligence via visual maps. This allows them not only to plot areas with the highest potential to drill in, but also better manage their pipelines, operations, retail facilities, and more.</p>
<p><img class="alignnone size-medium wp-image-759" title="Excel file" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/excel-300x217.jpg" alt="" width="180" height="130" /> &#8230;. or&#8230;.    .<img class="alignnone size-medium wp-image-766" title="locate customers1" src="http://blog.spatialkey.com/wp-content/uploads/2010/01/locate-customers1-300x233.jpg" alt="" width="234" height="182" /> &#8230;and&#8230;           <a rel="attachment wp-att-852" href="http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/lost-vs-won/"><img class="alignnone size-large wp-image-852" title="Lost vs Won" src="http://blog.spatialkey.com/wp-content/uploads/2010/02/Lost-vs-Won-535x463.jpg" alt="" width="193" height="167" /></a> &#8230; and..     <a rel="attachment wp-att-853" href="http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/map-2/"><img class="alignnone size-full wp-image-853" title="map" src="http://blog.spatialkey.com/wp-content/uploads/2010/02/map.jpg" alt="" width="195" height="148" /></a></p>
<p>Thankfully, a revolution is taking place that allows &#8220;regular&#8221; business users -with no GIS training nor deep pockets-  to leverage the power of visual mapping and analysis. Enter Software as a Service (SaaS). SaaS is transforming mapping and data visualization in the business world the same way Google Maps revolutionized mapping for consumers. Using cost-effective, user friendly SaaS mapping and analysis applications, such as <a href="http://www.spatialkey.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com?referer=');">SpatialKey</a>, organizations of all types and sizes can now import their business data, combine it with geographic or competitive information, and start visually analyzing trends critical to their business. Where are key customers located? How can they maximize results in their sales territories? How best to map their sales territories? Where should they open a new retail outlet? How does Q2 sales compare to Q1 on a geographic basis? What marketing campaign resulted in the highest ROI? And so much more.</p>
<p>Opportunities and threats previously hidden within row and column-based datasets are now clearly visible via interactive maps. Concepts difficult to explain in text or PowerPoint presentations can now also be shown and therefore easily understood resulting in better decision making. What’s more, since everyday decision makers can use these applications, “what if” questions can be answered on the fly versus having to wait for an analyst to do a new data query. Decision-making, communication, and collaboration are improved. After all, seeing is understanding and believing, even in the business world.</p>
<p>Note: we&#8217;ll be adding blog posts around visual mapping for sales and marketing users over the next few weeks. In the meantime you can find out more at our <a title="Sales and Marketing Solutions" href="http://www.spatialkey.com/industry-solutions/sales-marketing/" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/sales-marketing/?referer=');">sales and marketing</a> and/or <a title="Enterprise solutions" href="http://www.spatialkey.com/industry-solutions/enterprise-solutions/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/industry-solutions/enterprise-solutions/?referer=');">enterprise</a> solutions pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2010/02/visual-mapping-and-analysis-for-regular-business-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Map of Saturn Dealership Closings</title>
		<link>http://blog.spatialkey.com/2009/10/map-of-saturn-dealership-closings/</link>
		<comments>http://blog.spatialkey.com/2009/10/map-of-saturn-dealership-closings/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 05:35:52 +0000</pubDate>
		<dc:creator>Tom Link</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=456</guid>
		<description><![CDATA[GM just announced that the Saturn brand will be winding down. Here&#8217;s a map of the Saturn dealerships throughout the US, based on data from AggData.  (Click for larger image.) View the interactive report in SpatialKey Fortunately for Saturn owners, all of these locations are near GM dealerships.]]></description>
			<content:encoded><![CDATA[<p>GM just announced that the Saturn brand will be winding down.  Here&#8217;s a map of the Saturn dealerships throughout the US, based on <a onclick="pageTracker._trackPageview('/outgoing/www.aggdata.com/search/node/GM?referer=');pageTracker._trackPageview('/outgoing/www.aggdata.com/search/node/GM?referer=http://blog.spatialkey.com/');" href="http://www.aggdata.com/search/node/GM" target="_blank">data from AggData</a>.  (Click for <a href="http://blog.spatialkey.com/wp-content/uploads/2009/10/saturn_dealerships_hres.jpg">larger image</a>.)</p>
<div id="attachment_455" class="wp-caption alignnone" style="width: 650px"><a href="http://blog.spatialkey.com/wp-content/uploads/2009/10/saturn_dealerships_hres.jpg"><img class="size-full wp-image-455" title="Map of Saturn Dealerships" src="http://blog.spatialkey.com/wp-content/uploads/2009/10/saturn_dealerships_lg.jpg" alt="Map of all Saturn dealerships" width="640" height="332" /></a><p class="wp-caption-text">Map of all Saturn dealerships</p></div>
<p><a href="http://tinyurl.com/y8rwe4a" class="try-btn" onclick="pageTracker._trackPageview('/outgoing/tinyurl.com/y8rwe4a?referer=');">View the interactive report in SpatialKey</a></p>
<p>Fortunately for Saturn owners, all of these locations are <a href="http://blog.spatialkey.com/2009/10/mapping-saturn-and-gm-dealerships-service-is-still-nearby/">near GM dealerships</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2009/10/map-of-saturn-dealership-closings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpatialKey launched on the Intuit Partner Platform</title>
		<link>http://blog.spatialkey.com/2008/11/spatialkey-launched-on-the-intuit-partner-platform/</link>
		<comments>http://blog.spatialkey.com/2008/11/spatialkey-launched-on-the-intuit-partner-platform/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:32:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Intuit]]></category>
		<category><![CDATA[partnership]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=200</guid>
		<description><![CDATA[Last week at Adobe Max in San Francisco, our team launched Customer Explorer, a version of our geovisualization system running on the Intuit Partner Platform. Existing QuickBooks customers can now visualize their customer data (or a sample dataset) in any of the current technology preview templates without leaving the Intuit Workplace. Any dates in your [...]]]></description>
			<content:encoded><![CDATA[<p>Last week at Adobe Max in San Francisco, our team launched Customer Explorer, a version of our geovisualization system running on the <a href="http://ipp.developer.intuit.com/" onclick="pageTracker._trackPageview('/outgoing/ipp.developer.intuit.com/?referer=');">Intuit Partner Platform</a>.  Existing QuickBooks customers can now visualize their customer data (or a sample dataset) in any of the current <a href="http://spatialkey.com/spatialkey/www/gallery/gallery_home.cfm" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com/spatialkey/www/gallery/gallery_home.cfm?referer=');">technology preview templates</a> without leaving the Intuit Workplace.  Any dates in your data will be detected, and addresses will be automatically geocoded.  </p>
<p><img alt="" src="http://blog.spatialkey.com/images/skIntuit.png" title="SpatialKey on the Intuit Partner Platform" class="alignnone" width="600" height="346" /></p>
<p>The app was created as part of Intuit&#8217;s Workplace contest, and we&#8217;re proud to announce that it was <a href="http://ippblog.intuit.com/blog/2008/11/at-the-adobe-ma.html" onclick="pageTracker._trackPageview('/outgoing/ippblog.intuit.com/blog/2008/11/at-the-adobe-ma.html?referer=');">chosen as the winner</a>.  This is the first non-preview release of the SpatialKey system, and we prepared a few videos to help you get started.  The first shows all the steps necessary to sign up for the SpatialKey app and launch your data.</p>
<p><object width="600" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2546763&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2546763&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="338"></embed></object></p>
<p>The other videos (which introduce the Data Exploration and Charting Dashboard Builder visualization templates) can be seen on our <a href="http://www.spatialkey.com/spatialkey/www/support/intuit.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/support/intuit.cfm?referer=');">landing page for the Intuit app</a>.  For more information on SpatialKey and the Intuit Partner Platform, see these articles:</p>
<ul>
<li><a href="http://news.cnet.com/8301-17939_109-10098259-2.html" onclick="pageTracker._trackPageview('/outgoing/news.cnet.com/8301-17939_109-10098259-2.html?referer=');">Slick data-visualizer launched for QuickBooks users</a> (CNet)</li>
<li><a href="http://blogs.pcmag.com/atwork/2008/11/intuit_workplace_analyzes_smb.php" onclick="pageTracker._trackPageview('/outgoing/blogs.pcmag.com/atwork/2008/11/intuit_workplace_analyzes_smb.php?referer=');">Intuit Workplace Analyzes SMB</a> (PCMag)</li>
<li><a href="http://blog.programmableweb.com/2008/11/20/spatialkey-mashes-up-quickbooks-customer-data/" onclick="pageTracker._trackPageview('/outgoing/blog.programmableweb.com/2008/11/20/spatialkey-mashes-up-quickbooks-customer-data/?referer=');">SpatialKey Mashes Up QuickBooks Customer Data</a> (Programmable Web)</li>
<li><a href="http://ippblog.intuit.com/blog/2008/11/at-the-adobe-ma.html" onclick="pageTracker._trackPageview('/outgoing/ippblog.intuit.com/blog/2008/11/at-the-adobe-ma.html?referer=');">Universal Mind Wins Intuit WorkPlace Application Contest</a> (Intuit)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2008/11/spatialkey-launched-on-the-intuit-partner-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ogden Police Chief Jon Greiner on SpatialKey</title>
		<link>http://blog.spatialkey.com/2008/09/ogden-police-chief-jon-greiner-on-spatialkey/</link>
		<comments>http://blog.spatialkey.com/2008/09/ogden-police-chief-jon-greiner-on-spatialkey/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crime mapping]]></category>
		<category><![CDATA[heatmaps]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=153</guid>
		<description><![CDATA[The Ogden Police Department is the first department in the country to implement the enterprise version of the SpatialKey Law Enforcement Dashboard. In a recent article on the Senate Site (&#8220;Unofficial Voice of the Utah Senate Majority&#8221;), Ogden Police Chief Jon Greiner says of SpatialKey: &#8230;it&#8217;s a combination map of satellite images, street map, and [...]]]></description>
			<content:encoded><![CDATA[<p>The Ogden Police Department is the first department in the country to implement the enterprise version of the <a href="http://lawenforcement.spatialkey.com/" onclick="pageTracker._trackPageview('/outgoing/lawenforcement.spatialkey.com/?referer=');">SpatialKey Law Enforcement Dashboard</a>.  In a <a href="http://senatesite.com/blog/2008/09/keeping-citizens-safe.html" onclick="pageTracker._trackPageview('/outgoing/senatesite.com/blog/2008/09/keeping-citizens-safe.html?referer=');">recent article on the Senate Site</a> (&#8220;Unofficial Voice of the Utah Senate Majority&#8221;), Ogden Police Chief Jon Greiner says of SpatialKey:</p>
<blockquote><p>&#8230;it&#8217;s a combination map of satellite images, street map, and my geographically assigned patrol beat map in layers. The company has made it so user friendly that I can literally research and plot over 400,000 calls for service in the last 5 years in about 30 seconds. The system is web based so quickly analyzing What-Ifs can be accomplished anytime, anywhere&#8230;</p></blockquote>
<p>Chief Greiner further highlights the ease-of-use of SpatialKey and its appeal to younger officers:</p>
<blockquote><p>At the end of the day I want to give each of my officers the ability to do What-Ifs from home. My newest officers are gamers raised in a world of video games. I want this to become their new game of choice in helping solve crimes and arrest suspects more quickly. OPD [Ogden Police Department] officers work the same area for a year and this gives them a tool for their area to use during their un-committed time.</p></blockquote>
<p>With SpatialKey, our goal is to put powerful visualization and reporting tools into the hands of those who need them most: the decision-makers.  We continue to work with the Ogden PD and other departments to test our tools, implement their feedback, and ensure that they are able to make best use of their geotemporal data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2008/09/ogden-police-chief-jon-greiner-on-spatialkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

