<?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; examples</title>
	<atom:link href="http://blog.spatialkey.com/tag/examples/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 Parking Tickets in San Francisco (and the problem with simple map markers)</title>
		<link>http://blog.spatialkey.com/2009/03/mapping-parking-tickets-in-san-francisco-and-the-problem-with-simple-map-markers/</link>
		<comments>http://blog.spatialkey.com/2009/03/mapping-parking-tickets-in-san-francisco-and-the-problem-with-simple-map-markers/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 20:35:20 +0000</pubDate>
		<dc:creator>Doug McCune</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[heatmaps]]></category>
		<category><![CDATA[proportional symbols]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=227</guid>
		<description><![CDATA[The San Francisco Chronicle&#8217;s website, SFGate.com, has a nice map showing the top locations in San Francisco where parking citations are issued. The dataset includes individual locations where 100 or more citations were issued, so it&#8217;s a map of the single places you&#8217;re most likely to get ticketed (but note that it doesn&#8217;t include the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_226" class="wp-caption alignright" style="width: 245px"><a href="http://www.sfgate.com/maps/parkingtickets/" onclick="pageTracker._trackPageview('/outgoing/www.sfgate.com/maps/parkingtickets/?referer=');"><img class="size-medium wp-image-226" title="Parking Ticket Map from SFGate.com" src="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot099-271x300.jpg" alt="Parking Ticket Map from SFGate.com" width="235" height="261" /></a><p class="wp-caption-text">Parking Ticket Map from SFGate.com</p></div>
<p>The San Francisco Chronicle&#8217;s website, <a href="http://sfgate.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sfgate.com?referer=');">SFGate.com</a>, has a <a href="http://www.sfgate.com/maps/parkingtickets/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sfgate.com/maps/parkingtickets/?referer=');">nice map</a> showing the top locations in San Francisco where parking citations are issued. The dataset includes individual locations where 100 or more citations were issued, so it&#8217;s a map of the single places you&#8217;re most likely to get ticketed (but note that it doesn&#8217;t include the full dataset, only the top 576 locations). They&#8217;ve created a map that uses the Google Maps API and they overlay their own custom markers that use graduated circles to represent the number of tickets issued at any given location. The size of the circle indicates how many tickets were issued, and each unique location has one circle centered on the location.</p>
<p>But there are a few problems with this visualization. The two most obvious things that stand out are the difficulty in understanding the density of many map markers all overlapping one another, which is seen in the north-east area of the city (downtown), and the second issue is the fact that the one huge marker at the southern edge of the city makes every other marker look tiny and unimportant. A single glance at this map would lead me to conclude that there must be more parking citations issued in the southern area of the city than in the other areas. But that&#8217;s the wrong conclusion to draw.</p>
<h3>The problem with overlapping markers</h3>
<p><img class="alignleft size-full wp-image-228" style="border: 1px solid silver; margin-right: 15px; margin-top: 0px; margin-bottom: 15px;" title="overlapping markers" src="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot104.jpg" alt="overlapping markers" width="155" height="140" />One of the big issues that we see with maps that contain a lot of data points is that the kind of markers that are typically used in online maps start to become unreadable when you get dense areas of data. In this dataset there aren&#8217;t even that many data points (576 total), but the concentration downtown makes that area a jumble of markers.</p>
<p>You can tell that there are a lot of points in the area, but you can&#8217;t tell how many there are. And in this case, each marker doesn&#8217;t just represent a single point, the size of the circle also represents how many tickets were issued at that location, so ideally I would be able to look at this map and tell where the most citations are issued, but I simply have no way of knowing that.</p>
<h3>The problem with relative sizing of individual markers</h3>
<p><img class="alignright size-medium wp-image-237" style="border: 1px solid silver; margin-left: 0px; margin-left: 15px;" title="One outlying point throwing off the rendering" src="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot105-300x270.jpg" alt="One outlying point throwing off the rendering" width="190" height="170" />The second problem has to do with that large marker near the bottom of the map. This map leads to a confusing conclusion because every map marker, regardless of how close it is to other markers (or even if it overlaps others) is showing the value of a single location. This means that if there are 10 locations all within a single city block that each have 100 citations, and then there is a separate location elsewhere in the city that has 500 citations, that location with 500 citations will appear 5 times as large as any of the other locations, and you will have no way of knowing that within a single block there were actually 1,000 citations issued (making that block a far more likely area for receiving a parking ticket). What we really want to see is the total citations issued within a certain geographic radius, so we can view which areas have the most total citations, not just the single locations.</p>
<h3>SpatialKey to the rescue with aggregated heatmaps</h3>
<p>To try to better understand the underlying data, I decided to bring the same dataset into <a href="http://spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com?referer=');">SpatialKey</a>. The data on the SFGate website was loaded into their Google Maps application in JSON format, and to get it into SpatialKey I simply grabbed the JSON feed, opened it up in a text editor, and did a bit of find and replace to convert the data to CSV (the whole process took a few minutes to get the CSV ready for import). Then I imported the data using the SpatialKey CSV import feature (for more on this and other features, check out the <a href="http://spatialkey.com/features/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com/features/?referer=');">feature videos</a>).</p>
<p>Once I had the data imported I loaded up a new report with a map and here&#8217;s what I got:</p>
<div id="attachment_246" class="wp-caption aligncenter" style="width: 545px"><a href="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot106.jpg"><img class="size-large wp-image-246" title="Heatmap of San Francisco parking tickets" src="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot106-535x377.jpg" alt="San Francisco parking citations heatmap in SpatialKey (click to enlarge)" width="535" height="377" /></a><p class="wp-caption-text">San Francisco parking citations heatmap in SpatialKey (click to enlarge)</p></div>
<p>This map shows a heatmap that visualizes the total citations issued. But the important difference is that the clusters of data points downtown are aggregated by geography so items that are very close together are all factored into the hotspots. Now we&#8217;re able to see the real relationship between areas of the city. That point down in the southern part of the city is still visible, but it becomes clear that there are far more citations issued downtown. This deeper understanding is possible because we aren&#8217;t simply throwing a marker for each point up on the map, we&#8217;re aggregating the total value for all markers within a certain geographic area.</p>
<p>If we zoom in downtown we can see another view that shows the more specific hotspots:</p>
<div id="attachment_231" class="wp-caption aligncenter" style="width: 545px"><a href="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot078.png"><img class="size-large wp-image-231" title="Heatmap of parking citations in downtown San Francisco" src="http://blog.spatialkey.com/wp-content/uploads/2009/03/screenshot078-550x350.png" alt="Heatmap of parking citations in downtown San Francisco" width="535" height="340" /></a><p class="wp-caption-text">Heatmap of parking citations in downtown San Francisco (click to enlarge)</p></div>
<p>Looks like they get people along Market street. Right at the Westfield Shopping Center is a prime spot, as well as the intersections of  Market and O&#8217;farrell and near Market and Sutter (if you&#8217;re parking there, look out!). You can see that out of the total parking citations in this dataset (82,911) about 42% (34,695) are issued just within the downtown area shown in the above screenshot.</p>
<p>I hope this example shows how important it is to be able to tell the right story with your data. SpatialKey gives you the flexibility to visualize your data in complex ways that go beyond simply throwing markers on a map. Have you run into similar problems with the current tools for web-based mapping? If so let us know in the comments and then <a href="http://spatialkey.com/signup/index.cfm" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com/signup/index.cfm?referer=');">sign up for the SpatialKey beta program</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2009/03/mapping-parking-tickets-in-san-francisco-and-the-problem-with-simple-map-markers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Great Flood of 1993</title>
		<link>http://blog.spatialkey.com/2008/08/the-great-flood-of-1993/</link>
		<comments>http://blog.spatialkey.com/2008/08/the-great-flood-of-1993/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:45:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[hydrology]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=97</guid>
		<description><![CDATA[USGS Water Data is a data goldmine that includes over 25,000 stations across the U.S.  Each measures variables such as streamflow, water temperature, precipitation, and other hydrological and meteorological properties.  Though sub-hourly readings are taken, daily data are available for many stations going all the way back to 1980.  And all are available via automated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://waterdata.usgs.gov/nwis" onclick="pageTracker._trackPageview('/outgoing/waterdata.usgs.gov/nwis?referer=');">USGS Water Data</a> is a data goldmine that includes over 25,000 stations across the U.S.  Each measures variables such as streamflow, water temperature, precipitation, and other hydrological and meteorological properties.  Though sub-hourly readings are taken, daily data are available for many stations going all the way back to 1980.  And all are available via automated retrieval.  With just a bit of hacking, we can run the returned tab-delimited text files through our SpatialKey Data Importer, allowing us to load them into the visualization templates.</p>
<p>Droughts, floods, storm events &#8212; all are visible in our visualization templates utilizing this free government data.  See, for example, the Great Flood of the Missouri and Mississippi Rivers in 1993 by visualizing streamflow (in cubic feet per second) measured at dozens of stations along these rivers.</p>
<p><a href="javascript:openclient('#dataset=greatFloodMississippiMissouri;template=playback')">Launch this visualization</a></p>
<p><a href="javascript:openclient('#dataset=greatFloodMississippiMissouri;template=playback')"><img class="alignnone" src="/images/stLouisAggregation.png" alt="" width="600" height="292" /></a></p>
<p>The symbols on the map are sized proportional to the streamflow readings, allowing us to see the peak of the flooding in July and August.  This dataset shows off many unique aspects of the SpatialKey visualization system.  First, the templates excel at aggregating both spatially and temporally.  In the screenshot above, the St. Louis and Grafton stations are aggregated together, because they are so close and would overlap, producing illegibility and reducing clarity, if they were displayed separately.  The average of the two stations&#8217; readings is symbolized; zoom in to reveal more detail, separating the St. Louis and Grafton stations&#8217; symbols:</p>
<p><img class="alignnone" src="/images/stLouisZoomIn.png" alt="" width="600" height="161" /></p>
<p>In addition to the spatial aggregation, this example also demonstrates temporal averaging.  In the above screenshot, each of the symbols represents and average of one month of daily readings.  Selecting different time ranges on the time chart instantly reveals the new average, and any range can be animated in the Playback template.</p>
<p>All of the SpatialKey visualization templates include extent-filtering, which updates the time chart to only display the temporal trend for points in the current map extent.  Seeing the streamflow trend for an individual station is therefore as easy as zooming into that station:</p>
<p><img class="alignnone" src="/images/individual.png" alt="" width="600" height="305" /></p>
<p>The dataset shown off in this example is different from the others in our <a href="http://www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm?referer=');">gallery</a>.  While the others demonstrated an ability to aggregate and visualize thousands of independent points across space and time (home sales, Wal-Mart store openings, arrests), the dataset presented here has only dozens of points, but includes thousands of streamflow readings (the dataset is over 12,000 rows long).  This &#8220;remote sensor&#8221; style of dataset is easily accomodated by our templates.  A third type of point dataset tracks assets (shipping containers, police cruisers) whose locations <em>and</em> attributes (speed, weight, etc.) may change over time.  We have developed solutions in the past for this latter type of dataset, and will show off asset tracking in future visualization templates.</p>
<p>Please comment here or <a href="http://spatialkey.com/spatialkey/www/contact-us.cfm" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com/spatialkey/www/contact-us.cfm?referer=');">contact us</a> if you have any comments or questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2008/08/the-great-flood-of-1993/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SpatialKey Technology Preview</title>
		<link>http://blog.spatialkey.com/2008/08/spatialkey-technology-preview/</link>
		<comments>http://blog.spatialkey.com/2008/08/spatialkey-technology-preview/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 22:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blog.spatialkey.com/?p=73</guid>
		<description><![CDATA[On behalf of the whole SpatialKey team here at Universal Mind, I&#8217;m happy to announce a technology preview of our SpatialKey visualization system. SpatialKey includes an advanced mapping and visualization toolset, and is designed specifically for geographic data with a temporal component. Think arrest locations, or data on the spread of a social network, or [...]]]></description>
			<content:encoded><![CDATA[<p>On behalf of the whole SpatialKey team here at <a href="http://universalmind.com" onclick="pageTracker._trackPageview('/outgoing/universalmind.com?referer=');">Universal Mind</a>, I&#8217;m happy to announce a <a href="http://www.spatialkey.com/spatialkey/technology-preview/technology-preview_home.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/technology-preview/technology-preview_home.cfm?referer=');">technology preview</a> of our SpatialKey visualization system.  SpatialKey includes an advanced mapping and visualization toolset, and is designed specifically for geographic data with a temporal component.  Think arrest locations, or data on the spread of a social network, or sales data &#8212; any dataset that needs to be searched and analyzed for trends and patterns in order to make decisions.</p>
<p>This technology preview is not a formal release, and is designed to show what&#8217;s possible with Flex mapping and browser-based visualization, and to generate feedback on what we&#8217;ve done so far.  For more information on this preview, please see <a href="http://spatialkey.com" onclick="pageTracker._trackPageview('/outgoing/spatialkey.com?referer=');">spatialkey.com</a>.  If you&#8217;re anxious to see your own data, <a href="http://www.spatialkey.com/spatialkey/www/beta/signup.cfm?KeepThis=true&#038;TB_iframe=true&#038;height=500&#038;width=750&#038;modal=true" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/beta/signup.cfm?KeepThis=true_038_TB_iframe=true_038_height=500_038_width=750_038_modal=true&amp;referer=');">stay tuned</a> for SpatialKey Personal, a soon-to-be-released version of our system that will allow you to map thousands of points of your own geotemporal data.  If you&#8217;re interested in mapping larger datasets, say millions of points, or would like to speak to us about a custom visualization solution, please <a href="http://www.spatialkey.com/spatialkey/www/contact-us.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/contact-us.cfm?referer=');">contact us</a>.</p>
<p>This technology preview is all about examples, specifically dataset + visualization template pairings.  These are meant to show off our advanced visualization and mapping tools, and to present potential use cases for this technology.  Each template (there are <a href="http://www.spatialkey.com/spatialkey/www/faqs/faqs_home.cfm#2" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/faqs/faqs_home.cfm_2?referer=');">currently four</a> in this preview) allows you to look at a dataset in a particular way, while each remains general enough to accommodate most geotemporal datasets.  Below are screenshots and links to the examples in the current preview; we&#8217;ll be posting more over the coming weeks.  For more information on these examples, please see the <a href="http://www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm?referer=');">Gallery page</a>.  To stay informed about SpatialKey, <a href="http://www.spatialkey.com/spatialkey/www/beta/signup.cfm?KeepThis=true&#038;TB_iframe=true&#038;height=500&#038;width=750&#038;modal=true" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/beta/signup.cfm?KeepThis=true_038_TB_iframe=true_038_height=500_038_width=750_038_modal=true&amp;referer=');">join our beta</a>, <a href="http://blog.spatialkey.com/feed/">subscribe to this blog</a>, and/or check back often!</p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=walmartPlus;template=playback')">the radial spread of Wal-Mart</a></span><img src="/images/animation_walMart.png" alt="wal-mart store openings" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=sanAntonioProstitution;template=aggregate')">where prostitutes are arrested in San Antonio</a></span><img src="/images/drillDown_sanAntonio.png" alt="San Antonio prostitution arrests" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=dcConstruction;template=comparison')">construction slowdown in D.C.</a></span><img src="/images/mapComp_construction.png" alt="D.C. construction" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=sacramentoResidenceBurglary2006;template=heat')">Sacramento residential burglaries</a></span><img src="/images/heatIndex1.png" alt="heat index visualization template" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=brightKiteFirst;template=playback')">the spread of a geo-social network: BrightKite</a></span><img src="/images/animation_brightKite.png" alt="the spread of the BrightKite geo-social network" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=walmartPlus;template=aggregate')">Wal-Mart stores, supercenters, and distribution centers</a></span><img src="/images/drillDown_walMart.png" alt="Wal-Mart store openings" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=WITS;template=comparison')">increasingly violent terrorist attacks on infrastructure</a></span><img src="/images/mapComp_terrorism.png" alt="terrorist attacks on infrastructure" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=sacramentoSexCrimes;template=heat')">Sacramento sex crime arrests</a></span><img src="/images/heatIndex2.png" alt="heat index visualization component" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=sacramentoCrimeNov2007;template=aggregate')">a month of crime in Sacramento</a></span><img src="/images/drillDown_sacCrimes.png" alt="Sacramento crimes" /></p>
<p><span class="topCaption"><a href="javascript:openclient('#dataset=sacbeeBig;template=comparison')">housing slump in Sacramento</a></span><img src="/images/mapComp_sacbee.png" alt="Sacramento home sales over 3000 sq. ft." /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2008/08/spatialkey-technology-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The radial expansion of Wal-Mart</title>
		<link>http://blog.spatialkey.com/2008/08/the-radial-expansion-of-wal-mart/</link>
		<comments>http://blog.spatialkey.com/2008/08/the-radial-expansion-of-wal-mart/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:30:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[wal-mart]]></category>

		<guid isPermaLink="false">http://74.53.87.162/~univmind/?p=3</guid>
		<description><![CDATA[The growth of Wal-Mart provides a particularly compelling use case for the SpatialKey Animation Template.  Though most know of Wal-Mart&#8217;s southern provenance (Sam Walton opened the first Wal-Mart in Rogers, Arkansas, in 1962), the chain&#8217;s subsequent spread and resulting dominance over American retail is a more complex phenomenon.  Utilizing a dataset of over 3000 Wal-Mart [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/walMart1.png" alt="wal-mart store openings" /><br />
<img src="/images/walMart2.png" alt="wal-mart store openings" /><br />
<img src="/images/walMart3.png" alt="wal-mart store openings" /></p>
<p>The growth of Wal-Mart provides a particularly compelling use case for the SpatialKey <a href="http://www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm#1" onclick="pageTracker._trackPageview('/outgoing/www.spatialkey.com/spatialkey/www/gallery/gallery_home.cfm_1?referer=');">Animation Template</a>.  Though most know of Wal-Mart&#8217;s southern provenance (Sam Walton opened the first Wal-Mart in Rogers, Arkansas, in 1962), the chain&#8217;s subsequent spread and resulting dominance over American retail is a more complex phenomenon.  Utilizing a dataset of over 3000 Wal-Mart store openings, from 1962 to 2005, our animation template shows the radial spread, increasing density, and overall coverage of the retail giant.</p>
<p><a href="javascript:openclient('#dataset=walmartPlus;template=playback')" id="launch">Launch this dataset in the animation template</a></p>
<p>The dataset used in our animation template comes from an economics paper, &#8220;Diffusion of Wal-Mart and Economies of Density&#8221; by Thomas J. Holmes, and is freely available <a href="http://www.econ.umn.edu/~holmes/data/WalMart/index.html" onclick="pageTracker._trackPageview('/outgoing/www.econ.umn.edu/_holmes/data/WalMart/index.html?referer=');">here</a>.  As Holmes notes,</p>
<blockquote><p>Wal-Mart started in a relatively central spot in the country (near Bentonville, Arkansas) and store openings radiated from the inside out. Wal-Mart never jumped to some far off location to later ﬁll in the area in  between. With the exception of store number one at the very beginning, Wal-Mart always placed new stores close to where they already had store density.</p></blockquote>
<p>This pattern is clearly visible in our <em>cumulative</em> animation &#8211; a playback mode in which points accumulate over time on the map.  Switching the animation style to <em>noncumulative</em> allows you to select a decade at a time (or any time range), which can then be played over the timeline.  Highlighting only the store openings in the 1990s reveals a strategy aimed at the Northeast and California, with relatively few openings in the rest of the country.  Though this differs markedly from the early history of Wal-Mart, it is much more in line with the population centers of the United States, and reveals a company no longer rooted in the South.</p>
<p>To demonstrate some of the additional filtering and aggregating capabilities of our geovisualization toolset, the same Wal-Mart dataset <a href="javascript:openclient('#dataset=walmartPlus;template=aggregate')" id="launch">can be visualized in our Drill Down template</a>, which allows filtering by map extent, time, type, or list.  Filtering by type allows you to show only the stores that have been converted to, or have always been, Supercenters.  As noted by Holmes,</p>
<blockquote><p>With this [Supercenter] format, Wal-Mart added a full-line grocery store alongside the general merchandise of a traditional Wal-Mart.  Again, the diffusion of the Supercenter format began at the center and radiated from the inside out.</p></blockquote>
<p>Thus, the spatial trend of Supercenter distributions appears about a decade behind the trend when all stores are included.  Is this because Supercenters are largely made up of converted regular Wal-Marts?  Or because shoppers in the South are more amenable to grocery shopping at Wal-Marts than shoppers in the rest of the country, where the presence of Wal-Mart is still somewhat novel?  We&#8217;re not sure.  But visualization is often as much about spurring questions as answering them.  This dataset has been mapped before (see <a href="http://blog.kiwitobes.com/?p=51" onclick="pageTracker._trackPageview('/outgoing/blog.kiwitobes.com/?p=51&amp;referer=');">here</a> and <a href="http://projects.flowingdata.com/walmart/" onclick="pageTracker._trackPageview('/outgoing/projects.flowingdata.com/walmart/?referer=');">here</a>), but doing so in a flexible geovisualization environment reveals interesting geographic and temporal patterns, only a few of which have been explored in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spatialkey.com/2008/08/the-radial-expansion-of-wal-mart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

