<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Maps and Territories</title>
	
	<link>http://ourednik.info/maps</link>
	<description>See maps, read maps, make spaces</description>
	<lastBuildDate>Fri, 04 May 2012 13:46:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MapsAndTerritories" /><feedburner:info uri="mapsandterritories" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/2.5/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>MapsAndTerritories</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Colored proportional circles in ArcMap</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/1fJuXsJ7IqQ/</link>
		<comments>http://ourednik.info/maps/2012/04/24/colored-proportional-circles-in-arcmap/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:21:46 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2012/04/24/colored-proportional-circles-in-arcmap/">André Ourednik</span></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ArcMap]]></category>
		<category><![CDATA[bivariate symbols]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=723</guid>
		<description><![CDATA[Bivariate thematic mapping with ArcMap? Yes you can! Colored proportional circles cannot be drawn directly on polygons, but they can be drawn on points. Thus, all you have to do first is to put your polygon data into point data. In the following example, I will be using a pre-existent point layer of commune centers [...]]]></description>
			<content:encoded><![CDATA[<p>Bivariate thematic mapping with ArcMap? Yes you can!</p>
<p>Colored proportional circles cannot be drawn directly on polygons, but they can be drawn on points. Thus, all you have to do first is to put your polygon data into point data. In the following example, I will be using a pre-existent point layer of commune centers to map data pertaining to the communes. This is a standard cartographic practice when mapping with symbols, as the populations you map tend to concentrate, well&#8230; in those centers. If you were mapping, say, climatic data, you would put your circles on the spots of the measurement stations. If you don&#8217;t have such a point layer, you can make one, for example by using <em>Data Management Tools</em> &gt; <em>Features</em> &gt; <em>Feature To Point</em>. In this example I already have my commune centers:</p>
<div id="attachment_724" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm485.png"><img class="size-thumbnail wp-image-724" title="Points and polygons" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm485-500x421.png" alt="Points and polygons" width="500" height="421" /></a><p class="wp-caption-text">Points and polygons</p></div>
<p>The next thing to do is to add thematic data from polygons to points. You can do this by the &#8220;join&#8221; method, based on the spatial locations. Every point falls inside a polygon, and gets its data. The new point layer will be saved wherever you want, under whatever name.</p>
<div id="attachment_726" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm_join.png"><img class="size-thumbnail wp-image-726" title="Joining data from polygons to points" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm_join-500x335.png" alt="Joining data from polygons to points" width="500" height="335" /></a><p class="wp-caption-text">Joining data from polygons to points</p></div>
<p>Usually, you have raw data only, given in absolute values. Colored circles are useful above all when you want to show both <em>proportional</em> and <em>absolute</em> values. Proportional values should be rendered as color shades, and absolute values as symbol sizes. In this example, we will show the population of women per commune, and their relative importance, given in per cents of the total population. We have to calculate these per cents. This can be done by first opening the attribute table of our freshly produced point layer and by adding a field:</p>
<div id="attachment_729" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm_newfield.png"><img class="size-thumbnail wp-image-729" title="Add a new field to the attribute table" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm_newfield-500x476.png" alt="Add a new field to the attribute table" width="500" height="476" /></a><p class="wp-caption-text">Add a new field to the attribute table</p></div>
<p>We shall name our new variable &#8220;pct_femmes&#8221;:</p>
<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm490.png"><img class="aligncenter size-medium wp-image-730" title="Creating a new variable" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm490-298x300.png" alt="Creating a new variable" width="298" height="300" /></a></p>
<p>Then we use the field calculator to get the percent of total population. Note that I use the Python language in my script. VB works too, but looks slightly different :</p>
<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm491.png"><img class="aligncenter size-medium wp-image-731" title="Percent of total population" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm491-247x300.png" alt="Percent of total population" width="247" height="300" /></a></p>
<p>Now everything is ready to produce proportional circles. Right-click on your point layer to open its Properties. Under the Symbology tab, choose Quantities &gt; Graduated colors. Pick your relative variable (&#8220;pct_femmes&#8221; in our case) and your color ramp. Than click on the &#8220;Advanced&#8221; button and pick &#8220;Size&#8230;&#8221;. In some cases, you might need to &#8220;Apply&#8221; first, otherwise &#8220;Size&#8230;&#8221; remains greyed out.</p>
<p>As my size variabe, I pick &#8220;P00BWtot&#8221;, which, in my case, is the absolute number of women. I divide it by 100 to limit the size of my circles. Log() or another transformation can also be applied, in order to smoothen the variation of circle sizes.</p>
<div id="attachment_732" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/btm493.png"><img class="size-thumbnail wp-image-732" title="Picking a variable for circle size" src="http://ourednik.info/maps/wp-content/uploads/2012/04/btm493-500x298.png" alt="Picking a variable for circle size" width="500" height="298" /></a><p class="wp-caption-text">Picking a variable for circle size</p></div>
<p>This is it, your bivariate symbol map in ArcMap, you&#8217;re done&#8230;</p>
<div id="attachment_734" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/bivariate-symbol-map-in-arcmap.png"><img class="size-thumbnail wp-image-734" title="Bivariate symbol map in ArcMap" src="http://ourednik.info/maps/wp-content/uploads/2012/04/bivariate-symbol-map-in-arcmap-500x319.png" alt="Bivariate symbol map in ArcMap" width="500" height="319" /></a><p class="wp-caption-text">Bivariate symbol map in ArcMap</p></div>
<p>&#8230; or almost done. Apparently, symbol &#8220;size&#8221;, in ArcMap, defines not the surface of the circles, but their diameters. There is a <em>π * r^2</em> factor you have to account for in your formula. <em>π</em> being a constant, you can skip it if you wish, but you need to square-root your values if you wish your circle areas to be proportional to them. Thus, &#8220;<em>Sqr ( [Sum_P00BWTOT]/ 3.14)</em>&#8221; or simply &#8220;<em>Sqr ( [Sum_P00BWTOT])</em>&#8221; is what you want to use as for your Advanced Size expression.</p>
<p>Further, as you can see on the figure above, ArcMap does not take into account circle overlapping. If you don&#8217;t want your large circles to hide the small ones, you have to order them by size, in descending order of your population variable (in our case <em>Sum_P00BWTOT</em>). In ArcMap, sorting your table in table view won&#8217;t be enough for this purpose. You need to sort your dataset in the dbf file, which is only slightly more tedious. Use <em>ArcToolbox</em> &gt; <em>General</em> &gt; <em>Sort</em> to do this:</p>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 310px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.486.png"><img class="size-medium wp-image-738" title="Sorting data in ArcMap" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.486-300x177.png" alt="Sorting data in ArcMap" width="300" height="177" /></a><p class="wp-caption-text">Sorting data in ArcMap</p></div>
<p>An alternative method would be to order the dbf file associated with your layer with some external software, for example <a title="Libre Office Calc" href="http://www.libreoffice.org/features/calc/">Libre Office Calc</a>. But I will not get into the details of this here. Using the methods described up to here, this is what you get. This time you&#8217;re all set:</p>
<div id="attachment_740" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/arcmap-sorted-circles.png"><img class="size-thumbnail wp-image-740" title="Bivariate symbol map with sorted overlapping circles in ArcMap" src="http://ourednik.info/maps/wp-content/uploads/2012/04/arcmap-sorted-circles-500x319.png" alt="Bivariate symbol map with sorted overlapping circles in ArcMap" width="500" height="319" /></a><p class="wp-caption-text">Bivariate symbol map with sorted overlapping circles in ArcMap</p></div>
<p>&nbsp;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/uYv44RK6wLdWi2ub-_Sp87Wt_2Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/uYv44RK6wLdWi2ub-_Sp87Wt_2Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uYv44RK6wLdWi2ub-_Sp87Wt_2Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/uYv44RK6wLdWi2ub-_Sp87Wt_2Y/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=1fJuXsJ7IqQ:ncHBRXUbkYE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=1fJuXsJ7IqQ:ncHBRXUbkYE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=1fJuXsJ7IqQ:ncHBRXUbkYE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=1fJuXsJ7IqQ:ncHBRXUbkYE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=1fJuXsJ7IqQ:ncHBRXUbkYE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/1fJuXsJ7IqQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2012/04/24/colored-proportional-circles-in-arcmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2012/04/24/colored-proportional-circles-in-arcmap/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=colored-proportional-circles-in-arcmap</feedburner:origLink></item>
		<item>
		<title>The Valaisan mobility network</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/feK8KYEpWcE/</link>
		<comments>http://ourednik.info/maps/2012/04/05/the-valaisan-mobility-network/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 23:33:23 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2012/04/05/the-valaisan-mobility-network/">André Ourednik</span></dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Territories]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[betweenness]]></category>
		<category><![CDATA[commuting]]></category>
		<category><![CDATA[directional weighted graph]]></category>
		<category><![CDATA[Fruchterman-Reingold]]></category>
		<category><![CDATA[mobility network]]></category>
		<category><![CDATA[network community]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Valais]]></category>
		<category><![CDATA[walktrap]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=710</guid>
		<description><![CDATA[Methods and tools After a day and a half of work and fine-tuning, here we go: the commuting network of all individuals either residing, working or studying in the canton Valais. I&#8217;ve used R, with the RStudio GUI, and the igraph library for R. My staring point was the mobility matrix between all communes, including [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/reseauVS5walktrap_simplifiedvsual.png"><img class="aligncenter size-thumbnail wp-image-720" title="The Valaisan mobility network" src="http://ourednik.info/maps/wp-content/uploads/2012/04/reseauVS5walktrap_simplifiedvsual-500x321.png" alt="The Valaisan mobility network" width="500" height="321" /></a></p>
<h2>Methods and tools</h2>
<p>After a day and a half of work and fine-tuning, here we go: the commuting network of all individuals either <em>residing</em>, <em>working</em> or <em>studying</em> in the canton Valais. I&#8217;ve used R, with the <a title="RStudio – one big step towards user-friendliness of R" href="http://ourednik.info/maps/2011/06/14/rstudio-one-big-step-towards-user-friendliness-of-r/">RStudio GUI</a>, and the <em>igraph</em> library for R. My staring point was the mobility matrix between all communes, including communes outside of the canton, which I&#8217;ve calculated from the individual data of the Swiss Federal Census 2000.</p>
<p>I&#8217;ve converted my commuting matrix into a directional weighted graph with the <em>graph.adjacency</em> function. I&#8217;ve simplified the graph by removing loops.</p>
<p>The vertex size has been determined by <em>betweenness</em>. To reduce size difference, I&#8217;ve squared it.</p>
<p>The graphic layout has been obtained with Fruchterman-Reingold algorithm, included in the <em>igraph</em> library.</p>
<p>To determine communities &#8211; identified by 11 different colors in the map above &#8211; I&#8217;ve tried out <em>edge betwenness</em>,<em> leading eigenvector</em> and finally settled for the <em>walktrap community</em>, which gave the most interesting results. <em>Walktrap community</em>, however, remains non-directional. I am still looking for a <em>directional</em> weighted algorithm appropriate for my study case.</p>
<p>The width of the edges depends on the original weights. In other words, thick lines identify paths taken by most individuals.</p>
<h2>Some interpretations</h2>
<p>As often when reconstructing a network space from a geographical commuting matrix, the resulting space reproduces very closely the topology of the topographic layout of the canton. This is especially understandable in the case of Valais, because of its West to East tree-like structure.</p>
<p>A clear boundary appears between the French-speaking (Monthey, Martigny, Sion, Sierre, Montana) and the German-speaking (Brig-Glis, Visp, Zermatt, Fiesh etc.) communes. Obviously, the linguistic communities exchange only few commuters.</p>
<p>Also interestingly, commuters from Geneva and Lausanne do not connect to the Monthey subnetwork (which would be the closest from these cities further West on the Lac Léman), but share community with Martigny. My earlier unweighted tests with the walktrap algorithm even attached them to Sion. This confirms the hypothesis that <em>larger cities preferentially &#8220;interact&#8221; with other urban centers</em>, in terms of all types of geographical interaction (commuting, information, financial flows etc.). Smaller cities, like Vevey, Aigle or Montreux, on the other hand, participate preferentially to the Monthey commuting community. Besides their small size, their topographic closeness to the Valais also leads to this.</p>
<h2>References</h2>
<p>Pons Pascal, Latapy Matthieu (2005), &#8220;Computing communities in large networks using random walks&#8221; in <em><a href="http://arxiv.org/abs/physics/0512106v1">arXiv:physics/0512106v1</a> [physics.soc-ph]</em>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/lZsNGh3MS61JbHDtO4lCfEBoTr0/0/da"><img src="http://feedads.g.doubleclick.net/~a/lZsNGh3MS61JbHDtO4lCfEBoTr0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lZsNGh3MS61JbHDtO4lCfEBoTr0/1/da"><img src="http://feedads.g.doubleclick.net/~a/lZsNGh3MS61JbHDtO4lCfEBoTr0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=feK8KYEpWcE:QeEuQZCpQHM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=feK8KYEpWcE:QeEuQZCpQHM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=feK8KYEpWcE:QeEuQZCpQHM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=feK8KYEpWcE:QeEuQZCpQHM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=feK8KYEpWcE:QeEuQZCpQHM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/feK8KYEpWcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2012/04/05/the-valaisan-mobility-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2012/04/05/the-valaisan-mobility-network/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-valaisan-mobility-network</feedburner:origLink></item>
		<item>
		<title>Crop an image in Adobe Illustrator CS3 or later</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/ahqImRufX18/</link>
		<comments>http://ourednik.info/maps/2012/04/01/crop-an-image-in-adobe-illustrator-cs3-or-later/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 21:44:39 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2012/04/01/crop-an-image-in-adobe-illustrator-cs3-or-later/">André Ourednik</span></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ArcMap]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[map cropping]]></category>
		<category><![CDATA[raster image in Illustrator]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=683</guid>
		<description><![CDATA[When you export maps from ESRI ArcMap to Adobe Illustrator, the raster background is by default exported as a series of associated bitmap strips, with superposed vector polygons.Here an example: In this &#8211; as in many other situations &#8211; you might need to crop the image to a specific area. Say the following rectangle: To [...]]]></description>
			<content:encoded><![CDATA[<p>When you export maps from ESRI ArcMap to Adobe Illustrator, the raster background is by default exported as a series of associated bitmap strips, with superposed vector polygons.Here an example:</p>
<div id="attachment_689" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.484.png"><img class="size-thumbnail wp-image-689" title="Bitmap strips (detoured in orange) and vector polygon layer (in blue)" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.484-500x337.png" alt="Bitmap strips (detoured in orange) and vector polygon layer (in blue)" width="500" height="337" /></a><p class="wp-caption-text">Bitmap strips (detoured in orange) and vector polygon layer (in blue)</p></div>
<p>In this &#8211; as in many other situations &#8211; you might need to crop the image to a specific area. Say the following rectangle:</p>
<div id="attachment_686" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.476.png"><img class="size-thumbnail wp-image-686" title="Area to crop" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.476-500x319.png" alt="Area to crop" width="500" height="319" /></a><p class="wp-caption-text">Area to crop</p></div>
<p>To do so, first dissociate the vector layer from the raster strips. Then select the raster strips. By default an image options menu will appear just below the menu bar. On this, prese the button &#8220;modify the clipping mask&#8221; (modifier le masque d&#8217;écretage in my French version of Illustrator)</p>
<div id="attachment_691" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.477.png"><img class="size-thumbnail wp-image-691" title="Modifify the clipping mask (modifier le masque d'écretage)" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.477-500x217.png" alt="Modifify the clipping mask (modifier le masque d'écretage)" width="500" height="217" /></a><p class="wp-caption-text">Modify the clipping mask (modifier le masque d&#39;écretage)</p></div>
<p>Moving lateral line of the rectangle, then, will not make the image smaller but will crop it horizontally:</p>
<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.478.png"><img class="size-medium wp-image-694 aligncenter" title="Cropping the image horizontally" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.478-127x300.png" alt="" width="127" height="300" /></a></p>
<p>Dissociate all strips before cropping vertically. Otherwise, Illustrator crops all grouped elements individually, which would turn your bacground into a zebra. Dissociate like this:</p>
<div id="attachment_698" class="wp-caption aligncenter" style="width: 505px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.480.png"><img class="size-full wp-image-698" title="Dissociating horizontal stripes" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.480.png" alt="Dissociating horizontal stripes" width="495" height="536" /></a><p class="wp-caption-text">Dissociating horizontal stripes</p></div>
<p>Once the stripes dissociated, you can crop only the uppermost strip that you want to keep, like this:</p>
<div class="mceTemp mceIEcenter" style="text-align: center;">
<dl id="attachment_697" class="wp-caption aligncenter" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.479.png"><img class="size-thumbnail wp-image-697 " title="Cropping the uppermost strip" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.479-500x226.png" alt="Cropping the uppermost strip" width="500" height="226" /></a></dt>
<dd class="wp-caption-dd">Cropping the uppermost strip</dd>
</dl>
</div>
<p>Erase all the strips above (you don&#8217;t need them anymore).</p>
<p>Once you&#8217;ve done this, you&#8217;re done with the raster aspect. The vector part, though hasn&#8217;t been cropped yet as shows the following image:</p>
<div id="attachment_701" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.481.png"><img class="size-thumbnail wp-image-701" title="Cropped raster, uncropped vector layer" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.481-500x437.png" alt="Cropped raster, uncropped vector layer" width="500" height="437" /></a><p class="wp-caption-text">Cropped raster, uncropped vector layer</p></div>
<p>To crop the vector layer, create a rectangle of the size of your vector area and select both the rectangle and your vector layer. Once you&#8217;ve done this, open the &#8220;pathfinder&#8221; toolbox and click on the &#8220;division&#8221; button, like this:</p>
<div id="attachment_702" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.482.png"><img class="size-thumbnail wp-image-702" title="Selected cropping rectangle and all of the vector polygon layer" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.482-500x403.png" alt="Selected cropping rectangle and all of the vector polygon layer" width="500" height="403" /></a><p class="wp-caption-text">Selected cropping rectangle and all of the vector polygon layer</p></div>
<p>That&#8217;s it. You&#8217;re done:</p>
<div id="attachment_705" class="wp-caption aligncenter" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.483.png"><img class="size-thumbnail wp-image-705" title="Cropped raster and vector map in Illustrator" src="http://ourednik.info/maps/wp-content/uploads/2012/04/screenshot.483-500x371.png" alt="Cropped raster and vector map in Illustrator" width="500" height="371" /></a><p class="wp-caption-text">Cropped raster and vector map in Illustrator</p></div>

<p><a href="http://feedads.g.doubleclick.net/~a/TtTobucI0ISfIP__gXUT486elkU/0/da"><img src="http://feedads.g.doubleclick.net/~a/TtTobucI0ISfIP__gXUT486elkU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TtTobucI0ISfIP__gXUT486elkU/1/da"><img src="http://feedads.g.doubleclick.net/~a/TtTobucI0ISfIP__gXUT486elkU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=ahqImRufX18:c9vndaQ2olA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=ahqImRufX18:c9vndaQ2olA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=ahqImRufX18:c9vndaQ2olA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=ahqImRufX18:c9vndaQ2olA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=ahqImRufX18:c9vndaQ2olA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/ahqImRufX18" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2012/04/01/crop-an-image-in-adobe-illustrator-cs3-or-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2012/04/01/crop-an-image-in-adobe-illustrator-cs3-or-later/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=crop-an-image-in-adobe-illustrator-cs3-or-later</feedburner:origLink></item>
		<item>
		<title>Fifty years of orbital tourism</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/2Y2jCcBDDMM/</link>
		<comments>http://ourednik.info/maps/2012/02/20/fifty-years-of-orbital-tourism/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 23:01:13 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2012/02/20/fifty-years-of-orbital-tourism/">André Ourednik</span></dc:creator>
				<category><![CDATA[Territories]]></category>
		<category><![CDATA[Emmanuel Levinas]]></category>
		<category><![CDATA[John Glenn]]></category>
		<category><![CDATA[Mercury Atlas]]></category>
		<category><![CDATA[space tourist]]></category>
		<category><![CDATA[space travel]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[Yuri Gagarin]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=646</guid>
		<description><![CDATA[Today, the United States are celebrating the 50th anniversary of John Glenn&#8217;s orbital flight: three tours of the globe in less than five hours. To mark the occasion, Craig Russell of Space Operations Inc., would have liked to see the mission replayed, but relying on private means only, this time. We get his point, because [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/02/SpaceTourists.jpg"><img class="alignleft size-thumbnail wp-image-648" title="Space tourists (2009) Christian Frei" src="http://ourednik.info/maps/wp-content/uploads/2012/02/SpaceTourists-500x280.jpg" alt="Space tourists (2009) Christian Frei" width="500" height="280" /></a>Today, the United States are celebrating the 50th anniversary of John Glenn&#8217;s orbital flight: three tours of the globe in less than five hours. To mark the occasion, Craig Russell of <a href="http://www.spaceoperationsinc.com/">Space Operations Inc.</a>, would have liked to see the mission replayed, but relying on private means only, this time. We get his point, because times have changed since <a href="http://www.nasa.gov/mission_pages/mercury/missions/friendship7.html">Mercury Atlas 6</a>: power concentrates elsewhere, the resources needed to send men in orbit are no longer in the hands of Nation-States. The conquest of space is no longer a political issue; it is about business. Uunless we look at it differently, that is to say, unless we admit that politics themselves have another owner. A growing private sector is about to own the transportation infrastructure into the margins of our World. Nation-States are its future customers. <a href="http://www.googlelunarxprize.org/">Google Lunar X Prize</a> promises $ 30 million to the first team capable of sending a robot to the moon without public funding.<br />
<a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1758-5899.2011.00109.x/full">100 km above the ground is the Kármán line</a>, where the atmosphere becomes so thin that it no longer provides the required lift for aircraft. Beyond it begins the field of astronautics and orbital flight. From this altitude on, territories and their borders lose their relevance, too: we leave the airspace and enter a “pure space”, <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1758-5899.2011.00109.x/full">even less legislated as the ocean waters</a>. The French philosophers’, Emmanuel Levinas’ fascination for orbital flight, at that time, leads mainly to this: to the possibility of conceiving a space devoid of the cracks of history, and of the logics of separation and deep-rootedness that Europe has barely paid for, such a heavy toll, in the first half of its century. &#8220;What matters perhaps above all,&#8221; he writes, &#8220;is having been able to leave the <em>place</em>. For one hour, one man existed outside of any horizon &#8211; everything was sky around him, or rather, everything was geometric space. A man existed in the absolute homogeneous space. &#8221;<br />
Levinas was not talking about John Glenn, though, but about Yuri Gagarin, and his Vostok 1, whose April 12<sup>th</sup> 1961 path around the Earth from Baikonur to Engels still leaves a narcissistic scar in the American sky. We do not celebrate the first orbital flight of humanity, today, but only the U.S. one. Gagarin, the Soviet saint, and his eyes filled with infinite solicitude, is still hanging in the corner of the cosmic izba, tucked in his spacesuit like in the gilding of an othodox icon.<br />
The future of space travel, however, commits neither the Cold War, nor metaphysics. Russian Soyuz shuttles welcome American space tourists, providing what the language of economics now calls a &#8220;service&#8221;: to fall out of the atmosphere at 4<em>g</em>, to hover in weightlessness for a while and to glide to the ground, then, leaving behind the wastes of the dream. In the documentary<em> Space Tourists</em> (2009), the camera of the Swiss filmmaker Christian Frei accompanies Anousheh Ansari on board the International Space Station, where she stayed for 20 million dollars. Down by the cosmodrome, Kazakh scrap dealers roam the steppes in search for spare parts fallen off during the takeoff phases. They cook lamb soup in a piece of rocket. Larger pieces are used for shelter for the night. Here and there, you see a garden or a roof, ravaged by the fallout of cosmic exploration. As writes the journalist Nick Rodick, &#8220;forty years on from Neil Armstrong&#8217;s &#8216;one small step for man&#8217;, we are still waiting for the &#8216;giant leap for mankind&#8217;.&#8221;<br />
Ansari was neither the first woman in space, nor its first tourist. Other contenders – the first non-governmental astronaut, the first teacher in space, the first journalist in orbit&#8230; – punctuate the titles of the media since the 1980s, until the arrival of the first official “tourist&#8221;: the multimillionaire Denis Tito. “Official” only, though, because who is a tourist if not as anyone who moves away from his daily territory, into an elsewhere, devoid of any logic of necessity or obligation? As such, there is tourism, already, in Gagarin&#8217;s feat.<br />
Tourism, in all its forms, is a way of escaping the space-time grid of everyday life. Can masses rushed through airport security locks still be considered as such, by the way? They don’t escape anywhere. The holidays themselves are carefully beaconed, by the soft jingle of travel guides, by family demands, by the need to confirm, back to the office, that you’ve been <em>away</em> from all this. Orbital tourism, in this sense, seems the only way into a real elsewhere. For how long, though? UK carrier Virgin Gallactic has already sold over 500 tickets at $200000 aboard its SpaceShipTwo. So watch out: the planet itself is about to become a landscape, the perfect background for a group picture! Its sighting may remain reserved to the privileged, of course, as the <em>Jungfraujoch</em> railway in its infancy, but this is just the beginning, right? Subsequently, as with all <em>progress</em>, any woman or man will be able to explore the outer reaches of sublunar space. In this respect, bold commentators are almost as touching as the poet Mayakovsky in his <em>Flying Proletarian</em> in 1925. Hearing them, we almost forget that one thing: that good old wood, beneath us, our Carboniferous legacy – wood in the form of oil that we need to burn, still and always, to go anywhere.</p>
<h3>Resources</h3>
<p>Image: screenshot from <a title="Space Tourists (2009) Christian Frei" href="http://www.space-tourists-film.com/en/home.php">Space Toutrists, a documentary film by Christian Frei</a>.</p>
<p>Oberg james, 2012, &#8220;<a href="http://spectrum.ieee.org/aerospace/aviation/private-spaceflight-up-up-and-away">Private Spaceflight: Up, Up, and Away. This year, commercial spaceflight will really take off</a>&#8221; in <em>IEEE Spectrum</em>, January 2012.</p>
<p>Roddick Nick, 2009, <a title="Nick Roddick, Sell-out on the Final Frontier" href="http://www.space-tourists-film.com/shared/downloads/Essay_Nick_Roddick_en.pdf">Sell-Out on the Final Frontier</a>.</p>
<p>Joan Johnson-Freese, Brian Weede, 2012, &#8220;Application of Ostrom’s Principles for Sustainable Governance of Common-Pool Resources to Near-Earth Orbit&#8221; in <em>Global Policy</em>,<a href="http://onlinelibrary.wiley.com/doi/10.1111/gpol.2012.3.issue-1/issuetoc" shape="rect"> Volume 3, Issue 1, </a> pages 72–81, February 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/jnFD1-ePwoR2WUcuMjh3_W0mN1A/0/da"><img src="http://feedads.g.doubleclick.net/~a/jnFD1-ePwoR2WUcuMjh3_W0mN1A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jnFD1-ePwoR2WUcuMjh3_W0mN1A/1/da"><img src="http://feedads.g.doubleclick.net/~a/jnFD1-ePwoR2WUcuMjh3_W0mN1A/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=2Y2jCcBDDMM:-isUSJyDmmM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=2Y2jCcBDDMM:-isUSJyDmmM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=2Y2jCcBDDMM:-isUSJyDmmM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=2Y2jCcBDDMM:-isUSJyDmmM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=2Y2jCcBDDMM:-isUSJyDmmM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/2Y2jCcBDDMM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2012/02/20/fifty-years-of-orbital-tourism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2012/02/20/fifty-years-of-orbital-tourism/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fifty-years-of-orbital-tourism</feedburner:origLink></item>
		<item>
		<title>Foucault’s left-overs and the urban heterostasis</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/SX9Sf9ljA0w/</link>
		<comments>http://ourednik.info/maps/2012/01/15/foucaults-left-overs-and-the-urban-heterostasis/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:21:26 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2012/01/15/foucaults-left-overs-and-the-urban-heterostasis/">André Ourednik</span></dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Territories]]></category>
		<category><![CDATA[Foucault]]></category>
		<category><![CDATA[heterostasis]]></category>
		<category><![CDATA[heterotopia]]></category>
		<category><![CDATA[heterotopicity]]></category>
		<category><![CDATA[Layar]]></category>
		<category><![CDATA[participative planning]]></category>
		<category><![CDATA[urbanism]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=613</guid>
		<description><![CDATA[Michel Foucault, in his 1984 essay Des espaces autres (Other Spaces), coins the term “hétérotopie”. He uses it to designate places evolving on the margin of what we could today call the territory of production. Foucault’s heterotopoi are cemeteries, brothels, prisons, boats, psychiatric hospitals… places inhabited by those who’ve either been excluded from society, or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2012/01/P1020507.jpg"><img class="alignleft size-thumbnail wp-image-614" title="Pumikin in Naoshima (Creative Commons BY NC ND André Ourednik, 2009)" src="http://ourednik.info/maps/wp-content/uploads/2012/01/P1020507-500x375.jpg" alt="Pumikin in Naoshima (Creative Commons BY NC ND André Ourednik, 2009)" width="500" height="375" /></a></p>
<p>Michel Foucault, in his 1984 essay <em>Des espaces autres</em> (<em>Other Spaces</em>), coins the term “hétérotopie”. He uses it to designate places evolving on the margin of what we could today call the <em>territory of production</em>. Foucault’s <em>heterotopoi</em> are cemeteries, brothels, prisons, boats, psychiatric hospitals… places inhabited by those who’ve either been excluded from society, or are no longer its members (being dead), or further by those who <em>choose</em> to step outside, in order to engage in “hidden” practices. Those who gather in <em>heterotopoi</em> have one thing in common: they do not exercise power. At least not in the power’s self-acknowledging way.</p>
<p>By pointing out the existence of <em>heterotopoi</em>, Foucault forces us to acknowledge their role. No territory can be made without them. But they are difficult to accept, even more so today than in his times, because the very fundament of the contemporary territory lies in the negation of everything it’s not. Heterotopy is the modern territory’s little secret, as foul as Guantanamo, as dark as Fritzel’s cellar, as tense as the Korean DMZ, as old as Mount Athos, as well-guarded as the bank vaults of tax heavens. But these <em>heterotopoi</em>, as much as the ones pointed out by Foucault, actually appear as what is left behind, or at best spared, by the integrating process of modernity. They are left-overs. Remnants. Residual spaces, where diverging realities survive, even grow perhaps, but mostly stall, like algae in a river shoal. Should the whole idea of heterotopy be limited to such spaces? Can it be?</p>
<p>I actually believe there is more to the concept of <em>heterotopoi</em>, even beyond Foucault’s own definition of the notion. Of course, it would make no sense questionning the coined meaning of the word if its etymological construction was arbitrary. But it is not. <em>Hetero-topoi</em> are the places of the <a href="http://wikitractatus.ourednik.info/autrement"><em>Otherwise</em></a><em> </em>(ἕτερος), of an <em>alternative reality</em>, that can of course be a stalling one, but that is also a <em>yet undetermined</em> reality striving to <em>make space</em> for itself. We cannot let that Otherwise stall in some topological black hole of History, even if it was “only” a concept.  Why? Because <em>heterotopoi</em> are the only places capable of transforming a territory, as I shall show.</p>
<p>The problem with Foucault’s definition of the notion is that it focuses on heterotopoi <em>already present</em> in the margins of the territory. Their otherness is the <em>result</em> of History, which anchors them in the past. The other <em>heterotopoi</em> – the ones I have in mind – are not yet out there. They only exist in an infinite set of possible futures that bifurcate from any given location.</p>
<p><em>Heterotopoi</em> are not projects (a project is a future reality for which place has already been made). <em>Heterotopoi</em> precede projects. They precede them <em>somewhere</em>, though, and in that sense, are not mere <em>u-topias</em>. The particularity of future-oriented <em>heterotopoi</em> is that they share their location with already materialized realities. In an urban environment, marked by the omnipresence of human beings, any given <em>effective</em> place has its set of <em>heterotopoi</em>. What I mean is that any given urban place also exists <em>otherwise</em> in the imagination of its dwellers: as very concretely filled with other amenities, people, practices.</p>
<h2><em>Heterotopoi</em> and virtual spaces</h2>
<p>In the days of Foucault, such imaginary otherness was deemed to remain confined in the minds of individuals. Graphic artists were perhaps the only dwellers empowered to share their <em>heterotopoi</em> with others. This situation has changed, though, along with the <em>trivialization of virtual spaces</em>. What we possess today is a potentially infinite set of formalized alternative spaces called “layers” of <em>geographic information systems</em>. The access to such systems is commonplace, not only for professionals of spatial planning, but to all human individuals connected to the World Wide Web. The most common of them are web mapping services such as Google Maps, Bing Maps or Open Street Map. Behind such systems – or, better said, <em>part</em> of these systems – is a multidisciplinary community of spatial professionals that set up their structure, collect spatial information and adapt it, for it to be integrated in the geographic system. In the last decade, these professionals have managed to open their communities by shifting their roles:  they still <em>produce</em> spatial information, but spend even more time <em>empowering</em> non-professional GIS users to do so. In the case of Open Street Map, this empowering even goes so far as to allow users to produce the very <em>base map</em> used to display thematic information later on (traffic densities, land use types, building’s construction years, <em>etc.</em>). Still, even Open Street Map expects users to only report places that <em>already exist</em>, in the material sense of the expression. What about all the places that could be? I.e.: what about <em>heterotopoi</em>?</p>
<p>What we should be looking for are <em>geographic information systems</em> that gather and synthesize knowledge about all the <em>Otherwise</em> imagined by urban dwellers for any place in their city.  This gathering of heterotopoi, and their synthesis in a common virtual spatial layer, is what I wish to call <em>urban</em> <strong><em>hetorostasis</em></strong>. In a democratic society, only <em>hetorstasis</em> can, in my eyes, legitimate an urban project. Can we conceive a pragmatic system which would bring about, or at least facilitate <em>heterostais</em>?</p>
<h2>Towards urban <em>heterostasis</em></h2>
<p>In fact, such systems already exist. One of them I have reported in a preceding article in this blog, consecrated to <a title="Layar and the reality of dreams" href="http://ourednik.info/maps/2011/04/08/layar-and-the-reality-of-dreams/">collaborative augmented reality</a>. CAR, however, requires some degree of fascination for computer interfaces. Relying on CAR for heterostasis would, in very crude terms, lead to a city of geeks. In fact, no technological system will do by itself. Effective <em>heterostasis</em> cannot rely on a system of machines and algorithms. It needs a complex production network, composed of human, non-human (<em>cf</em>. Latour 1999), mechanic and electronic components. Social scientists at ease with human contact need to approach human individuals to sound out their needs. Many different ways to express their localized desires must be provided to urban dwellers: not only in the form of Tweeter tweets, FaceBook likes, virtual Layar drawings or Google Maps tags,  but also in the form of billboards, stickers, material traces in the urban space, that shelter <em>heterotopoi</em> in the form of text, drawing, sculpture, micro-model… A stimulating discussion with Jens Brandt, member of the <a title="Supertnaker urban thinktank network" href="http://supertanker.info/">urban thinktank Supertanker</a>, recently made me discover the wide palette of such practices.</p>
<p>All this material, however, would be meaningless if not brought together at some point in time. While it is simple, for any human individual, to dwell in heterotopia, the aim of a human city is to co-dwell with all those of which it is composed. Precisely at this point, the mapper, the statistician, and the GIS technician step in, producing classes of equivalence between aspects of imaginary places, making them comparable, opposable in a common ontology, bringing them together in a common space, transforming a complex set of <em>heterotopoi</em> into a unique, spatial, representation of desire, that only one further step separates from becoming an urban project.</p>
<p>The task is hard and full of methodological pitfalls. Alain Desrosières, in his history of statistics (2000), belongs to the authors who reveal its complexity, its high stakes, its aporias. But the game’s worth the candle. In urbanism, the only alternative practice to heterostasis is the would-be &#8220;esthetic&#8221; tyranny of the architect, of the drawer of Sforzinda, of the builder of cities in the (social) desert, of the egocentric demiurge only eager to gather fame in the service of dictators. Urban heterostasis is everything  except <em>that</em> type of urbanism. Heterostasis is the open possibility, for all the inhabitants of a city, to play the role they are able to play in producing a <em>desired </em>urban space.</p>
<h2>References</h2>
<p>Desrosières Alain,  2000, <em>La politique des grands nombres : histoire de la raison statistique</em>, 2<sup>e</sup> édition avec nouvelle postface de l’auteur, La Découverte (1<sup>e</sup> édition : 1993).</p>
<p>Foucault Michel, 1967, « Des espaces autres » – <em>Conférence au Cercle d’études architecturales</em>, 14 mars 1967, (publiée in <em>Architecture, Mouvement, Continuité</em>, n°5, octobre 1984, pp. 46-49).</p>
<p>Latour Bruno, 1999, <em>Politiques de la nature : comment faire entrer les sciences en démocratie</em>, Paris : La Découverte.</p>
<h2>See also</h2>
<p>&#8220;<a title="Hétérostase" href="http://wikitractatus.ourednik.info/h%E9t%E9rostase">Hétérostase</a>&#8221; in Wikitractatus, 10.01.2012.</p>
<p>Rajesh Kottamasu, 2007, <em><a title="Mobile spatial annotation and its potential use to urban planners and deisgners" href="http://www.rajworks.com/rkthesis.pdf">Placelogging Mobile spatial annotation and its potential use to urban planners and designers</a></em>, MA thesis,  MIT Sensable City lab.</p>
<p>Liina Einla, 2009, <a title="Heterotopia in landscape practice" href="stud.epsilon.slu.se/1087/1/einla_l_100428.pdf"><em>The Notion of Heterotopia in the Practice of Landscape Architecture. The Garden of Education &#8211; Alnarp</em></a>, MA thesis, The Swedish University of Agricultural Science, Faculty of Landscape Planning, Horticulture and Agricultural Science.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ggnILeLWUis99zfz_3IUmxSGKNE/0/da"><img src="http://feedads.g.doubleclick.net/~a/ggnILeLWUis99zfz_3IUmxSGKNE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ggnILeLWUis99zfz_3IUmxSGKNE/1/da"><img src="http://feedads.g.doubleclick.net/~a/ggnILeLWUis99zfz_3IUmxSGKNE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=SX9Sf9ljA0w:yqFvlauR0Lw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=SX9Sf9ljA0w:yqFvlauR0Lw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=SX9Sf9ljA0w:yqFvlauR0Lw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=SX9Sf9ljA0w:yqFvlauR0Lw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=SX9Sf9ljA0w:yqFvlauR0Lw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/SX9Sf9ljA0w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2012/01/15/foucaults-left-overs-and-the-urban-heterostasis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2012/01/15/foucaults-left-overs-and-the-urban-heterostasis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=foucaults-left-overs-and-the-urban-heterostasis</feedburner:origLink></item>
		<item>
		<title>Mars as a social question</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/e6S0QUWiel0/</link>
		<comments>http://ourednik.info/maps/2011/10/31/mars-as-a-social-question/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 10:34:10 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2011/10/31/mars-as-a-social-question/">André Ourednik</span></dc:creator>
				<category><![CDATA[Territories]]></category>
		<category><![CDATA[allopatric speciation]]></category>
		<category><![CDATA[androphilia]]></category>
		<category><![CDATA[Curiosity]]></category>
		<category><![CDATA[Mars]]></category>
		<category><![CDATA[Mars500]]></category>
		<category><![CDATA[Neanderthals]]></category>
		<category><![CDATA[otherness]]></category>
		<category><![CDATA[Phobos-Grunt]]></category>
		<category><![CDATA[specism]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=544</guid>
		<description><![CDATA[&#8220;Allopatric speciation&#8221; occurs when a biological species divides in two distinct populations, due either to the emergence of a natural boundary (river, mountain) or to migration in opposite directions. Over hundreds of generations, the genotypes of both populations evolve on their own until, finally, they become two separate species. For some species of fruit-flies, this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2011/10/neanderthal.jpg"><img class="alignleft size-medium wp-image-551" title="Neanderthal Mars" src="http://ourednik.info/maps/wp-content/uploads/2011/10/neanderthal-209x300.jpg" alt="" width="209" height="300" /></a>&#8220;Allopatric speciation&#8221; occurs when a biological species divides in two distinct populations, due either to the emergence of a natural boundary (river, mountain) or to migration in opposite directions. Over hundreds of generations, the genotypes of both populations evolve on their own until, finally, they become two separate species.</p>
<p>For some species of fruit-flies, this operation takes but months.  For squirrels separated by drifting continents and floods, it takes hundreds of thousands of years. But how about the human species?</p>
<p>We might soon get a chance to figure it out. Or at least as soon as we get to Mars.</p>
<p>November 2011 shall be the month of the Red Planet: the crew of <a href="http://www.esa.int/SPECIALS/Mars500/" target="_blank">Mars500</a> will emerge out of its 520 days of simulated travel; two real probes (<a title="Phobos-Grunt Probe" href="http://phobos.cosmos.ru/">Phobos-Grunt</a> and  <a title="Curiosity Mars Probe" href="http://www.nasa.gov/mission_pages/msl/">Curiosity</a>) shall be launched later on. These events remind us that Mars travel constitutes a real possibility; its colonization a thinkable horizon of  human action.</p>
<p>However, if humans colonize Mars, and if they survive, they will be lost to most of us. Relatives at 56 millions of kilometers are not the ones you get to see every weekend. They will live their separate ways, develop their distinct survival strategies, their distinct pathologies. Within two or three hundred years, it will be dangerous to visit these remote humans, as our immune systems won&#8217;t be apt, anymore, to deal with the unique virus mutations that will occur in the Mars colonies. We will end up living separately, dying separately and will eventually evolve into <em>two separate species</em>.</p>
<p>What will happen then? Will the &#8220;Martians&#8221; communicate with us? Enslave us? Exterminate us, like the <em>homo sapiens sapiens</em> perhaps did to the<em> homo sapiens neanderthalensis</em> ? Or will it be moral, for them, to farm and eat us, as much as we find it morally acceptable to eat other species today? Will we drift so much apart that we will be to them what pigs, dogs and horses are to us? Will it then be <em>perverse </em>for them, to copulate with earthlings, will they call this &#8220;<em>androphilia</em>&#8221; and spit and sneeze with despise? Will we drift from racism to <em>specism</em>? Will we found a universal community of sentient beings? Or will our misunderstanding become so great that we&#8217;ll eventually lose all interest in each other? How will we deal with the radical otherness of those that have once been exactly like us?</p>
<p>These are the great social questions of Mars. The planet named after the God of War could one day grow to meet its name, but it can also lead us to re-evaluate all our values. Perhaps the mere thought of it can too: the thought of Mars, our most challenging hypothesis.</p>
<h2>See also</h2>
<h3>Echos</h3>
<p>This post has been enhanced, translated in French and published here: Ourednik, A. (2011, November 4). &#8220;<a title="Penser la colonie humaine sur Mars comme une question sociale" href="http://ourednik.info/maps/wp-content/uploads/2011/11/MarsLeTemps_scan.pdf">Penser la colonie humaine sur Mars comme une question sociale</a>&#8221; in <em>Le Temps</em>, Genève, p. 13.</p>
<p>The Le Temps version has been commented in the <a title="Revue de presse internationale de Cecile de Kervasdoue" href="http://www.franceculture.fr/emission-revue-de-presse-internationale-revue-de-presse-internationale-de-cecile-de-kervasdoue-20-28" target="_blank"><em>Revue de presse internationale de Cecile de Kervasdoue</em></a>, France Culture.</p>
<h3>Philosophy</h3>
<p>&#8220;<a title="Bande de Möbius" href="http://wikitractatus.ourednik.info/bande%20de%20M%F6bius" target="_blank">Bande de Möbius</a>&#8221; in <em>WikiTractatus.</em></p>
<h3>Biology</h3>
<p>Rice William R. and Hostert Ellen E., “Laboratory Experiments on Speciation: What Have We Learned in 40 Years?”, <em>Evolution</em>, Vol. 47, No. 6, December 1993, pp. 1637-1653</p>
<p>Roth Louise V. and Mercer John M., « Differing rates of macroevolutionary diversification in arboreal squirrels », <em>Current Science</em>, Vol 95, No. 7, October 10, 2008, pp. 857-861.</p>
<h3>Mars travel and colonization</h3>
<p><a title="The Mars Society" href="http://www.marssociety.org/" target="_blank">The Mars society</a>. The purpose of the <em>Mars Society</em> is to explore and settle the planet Mars.</p>
<p>&#8220;<a title="Can people go to Mars?" href="http://science.nasa.gov/science-news/science-at-nasa/2004/17feb_radiation/" target="_blank">Can people go to Mars?</a>&#8221; in <em>Science@NASA</em>.</p>
<p><a title="The Mars Homestead Project" href="http://marshome.org/" target="_blank">The Mars Homestead Project</a>: <em>The Mars Homestead Project</em>, the main project of the <em>Mars Foundation</em>, is developing a unified plan for building the first habitat on Mars by exploiting local materials.</p>
<p><a title="Mars News" href="http://marsnews.com/" target="_blank">MarsNews</a>, Newswire for the new frontier.<br />
<em></em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/3FpQldGllJnoxlFYCIKnb5r6A6A/0/da"><img src="http://feedads.g.doubleclick.net/~a/3FpQldGllJnoxlFYCIKnb5r6A6A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3FpQldGllJnoxlFYCIKnb5r6A6A/1/da"><img src="http://feedads.g.doubleclick.net/~a/3FpQldGllJnoxlFYCIKnb5r6A6A/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=e6S0QUWiel0:g7eXkQxLbaQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=e6S0QUWiel0:g7eXkQxLbaQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=e6S0QUWiel0:g7eXkQxLbaQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=e6S0QUWiel0:g7eXkQxLbaQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=e6S0QUWiel0:g7eXkQxLbaQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/e6S0QUWiel0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2011/10/31/mars-as-a-social-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2011/10/31/mars-as-a-social-question/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mars-as-a-social-question</feedburner:origLink></item>
		<item>
		<title>Babylon and the City Recipe</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/Afe4K8a8eHY/</link>
		<comments>http://ourednik.info/maps/2011/08/12/babylon-and-the-city-recipe/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:41:26 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2011/08/12/babylon-and-the-city-recipe/">André Ourednik</span></dc:creator>
				<category><![CDATA[Territories]]></category>
		<category><![CDATA[ancient testament]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[common language]]></category>
		<category><![CDATA[hybris]]></category>
		<category><![CDATA[toponym]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=483</guid>
		<description><![CDATA[Up to the beginning of the 20th century, the Ancient Testament had been the most cited text in societies with Christian heritage when it came to condemning the human hybris and its emblematic spatial figure: the city.  Yet, quite surprisingly, the most anti-urban text contains the perfect set of ingredients to build one. As the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://ourednik.info/maps/wp-content/uploads/2011/08/tatlin_international.gif"><img class="alignleft size-medium wp-image-488" title="TATLINE Vladimir, 1919-1920, Model for the Monument of the 3rd International, sculpture." src="http://ourednik.info/maps/wp-content/uploads/2011/08/tatlin_international-207x300.gif" alt="TATLINE Vladimir, 1919-1920, Model for the Monument of the 3rd International, sculpture." width="207" height="300" /></a>Up to the beginning of the 20th century, the Ancient Testament had been the most cited text in societies with Christian heritage when it came to condemning the human <em>hybris</em> and its emblematic spatial figure: the <em>city</em>.  Yet, quite surprisingly, the most anti-urban text contains the perfect set of ingredients to build one. As the prophets write, &#8220;behold&#8221;:</p>
<p>&#8220;The whole earth was of <em>one language</em>, and of one speech. And it came to pass, as they journeyed from the east, that they found a plain in the land of Shinar; and they dwelt there. And they said one to another, Go to, let us make brick, and burn them thoroughly. And <em>they had brick for stone, and slime had they for mortar</em>. And they said, Go to, <em>let us build us a city and a tower, whose top [may reach] unto heaven</em>; and<em> let us make us a name, lest we be scattered abroad upon the face of the whole earth</em>. And the LORD came down to see the city and the tower, which the children of men builded. And the LORD said, Behold, <em>the people [is] one, and they have all one language; and this they begin to do: and now nothing will be restrained from them, which they have imagined to do</em>. Go to, let us go down, and there confound their language, that they may not understand one another&#8217;s speech. So the LORD scattered them abroad from thence upon the face of all the earth: and they left off to build the city. Therefore is the name of it called Babel; because the LORD did there confound the language of all the earth: and from thence did the LORD scatter them abroad upon the face of all the earth. &#8221; [<a title="Blue Letter Bible, with Hebrew original text and its Ancient Greek translation" href="http://www.blueletterbible.org/Bible.cfm?t=KJV&amp;x=0&amp;y=0&amp;b=Gen&amp;c=11&amp;v=1#conc/5" target="_blank">Genesis, 11</a>:1-9]</p>
<p>In other words, a human community needs three elements to exist:</p>
<ul>
<li>A <em>common language</em>,<em> i.e.</em>, a common symbolic space necessary to articulate a coordinate action,</li>
<li>the mastery of  <em>matter</em>,</li>
<li>and a <em>name</em> to give itself, in order to make oneself distinct from the rest of the world.</li>
</ul>
<p>And then one more thing: a <em>common project</em>, <em>i.e.</em>, a shared idea of the <em>highest good</em> as Aristotle points out at the very beginning of his <a title="Aristotle, Politics at Perseus" href="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0058">Politics</a>. When these three ingredients give them the ability to do anything &#8220;which they have imagined to do&#8221;, humans only need to imagine <em>something</em>. Jerusalem imagines God. Yet its ingredients are exactly the same as Babylons, who only imagines itself. Precisely here lies the difference and the sin of Babylon in the eyes of the authors of the Bible. Because there are two ways of conceiving a human project.</p>
<p>The first one &#8211; and this would be the Jerusalem model &#8211; consists in trying to converge to a transcendental ideal. This is the model of religious fundamentalism, of 20th century totalitarianisms, and of our Brave New Worlds. Yet the Jerusalem model is also one in which humans ask themselves what happiness is before undertaking anything. It is a model that prohibits striving unless there is something to strive for.</p>
<p>Babylon strives without goal. It is beautiful and free and terrible and mad. It is the city of those who launch the &#8220;<a title="Nietzsche, Zarathustra, Prologue" href="http://www.gutenberg.org/files/1998/1998-h/1998-h.htm#2H_4_0004">arrow of longing</a>&#8221; beyond themselves, as Nietzsche would exalt before the end of his century. It is the city of infinite growth, fleeing forward men making themselves &#8211; and the world &#8211; miserable in their rush out to nowhere. Babylon depletes its environment. It lives on a mountain of high-tech garbage. But it is also the city in which men do not have to be told what to expect in order to live in expectation, they do not have to be taught what to desire in order to feel longing.</p>
<p>While the perfect ingredients of city building have so long been in our hands, we still don&#8217;t know which city to build.</p>
<h2>Image</h2>
<p>Tatlin Vladimir, 1919-1920, <em>Model for the Monument of the 3rd International</em>, sculpture.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/hdPzt5GK0u84HMtvHgsLkIYzKNk/0/da"><img src="http://feedads.g.doubleclick.net/~a/hdPzt5GK0u84HMtvHgsLkIYzKNk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hdPzt5GK0u84HMtvHgsLkIYzKNk/1/da"><img src="http://feedads.g.doubleclick.net/~a/hdPzt5GK0u84HMtvHgsLkIYzKNk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=Afe4K8a8eHY:U8ouZY3Fdok:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=Afe4K8a8eHY:U8ouZY3Fdok:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=Afe4K8a8eHY:U8ouZY3Fdok:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=Afe4K8a8eHY:U8ouZY3Fdok:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=Afe4K8a8eHY:U8ouZY3Fdok:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/Afe4K8a8eHY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2011/08/12/babylon-and-the-city-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2011/08/12/babylon-and-the-city-recipe/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=babylon-and-the-city-recipe</feedburner:origLink></item>
		<item>
		<title>RStudio – one big step towards user-friendliness of R</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/wnol9VpIVUo/</link>
		<comments>http://ourednik.info/maps/2011/06/14/rstudio-one-big-step-towards-user-friendliness-of-r/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 11:00:32 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2011/06/14/rstudio-one-big-step-towards-user-friendliness-of-r/">André Ourednik</span></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[R GUI]]></category>
		<category><![CDATA[Rcmdr]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=441</guid>
		<description><![CDATA[R is the greatest open source statiscal programming package around. It is all a mapper need to pretreat data. Yet it suffers from interfaces that are either uggly, tedious to set up, clumsy to use or all of these. After years of glaring at the Windows interface of R, I&#8217;ve finally sutmbled upon a nice [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2011/05/logo.png"><img class="alignleft size-full wp-image-443" title="RStudio logo" src="http://ourednik.info/maps/wp-content/uploads/2011/05/logo.png" alt="RStudio logo" width="64" height="64" /></a>R is the greatest open source statiscal programming package around. It is all a mapper need to pretreat data. Yet it suffers from interfaces that are either uggly, tedious to set up, clumsy to use or all of these. After years of glaring at the Windows interface of R, I&#8217;ve finally sutmbled upon a nice tool which takes seconds to intall. It&#8217;s called <a title="RStudio" href="http://www.rstudio.org/">RStudio</a>, it&#8217;s  available since February 28th 2011 and it displays many nice features among which:</p>
<ul>
<li>Code coloring.</li>
<li>One-button execution of selected lines.</li>
<li>Code search and replace toolbar.</li>
<li>Workspace data and values listing, extremely useful to keep up to date with variables and arrays you&#8217;ve produced in lines of code. This pan lists all objects with their type and dimnesion (e.g. &#8220;b : character[2]&#8220;; &#8220;dat : 4159 obs. of 49 variables&#8221;, &#8220;ab : 2&#215;2 double matrix&#8221; etc. )</li>
<li>A searchable help pane.</li>
<li>etc.</li>
</ul>
<p>All of this neatly packed in one interface window, with tabs giving access to plots, files and to all the other nice things you expect R to do.</p>
<p>Among lacks of this Beta version, on could still mention:</p>
<ul>
<li>The &#8220;import dataset&#8221; button only allows you to load comma-separated values. It would be more interesting if this button&#8217;s options allowed users to load Excel, SPSS, etc. files. For now, you can always run R Commander (&gt; library(Rcmdr) )  and use the &#8220;Data&gt;Import data&#8221; menu for GUI access to datasets.  Other Rcmdr menus would also be welcome in R Studio. Why not merge them?</li>
<li>No code completion in the coding pane.</li>
<li>A slightly clumsy packages manager.</li>
</ul>
<p>In brief: RStudio is a nice piece of software to follow closely, and already of great help in ist current version.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FlLZFgS6sq1ARjecLK0s7Qib6YA/0/da"><img src="http://feedads.g.doubleclick.net/~a/FlLZFgS6sq1ARjecLK0s7Qib6YA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FlLZFgS6sq1ARjecLK0s7Qib6YA/1/da"><img src="http://feedads.g.doubleclick.net/~a/FlLZFgS6sq1ARjecLK0s7Qib6YA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=wnol9VpIVUo:3sL0evW6Pks:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=wnol9VpIVUo:3sL0evW6Pks:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=wnol9VpIVUo:3sL0evW6Pks:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=wnol9VpIVUo:3sL0evW6Pks:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=wnol9VpIVUo:3sL0evW6Pks:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/wnol9VpIVUo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2011/06/14/rstudio-one-big-step-towards-user-friendliness-of-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2011/06/14/rstudio-one-big-step-towards-user-friendliness-of-r/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rstudio-one-big-step-towards-user-friendliness-of-r</feedburner:origLink></item>
		<item>
		<title>The tourist as the main inhabitant of a place</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/G1_oMisp8Q4/</link>
		<comments>http://ourednik.info/maps/2011/05/31/the-tourist-as-the-main-inhabitant-of-a-place/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:45:20 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2011/05/31/the-tourist-as-the-main-inhabitant-of-a-place/">André Ourednik</span></dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Territories]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[politics and mobility]]></category>
		<category><![CDATA[Switzerland]]></category>
		<category><![CDATA[total stay-time]]></category>
		<category><![CDATA[tourism]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=451</guid>
		<description><![CDATA[Who&#8217;s the real inhabitant of a place? For a long time, population maps have been constructed as if everybody stood still in their homes. Yet leaving this &#8220;domostatic&#8221; perspective is to geography like opening Pandora’s Box. All objects of any concern to the discipline must then be understood in a dynamic relationship to the rest [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_452" class="wp-caption alignleft" style="width: 510px"><a href="http://ourednik.info/maps/wp-content/uploads/2011/05/CartogrammeNuitees2.png"><img class="size-thumbnail wp-image-452" title="Touristic stay-times in Switzerland" src="http://ourednik.info/maps/wp-content/uploads/2011/05/CartogrammeNuitees2-500x341.png" alt="Touristic stay-times in Switzerland" width="500" height="341" /></a><p class="wp-caption-text">Hotel and para-hotel overnight stays in Switzerland in the year 2000. Total numbers and comparison do the residential stay-times.</p></div>
<p>Who&#8217;s the real inhabitant of a place? For a long time, population maps have been constructed as if everybody stood still in their homes. Yet leaving this &#8220;domostatic&#8221; perspective is to geography like opening Pandora’s Box. All objects of any concern to the discipline must then be understood in a dynamic relationship to the rest of the world. Because any spatially defined area in today’s globalized context is actually inhabited by more people than those that reside in this area, all individuals on the planet can be considered as a potential part of the population of any place. In other words, <em>no place is local</em>. A population map of any territory can only strive for accuracy if one tries to include global-mobility-induced stay-times within the mapped area.</p>
<p>To what extent this is true can be verified by looking at <a title="Representing a territory of mobile individuals by calculating total stay-times" href="http://ourednik.info/maps/2011/03/30/representing-a-territory-of-mobile-individuals-by-calculation-total-stay-times/">“imported” stay-times I&#8217;ve already talked about in a preceding blog</a> . Here is another illustration, based on hotel nights. As you can see can see on this map, the touristic presence can sometimes up to triple the local population in terms of <a title="Representing a territory of mobile individuals by calculating total stay-times" href="http://ourednik.info/maps/2011/03/30/representing-a-territory-of-mobile-individuals-by-calculation-total-stay-times/">total stay-times</a>, which shows not only the inaccuracy of domostatic measuring but raises also major political questions about “local” governance. In effect, to what extent can a place in which only one third of the actual occupants has political rights and obligations be considered as democratic? To which extent are local constitutions already concomitant with the <a title="Principles of the World Tourism Organization" href="http://www.unwto.org/ethics/principles/en/principles.php?subop=3">principles of the World Tourism Organization</a>? To which extent does the basic right to move, protected by the Article 13 of the Human Rights Declaration, need to be extended to the freedom to act, politically, in places other than one&#8217;s residence?</p>
<p>The place of the topographic territory in politics will need much thought and attention in the upcomming epoch. No doubt its importance will be both downscaled and coupled to other societal interobjects. The westphalian model of the territorial state is under rising pressure. New models of participation, based on transterritorial societies, will have to be invented, unless we want to see democratic systems turn into unpraticable reliques.</p>
<h3>References</h3>
<p>Ourednik André, 2010, &#8220;<a title="Le sfide cartografiche. Movimento, partecipazione, rischio" href="http://ourednik.info/essais.php#cartografare_spazio_abitato">Cartografare in due dimensioni la realtà diacronica dello spazio abitato</a>&#8221; in Emanuela Casti e Jacques Lévy (a cura di): <em> Le sfide cartografiche. Movimento, partecipazione, rischio</em>, Universtà degli Studi di Bergamo: il lavoro editoriale, pp. 65-77.</p>
<h3>Tools</h3>
<p>Excel, Spss, ArcGIS, ScapeToad, Illustrator.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/L0mHAr9mOXIEBM_sOsGS2ZxnUm4/0/da"><img src="http://feedads.g.doubleclick.net/~a/L0mHAr9mOXIEBM_sOsGS2ZxnUm4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/L0mHAr9mOXIEBM_sOsGS2ZxnUm4/1/da"><img src="http://feedads.g.doubleclick.net/~a/L0mHAr9mOXIEBM_sOsGS2ZxnUm4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=G1_oMisp8Q4:3KJu4Ay-DgQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=G1_oMisp8Q4:3KJu4Ay-DgQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=G1_oMisp8Q4:3KJu4Ay-DgQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=G1_oMisp8Q4:3KJu4Ay-DgQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=G1_oMisp8Q4:3KJu4Ay-DgQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/G1_oMisp8Q4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2011/05/31/the-tourist-as-the-main-inhabitant-of-a-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2011/05/31/the-tourist-as-the-main-inhabitant-of-a-place/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-tourist-as-the-main-inhabitant-of-a-place</feedburner:origLink></item>
		<item>
		<title>The Pope, Osama bin Laden and The Crucifix Map</title>
		<link>http://feedproxy.google.com/~r/MapsAndTerritories/~3/KXl7moecilw/</link>
		<comments>http://ourednik.info/maps/2011/05/02/the-pope-ossama-bin-laden-and-the-crucifix-map/#comments</comments>
		<pubDate>Mon, 02 May 2011 15:26:24 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://ourednik.info/maps/2011/05/02/the-pope-ossama-bin-laden-and-the-crucifix-map/">André Ourednik</span></dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Territories]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[man on Earth]]></category>
		<category><![CDATA[Mercator]]></category>
		<category><![CDATA[mercator map]]></category>
		<category><![CDATA[Oekumene]]></category>
		<category><![CDATA[territorialization]]></category>

		<guid isPermaLink="false">http://ourednik.info/maps/?p=413</guid>
		<description><![CDATA[Easter 2011 has been marked by a very particular conjunction of celebrations: the beatification of the body of the Pope John Paul II, preceded by its exhumation the capture and burial in deep sea of the body of Osama Bin Laden. John Paul II&#8217;s body has been moved to a marble stone monument in Pier [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ourednik.info/maps/wp-content/uploads/2011/05/CrucifixMap.jpg"><img class="alignleft size-thumbnail wp-image-415" title="The crucifix as a coordinate system" src="http://ourednik.info/maps/wp-content/uploads/2011/05/CrucifixMap-500x564.jpg" alt="The crucifix as a coordinate system" width="500" height="564" /></a>Easter 2011 has been marked by a very particular conjunction of celebrations:</p>
<ul>
<li>the beatification of <em>the body of the Pope John Paul II</em>, preceded by its exhumation</li>
<li>the capture and burial in deep sea of <em>the body of Osama Bin Laden</em>.</li>
</ul>
<p>John Paul II&#8217;s body has been moved to a marble stone monument in Pier Paolo Cristofari&#8217;s Chapel of St. Sebastian in St. Peter’s Basilica in Rome (<a href="http://www.saintpetersbasilica.org/floorplan.htm">see number 76 of the floor plan</a>), closer to the Blessed body of Pope Innocent XI. Then it was beatified. It has, in other words, been brought back onto the map of the World, labeled, and re-localized to become a convergence place of the crowds.</p>
<p>Osama bin Laden has been embodied – i.e., both brought into existence as a localizable body and transformed from a living person into a body – at <a href="http://www.wikimapia.org/#lat=34.169353&amp;lon=73.242667&amp;spnx=1.0E-5&amp;spny=1.0E-5&amp;m=b">34°10′9.67″N 73°14′33.60″E</a>. According to Wikipedia, the DNA from bin Laden&#8217;s body has been compared with DNA samples on record from his dead sister&#8217;s brain, confirming his identity. Then he was disposed of somewhere unknown in the North Arabian Sea. It has in other words, been brought back onto the map of the World, labeled, and de-localized to become a divergence no-place of other crowds.</p>
<p>In both cases, crowds flooded the streets to celebrate the mapping event. Barack Obama and Pope Benedict XVI praised crowds &#8220;under God&#8221;.</p>
<p>A strange reinterpretation of the crucifix can be made by the mapper under these circumstances, reminescent of the words of the French songwriter Brassens, who sings about &#8220;the four horizons, that crucify the world (par les quatre horizons qui crucifient le Monde)&#8221;. See the cross as a pair of coordinates, and it becomes the symbol of a <em>localizing imperative</em>: every body in its place…. except for those who somehow present the threat that maps might be torn apart: in their case, the map must be used as a tool of delocalization!</p>
<p>This forceful territorialization, this need to see human concerns <em>incarnated</em>, then pinpointed  to a <em>place</em>, is both the cross our culture has obviously chosen to continue to bear, and the cross upon which it intends to be celebrated.</p>
<p>Old scrolls weight heavily on the surface of the Earth.</p>
<p>&nbsp;</p>
<p>Illustration tool: Illustrator.</p>
<p>Sources: Mercator Map, Da Vinci&#8217;s &#8216;Man&#8217;.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/N-bHPABL8bnk0RJ99AOYw-B5eW4/0/da"><img src="http://feedads.g.doubleclick.net/~a/N-bHPABL8bnk0RJ99AOYw-B5eW4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/N-bHPABL8bnk0RJ99AOYw-B5eW4/1/da"><img src="http://feedads.g.doubleclick.net/~a/N-bHPABL8bnk0RJ99AOYw-B5eW4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=KXl7moecilw:0jEYnZG5T0g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=KXl7moecilw:0jEYnZG5T0g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=KXl7moecilw:0jEYnZG5T0g:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?i=KXl7moecilw:0jEYnZG5T0g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MapsAndTerritories?a=KXl7moecilw:0jEYnZG5T0g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MapsAndTerritories?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MapsAndTerritories/~4/KXl7moecilw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ourednik.info/maps/2011/05/02/the-pope-ossama-bin-laden-and-the-crucifix-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ourednik.info/maps/2011/05/02/the-pope-ossama-bin-laden-and-the-crucifix-map/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-pope-ossama-bin-laden-and-the-crucifix-map</feedburner:origLink></item>
	</channel>
</rss>

