<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Support/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>Labeled proportional symbols:  How'd they do that?</title><link>http://blogs.esri.com/Support/blogs/mappingcenter/archive/2008/09/05/labeled-proportional-symbols-how-d-they-do-that.aspx</link><description>Yesterday I got an email from a long time colleague showing me an online map and asking, “When will it be possible to do this map with ArcGIS”? The map is the interactive map of Washington DC at http://dc.everyblock.com . In particular my friend was looking</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>re: Labeled proportional symbols:  How'd they do that?</title><link>http://blogs.esri.com/Support/blogs/mappingcenter/archive/2008/09/05/labeled-proportional-symbols-how-d-they-do-that.aspx#754</link><pubDate>Sat, 06 Sep 2008 17:09:48 GMT</pubDate><guid isPermaLink="false">ea115f99-f6e5-4fad-b763-900db94e773f:754</guid><dc:creator>pauladamsmith</dc:creator><description>&lt;p&gt;Our algorithm for clustering the features is actually independent of the underlying areal geometries. The way it works is similar to k-means clustering, except instead of creating k number of clusters, we use a radius to determine whether features should be clustered together. For each feature, we ask if it falls within a buffer defined by the radius and if so, we add it to the cluster, otherwise, we create a new cluster (we initialize by arbitrarily assigning the first feature to the first cluster). The centroid of a cluster is updated with each new feature by simply finding the mean of the component features' centroids.&lt;/p&gt;
&lt;p&gt;For EveryBlock, the value of the radius we choose for the clustering function is actually just the size of the largest of the 5 cluster icons we use (in pixels but obviously translated into units of the map's spatial reference system). As you zoom we re-cluster based on the implicit change to the radius due to the new map scale.&lt;/p&gt;
&lt;p&gt;I'm not an ArcGIS user so I'm not sure if any of this is useful but I thought I'd share how we went about it. Thanks for highlighting this feature!&lt;/p&gt;
</description></item><item><title>re: Labeled proportional symbols:  How'd they do that?</title><link>http://blogs.esri.com/Support/blogs/mappingcenter/archive/2008/09/05/labeled-proportional-symbols-how-d-they-do-that.aspx#757</link><pubDate>Mon, 08 Sep 2008 21:41:50 GMT</pubDate><guid isPermaLink="false">ea115f99-f6e5-4fad-b763-900db94e773f:757</guid><dc:creator>gcriloux</dc:creator><description>&lt;p&gt;Thanks for both the article and Paul's remark.&lt;/p&gt;
&lt;p&gt;Isn't k-mean clustering sensitive to how you seed the algorithm ? how do you pick the seeds ?&lt;/p&gt;
</description></item></channel></rss>