<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Is there any software that will dynamically re-project a map as you click-and-drag it?</title>
	<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it/</link>
	<description>Comments on Ask MetaFilter post Is there any software that will dynamically re-project a map as you click-and-drag it?</description>
	<pubDate>Wed, 26 Sep 2012 07:45:44 -0800</pubDate>
	<lastBuildDate>Wed, 26 Sep 2012 07:59:21 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Is there any software that will dynamically re-project a map as you click-and-drag it?</title>
		<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it</link>	
		<description>Is there any software that will dynamically re-project a map as you click-and-drag it? &lt;br /&gt;&lt;br /&gt; Is there any existing software that will let you click and drag the map and show you a new projection as you change the focus (what falls in the center) of the map?  (The map would use &lt;a href=&quot;http://en.wikipedia.org/wiki/Wraparound_%28video_games%29&quot;&gt;wraparound&lt;/a&gt;--whatever goes &quot;offscreen&quot; on one side immediately appears on the other side, north-south and east-west).  It would be cool to do this with projections other than the Mercator, too.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;I&apos;d like to see a map where e.g. Mexico is distorted the way Greenland usually is.&lt;/b&gt;  Something that could distort the globe dynamically.&lt;br&gt;
&lt;br&gt;
A dynamically distorted map would make it easier for students to understand how maps show you the world as if through a fisheye lens.  Is there such a thing?  If not, what would it take to write a program that could do this?&lt;br&gt;
&lt;br&gt;
I was on a long plane ride earlier this year staring at the flight path map and I got to thinking about globe projections and how distorted they are.&lt;br&gt;
&lt;br&gt;
The most popular globe projection, the Mercator map, distorts Greenland into a huge landmass comparable to Africa.  Everything is distorted.  It&apos;s like looking through a lens that warps the size and shape of everything, especially around the edges.  All map projections do this to some extent.&lt;br&gt;
&lt;br&gt;
(I was also going to ask what it would take to photograph a person&apos;s head from all sides and project it to a flat surface, to use it as another tool to emphasize how badly flattening distorts a round object, but then I realized that &lt;a href=&quot;http://www.testroete.com/index.php?location=head&quot;&gt;Eric Testroete&lt;/a&gt; (the big-head Halloween costume guy) &lt;a href=&quot;http://www.testroete.com/personal/head/texture.jpg&quot;&gt;beat me to it.&lt;/a&gt;)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.225344</guid>
		<pubDate>Wed, 26 Sep 2012 07:45:44 -0800</pubDate>
		<dc:creator>Sleeper</dc:creator>
		
			<category>Maps</category>
		
			<category>cartography</category>
		
			<category>programming</category>
		
			<category>software</category>
		
			<category>projection</category>
		
			<category>mercator</category>
		
	</item>
	<item>
		<title>By: mcwetboy</title>
		<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it#3260117</link>	
		<description>I do not know whether these apps will do what you want specifically, but you might want to check out &lt;a href=&quot;http://www.flexprojector.com&quot;&gt;Flex Projector&lt;/a&gt; and &lt;a href=&quot;http://www.giss.nasa.gov/tools/gprojector/&quot;&gt;NASA&apos;s G.Projector&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.225344-3260117</guid>
		<pubDate>Wed, 26 Sep 2012 07:59:21 -0800</pubDate>
		<dc:creator>mcwetboy</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it#3260120</link>	
		<description>I haven&apos;t come across anything that does this dynamically but you&apos;ll probably be interested to know about NASA&apos;s &lt;a href=&quot;http://www.giss.nasa.gov/tools/gprojector/&quot;&gt;G.Projector&lt;/a&gt; software, which is a free application that will take a standard image file of a &lt;a href=&quot;http://en.wikipedia.org/wiki/Cylindrical_projection&quot;&gt;cylindrical projection&lt;/a&gt; and let you choose from 90 different projections to reformat it as.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.225344-3260120</guid>
		<pubDate>Wed, 26 Sep 2012 08:00:44 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: yurivish</title>
		<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it#3260146</link>	
		<description>The d3 visualization library has some examples that are similar in spirit to what you&apos;re looking for:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://bl.ocks.org/3711652&quot;&gt;Animated transitions between map projections&lt;/a&gt;, and &lt;a href=&quot;https://github.com/mbostock/d3/wiki/Gallery&quot;&gt;more&lt;/a&gt; in the gallery, if you scroll down to the Maps section. &lt;br&gt;
&lt;br&gt;
d3 is a javascript data visualization framework, and the code for those examples is available right on the page. If you&apos;re handy with programming that should help you create the map that you&apos;d like to see for yourself.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.225344-3260146</guid>
		<pubDate>Wed, 26 Sep 2012 08:20:10 -0800</pubDate>
		<dc:creator>yurivish</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/225344/Is-there-any-software-that-will-dynamically-reproject-a-map-as-you-clickanddrag-it#3260782</link>	
		<description>Spelunking around the d3 gallery that yurivish linked to I found &lt;a href=&quot;http://mbostock.github.com/d3/talk/20111018/azimuthal.html&quot;&gt;exactly what you&apos;re asking for&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.225344-3260782</guid>
		<pubDate>Wed, 26 Sep 2012 14:59:06 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item>
	</channel>
</rss>
