<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>szeiger.de &#187; Visualization</title>
	<atom:link href="http://szeiger.de/blog/category/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeiger.de</link>
	<description>Stefan Zeiger's Software Development Weblog</description>
	<lastBuildDate>Tue, 29 Jun 2010 21:33:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zip code map of Germany</title>
		<link>http://szeiger.de/blog/2006/12/09/zip-code-map-of-germany/</link>
		<comments>http://szeiger.de/blog/2006/12/09/zip-code-map-of-germany/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 18:59:56 +0000</pubDate>
		<dc:creator>Stefan Zeiger</dc:creator>
				<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.szeiger.de/blog/2006/12/09/zip-code-map-of-germany/</guid>
		<description><![CDATA[Inspired by Robert Kosara&#8217;s &#8220;US ZIPScribble Map&#8220;, I wrote my own program to generate this kind of map so I could make a map of Germany&#8217;s zip codes. I used the coordinates and zip codes from version 0.2.4d of OpenGeoDB.

Here&#8217;s the result (click for larger version):
 
I computed a TSP (travelling salesman problem) tour of [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by Robert Kosara&#8217;s &#8220;<a href="http://eagereyes.org/Applications/ZIPScribbleMap.html">US ZIPScribble Map</a>&#8220;, I wrote my own program to generate this kind of map so I could make a map of Germany&#8217;s zip codes. I used the coordinates and zip codes from version 0.2.4d of <a href="http://opengeodb.hoppe-media.com/">OpenGeoDB</a>.</p>
<p><span id="more-7"></span></p>
<p>Here&#8217;s the result (click for larger version):</p>
<p style="text-align: center"> <a href="/static/zipmap/zipmap-de-v2.png"><img src="/static/zipmap/zipmap-de-v2-small.jpg" /></a></p>
<p>I computed a TSP (travelling salesman problem) tour of all zip code locations using the <a href="http://www.tsp.gatech.edu/index.html">Concorde TSP Solver for Windows</a> with a Lin-Kernighan heuristic (which should be quite close to the optimal solution). For the sake of simplicity, I used euclidian distances on the Mercator projection of the map since the Concorde GUI does not support geographic coordinates. The resulting tour has a length of 51799 km:</p>
<p style="text-align: center"> <a href="/static/zipmap/ziptsp-de.png"><img src="/static/zipmap/ziptsp-de-small.jpg" /></a></p>
<p>And here&#8217;s a map of area codes, also taken from OpenGeoDB. It looks a lot more random than the zip code map:</p>
<p style="text-align: center"> <a href="/static/zipmap/areacodemap-de.png"><img src="/static/zipmap/areacodemap-de-small.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://szeiger.de/blog/2006/12/09/zip-code-map-of-germany/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
