<?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>GeoIQ Blog</title>
	<atom:link href="http://blog.geoiq.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geoiq.com</link>
	<description>News and updates from GeoIQ</description>
	<lastBuildDate>Fri, 19 Apr 2013 20:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The evolution of discussion around the Boston Marathon events</title>
		<link>http://blog.geoiq.com/2013/04/18/the-evolution-of-discussion-around-the-boston-marathon-events/</link>
		<comments>http://blog.geoiq.com/2013/04/18/the-evolution-of-discussion-around-the-boston-marathon-events/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 15:23:08 +0000</pubDate>
		<dc:creator>Stefan Novak</dc:creator>
				<category><![CDATA[data visualization]]></category>
		<category><![CDATA[geoiq]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3992</guid>
		<description><![CDATA[<p>When the Esri DC Dev Center team first found out about the reported explosions at the finish line of the Boston Marathon, we immediately tuned into Twitter to capture live discussions so that we could understand the series of events. With over 440,000 tweets captured in under 24 hours, one can imagine the difficulty in [...]]]></description>
			<content:encoded><![CDATA[<p>When the Esri DC Dev Center team first found out about the reported explosions at the finish line of the Boston Marathon, we immediately tuned into Twitter to capture live discussions so that we could understand the series of events. With over 440,000 tweets captured in under 24 hours, one can imagine the difficulty in trying to synthesize an understanding of how events occurred over that time period.</p>
<p>However, we turned to <a href="http://blog.echen.me/2011/08/22/introduction-to-latent-dirichlet-allocation/">Latent Dirichlet Allocation</a> for extracting out structure from these tweets. LDA is a generative model that stipulates how documents are comprised of a mixture of topics and how each topic has a unique distribution over vocabulary. Since these topics and their vocabulary distributions are not directly observable, we can use <a href="http://en.wikipedia.org/wiki/Gibbs_sampling">statistical</a> <a href="http://en.wikipedia.org/wiki/Variational_Bayes">inference</a> to infer those distributions given a corpus of text documents. As a result, we obtain a distribution over topics for each text document along with a distribution over vocabulary for each topic that can be used to gain insight into structuring of those documents.</p>
<p>LDA has been used before to <a href="http://eliassi.org/papers/henderson-sac09.pdf">solve</a> a <a href="http://pages.cs.wisc.edu/~pradheep/Clust-LDA.pdf">variety</a> of <a href="http://www.youtube.com/watch?v=5mkJcxTK1sQ">problems</a>, but one of the questions we&#8217;re interested in addressing is what happens when we perform LDA on a large scale discussion that evolves rapidly over time? We observe that topics exhibit ordering over time, suggesting that the topics extracted by LDA correlate to topics of discussion surrounding a sequence of events:</p>
<p><a rel="attachment wp-att-4006" href="http://blog.geoiq.com/2013/04/18/the-evolution-of-discussion-around-the-boston-marathon-events/topic-distribution-3/"><img class="alignnone size-full wp-image-4006" src="http://blog.geoiq.com/files/2013/04/topic-distribution2.png" alt="" width="590" height="443" /></a></p>
<p>Upon inspection of the vocabulary distributions for each topics, we can reconstruct the series of events that drove discussions. We can see that initial discussions were focused around initial reactions and observations (&#8220;Two explosions reported near Boston Marathon finish line&#8221;). The discussion then transitions to people sympathizing with the victims (&#8220;How can I donate?&#8221; and &#8220;Our prayers go out to the victims&#8221;). The forth and fifth topics focus around the discovery of additional explosives that were dismantled along with the increased participation with news and media organizations. Finally, the last two topics focus around <a href="http://google.org/personfinder/2013-boston-explosions">Google People Finder</a> and <a href="http://swampland.time.com/2013/04/16/president-obamas-speech-on-boston-marathon-bombings-full-text/">Obama&#8217;s speech regarding the events</a>. The top vocabulary associated with each topic is given as:</p>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="middle"><strong>Topic 1</strong></td>
<td valign="middle"><strong>Topic 2</strong></td>
<td valign="middle"><strong>Topic 3</strong></td>
<td valign="middle"><strong>Topic 4</strong></td>
</tr>
<tr>
<td valign="middle">line</td>
<td valign="middle">donate</td>
<td valign="middle">marathon</td>
<td valign="middle">explosive</td>
</tr>
<tr>
<td valign="middle">finish</td>
<td valign="middle">receive</td>
<td valign="middle">dead</td>
<td valign="middle">dismantled</td>
</tr>
<tr>
<td valign="middle">boston</td>
<td valign="middle">retweet</td>
<td valign="middle">donate</td>
<td valign="middle">official</td>
</tr>
<tr>
<td valign="middle">marathon</td>
<td valign="middle">every</td>
<td valign="middle">injured</td>
<td valign="middle">intelligence</td>
</tr>
<tr>
<td valign="middle">explosions</td>
<td valign="middle">for</td>
<td valign="middle">for</td>
<td valign="middle">found</td>
</tr>
<tr>
<td valign="middle">two</td>
<td valign="middle">bostonmarathon</td>
<td valign="middle">every</td>
<td valign="middle">devices</td>
</tr>
<tr>
<td valign="middle">near</td>
<td valign="middle">victims</td>
<td valign="middle">boston</td>
<td valign="middle">breaking</td>
</tr>
<tr>
<td valign="middle">reported</td>
<td valign="middle">prayforboston</td>
<td valign="middle">prayers</td>
<td valign="middle">boston</td>
</tr>
<tr>
<td valign="middle">news</td>
<td valign="middle">controlled</td>
<td valign="middle">bostonmarathon</td>
<td valign="middle">homemade</td>
</tr>
<tr>
<td valign="middle">everyone</td>
<td valign="middle">kingjames</td>
<td valign="middle">victims</td>
<td valign="middle">marathon</td>
</tr>
<tr>
<td valign="middle">photo</td>
<td valign="middle">dead</td>
<td valign="middle">two</td>
<td valign="middle">section</td>
</tr>
<tr>
<td valign="middle">prayers</td>
<td valign="middle">involvedhurt</td>
<td valign="middle">retweet</td>
<td valign="middle">two</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="middle"><strong>Topic 5</strong></td>
<td valign="middle"><strong>Topic 6</strong></td>
<td valign="middle"><strong>Topic 7</strong></td>
<td valign="middle"><strong>Topic 8</strong></td>
</tr>
<tr>
<td valign="middle">library</td>
<td valign="middle">library</td>
<td valign="middle">library</td>
<td valign="middle">person</td>
</tr>
<tr>
<td valign="middle">another</td>
<td valign="middle">jfk</td>
<td valign="middle">jfk</td>
<td valign="middle">finder</td>
</tr>
<tr>
<td valign="middle">jfk</td>
<td valign="middle">threat</td>
<td valign="middle">google</td>
<td valign="middle">google</td>
</tr>
<tr>
<td valign="middle">confirms</td>
<td valign="middle">west</td>
<td valign="middle">finder</td>
<td valign="middle">give</td>
</tr>
<tr>
<td valign="middle">reutersus</td>
<td valign="middle">nyc</td>
<td valign="middle">person</td>
<td valign="middle">obama</td>
</tr>
<tr>
<td valign="middle">police</td>
<td valign="middle">location</td>
<td valign="middle">tips</td>
<td valign="middle">hospital</td>
</tr>
<tr>
<td valign="middle">devices</td>
<td valign="middle">leave</td>
<td valign="middle">saudi</td>
<td valign="middle">straight</td>
</tr>
<tr>
<td valign="middle">confirmed</td>
<td valign="middle">another</td>
<td valign="middle">call</td>
<td valign="middle">blood</td>
</tr>
<tr>
<td valign="middle">reuters</td>
<td valign="middle">street</td>
<td valign="middle">suspect</td>
<td valign="middle">the</td>
</tr>
<tr>
<td valign="middle">skynewsbreak</td>
<td valign="middle">you</td>
<td valign="middle">third</td>
<td valign="middle">president</td>
</tr>
<tr>
<td valign="middle">explosion</td>
<td valign="middle">now</td>
<td valign="middle">national</td>
<td valign="middle">shot</td>
</tr>
<tr>
<td valign="middle">breaking</td>
<td valign="middle">bomb</td>
<td valign="middle">commissioner</td>
<td valign="middle">created</td>
</tr>
</tbody>
</table>
<p>So, in short, we were able to demonstrate how there can be a temporal ordering of topics from topic modeling approaches that can help rebuild a story for a series of complex events. Moving forward, there are several questions that we&#8217;re interested in answering:</p>
<ul>
<li><span style="line-height: 1.6em">How does the evolution of discussion differ depending on geography? </span></li>
<li><span style="line-height: 1.6em">What additional insight can we gain when using <a href="http://www.cs.princeton.edu/~blei/papers/BleiLafferty2006.pdf">correlated topic models</a> to extract out significant changes in these discussions?</span></li>
<li><span style="line-height: 1.6em">Are there any other <a href="http://people.cs.umass.edu/~mccallum/papers/pam08jmlrs.pdf">topic model extensions</a> that can be modified for taking into account spatio-temporal aspects?</span></li>
</ul>
<p>What are the next steps for the Esri Dev Center team? Well, stay tuned as we extend these methodologies to look at how discussion evolve over geospatial regions!</p>
<p><strong>Update (Friday, 3:50PM):</strong></p>
<p>After hearing about the series of events the occurred on MIT campus last night, we collected tweets containing the keywords associated with &#8220;MIT&#8221; and &#8220;shooting&#8221;. Using the same methodologies, we see that the extracted topics exhibit intuitive ordering over time.</p>
<p><a rel="attachment wp-att-4022" href="http://blog.geoiq.com/2013/04/18/the-evolution-of-discussion-around-the-boston-marathon-events/mit-topic-distribution/"><img class="alignnone size-full wp-image-4022" src="http://blog.geoiq.com/files/2013/04/mit-topic-distribution.png" alt="" width="590" height="443" /></a></p>
<p>The corresponding vocabulary distribution for each topic is given by:</p>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="middle"><strong>Topic 1</strong></td>
<td valign="middle"><strong>Topic 2</strong></td>
<td valign="middle"><strong>Topic 3</strong></td>
<td valign="middle"><strong>Topic 4</strong></td>
<td valign="middle"><strong>Topic 5</strong></td>
<td valign="middle"><strong>Topic 6</strong></td>
</tr>
<tr>
<td valign="middle">police</td>
<td valign="middle">watertown</td>
<td valign="middle">safe</td>
<td valign="middle">akitz</td>
<td valign="middle">watertown</td>
<td valign="middle">harvard</td>
</tr>
<tr>
<td valign="middle">campus</td>
<td valign="middle">grenades</td>
<td valign="middle">campus</td>
<td valign="middle">watertown</td>
<td valign="middle">police</td>
<td valign="middle">emerson</td>
</tr>
<tr>
<td valign="middle">officer</td>
<td valign="middle">scanner</td>
<td valign="middle">mitshooting</td>
<td valign="middle">chair</td>
<td valign="middle">dead</td>
<td valign="middle">closed</td>
</tr>
<tr>
<td valign="middle">shot</td>
<td valign="middle">custody</td>
<td valign="middle">officer</td>
<td valign="middle">wall</td>
<td valign="middle">suspects</td>
<td valign="middle">akitz</td>
</tr>
<tr>
<td valign="middle">died</td>
<td valign="middle">akitz</td>
<td valign="middle">youranonnews</td>
<td valign="middle">bullet</td>
<td valign="middle">marathon</td>
<td valign="middle">classes</td>
</tr>
<tr>
<td valign="middle">state</td>
<td valign="middle">explosions</td>
<td valign="middle">confirmation</td>
<td valign="middle">hole</td>
<td valign="middle">tied</td>
<td valign="middle">college</td>
</tr>
<tr>
<td valign="middle">shooter</td>
<td valign="middle">suspects</td>
<td valign="middle">police</td>
<td valign="middle">sunil</td>
<td valign="middle">one</td>
<td valign="middle">today</td>
</tr>
<tr>
<td valign="middle">says</td>
<td valign="middle">police</td>
<td valign="middle">longer</td>
<td valign="middle">tripathi</td>
<td valign="middle">officer</td>
<td valign="middle">waking</td>
</tr>
<tr>
<td valign="middle">breaking</td>
<td valign="middle">explosives</td>
<td valign="middle">says</td>
<td valign="middle">suspect</td>
<td valign="middle">suspect</td>
<td valign="middle">universities</td>
</tr>
<tr>
<td valign="middle">week</td>
<td valign="middle">officer</td>
<td valign="middle">official</td>
<td valign="middle">mike</td>
<td valign="middle">robbery</td>
<td valign="middle">der</td>
</tr>
<tr>
<td valign="middle">say</td>
<td valign="middle">related</td>
<td valign="middle">arrested</td>
<td valign="middle">mulugeta</td>
<td valign="middle">carjacking</td>
<td valign="middle">last</td>
</tr>
<tr>
<td valign="middle">active</td>
<td valign="middle">reports</td>
<td valign="middle">update</td>
<td valign="middle">names</td>
<td valign="middle">two</td>
<td valign="middle">swat</td>
</tr>
<tr>
<td valign="middle">cambridge</td>
<td valign="middle">laurel</td>
<td valign="middle">resume</td>
<td valign="middle">identified</td>
<td valign="middle">say</td>
<td valign="middle">ich</td>
</tr>
<tr>
<td valign="middle">cnnbrk</td>
<td valign="middle">witnesses</td>
<td valign="middle">operation</td>
<td valign="middle">mitshooting</td>
<td valign="middle">cnn</td>
<td valign="middle">und</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2013/04/18/the-evolution-of-discussion-around-the-boston-marathon-events/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Helping to Pioneer Real Time GIS with Social Streams</title>
		<link>http://blog.geoiq.com/2013/03/08/pioneering-real-time-gis-with-social-streams/</link>
		<comments>http://blog.geoiq.com/2013/03/08/pioneering-real-time-gis-with-social-streams/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 20:30:18 +0000</pubDate>
		<dc:creator>Sean Gorman</dc:creator>
				<category><![CDATA[geoiq]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3969</guid>
		<description><![CDATA[<p>The proliferation of <a href="http://mashable.com/2012/07/17/mobile-phones-worldwide/">mobile</a>, <a href="http://gigaom.com/2012/09/07/as-social-data-grows-researchers-want-to-uncover-its-secrets/">social</a> and <a href="http://ciese.org/realtimedatasites.html">sensor </a>data has given us a new playground for analysis and visualization.    It is an area we&#8217;ve been particularly <a href="http://blog.geoiq.com/2011/11/02/streaming-data/">excited</a> about from our <a href="http://blog.geoiq.com/2010/12/01/icons-and-streaming-data-visualization-for-black-friday/">earliest</a> experiments with <a href="http://blog.geoiq.com/2011/01/10/twitter-trajectories-and-our-ever-shrinking-small-world/">streaming</a> data.  Since joining ESRI we&#8217;ve had the opportunity to focus on these emerging data sources, and integrate [...]]]></description>
			<content:encoded><![CDATA[<p>The proliferation of <a href="http://mashable.com/2012/07/17/mobile-phones-worldwide/">mobile</a>, <a href="http://gigaom.com/2012/09/07/as-social-data-grows-researchers-want-to-uncover-its-secrets/">social</a> and <a href="http://ciese.org/realtimedatasites.html">sensor </a>data has given us a new playground for analysis and visualization.    It is an area we&#8217;ve been particularly <a href="http://blog.geoiq.com/2011/11/02/streaming-data/">excited</a> about from our <a href="http://blog.geoiq.com/2010/12/01/icons-and-streaming-data-visualization-for-black-friday/">earliest</a> experiments with <a href="http://blog.geoiq.com/2011/01/10/twitter-trajectories-and-our-ever-shrinking-small-world/">streaming</a> data.  Since joining ESRI we&#8217;ve had the opportunity to focus on these emerging data sources, and integrate them into the larger concept of <a href="http://www.esri.com/news/arcwatch/0211/future-of-gis.html">Real Time GIS</a>.  Baking our ideas into this broader framework gave us the opportunity to fully move past <a href="https://twitter.com/jpindi/status/306451406053863427">Tweets on a map</a>.
</p>
<p>We believe stream analysis has the ability to be a paradigm shift in GIS and also broaden its applicability to new audiences.  The shift to streaming means that we don&#8217;t have to wait to collect our data before we do analysis.  This opens the door to generating analysis that detects patterns in data as events are occurring.  We can be proactive in our response vs. reactive after events occur.
</p>
<p>A great example of this concept is disaster response.  <a href="http://www.guardian.co.uk/sustainable-business/social-media-hurricane-sandy-emergency-planners">Social media</a> provides a direct communication channel to a subset of citizens.  We can tap into conversation about how citizens are reacting to disasters and the issues emerging in their streams of dialog.  The majority of social media usage in disasters is currently qualitative.  We visualize, map and ultimately read social media messages.  Exceptional project like TweakTheTweet and Ushahidi help us categorize and organize social data during crises.  These are immensely valuable, but we ultimately run into scaling issues with qualitative approaches.  This is where we believe the addition of stream analysis opens up the door to more quantitative approaches with social data.   <span style="line-height: 1.6em;"> </span>
</p>
<p>Not only can we analyze data as it emits, we can also look for changes in the stream that are indicative of significant events.  In which case we can alert users there is a change of interest to them.  Like streaming data, analysis can be perpetual as well, <em>constantly</em> keeping us updated and alerting us about significant activity.  This concept is best seen in </span>practice<span style="line-height: 1.6em;">.  Below is a video that walks us through tweets on a map, to simple streaming analysis and culminating in alert triggers based on event detection in the stream.
</p>
<p><object width="600" height="337"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=61369983&amp;force_embed=1&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=61369983&amp;force_embed=1&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="337"></embed></object>
<p><a href="http://vimeo.com/61369983">Social Media Streaming Analytics</a> from <a href="http://vimeo.com/fortiusone">GeoIQ</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>We are excited to be moving these capabilities into the Esri platform and stay tuned for more on that front soon! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2013/03/08/pioneering-real-time-gis-with-social-streams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Modeling Twitter sentiment during the Oscars</title>
		<link>http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/</link>
		<comments>http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 21:10:34 +0000</pubDate>
		<dc:creator>Stefan Novak</dc:creator>
				<category><![CDATA[data visualization]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[oscars]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3935</guid>
		<description><![CDATA[<p style="text-align: justify">With over 6.4 million tweets shared amongst friends during the Academy Awards, peaking at over <a href="http://blog.sysomos.com/2013/02/26/giant-social-media-wrap-up-of-the-oscars-infographic-report/">85,000 tweets per second</a> during Michelle Obama&#8217;s presentation of the Best Picture award, there have been quite a number of creative <a href="http://datarazzi.wordpress.com/2013/02/26/the-great-oscar-postmortem/">analyses</a> and <a href="http://visual.ly/oscars-2013-how-twitter-saw-oscars-2013">visualizations</a> that have been constructed to demonstrate the predictive and explanatory power [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">With over 6.4 million tweets shared amongst friends during the Academy Awards, peaking at over <a href="http://blog.sysomos.com/2013/02/26/giant-social-media-wrap-up-of-the-oscars-infographic-report/">85,000 tweets per second</a> during Michelle Obama&#8217;s presentation of the Best Picture award, there have been quite a number of creative <a href="http://datarazzi.wordpress.com/2013/02/26/the-great-oscar-postmortem/">analyses</a> and <a href="http://visual.ly/oscars-2013-how-twitter-saw-oscars-2013">visualizations</a> that have been constructed to demonstrate the predictive and explanatory power of social media for popular events. Most notably was Topsy&#8217;s <a href="http://oscars.topsy.com/">Twitter Oscars Index</a>, which tracked sentiment of tweets relating to Oscar films over the last several weeks. The team at Esri&#8217;s R&amp;D Center in Washington, D.C. decided to take this once step further by translating sentiment scores into the geospatial frame for additional insight. By taking advantage of Esri&#8217;s <a href="http://www.esri.com/data/esri_data/tapestry">Tapestry</a> market segment data set, not only can we measure <em>what</em> people are saying, but also <em>who</em> and <em>where</em>.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Approach</strong></p>
<p style="text-align: justify">In order to successfully quantify sentiment within tweets, we wish to construct a binary classifier to differentiate between &#8220;positive&#8221; and &#8220;negative&#8221; tweets, otherwise known as polarity. However, constructing a relevant training data set can be considerably arduous (yet <a href="https://requester.mturk.com/tour/sentiment">feasible</a>), so we are going to rely on <a href="http://www.cs.cornell.edu/people/pabo/movie-review-data/">publicly</a> <a href="//ai.stanford.edu/~amaas/data/sentiment/">available</a> <a href="http://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip">data sets</a> to help train our models to differentiate between positive and negative tweets.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Selected models</strong></p>
<p style="text-align: justify">Before jumping into the results, let&#8217;s take a moment to review the different classification models we&#8217;re going to be working with:</p>
<ul style="text-align: justify">
<li>Naive Bayes: a simple probabilistic model that we all love.</li>
<li>Maximum entropy (via <a href="http://www.umiacs.umd.edu/~hal/megam/">MEGAM</a>): a general technique that estimates the conditional distribution of the class variable given a document. Note that for those who are familiar with multinomial logistic regression, it satisfies the characteristics of a maximum entropy classifier. To quote <a href="http://www.kamalnigam.com/papers/maxent-ijcaiws99.pdf">Nigam et. al.</a>:<br />
<span style="font-style: italic;line-height: 1.6em"><br />
&#8220;The underlying principle of maximum entropy is that without external knowledge, one should prefer distributions that are uniform. Constraints on the distribution, derived from labeled training data, inform the technique where to be minimally non-uniform. The maximum entropy formulation has a unique solution which can be found by the improved iterative scaling algorithm.&#8221;<br />
</span></li>
<li>Support vector machine (via <a href="http://svmlight.joachims.org/">SVMlight</a>): a non-probabilistic linear classifier that takes advantage of kernel functions to construct an optimally separating hyperplane between the two classes.</li>
<li><a href="http://www.sentiment140.com/">Sentiment140.com</a>: A publicly available API that we can use as a baseline. Their implementation is closed-source, however their algorithm can be read <a href="http://cs.stanford.edu/people/alecmgo/papers/TwitterDistantSupervision09.pdf">here</a>.</li>
</ul>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Available data</strong></p>
<p style="text-align: justify">We&#8217;re going to focus on training each of the three models on three data sets:</p>
<ul style="text-align: justify">
<li>B. Pang&#8217;s &#8220;Movie Review Data&#8221; (2004): 1k positive and 1k negative movie reviews taken from IMDb&#8217;s archive of the <a href="https://groups.google.com/forum/?fromgroups#!forum/rec.arts.movies.reviews">rec.arts.movies.reviews</a> newsgroup.</li>
<li>A. Maas&#8217;s &#8220;Large Movie Review Dataset&#8221; (2011): 12.5k positive and 12.5k negative movie reviews taken directly from IMDb. Note that we are using just the provided training set to conduct training and testing on.</li>
<li>Sentiment140.com&#8217;s <a href="http://help.sentiment140.com/for-students">tweet corpus</a>, a collection of tweets that have been classified via emoticons.</li>
</ul>
<p style="text-align: justify">Note that any models that train using the first two data sets would be biased towards features (vocabulary) that is prevalent in movies reviews that extend beyond the 140-character limitation of tweets. This is a subtle caveat that may contribute to inaccurate predictions, however we will talk about how this limitation can be mitigated by the use of <a href="http://en.wikipedia.org/wiki/Ensemble_learning">ensemble classifiers</a>.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Training and validation: Building our models</strong></p>
<p style="text-align: justify">Using <a href="http://nltk.org/">NLTK</a> (and the help of <a href="http://nltk-trainer.readthedocs.org/en/latest/">nltk-trainer</a>), each model is trained and tested using a random 80%/20% split on each available data set. Additionally, we use <a href="http://osmot.cs.cornell.edu/kddcup/software.html">perf</a> to conduct analysis on the performance of the classifier.</p>
<p style="text-align: justify">The overall accuracy of each model configuration, based on the evaluation of the test data set, can be given as:</p>
<table style="text-align: justify" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="middle"><strong>Model</strong></td>
<td valign="middle"><strong>Training Dataset</strong></td>
<td valign="middle"><strong>Accuracy*</strong></td>
<td valign="middle"><strong>Precision*</strong></td>
<td valign="middle"><strong>Recall*</strong></td>
</tr>
<tr>
<td valign="middle">Maximum Entropy</td>
<td valign="middle">Pang</td>
<td valign="middle">100.0%</td>
<td valign="middle">100.0%</td>
<td valign="middle">100.0%</td>
</tr>
<tr>
<td valign="middle">Maximum Entropy</td>
<td valign="middle">Maas</td>
<td valign="middle">93.4%</td>
<td valign="middle">93.2%</td>
<td valign="middle">93.7%</td>
</tr>
<tr>
<td valign="middle">Naive Bayes</td>
<td valign="middle">Pang</td>
<td valign="middle">96.7%</td>
<td valign="middle">93.8%</td>
<td valign="middle">100.0%</td>
</tr>
<tr>
<td valign="middle">Naive Bayes</td>
<td valign="middle">Maas</td>
<td valign="middle">92.1%</td>
<td valign="middle">93.6%</td>
<td valign="middle">90.3%</td>
</tr>
<tr>
<td valign="middle">SVM</td>
<td valign="middle">Pang</td>
<td valign="middle">88.4%</td>
<td valign="middle">90.5%</td>
<td valign="middle">85.8%</td>
</tr>
<tr>
<td valign="middle">SVM</td>
<td valign="middle">Maas</td>
<td valign="middle">88.6%</td>
<td valign="middle">88.3%</td>
<td valign="middle">89.0%</td>
</tr>
</tbody>
</table>
<p style="text-align: justify"><em>*At a threshold of 0.50</em></p>
<p style="text-align: justify">We can assess the performance of each model by analyzing predictions from the test data set. Once a prediction score is generated for a given piece of text, we use a &#8220;threshold&#8221; to decide whether or not a given text is positive or negative (thus, collapsing the prediction score to a class designation). If the prediction score exceeds the threshold, the text is decided to be of positive sentiment, otherwise the text is assumed to be negative. In the extreme case at which we specify the threshold to be 1.0, all tweets would be assumed to be negative and vice versa if we set the threshold to be 0.0. By adjusting the threshold, this allows us to evaluate <a href="http://en.wikipedia.org/wiki/Type_I_and_type_II_errors">Type I and Type II errors</a>, which can be represented by the notions of <a href="http://en.wikipedia.org/wiki/Precision_and_recall">precision and recall</a>. This gives us a more insightful understanding of the performance of our model.</p>
<p style="text-align: justify">In the example case of the Naive Bayes model which was trained using Pang&#8217;s &#8220;Movie Review Data&#8221;, we can visualize different performance characteristic of the classifier. Additionally, we can test across different data sets to compare prediction consistency:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3937" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/classifier-performance-naivebayes-aclimdb-movie_reviews/"><img class="alignnone size-full wp-image-3937" src="http://blog.geoiq.com/files/2013/03/classifier-performance-naivebayes-aclImdb-movie_reviews.png" alt="" width="600" height="400" /></a></p>
<p style="text-align: justify">In this case, the model that was trained on Maas&#8217;s data set performed just as well when testing against Pang&#8217;s. (This the increased accuracy in the top-left graph.)</p>
<p style="text-align: justify">For a better description of these measures, I encourage you to take a look at the source code for <a href="http://osmot.cs.cornell.edu/kddcup/software.html">perf</a> as it includes a lot of fantastic documentation on how to interpret these values.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Training and validation: Validating predictions</strong></p>
<p style="text-align: justify">Throughout the course of weekend of the Oscars, The Esri R&amp;D Center team were able to collect 3 million tweets related to films highlighted during the Oscars. Generating prediction scores for each model configuration yields interesting interesting distributions:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3944" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/sentiment-scores/"><img class="alignnone size-full wp-image-3944" src="http://blog.geoiq.com/files/2013/03/sentiment-scores.png" alt="" width="600" height="600" /></a></p>
<p style="text-align: justify">Note that the &#8220;Default&#8221; and &#8220;Movies&#8221; datasets correspond to the &#8220;default&#8221; and &#8220;movie&#8221; topics available via the Sentiment140 API. We can see that the Naive Bayes model, trained with Pang&#8217;s data set, exhibits a natural distribution over the 3M tweets collected.</p>
<p style="text-align: justify">Furthermore, we can visualization the correlation of prediction scores across models:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3945" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/sentiment-scores-correlation/"><img class="alignnone size-full wp-image-3945" src="http://blog.geoiq.com/files/2013/03/sentiment-scores-correlation.png" alt="" width="600" height="600" /></a></p>
<p style="text-align: justify">The most notable observation is how both SVM and Sentiment 140 predictions exhibit negative correlation with other models. Keep in mind that the data used to train the Sentiment140 model was derived from tweets containing emoticons, thus the negative correlation with the Naive Bayes and maximum entropy model suggests that there is a poor intersection of common features among the two data sets. One possible way to mitigate this is by combining predictions across models / data sets via an ensemble classifier.</p>
<p style="text-align: justify">For the remainder of the analysis, we chose the Naive Bayes model trained using Pang&#8217;s data set.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Aggregating predictions to the county</strong></p>
<p style="text-align: justify">Taking advantage of Esri&#8217;s geocoding services, we are able to geocode approximately 400k of the tweets. Aggregating these tweets to the county level highlights that a significant amount of them (unsurprisingly) originated in the Los Angeles area:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3946" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/tweet-counts/"><img class="alignnone size-full wp-image-3946" src="http://blog.geoiq.com/files/2013/03/tweet-counts.png" alt="" width="600" height="347" /></a></p>
<p style="text-align: justify">However, how can we go one step further. After aggregating tweets to county geometries, we can then reference the Tapestry data set to extract out market segment composition per county. Once that is done, a linear regression model is fit to each segment-film combination so that residual scores can be extracted for each county. As a result, we can identify counties which exhibit relatively high sentiment for the <a href="http://www.esri.com/~/media/Files/Pdfs/data/esri_data/pdfs/tapestry-singles/08_laptops_and_lattes.pdf">Laptops and Lattes</a> segment and the film Argo. Specifically, when we zoom into the Northeast corridor, we observe high sentiment around the Washington, D.C. area:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3947" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/argo-laptopsandlattes/"><img class="alignnone size-full wp-image-3947" src="http://blog.geoiq.com/files/2013/03/argo-laptopsandlattes.png" alt="" width="600" height="491" /></a></p>
<p style="text-align: justify">Additionally, by looking at the residual scores for <a href="http://www.esri.com/~/media/Files/Pdfs/data/esri_data/pdfs/tapestry-singles/61_high_rise_renters.pdf">High Rise Renters</a> and Lincoln, we can see that Los Angeles had a stronger negative sentiment compared to portions of the Northeast:</p>
<p style="text-align: justify"><a rel="attachment wp-att-3948" href="http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/lincoln-highrise/"><img class="alignnone size-full wp-image-3948" src="http://blog.geoiq.com/files/2013/03/lincoln-highrise.png" alt="" width="600" height="301" /></a></p>
<p style="text-align: justify">Please feel free to play around with the <a href="http://www.arcgis.com/home/item.html?id=1d207a22a5064965b7e40c4c7fb2166b">publicly available data set</a> to see if you&#8217;re able to uncover any interesting trends! Note that you can filter on market segments via the Tapestry Households code, which is described <a href="http://www.esri.com/data/esri_data/~/media/Files/Pdfs/data/esri_data/pdfs/2011-esri-tapestry-segmentation-data-list.pdf">here</a>.</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Conclusion</strong></p>
<p style="text-align: justify">One of the significant challenges in this analysis was trying to identify a training data set that represents a natural separation in vocabulary which parallels what was observed within the production data set. We explained how different models can be trained on various data sets and further combined by the use of ensemble classifiers. Moving forward, additional <a href="http://www.youtube.com/watch?v=cXXry6wE86M">geospatial analysis</a> can be conducted on the residuals generated from the regression model to extract out additional insight from the data.</p>
<p style="text-align: justify">Keep in mind that the techniques illustrated here can be easily translated to solving other NLP-related problems centered around classification. Whether you&#8217;re trying to classify documents as threat/non-threat in the security domain, attempting to document insurance claims as fraud/non-fraud, or trying to determine social media posts as emergency/non-emergency, the methods here can be easily adapted to those separate domains.</p>
<p style="text-align: justify">Please feel free to <a href="http://www.arcgis.com/home/item.html?id=1d207a22a5064965b7e40c4c7fb2166b">play</a> with the data and let us know if you&#8217;re able to uncover any interesting patterns! In the mean time, stay tuned for additional discussions related to further geospatial analysis on this data!</p>
<p style="text-align: justify">
<p style="text-align: justify"><strong>Additional resources</strong></p>
<ul style="text-align: justify">
<li>To learn about how to assess the performance of a binary classifier, take a look at the source code for <a href="http://osmot.cs.cornell.edu/kddcup/software.html">perf</a>. There is excellent documentation that provides insightful descriptions on how to interpret binary classification predictions.</li>
<li>There are a slew of <a href="http://www.ibm.com/developerworks/library/l-cpnltk/index.html">NLP</a> <a href="http://alias-i.com/lingpipe/">toolkits</a> out there that feature rich pre-processing tools.</li>
<li>For more information on statistical techniques used for solving classification, <a href="http://www.stanford.edu/~hastie/local.ftp/Springer/OLD//ESLII_print4.pdf">The Elements of Statistical Learning</a> is available for free online.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2013/03/04/modeling-twitter-sentiment-during-the-oscars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CrisisCamp Sandy</title>
		<link>http://blog.geoiq.com/2012/11/05/crisiscamp-sandy/</link>
		<comments>http://blog.geoiq.com/2012/11/05/crisiscamp-sandy/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 18:25:51 +0000</pubDate>
		<dc:creator>Andrew Turner</dc:creator>
				<category><![CDATA[Crisis]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/2012/11/05/crisiscamp-sandy/</guid>
		<description><![CDATA[<p>This weekend, volunteer hackers and technologists convened at <a href="http://crisiscommons.org/2012/10/30/sandycrisiscamp/" title="Sandy CrisisCamp">CrisisCamps in over 10 cities</a> and virtually online to assist in developing tools to assist the ongoing response and recovery for people affected by Hurricane Sandy.</p> <p></p> <p>Collaborating in realtime over Skype, IRC, <a href="http://wiki.crisiscommons.org/wiki/Hurricane_Sandy_2012" title="Hurricane Sandy 2012 - CrisisCommons Wiki">Wiki</a>, <a href="https://hackpad.com/ATx1TCEAHpS#hurricanesandy-gasmap-projects">Hackpad</a>, and [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend, volunteer hackers and technologists convened at <a href="http://crisiscommons.org/2012/10/30/sandycrisiscamp/" title="Sandy CrisisCamp">CrisisCamps in over 10 cities</a> and virtually online to assist in developing tools to assist the ongoing response and recovery for people affected by Hurricane Sandy.</p>
<p><iframe width="600" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.arcgis.com/home/webmap/templates/OnePane/basicviewer/embed.html?webmap=2f86405caf0b4147a6e9e082e56475a6&amp;gcsextent=-180,-68.9199,180,83.1081&amp;displayslider=true&amp;displaydetails=true&amp;displaysearch=true"></iframe></p>
<p>Collaborating in realtime over Skype, IRC, <a href="http://wiki.crisiscommons.org/wiki/Hurricane_Sandy_2012" title="Hurricane Sandy 2012 - CrisisCommons Wiki">Wiki</a>, <a href="https://hackpad.com/ATx1TCEAHpS#hurricanesandy-gasmap-projects">Hackpad</a>, and likely more these volunteers worked on over a dozen projects to assist people in <a href="http://ajturner.github.com/gasmap/" title="Mobile Web Map">finding</a> &amp;<a href="http://dev.geosprocket.com/bootstrap/map.html" title="Gas Station Status Update">reporting</a> open gas stations, <a href="http://sandy.hotosm.org/" title="MapMill: Crowdsourced Image Ranking">identify building damage</a>, room sharing, getting kids back to school, and a lot more you can <a href="http://wiki.crisiscommons.org/wiki/Hurricane_Sandy_2012" title="Hurricane Sandy 2012 - CrisisCommons Wiki">read about on the wiki</a>. For the more visually inclided, Willow from <a href="http://gwob.org/" title="Geeks Without Bounds">Geeks Without Bounds</a> made a great Prezi.</p>
<div class="prezi-player">
  <object id="prezi_rwrwyn2k0xri" name="prezi_rwrwyn2k0xri" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400"><param name="movie" value="http://prezi.com/bin/preziloader.swf" /><param name="allowfullscreen" value="true" /><param name="allowFullScreenInteractive" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="direct" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="prezi_id=rwrwyn2k0xri&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" /><embed id="preziEmbed_rwrwyn2k0xri" name="preziEmbed_rwrwyn2k0xri" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowfullscreeninteractive="true" allowscriptaccess="always" width="550" height="400" bgcolor="#FFFFFF" flashvars="prezi_id=rwrwyn2k0xri&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" /><br />
  </object></p>
<div class="prezi-player-links">
<p><a title="Sandy CrisisCamps" href="http://prezi.com/rwrwyn2k0xri/sandy-crisiscamps/">Sandy CrisisCamps</a> on <a href="http://prezi.com">Prezi</a></p>
</p></div>
</div>
<p>There will likely be more CrisisCamps coming up in the future that you can join. If you just have a computer and internet connection you can help.</p>
<p>GEOPRESS_LOCATION(Washington, DC)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/11/05/crisiscamp-sandy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Testing Social Media Viability for Disasters at Camp Roberts</title>
		<link>http://blog.geoiq.com/2012/08/31/testing-social-media-viability-for-disasters-at-camp-roberts/</link>
		<comments>http://blog.geoiq.com/2012/08/31/testing-social-media-viability-for-disasters-at-camp-roberts/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 17:58:48 +0000</pubDate>
		<dc:creator>Sean Gorman</dc:creator>
				<category><![CDATA[geoiq]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3896</guid>
		<description><![CDATA[<p>Earlier this August we (<a href="http://www.brendansweather.com/">Brendan Heberton</a> and myself) had the chance to visit Camp Roberts to participate in John Crowley &#38; Co&#8217;s <a href="http://www.nps.edu/Academics/Schools/GSOIS/Departments/IS/Research/FX/RELIEF/relief.html">humanitarian relief experiments</a>. On this trip we wanted to begin empirical testing of how useful social media stream like Twitter are during disasters, and what the potential was for streaming analysis. [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this August we (<a href="http://www.brendansweather.com/">Brendan Heberton</a> and myself) had the chance to visit Camp Roberts to participate in John Crowley &amp; Co&#8217;s <a href="http://www.nps.edu/Academics/Schools/GSOIS/Departments/IS/Research/FX/RELIEF/relief.html">humanitarian relief experiments</a>.  On this trip we wanted to begin empirical testing of how useful social media stream like Twitter are during disasters, and what the potential was for streaming analysis.  This could be a massive topic and experiment, so we boiled it down to a few basic tests.  Catherine Starbird at <a href="http://epic.cs.colorado.edu/?page_id=11">Tweak-the-Tweet</a>/UC Boulder was kind enough to donate the Tweets from this summers Colorado wildfires.  This gave us a nice pull of about 250,000 Tweets to work with.</p>
<p>Off the bat we got a fresh reminder of how <a href="http://semiocast.com/publications/2012_07_30_Twitter_reaches_half_a_billion_accounts_140m_in_the_US">few</a> people include a GPS location for their Tweets &#8211; only about 2,500 in the case of the wildfires.  Unfortunately the Twitter <a href="http://stackoverflow.com/questions/3128655/understanding-twitter-streaming-api-geo-information">place ids</a> were not included in the data, which will give you a city to neighborhood level of accuracy for 15-30% of Tweets roughly.  It was still a very interesting sample of data and made for some useful analysis. Since we did a variety experiments with the data that would get overly long and boring I boiled it down to a list of challenges and potential best practices we discovered for working with the data.</p>
<p>CHALLENGES</p>
<ul>
<li>The volume of data with precise geographic coordinates tends to be quite low as a percentage of the over al data (1-2%).
<ul>
<li>This allows for the tactical extraction of specific Tweets, but makes for bad samples or indicators of the over all population.</li>
</ul>
</li>
<li>In addition to the demographic bias of Twitter users, there is also a bias in the volume of Tweets coming from individual users.
<ul>
<li>Current analysis techniques treat all Tweet equally whether it is a single Tweet from a user about the disaster or a user who Tweets 120 times in a day.</li>
<li>Aggregate analysis and correlation can be unduly influenced by deviations in the volume of Tweets from individual users.</li>
<li>Specifically we called this the <em>Racerboi8</em> problem who was a user in the wildfire data who Tweeted 10x more than the next closest user and was far removed from the threat area of the wildfires.</li>
<li>Without normalizing the Tweet volume per users this can create false positives in the data.</li>
</ul>
</li>
<li>The need to have a specific keyword to identify disaster related Tweets means social media can’t be used until the disaster is well underway and the community has established keywords or hashtags.
<ul>
<li>Tweak-the-Tweet does a good job of curating data with the community but requires a taxonomy emerging from the community before it can start generating data.</li>
<li>This causes the loss of the capacity to tap Twitter as an early warning and indicator of an emerging disaster.</li>
</ul>
</li>
</ul>
<p>The Raceboi8 problem was a particulary thorny issue and I think a picture is worth a thousand words in this case:</p>
<p><a href="http://blog.geoiq.com/files/2012/08/racerboi8_tweets.jpg"><img class="aligncenter size-large wp-image-3917" title="racerboi8_tweets" src="http://blog.geoiq.com/files/2012/08/racerboi8_tweets-1024x600.jpg" alt="" width="595" height="348" /></a></p>
<p>That is one tenacious and pacing Tweeter!</p>
<p>BEST PRACTICES</p>
<p>While there are a good number of challenges with using social media streams like Twitter, I think there is also huge opportunity.  So, we wanted to share some of the approaches we took to tackling the problems we&#8217;ve encountered using social media during disasters.</p>
<ul>
<li>Filter Tweets by proximity to the disaster through intersection or buffer to remove Tweets that are reacting to news or outside observers, but not actually involved in the disaster.</li>
<li>For aggregate statistics and analysis normalize Tweets by the volume of activity by users to remove sample bias.</li>
<li>When doing macroscopic analysis like detection of patterns use the entire Twitter dataset for calculations then infer geography after the analysis has been run to do mapping and geoprocessing.</li>
<li>Use pattern detection techniques to identify emergent hashtags and keywords that can be used to kick of targeted searches for tactical use.</li>
<li>Use spatial/temporal regressions to identify social media voids by identifying geographies with more or less activity than the population would predict.  Entropy could be another good indicator if users wanted to make this a dynamically updating analysis.</li>
</ul>
<p>A few visual examples are always nice to put these techniques in context:</p>
<p><a href="http://blog.geoiq.com/files/2012/08/critical_infrastructure_tweets_CO.jpg"><img class="aligncenter size-large wp-image-3918" title="critical_infrastructure_tweets_CO" src="http://blog.geoiq.com/files/2012/08/critical_infrastructure_tweets_CO-1024x601.jpg" alt="" width="595" height="349" /></a></p>
<p>In the analysis we filtered Tweet by proximity to wildfires in Colorado Springs and their proximity to critical infrastructure.  The gridded thematic is showing night time population courtesy of the <a href="http://www.ornl.gov/sci/landscan/">Landscan</a> project at ORNL.</p>
<p><a href="http://blog.geoiq.com/files/2012/08/corrleation_tweets_CO.jpg"><img class="aligncenter size-large wp-image-3919" title="corrleation_tweets_CO" src="http://blog.geoiq.com/files/2012/08/corrleation_tweets_CO-1024x601.jpg" alt="" width="595" height="349" /></a></p>
<p>To detect hot spots and voids we ran a simple linear correlation between the population in each grid cell (independent) and the number of Tweets (dependent).  The resulting map highlights areas with more Twitter activity than the population would predict.  The dark green square in the lower left hand corner ended up being the location of the local TV station that was pushing out a deluge of Tweets.  This and the Raceboi8 example drove home the need to normalize the data by Tweet volume for statistical analysis.</p>
<p><a href="http://blog.geoiq.com/files/2012/08/Twtich_tweets_CO.jpg"><img class="aligncenter size-large wp-image-3920" title="Twtich_tweets_CO" src="http://blog.geoiq.com/files/2012/08/Twtich_tweets_CO-1024x602.jpg" alt="" width="595" height="349" /></a></p>
<p>Last we hooked the data up to Twitch and did some streaming analysis to see what patterns we saw emerging in the data aggregated over time.  Generally Twitch is better for real time events but was still useful for some post event pattern analysis.</p>
<p>In the course of the experiment we had some great conversations and help from Nat Wolpert and Katie Baucom of NGA&#8217;s disaster response team, Chris Vaughn and Michael Gresalfi of FEMA, and data help from Chris Mayfield of NORTHCOM.  Their ideas and feedback have given us new set of motivations for furthering developing the ideas here.  Hope to have more to show to that end soon.  Thanks to Crowley &amp; Co. for hosting us at another great event and thanks to Brendan Heberton for the heavy lifting!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/08/31/testing-social-media-viability-for-disasters-at-camp-roberts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Esri DC Development Center plans</title>
		<link>http://blog.geoiq.com/2012/08/22/esri-dc-development-center-plans/</link>
		<comments>http://blog.geoiq.com/2012/08/22/esri-dc-development-center-plans/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 13:00:28 +0000</pubDate>
		<dc:creator>Andrew Turner</dc:creator>
				<category><![CDATA[esri]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3853</guid>
		<description><![CDATA[<p>cross posted at <a href="http://blogs.esri.com/esri/arcgis/2012/08/22/dc-development-center/" rel="self">Esri ArcGIS blog</a></p> <p>A little more than a month ago our team from <a href="http://blog.geoiq.com/2012/07/10/building-from-the-inside/">GeoIQ joined with Esri</a> to create the Washington DC Development Center. We&#8217;ve been busy over that month defining our strategy and plans for working together with Esri. Our core mission is extending Esri technology to make [...]]]></description>
			<content:encoded><![CDATA[<p><em>cross posted at <a href="http://blogs.esri.com/esri/arcgis/2012/08/22/dc-development-center/" rel="self">Esri ArcGIS blog</a></em></p>
<p>A little more than a month ago our team from <a href="http://blog.geoiq.com/2012/07/10/building-from-the-inside/">GeoIQ joined with Esri</a> to create the Washington DC Development Center. We&#8217;ve been busy over that month defining our strategy and plans for working together with Esri. Our core mission is extending Esri technology to make the world of geographic data and analysis accessible to everyone.</p>
<blockquote><p>Esri is totally shifting to focus on making geography ubiquitous and geographic knowledge ubiquitous in institutions and in society in general.</p></blockquote>
<p>- Jack Dangermond in <a href="http://www.computerworld.com/s/article/9228060/Q_A_Esri_s_Jack_Dangermond_on_cloud_big_data_and_Apple_vs_Google_map_wars">ComputerWorld 2012</a></p>
<p>The more that we&#8217;ve met and worked with teams at Esri the more we have been impressed by their vision and commitment to the many user communities. With the myriad of initiatives underway at Esri we wanted highlight the areas the new development center will be focusing on.</p>
<p>Specifically, we are concentrating on four specific areas: Open Platform, Web Collaboration, Open Data, and &#8220;Big Data&#8221; (for various definitions of what this means).</p>
<h2>Geography as an Open Platform</h2>
<p><img src="http://blog.geoiq.com/files/2012/08/GeoIQ-Platform.png" width="240" height="93" alt="GeoIQ Platform.png" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /> Geography is particularly compelling way to visualize and analyze disparate data due nearly all data having a time and location. By its very nature geography is an open platform that combines together information from disparate sources, allowing users to intuitively understand their relationship with data through relative location.</p>
<p>The technology of geography should similarly be open and allow easy integration of multiple datasets, capabilities and integrated broadly through many interfaces. Utilizing open data standards, open source software components and open sharing of knowledge we can improve these platforms to answer meaningful questions.</p>
<p>Esri is a <a href="http://blogs.esri.com/esri/esri-insider/2011/10/24/open-source-closed-source-moving-to-the-middle/">long time supporter and user</a> of open-source software and we will be working more closely with the open source communities to be active contributors. You can start watching <a href="https://github.com/esri">this code sharing space</a>, as existing and new projects start showing up that we think are valuable. Together we will work with the community to extend the features and make these tools more useful. We will also <a href="http://blog.geoiq.com/category/ogckml/">continue working</a> on the evolution and development of <a href="http://www.opengeospatial.org/standards/requests/89">industry</a> and <a href="http://geojson.org/">community</a> standards that open access to the data, maps and analysis being produced through these platforms.</p>
<h2>Collaborating through the Web</h2>
<p><a href="http://geocommons.com" title="GeoCommons" rel="self">GeoCommons</a> and <a href="http://arcgis.com/home" rel="self">ArcGIS Online</a> are incarnations of a powerful, <a href="http://blog.geoiq.com/2012/06/06/power-of-a-web-platform/">open platform</a> that enables anyone to access data and maps. The capabilities of GIS are often difficult to approach for people not experienced with the technology but who still need to use geography to understand their data. We will continue <a href="http://blog.geoiq.com/2011/04/01/simplicity-something-we-can-agree-on/">developing great user experience</a> and <a href="http://blog.geoiq.com/category/collaboration/">web-based tools</a>. A strong focus on usability allows the technology we build to engage and collaboration across numerous industries and communities. In particular, as we are based on the east coast US in Washington, DC we sit at a nexus of government, NGO, commercial enterprise, and new media.</p>
<h2><span style="font-size: 12px; font-weight: normal;"><img src="http://blog.geoiq.com/files/2012/08/open_data_badge_2.png" width="240" height="45" alt="open_data_badge_2.png" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /></span>Open Data</h2>
<p>At Esri we are working on geo-enabling and sharing data across any organization. Increasingly these users are looking for web tools to openly and <a href="http://blog.geoiq.com/2010/06/09/an-open-data-litmus-test-is-there-a-download-button/">easily share their data</a>. We plan to continue this evolution of data publishing, data curation/collaboration, and archiving to provide access through open and accessible standards.</p>
<p>This fall we will be at a flurry of gatherings, sharing our open data tools and how we can better enable government, businesses, and citizens to access and use open data. We&#8217;ll be at <a href="http://www.stateofthemap.org/" title="State Of The Map 2012">State Of The Map 2012</a> in Tokyo and <a href="http://stateofthemap.us/" title="State of the Map 2012 - Portland, Oregon">SOTM.US</a> in Portland. At the conference we will be sharing the contributions Esri is making to open data and OpenStreetMap. In October we are presenting a hands on workshop of making sense of open data at the <a href="http://okfestival.org/topic-stream-open-geodata/">Open Knowledge Festival and Open Government Data Camp in Helsinki</a>.</p>
<h2>Big Data and GIS</h2>
<p><img src="http://blog.geoiq.com/files/2012/08/Realtime-Analytics-on-Vimeo-2.jpg" width="240" height="218" alt="Realtime Analytics on Vimeo-2.jpg" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /> Big Data has been getting a lot of attention lately, and the dev center will be concentrating on distilling the value for geographic analysis and ESRI customers. There are already several initiatives underway at <a href="http://blogs.esri.com/esri/esri-insider/2012/05/07/whats-the-big-deal-about-big-data/">Esri investigating Big Data</a>.</p>
<p>Next week we are hosting a meet up event at the DC American Institute of Architects to discuss what &#8220;big data&#8221; means in the realm of geospatial technology. Specifically we will be focusing on streaming realtime and dynamic data from high volume feeds. At GeoIQ we were developing technology to connect to social media streams such as Twitter as well as mobile device event streams that tracked user activities during large events, something we referred to as <a href="http://blog.geoiq.com/2012/04/05/just-in-time-analytics-kanban-for-big-data/">Just in Time Analytics</a>. For a peek into the concepts we have been developing, check out a few technology demonstration videos.</p>
<ul>
<li><a href="http://vimeo.com/46435041">Real time crowd patterns for the NYC marathon</a></li>
<li><a href="http://vimeo.com/31266476">User interface for defining dynamic twitter searches</a></li>
</ul>
<h2>Path Forward</h2>
<p>These are just a few of the activities that we are already starting with our first month as a joined team. We are eager to hear your input and suggestions on how we can improve your experience with geography, web technology and open and big data. Ping us on twitter at <a href="http://twitter.com/geoiq" title="GeoIQ on Twitter">@geoiq</a> or in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/08/22/esri-dc-development-center-plans/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Building from the Inside: GeoIQ joins Esri</title>
		<link>http://blog.geoiq.com/2012/07/10/building-from-the-inside/</link>
		<comments>http://blog.geoiq.com/2012/07/10/building-from-the-inside/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 11:00:14 +0000</pubDate>
		<dc:creator>Sean Gorman</dc:creator>
				<category><![CDATA[FortiusOne]]></category>
		<category><![CDATA[GeoCommons]]></category>
		<category><![CDATA[geoiq]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3826</guid>
		<description><![CDATA[<p><a rel="attachment wp-att-3840" href="http://blog.geoiq.com/2012/07/10/building-from-the-inside/geoiq-esri/"></a>When we launched <a title="GeoCommons" href="http://geocommons.com/">GeoCommons</a> in 2007 we wanted to bring geographic data and analysis to everyone. Today more than 50,000 users have contributed over 125,000 open data sets, which have been shared 20 million times. The community has been awesome, and for a while we&#8217;ve been discussing how we can [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3840" href="http://blog.geoiq.com/2012/07/10/building-from-the-inside/geoiq-esri/"><img class="size-medium wp-image-3840" style="float: right;" title="GeoIQ Esri" src="http://blog.geoiq.com/files/2012/07/GeoIQ-Esri-300x300.png" alt="GeoIQ + Esri" width="300" height="300" /></a>When we launched <a title="GeoCommons" href="http://geocommons.com/">GeoCommons</a> in 2007 we wanted to bring geographic data and analysis to everyone. Today more than 50,000 users have contributed over 125,000 open data sets, which have been shared 20 million times.  The community has been awesome, and for a while we&#8217;ve been discussing how we can take it to the next level.  How can we reach an even larger audience?  That opportunity came recently when <a title="Esri - GIS Mapping Software, Solutions, Services, Map Apps, and Data" href="http://www.esri.com/">Esri</a> approached us about joining their team and merging our technologies. By comparison, Esri is used by more than 300,000 organizations worldwide and is running on more than one million desktops and Web applications servers.</p>
<p>Our goal at GeoIQ has been to create new mapping interfaces and hopefully change the geospatial market in the process.  Esri opens the door for us to operate within the ArcGIS platform and to directly work with their millions of users.  We are excited about the opportunity to collaborate with Esri to create the next generation of GeoWeb technologies.  To accomplish this we&#8217;ll be working with Esri to establish a new research and development center in the Washington DC area. The District emerged as a hot spot for the clustering of <a title="Geo DC (Washington, DC) - Meetup" href="http://www.meetup.com/Geo-DC/">GeoNerds</a>, and we are looking forward to using the new office as a venue to support and collaborate with the community.</p>
<p>The team in the development center will focus on engineering core technologies for Esri, leveraging GeoIQ&#8217;s expertise in working with open data and technology communities, as well as real time and large data analytics.  The team will build projects that push the bounds of data handling and analysis of emerging dynamic data sources. For example, over the past few months we have been working on an R&amp;D project called &#8220;Twitch&#8221; that handles dynamic aggregation and visualization of millions of points from social media streams with in-browser HTML5 support. It is just an example of what is possible and we will be sharing more with the community as we integrate this technology with the ArcGIS platform.</p>
<p><a href="http://vimeo.com/46435041">Real time crowd patterns for the NYC marathon</a> from <a href="http://vimeo.com/fortiusone">GeoIQ</a> on <a href="http://vimeo.com">Vimeo</a></p>
<p>GeoCommons and GeoIQ customers will continue to be supported as we integrate the capabilities of <a href="http://www.arcgis.com/home/">ArcGIS Online</a> and GeoIQ into a next generation platform. GeoCommons data will continue to stay open and available and we’re planning to make it even more accessible. If you have any questions for the team, we&#8217;ll be answering on the <a title="GeoIQ blog" href="http://blog.geoiq.com">blog</a> and Twitter <a title="GeoIQ (GeoIQ) on Twitter" href="https://twitter.com/geoiq">@geoiq</a>. Some of our team will also be at the <a title="2012 International Open Government Data Conference | Data.gov Communities" href="http://www.data.gov/conference/">International Open Government Data Conference</a> in DC this week and the <a title="2012 Esri International User Conference (UC) July 23 to 27 in San Diego" href="http://www.esri.com/events/user-conference/index.html">Esri User Conference</a> in San Diego July 23rd to July 27th to meet the community and discuss our plans.</p>
<p>We look forward to continuing to work with everyone that has supported us and in becoming part of the Esri family.</p>
<p>The GeoIQ &amp; GeoCommons team</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/07/10/building-from-the-inside/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Power of a Web Platform</title>
		<link>http://blog.geoiq.com/2012/06/06/power-of-a-web-platform/</link>
		<comments>http://blog.geoiq.com/2012/06/06/power-of-a-web-platform/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 13:59:44 +0000</pubDate>
		<dc:creator>Andrew Turner</dc:creator>
				<category><![CDATA[GeoCommons]]></category>
		<category><![CDATA[collaboration]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3808</guid>
		<description><![CDATA[<p><a href="http://blog.geoiq.com/files/2012/06/AboutGeoCommons_600.png"></a>One of the most rewarding parts of our work is seeing how the tools we build are used in new and unexpected ways. While we frequently work with customers and users to solve particular problems, we always look at the broader potential for these features to be used by a different type of user.</p> [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.geoiq.com/files/2012/06/AboutGeoCommons_600.png"><img src="http://blog.geoiq.com/files/2012/06/AboutGeoCommons_600-tm.jpg" width="271" height="219" alt="AboutGeoCommons_600.png" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /></a>One of the most rewarding parts of our work is seeing how the tools we build are used in new and unexpected ways. While we frequently work with customers and users to solve particular problems, we always look at the broader potential for these features to be used by a different type of user.</p>
<p>Because GeoCommons is a open web platform every day we discover new uses that we didn&#8217;t expect or weren&#8217;t involved in creating. They&#8217;re constant sources of delight, interest, and a generate new ideas for how we can improve the tools we make for you to answer your questions and share your stories.</p>
<p>A few weeks ago the Washington Post&#8217;s Mike Debonis made maps of the <a href="http://www.washingtonpost.com/blogs/mike-debonis/post/how-ward-5-is-voting-so-far/2012/05/10/gIQAgcKNGU_blog.html">DC Ward 5 special election</a> using <a href="http://geocommons.com/" title="GeoCommons">GeoCommons</a>. And there are a lot more <a href="http://geocommons.com/search?model=Map&amp;page=1&amp;query=election" title="">election maps</a> that user have made. In other journalism the Bicycle Coalition of Greater Philadelphia built <a href="http://www.bicyclecoalition.org/maps/geocommons" title="Thematic Maps on Geocommons | Bicycle Coalition of Greater Philadelphia">various maps that display commuting, health and crash data</a>.</p>
<p><a href="http://blog.geoiq.com/files/2012/06/WWF-Mapping-the-Arctic.png"><img src="http://blog.geoiq.com/files/2012/06/WWF-Mapping-the-Arctic-tm.jpg" width="250" height="168" alt="WWF - Mapping the Arctic.png" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /></a>Even our partners see unexpected benefits. We shared the launch of <a href="http://blog.geoiq.com/2012/02/15/unepgrid-arendal-launches-oceanids/" title="UNEP/GRID-Arendal launches OCEANIDS | GeoIQ Blog">UNEP/GRID-Arendal</a> using GeoIQ to share ocean data and climate information. Using the common platform the <a href="http://wwf.panda.org/what_we_do/where_we_work/arctic/publications/arctic_atlas/index.cfm">World Wildlife Fund built an atlas</a> to to compare sea ice levels over time with today&#8217;s industrial uses and protected areas, and see where WWF is working.</p>
<p>Similarly, the World Bank uses the GeoIQ platform to host <a href="http://maps.worldbank.org" title="World Bank Mapping for Results">their project location data and analysis</a>. Within the Bank another group used the same World Bank GeoIQ platform to build <a href="http://lpisurvey.worldbank.org/">an interactive benchmarking tool</a> to help countries identify the challenges and opportunities they face in their performance on trade logistics and what they can do to improve their performance.</p>
<p>Schools and universities have independently started developing their own curricula and changing the concept of what GIS and mapping mean to students. University of Virginia, Harvard, Rowan Univeristy, Duke, and even the University of Redlands are just a few of many schools that have been using GeoCommons in the classroom.</p>
<p>Fortunately because GeoIQ is an entirely web based platform we don&#8217;t require users to download or install anything. You just need a web browser and you&#8217;re able to access a suite of online and easy to use tools for whatever visualization and analysis you can dream up. Then you can embed these into your newspaper, site, blog, or web application to effectively share important stories.</p>
<p>You can track additional sites where GeoCommons has been used on my <a href="http://pinboard.in/u:ajturner/t:geocommons/" title="pinboard bookmarks">pinboard bookmarks</a>. And let us know where else you are using the GeoIQ platform or GeoCommons.</p>
<p>Also, if you are around DC I&#8217;ll also be presenting <a href="http://www.meetup.com/Geo-DC/events/63024342/" title="June Meetup: Web Mapping Demos - Geo DC (Washington, DC) - Meetup">tonight at GeoDC</a> about these and even some new upcoming features and uses of GeoCommons.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/06/06/power-of-a-web-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCamp</title>
		<link>http://blog.geoiq.com/2012/04/30/techcamp-tel-aviv/</link>
		<comments>http://blog.geoiq.com/2012/04/30/techcamp-tel-aviv/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:01:51 +0000</pubDate>
		<dc:creator>Andrew Turner</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[GeoCommons]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3797</guid>
		<description><![CDATA[<p><a href="http://techcampglobal.org"></a>This week I am leading tech training at the TechCamp events in <a href="http://wiki.techcampglobal.org/index.php?title=TechCamp:Tel_Aviv_Agenda" title="TechCamp:Tel Aviv Agenda - TechCampGlobal">Tel Aviv</a> and <a href="http://wiki.techcampglobal.org/index.php?title=Techcamp:Ramallah" title="Techcamp:Ramallah - TechCampGlobal">Ramallah</a> discussing open mapping platforms for sharing and visualizing data. <a href="http://techcampglobal.org/" title="TechCampGlobal &#124; where tech meets civil society">TechCamp</a> is part of Secretary of State Hillary Clinton&#8217;s Civil Society [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techcampglobal.org"><img src="http://blog.geoiq.com/files/2012/04/TechCamp-Logo-tm.jpg" width="200" height="94" alt="TechCamp Logo.png" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /></a>This week I am leading tech training at the TechCamp events in <a href="http://wiki.techcampglobal.org/index.php?title=TechCamp:Tel_Aviv_Agenda" title="TechCamp:Tel Aviv Agenda - TechCampGlobal">Tel Aviv</a> and <a href="http://wiki.techcampglobal.org/index.php?title=Techcamp:Ramallah" title="Techcamp:Ramallah - TechCampGlobal">Ramallah</a> discussing open mapping platforms for sharing and visualizing data. <a href="http://techcampglobal.org/" title="TechCampGlobal | where tech meets civil society">TechCamp</a> is part of Secretary of State Hillary Clinton&#8217;s Civil Society 2.0 initiative that aims to empower local citizens and organizations to gain access to technology and information in order to actively engage with their government and communities. Technology can produce change in our society and in the hands of ordinary people are very powerful. This is something we believe in very passionately at GeoIQ and drives our design and innovation to provide cutting-edge, open mapping tools that are easy to use by everyone.</p>
<p>There have been TechCamps all around the world with great success in sharing experiences with the use of low-cost and easy to use technology by NGOs. At TechCamp Tel Aviv I will be walking through just a few of the examples of organizations that are using GeoIQ and GeoCommons to investigate data and tell compelling stories with the world. Groups such as the <a href="http://maps.worldbank.org" title="World Bank Mapping for Results">World Bank&#8217;s Mapping for Results</a> and <a href="http://www.iadb.org/mapamericas" title="IADB MapAmericas">IADB&#8217;s MapAmericas</a>, and even local groups such as the <a href="http://www.bicyclecoalition.org/maps/geocommons" title="Thematic Maps on Geocommons | Bicycle Coalition of Greater Philadelphia">Bicycle Coalition of Philadelphia</a>.</p>
<p><center><br />
  <a href="http://blog.geoiq.com/files/2012/04/TechCamp-Tel-Aviv-balloons.jpg"><img src="http://blog.geoiq.com/files/2012/04/TechCamp-Tel-Aviv-balloons-tm.jpg" width="400" height="268" alt="TechCamp Tel Aviv balloons" style="padding:5px;" /></a><br />
</center></p>
<p>We will also be working over two days directly with NGOs on specific problems and objectives they have with making maps. I&#8217;d love to know if you have any open data for Israel or Palestine that we can also highlight to the local groups. We will make sure to post the videos and notes from the TechCamp when they&#8217;re online.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/04/30/techcamp-tel-aviv/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Visualizing our Changing Climate with Climascope</title>
		<link>http://blog.geoiq.com/2012/04/27/visualizing-our-changing-climate-with-climascope/</link>
		<comments>http://blog.geoiq.com/2012/04/27/visualizing-our-changing-climate-with-climascope/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 15:12:21 +0000</pubDate>
		<dc:creator>Andrew Turner</dc:creator>
				<category><![CDATA[Partners]]></category>

		<guid isPermaLink="false">http://blog.geoiq.com/?p=3782</guid>
		<description><![CDATA[<p>Last year we worked closely with the US World Wildlife Fund to develop the capability to upload and share climate modeling data through GeoIQ. Today you can explore the changing world at <a href="http://climascope.wwfus.org/" title="WWF Climascope">Climascope</a>. Partnerships with the <a href="http://www.tyndall.ac.uk/research/cias" title="Tyndall Centre for Climate Change Research">Tyndall Centre for Climate Change Research</a>, <a href="http://www.uea.ac.uk/" title="University [...]]]></description>
			<content:encoded><![CDATA[<p>Last year we worked closely with the US World Wildlife Fund to develop the capability to upload and share climate modeling data through GeoIQ. Today you can explore the changing world at <a href="http://climascope.wwfus.org/" title="WWF Climascope">Climascope</a>. Partnerships with the <a href="http://www.tyndall.ac.uk/research/cias" title="Tyndall Centre for Climate Change Research">Tyndall Centre for Climate Change Research</a>, <a href="http://www.uea.ac.uk/" title="University of East Anglia">University of East Anglia</a>, and <a href="http://www.zekiah.com/" title="Zekiah Technologies, Inc. | intelligent technology consulting">Zekiah</a> collaborated to build the user interface to explore through the complex models and data. Users can explore temperature, precipitation, cloud cover, wetness days and more extremely valuable data through an easy map interface. You can even filter the data by ranges and click to dive into the data at individual locations and times.</p>
<p><center><br />
  <a href="http://climascope.wwfus.org/" target="_new" title="WWF Climascope"><img src="http://blog.geoiq.com/files/2012/04/Emission-Scenario-Explorer-Annual-Average-Temperature-2071-2100-HadCM3-Bern-tm.jpg" width="400" height="242" alt="Emission Scenario Explorer Annual Average Temperature 2071-2100 (HadCM3, Bern).png" style=" padding: 5px" /></a><br />
</center></p>
<blockquote><p>
  The intended results are to give planners and practioners access to the data they need to prepare for climate change (adaptation in particular) and to provide the range of information, from the [different climate] scenarios to show policymakers spatially explicit climate implications for different emission scenario decisions.
</p></blockquote>
<p>ClimaScope provides spatially explicit climate change data for 18 climate model patterns, for the new IPCC RCP scenarios, the old SRES scenarios, and specific adaptation scenarios for 2C, 3C and 4C warming. There are 8 climate varibales &#8211; maximum, minimum and average temperatue, sea surface temperature, precipitation, wet day frequency, cloud cover and vapor pressure. All for annual, seasonal and monthly time periods for a range of 30-year periods. This is done by turning the complex climate data into spatially explicit georeferenced maps. These files can then easily be layered to allow users to look, for example, at all emission scenarios for a given climate model or all climate models for a given emission scenario for a given point.</p>
<p><center><br />
  <iframe width="420" height="315" src="http://www.youtube.com/embed/kDqKKiajfGg" frameborder="0"></iframe><br />
</center></p>
<p>By working to develop this with GeoIQ (grant funded) the overall goal was to easily be able to federate this data with other data. As <a href="http://maps.worldbank.org/" title="Mapping for Results | The World Bank">World Bank&#8217;s Mapping for Results</a> uses the same platform and open standards, then this federation is easily accomplished such that all World Bank Projects currently in Mapping for Results can be overlaid on ClimaScope data (see examples in the Featured Maps section of <a href="http://climascope.wwfus.org/" title="Emission Scenario Explorer Annual Average Temperature 2071-2100 (HadCM3, Bern)">Climascope</a>). Thus, users could click on the World Bank data and get information on that project, and click on arrow keys to see how the climate was projected to change at that site. Similarly propposed solar projects could be overlaid on the cloud frequency map to see if projected changes in cloudiness would help or hinder the project, precipitation and wet day frequency could be used to aid in assessing any water project.</p>
<p>Climascope has been submitted to the World Bank&#8217;s <a href="wwwr.worldbank.org/appsforclimate" title="World Bank: Apps for Climate">Apps for Climate</a> and you can read more and <a href="https://wbchallenge.imaginatik.com/wbchallengecomp.nsf/x/idea?open&amp;eid=2011111685257879005955D51068264&amp;iid=013D1BE2E7D64E05852579C3006DBA88&amp;es=" title="View Submission | World Bank Institute">vote for Climascope</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoiq.com/2012/04/27/visualizing-our-changing-climate-with-climascope/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
