<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Selectoid&#039;s Weblog</title>
	<atom:link href="http://selectoid.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://selectoid.wordpress.com</link>
	<description>... a blog about spatial stuff</description>
	<lastBuildDate>Mon, 30 May 2011 20:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='selectoid.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Selectoid&#039;s Weblog</title>
		<link>http://selectoid.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://selectoid.wordpress.com/osd.xml" title="Selectoid&#039;s Weblog" />
	<atom:link rel='hub' href='http://selectoid.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Book review: &#8220;OpenLayers 2.10 Beginner&#8217;s Guide&#8221; by Erik Hazzard</title>
		<link>http://selectoid.wordpress.com/2011/05/30/book-review-openlayers-210-beginners-guide-by-erik-hazzard/</link>
		<comments>http://selectoid.wordpress.com/2011/05/30/book-review-openlayers-210-beginners-guide-by-erik-hazzard/#comments</comments>
		<pubDate>Mon, 30 May 2011 18:24:45 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[book review]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[OpenLayers]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=135</guid>
		<description><![CDATA[Disclaimer I: The book publisher PACKT Publishing provided me with a free copy of the book in order to get a review from me. Disclaimer II: I am the Coauthor of a German book on OpenLayers and other FOSS components that one can use to build great WebGIS applications. The book &#8220;OpenLayers 2.10 Beginner&#8217;s Guide&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=135&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Disclaimer I</strong>: The book publisher <a href="http://https://www.packtpub.com/" title="Website of PACKT Publishing ">PACKT Publishing</a> provided me with a free copy of the book in order to get a review from me. </p>
<p><strong>Disclaimer II</strong>: I am the Coauthor of a <a href="http://openlayers-buch.de/" title="German book on OpenLayers">German book on OpenLayers</a> and other FOSS components that one can use to build great WebGIS applications.</p>
<p>The book &#8220;<a href="https://www.packtpub.com/openlayers-2-1-javascript-web-mapping-library-beginners-guide/book" title="The book site on the publishers homepage">OpenLayers 2.10 Beginner&#8217;s Guide</a>&#8221; is a hands-on introduction to the OpenSource JavaScript library OpenLayers. It aims to help (first-time) users of OpenLayers to get a good grasp of what the library is capable to do and how one can create great webbased maps with JavaScript. The author Erik Hazzard covers basic (Introduction into object-oriented programming, working with Firebug, etc) and more advanced topics in 10 chapters on more than 300 pages. </p>
<p>To be honest: I was quite happy to have another whole book dedicated to one of my most loved software projects, and this time in English. In my opinion it is very important to have documentation in the form of written books and not only as autogenerated API-docs and online examples.</p>
<p>These are the chapters of the book:</p>
<ol>
<li>Getting Started with OpenLayers</li>
<li>Squashing Bugs With Firebug</li>
<li>The &#8216;Layers&#8217; in OpenLayers</li>
<li>Wrapping Our Heads Around Projections</li>
<li>Interacting with Third Party APIs</li>
<li>Taking Control of Controls</li>
<li>Styling Controls</li>
<li>Charting the Map Class</li>
<li>Using Vector Layers, available as <a href="http://www.packtpub.com/sites/default/files/4125OS-Chapter-9-Using-Vector-Layers.pdf?utm_source=packtpub&amp;utm_medium=free&amp;utm_campaign=pdf" title="Using Vector Layers, the sample chapter">free sample chapter</a></li>
<li>Making Web Map Apps</li>
</ol>
<p>As the cover suggests (&#8220;Learn by doing: less theory, more results&#8221;) the focus of the book is on example usage of code and a description of the options one has when interacting with OpenLayers. </p>
<p>I personally think it was a mistake to put the version number of OpenLayers into the title of the book. As this review is being published, the first Release Candidate of 2.11 can be downloaded and tested, so the book <em>seems</em> outdated (while of course in reality most parts of the book are not outdated).  Despite of the 2.10-title, the book also contains some reference to version 2.9 of OpenLayers (e.g. page 65 and page 155). I cannot say whether this is just a minor editing error or something else. Erik Hazzard sometimes has reference to non-API properties in his text which is a big mistake in my eyes (e.g. the &#8220;properties of a layer&#8221;-table on page 67 ff.). As far as I can tell there is no layer property &#8220;metadata&#8221; that is expected to be set by a user. Please correct me if I am wrong here or if you do not see a problem when non-API properties get promoted in this book. I am open to other opinions. There are some editing mistakes in the book (mainly upper-/lower-case errors) but not to much to be really disruptive. </p>
<p>What I really like is the amount of aspects of OpenLayers covered in the book. You will certainly learn <strong>a lot</strong> reading this book. The book is easy to read and Erik Hazzard explains things most of the time adequately yet entertaining. The book is driven by a playfull and iterative approach. The additional information in the book (Working with Firebug, Projections, OOP &#8230;) will help many readers, The final full web map application shows how to combine the parts discussed in earlier chapters.</p>
<p><strong>Summary</strong>: This book does a good job at covering basics and some more detailled aspects of developing map-applications with OpenLayers. It does on the other hand also contain some information that might mislead a user in developing upgradeable and stable web GIS sites. As it is a good read overall and does cover lots of side aspects of developing map applications it is definitely a help when novice users try to delve into the depth of OpenLayers. The target group of the book, OpenLayers beginners, will learn a lot while being well entertained. Buy this book if you are about to develop your first maps with OpenLayers, but please double check with the current project API-documentation whether the properties exist and you are safe in using (and depending) on them.</p>
<p>I rate it with  8 out of 10 possible points. </p>
<p><small>Edit 2011-05-30, removed typos</small></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=135&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2011/05/30/book-review-openlayers-210-beginners-guide-by-erik-hazzard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>
	</item>
		<item>
		<title>One post every 12 months&#8230; stick to your schedule</title>
		<link>http://selectoid.wordpress.com/2010/07/22/one-post-every-12-months-stick-to-your-schedule/</link>
		<comments>http://selectoid.wordpress.com/2010/07/22/one-post-every-12-months-stick-to-your-schedule/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:06:55 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[PostGIS]]></category>
		<category><![CDATA[WebGIS]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=130</guid>
		<description><![CDATA[With shock I realised that I had left this blog more or less untouched for roughly 12 Months now. Embarassing. I hope that in the future I'll find the time to publish more often.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=130&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With shock I realised that I had left this blog more or less untouched <a href="http://selectoid.wordpress.com/2009/07/23/my-presentation-submission-is-accepted-i-am-going-to-sydney-australia-for-foss4g/">for roughly 12 Months now</a>. Embarassing. I hope that in the future I&#8217;ll find the time to publish more often.</p>
<p>Now, what did I do the last year? </p>
<p>Beneath other interesting things: I was in Sydney, Australia, and <a href="http://2009.foss4g.org/presentations/#presentation_54">spoke at</a> the <a href="http://2009.foss4g.org/">FOSS4G 2009</a>, wrote and published a book about <a href="http://openlayers-buch.de">OpenLayers and the OSGeo WebGIS software stack</a>, held the keynote at <a href="http://www.fossgis.de/konferenz/2010/index.de.html">FOSSGIS 2010</a> about <a href="http://www.fossgis.de/konferenz/2010/track/Vortr%C3%A4ge/31.de.html">HTML5 and ECMAScript 5</a> and have <a href="http://2010.foss4g.org/presentations_show.php?id=3630">a PostGIS talk together with Nicklas Avén accepted</a> at the next<a href="http://2010.foss4g.org/index.php"> FOSS4G in Barcelona, Spain</a>. All in all I have to say that this was a great year with many interesting phases.</p>
<p>Hopefully I&#8217;ll be able to go into detail what I did this last twelve months with some follow-up posts soon. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=130&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2010/07/22/one-post-every-12-months-stick-to-your-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>
	</item>
		<item>
		<title>My presentation submission is accepted: I am going to Sydney, Australia for FOSS4G</title>
		<link>http://selectoid.wordpress.com/2009/07/23/my-presentation-submission-is-accepted-i-am-going-to-sydney-australia-for-foss4g/</link>
		<comments>http://selectoid.wordpress.com/2009/07/23/my-presentation-submission-is-accepted-i-am-going-to-sydney-australia-for-foss4g/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:15:40 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WebGIS]]></category>
		<category><![CDATA[foss4g]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=116</guid>
		<description><![CDATA[Last Monday, on the 20th of July, I got an email from the organisation comitee of the annual FOSS4G conference stating that my submitted talk was accepted. I am proud to have the opportunity to share my thoughts on &#8220;Comparing apples and oranges: Uncovering the mystery of component selection in WebGIS projects&#8221;. The talk will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=116&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_118" class="wp-caption alignright" style="width: 162px"><a href="http://2009.foss4g.org/"><img src="http://selectoid.files.wordpress.com/2009/07/foss4g-2009-web-banner-square.jpg?w=152&#038;h=150" alt="Logo of the FOSS4G 2009, Sydney, Australia" title="foss4g-2009-web-banner-square" width="152" height="150" class="size-full wp-image-118" /></a><p class="wp-caption-text">Logo of the FOSS4G 2009, Sydney, Australia</p></div><br />
Last Monday, on the 20th of July, I got an email from the organisation comitee of the annual FOSS4G conference stating that my submitted talk was accepted.<br />
I am proud to have the opportunity to share my thoughts on <a href="http://2009.foss4g.org/presentations/#presentation_54">&#8220;Comparing apples and oranges: Uncovering the mystery of component selection in WebGIS projects&#8221;</a>. The talk will mainly deal with uncertainty when faced with technologigal decisions concerning component selection for WebGIS projects.<br />
This years FOSS4G takes place in Sydney, Australia from 20th to 23rd of October. I eagerly anticipate meeting with many of the big players in the Free and OpenSource GIS Community.<br />
After the conference is over, I want to stay for vacation in Australia and explore the eastern coast&#8230; staring out of the window to see the cloudy Bonn, I really wish I was there already.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=116&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/07/23/my-presentation-submission-is-accepted-i-am-going-to-sydney-australia-for-foss4g/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/07/foss4g-2009-web-banner-square.jpg" medium="image">
			<media:title type="html">foss4g-2009-web-banner-square</media:title>
		</media:content>
	</item>
		<item>
		<title>A commandline-preciousness for converting filename encoding in Linux: convmv</title>
		<link>http://selectoid.wordpress.com/2009/07/23/a-commandline-preciousness-for-converting-filename-encoding-in-linux-convmv/</link>
		<comments>http://selectoid.wordpress.com/2009/07/23/a-commandline-preciousness-for-converting-filename-encoding-in-linux-convmv/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:00:43 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=122</guid>
		<description><![CDATA[I want to share a very usefull Linux software I discovered yesterday: convmv. This tool converts filenames from one encoding to another&#8230; and it does it well. I was facing warnings from my Ubuntu filesystem when viewing the contents of a folder I just copied there. The contents of that particular folder were various pictures [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=122&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I want to share a very usefull Linux software I discovered yesterday: <a href="http://www.j3e.de/linux/convmv/man/"><strong><code>convmv</code></strong></a>. This tool converts filenames from one encoding to another&#8230; and it does it well.<br />
I was facing warnings from my <a href="http://www.ubuntu.com/">Ubuntu</a> filesystem when viewing the contents of a folder I just copied there. The contents of that particular folder were various pictures of various sources. And apparently different filename-encodings were used: Ubuntu complained &#8220;(ungültige Kodierung)&#8221; (that is german for illegal encoding) on files with german umlauts that originally came from some sort of Windows operating system. I guessed that these filenames were encoded in <a href="http://www.gymel.com/charsets/CP1252.html">cp1252</a>.<br />
I wanted to have a tool to do the filename conversion for me, and faintly remembered stumbling on such a software once. Google helped and with a quick</p>
<p><strong><code>sudo apt-get install convmv</code></strong></p>
<p>I was ready to check if <strong><code>convmv</code></strong> did the job for my situation. I issued a</p>
<p><strong><code>convmv -f cp1252 -t utf8 *</code></strong></p>
<p>in the folder containing the file with illegal encoding and &#8230; yes: works like a charm. Actually the above command will only print out a list of conversions that would be done, no actual <strong><code>mv</code></strong> command is executed. If you like what you see, you can actually execute the recoding using:</p>
<p><strong><code>convmv -f cp1252 -t utf8 --notest *</code></strong></p>
<p>This a very nice tool and it absolutely saved my day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=122&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/07/23/a-commandline-preciousness-for-converting-filename-encoding-in-linux-convmv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>
	</item>
		<item>
		<title>PGCon 2009 is over&#8230; read submitted material online</title>
		<link>http://selectoid.wordpress.com/2009/05/25/pgcon-2009-is-over-read-submitted-material-online/</link>
		<comments>http://selectoid.wordpress.com/2009/05/25/pgcon-2009-is-over-read-submitted-material-online/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:22:39 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[PostGIS]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=105</guid>
		<description><![CDATA[From 19th to 21st May 2009 the PGCon 2009 took place in the University of Ottawa. Although I could not participate personally, I can attend virtually. From the website http://www.pgcon.org/2009/ slides of presentations or material of workshops can be obtained. Man, I love the WWW! Here is a small excerpt of what I found very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=105&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://selectoid.files.wordpress.com/2009/05/pgcon2009_logo.png?w=368&#038;h=122" alt="pgcon2009_logo" title="pgcon2009_logo" width="368" height="122" class="alignright size-full wp-image-109" /></p>
<p>From 19th to 21st May 2009 the <a href="http://www.pgcon.org/2009/">PGCon 2009</a> took place in the <a href="http://www.uottawa.ca/">University of Ottawa</a>. Although I could not participate personally, I can attend virtually.</p>
<p>From the website <a href="http://www.pgcon.org/2009/">http://www.pgcon.org/2009/</a> slides of presentations or material of workshops can be obtained. Man, I love the WWW!<br />
Here is a small excerpt of what I found very interesting at first sight:</p>
<ul>
<li>Harada &amp; Fetter: <a href="http://www.pgcon.org/2009/schedule/events/128.en.html">Introducing Windowing Functions</a></li>
<li>Stark: <a href="http://www.pgcon.org/2009/schedule/events/181.en.html">Introduction to Recursive Queries</a></li>
<li>Singer: <a href="http://www.pgcon.org/2009/schedule/events/141.en.html">OpenStreetMap with PostgreSQL</a></li>
<li>Berkus: <a href="http://www.pgcon.org/2009/schedule/events/188.en.html">Performance Whack-a-Mole II</a></li>
<li>Browne: <a href="http://www.pgcon.org/2009/schedule/events/151.en.html">PostgreSQL and Temporal Data</a></li>
<li>Deckelmann: <a href="http://www.pgcon.org/2009/schedule/events/167.en.html">Power psql</a></li>
<li>Bueno: <a href="http://www.pgcon.org/2009/schedule/events/149.en.html">Saving the Amazon with PostGIS</a></li>
<li>Hsu &amp; Obe: <a href="http://www.pgcon.org/2009/schedule/events/174.en.html">Spatial Analysis with PostGIS</a></li>
<li>and&#8230; and&#8230;</li>
</ul>
<p>I can only hope to have the chance to participate next time in 2010.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=105&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/05/25/pgcon-2009-is-over-read-submitted-material-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/05/pgcon2009_logo.png" medium="image">
			<media:title type="html">pgcon2009_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Diploma thesis &#8220;Digitale geomorphologische Kartographie &#8211; Potenziale der Informationstechnologie zur Weiterentwicklung eines geowissenschaftlichen Kartenwerks&#8221; (German)</title>
		<link>http://selectoid.wordpress.com/2009/05/18/diploma-thesis-digitale-geomorphologische-kartographie-potenziale-der-informationstechnologie-zur-weiterentwicklung-eines-geowissenschaftlichen-kartenwerks-german/</link>
		<comments>http://selectoid.wordpress.com/2009/05/18/diploma-thesis-digitale-geomorphologische-kartographie-potenziale-der-informationstechnologie-zur-weiterentwicklung-eines-geowissenschaftlichen-kartenwerks-german/#comments</comments>
		<pubDate>Mon, 18 May 2009 08:55:24 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[study related]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=99</guid>
		<description><![CDATA[I recently have been asked for a digital version of my diploma-thesis I wrote 2 years and 3 months ago. I could only respond with a long URL to the PDF which is located on the servers of my employer. But I did not have a small description about the work so I decided to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=99&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_100" class="wp-caption alignright" style="width: 260px"><a href="http://terrestris.de/gmk/diplomarbeit_it_gmk_marc_jansen_2007.pdf"><img src="http://selectoid.files.wordpress.com/2009/05/thesis-frontpage.png?w=250&#038;h=350" alt="The minimalistic frontpage of the thesis" title="thesis-frontpage" width="250" height="350" class="size-full wp-image-100" /></a><p class="wp-caption-text">The minimalistic frontpage of the thesis</p></div>I recently have been asked for a digital version of my diploma-thesis I wrote 2 years and 3 months ago. I could only respond with a long URL to the PDF which is located on the servers of my employer. But I did not have a small description about the work so I decided to republish the thesis here on this blog.</p>
<p>First things first: Download the complete thesis (without appendix) from here:<a href="http://terrestris.de/gmk/diplomarbeit_it_gmk_marc_jansen_2007.pdf">Diploma thesis &#8220;Digitale geomorphologische Kartographie &#8211; Potenziale der Informationstechnologie zur Weiterentwicklung eines geowissenschaftlichen Kartenwerks&#8221; by Marc Jansen (German, PDF, roughly 9.9MB, 130 pages)</a>.</p>
<p>Of course the URL can be shortened: <a href="http://tinyurl.com/da-jansen">http://tinyurl.com/da-jansen</a>&#8230; this might be easier to remember.</p>
<p>The table of contents reads (again German):</p>
<ol>
<li><strong>Einleitung</strong>
<ol style="list-style-type:lower-roman;">
<li>Relevanz des Themas</li>
<li>Zentrale Fragestellungen</li>
<li>Ziele der Arbeit</li>
<li>Gliederung der Arbeit</li>
</ol>
</li>
<li><strong>Theoretischer Hintergrund</strong>
<ol style="list-style-type:lower-roman;">
<li>Geomorphologie und geomorphologische Karte</li>
<li>Das geomorphologische System</li>
<li>Kartographie</li>
<li>Entwicklung geowissenschaftlicher Kartenwerke
<ol style="list-style-type:lower-alpha;">
<li>Bodenkarte und geologische Karte</li>
<li>Geomorphologische Karte</li>
</ol>
</li>
<li>Geographische Informationssysteme</li>
<li>Geodaten und ihr Markt</li>
<li>Informationstechnologie</li>
<li>Zusammenfassung des Kapitels</li>
</ol>
</li>
<li><strong>Methodik</strong>
<ol style="list-style-type:lower-roman;">
<li>Vorgehensweise</li>
<li>Auswahl der Methodik</li>
<li>Experteninterviews</li>
<li>Auswahl der Experten</li>
<li>Datenerhebung</li>
<li>Datentranskription</li>
<li>Datenauswertung und qualitative Inhaltsanalyse</li>
<li>Gütekriterien qualitativer Sozialforschung</li>
<li>Zusammenfassung des Kapitels</li>
</ol>
</li>
<li><strong>Ergebnisse</strong>
<ol style="list-style-type:lower-roman;">
<li>Entwickelte Kategorien</li>
<li>Quantifizierende Materialübersichten</li>
<li>Qualitative Materialauswertung
<ol style="list-style-type:lower-alpha;">
<li>Grundlagen einer Weiterentwicklung
<ul>
<li>Bedeutung der geomorphologischen Karte</li>
<li>Ziel der geomorphologischen Karte</li>
<li>Tatsächlicher Nutzerkreis der Karte</li>
</ul>
</li>
<li>Rahmenbedingungen einer Weiterentwicklung
<ul>
<li>Rahmenbedingungen der Geomorphologie</li>
<li>Rahmenbedingungen geomorphologischer Kartographie</li>
<li>Rahmenbedingungen der Informationstechnologie</li>
<li>Sonstige Rahmenbedingungen</li>
</ul>
</li>
<li>Potenziale einer Weiterentwicklung
<ul>
<li>Datenaufnahme und -sammlung</li>
<li>Datenhaltung und -verwaltung</li>
<li>Datenpräsentation und -darstellung</li>
<li>Intersubjektivität und Objektivierung</li>
<li>Integration und Effizienz</li>
<li>Schnittstellenschaffung</li>
</ul>
</li>
</ol>
</li>
<li>Bewertung der Methodik</li>
<li>Zusammenfassung des Kapitels</li>
</ol>
</li>
<li><strong>Diskussion und Ausblick</strong></li>
<li><strong>Fazit</strong></li>
<li><strong>Zusammenfassung der Arbeit</strong></li>
<li><strong>Literaturangaben</strong></li>
</ol>
<p>I plan to translate the summary to english, so there might come updates for this post.</p>
<p>Alternative download location (for the rather unlikely event of my employer deciding to not host the file anymore) of the complete thesis (without appendix): <a href="http://selectoid.files.wordpress.com/2009/05/diplomarbeit_it_gmk_marc_jansen_2007.pdf">Diploma thesis &#8220;Digitale geomorphologische Kartographie &#8211; Potenziale der Informationstechnologie zur Weiterentwicklung eines geowissenschaftlichen Kartenwerks&#8221; by Marc Jansen (German, PDF, roughly 9.9MB, 130 pages)</a></p>
<p>UPDATE 2009-05-25: fixed typos, added tags and categories.<br />
UPDATE 2009-07-03: added alternative download location.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=99&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/05/18/diploma-thesis-digitale-geomorphologische-kartographie-potenziale-der-informationstechnologie-zur-weiterentwicklung-eines-geowissenschaftlichen-kartenwerks-german/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/05/thesis-frontpage.png" medium="image">
			<media:title type="html">thesis-frontpage</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally: a cheatsheet for OpenLayers 2.7</title>
		<link>http://selectoid.wordpress.com/2009/03/19/finally-a-cheatsheet-for-openlayers-27/</link>
		<comments>http://selectoid.wordpress.com/2009/03/19/finally-a-cheatsheet-for-openlayers-27/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 20:25:52 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[WebGIS]]></category>
		<category><![CDATA[CheatSheet]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=88</guid>
		<description><![CDATA[Since FOSSGIS 2009 is over, I now have the time to announce version 0.1 of a cheatsheet for OpenLayers (version 2.7). The cheatsheet was compiled by Dennis &#8211; a collegue of mine at terrestris - and me. For now there is only a PDF-version available, but we plan to have the cheatsheet released as HTML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=88&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_89" class="wp-caption alignright" style="width: 310px"><a href="http://terrestris.de/openlayers_cheatsheet.pdf"><img class="size-full wp-image-89" title="openlayers_cheatsheet" src="http://selectoid.files.wordpress.com/2009/03/openlayers_cheatsheet.png?w=300&#038;h=419" alt="The cheatsheet for OpenLayers" width="300" height="419" /></a><p class="wp-caption-text">The cheatsheet for OpenLayers</p></div>
<p>Since <a title="Wiki pages of the FOSSGIS 2009" href="http://www.fossgis.de/konferenz/wiki/Main_Page">FOSSGIS 2009</a> is over, I now have the time to announce version 0.1 of a<a title="The most important objects of OpenLayers explained" href="http://terrestris.de/openlayers_cheatsheet.pdf"> cheatsheet for OpenLayers (version 2.7)</a>.</p>
<p>The cheatsheet was compiled by Dennis &#8211; a collegue of mine at <a href="http://www.terrestris.de">terrestris </a>- and me. For now there is only a PDF-version available, but we plan to have the cheatsheet released as HTML as well. The PDF-version should look great when printed out &#8211; the HTML version should enable you to copy and paste important parts directly from the cheatsheet into your own OpenLayers application.</p>
<p>As for now we only cover very basic parts of <a href="http://openlayers.org">OpenLayers</a>: The Map-object, the Layer-object and the Control-object. All of these have certain common methods and properties listed and should help you to get a very quick grasp of the object in case. Additionally we put in the obvious &#8220;Hello-World&#8221;-example&#8230; in this particular case more or less litarally.</p>
<p>The cheatsheet is not an official part of the OpenLayers project or its documentation but is released under the same free license. Both Dennis and I myself are glad that our company terrestris hosts the document on their site.</p>
<p>This is an early version. There might be wrong information in the cheatsheet. Do not hesitate to contact us and comment on the document. Our adresses should be easy to spot in the pdf-file.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=88&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/03/19/finally-a-cheatsheet-for-openlayers-27/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/03/openlayers_cheatsheet.png" medium="image">
			<media:title type="html">openlayers_cheatsheet</media:title>
		</media:content>
	</item>
		<item>
		<title>New minor release of Geoserver available: version 1.7.3 is there</title>
		<link>http://selectoid.wordpress.com/2009/03/12/new-minor-release-of-geoserver-available-version-173-is-there/</link>
		<comments>http://selectoid.wordpress.com/2009/03/12/new-minor-release-of-geoserver-available-version-173-is-there/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 07:53:17 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[geoserver]]></category>
		<category><![CDATA[GeoWebCache]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=81</guid>
		<description><![CDATA[The geoserver team announced yesterday the release of Geoserver 1.7.3. I am rather excited to test the new features and improvements soon. The full list of changes / fixes is long and includes two which I find very interesting: the new REST interface, the inclusion of the WMS tiling client GeoWebCache, for previous versions this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=81&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_82" class="wp-caption alignright" style="width: 363px"><a href="http://geoserver.org/display/GEOS/Welcome"><img class="size-full wp-image-82" title="logo-geoserver" src="http://selectoid.files.wordpress.com/2009/03/logo-geoserver.png?w=353&#038;h=112" alt="The logo of geoserver" width="353" height="112" /></a><p class="wp-caption-text">The logo of geoserver</p></div>
<p>The geoserver team <a href="http://blog.geoserver.org/2009/03/11/geoserver-173-released/">announced yesterday the release of Geoserver 1.7.3</a>. I am rather excited to test the new features and improvements soon.</p>
<p>The full list of <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14786">changes / fixes is long</a> and includes two which I find very interesting:</p>
<ul>
<li>the new <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a> interface,</li>
<li>the inclusion of the WMS tiling client <a href="http://geowebcache.org/">GeoWebCache</a>, for previous versions this &#8220;only&#8221; was an extension.</li>
</ul>
<p>I hope to delve deep into this version of Geoserver, as I like the product very much in general.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=81&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/03/12/new-minor-release-of-geoserver-available-version-173-is-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/03/logo-geoserver.png" medium="image">
			<media:title type="html">logo-geoserver</media:title>
		</media:content>
	</item>
		<item>
		<title>Reprojecting / snapping point-geometries onto a given line-geometry using PostGIS</title>
		<link>http://selectoid.wordpress.com/2009/02/13/reprojecting-snapping-point-geometries-onto-a-given-line-geometry-using-postgis/</link>
		<comments>http://selectoid.wordpress.com/2009/02/13/reprojecting-snapping-point-geometries-onto-a-given-line-geometry-using-postgis/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:10:17 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[PostGIS]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=61</guid>
		<description><![CDATA[Imagine you have a line &#8212; a street for example &#8212; and point measurements taken while being on that street. Due to certain circumstances &#8212; e.g. GPS-coorrdinates are slightly inaccurate &#8211;, the coordinates of your measurements are not exactly on the street. We had this problem just recently and needed to reproject the points onto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=61&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Imagine you have a line &#8212; a street for example &#8212; and point measurements taken while being on that street. Due to certain circumstances &#8212; e.g. GPS-coorrdinates are <a href="http://en.wikipedia.org/wiki/Global_Positioning_System#Possible_Sources_of_Interference">slightly inaccurate</a> &#8211;, the coordinates of your measurements are not exactly on the street.</p>
<p>We had this problem just recently and needed to reproject the points onto the said line, here is what we wanted to achieve:</p>
<div id="attachment_77" class="wp-caption aligncenter" style="width: 590px"><br />
<img src="http://selectoid.files.wordpress.com/2009/02/ppol_22.png?w=590&#038;h=520" alt="The points from A-I are being projected onto the blue Line resulting in points A&#39; - I&#39;" title="ppol_22" width="590" height="520" class="aligncenter size-full wp-image-77" /><br />
<p class="wp-caption-text">The points from A-I are being projected onto the blue Line resulting in points A&#39; - I&#39;</p></div>
<p>Thanks to the <a href="http://postgis.refractions.net/pipermail/postgis-users/2005-July/008574.html">PostGIS Mailing list</a>, here is a way to do just that</p>
<pre><code>SELECT <strong>ST_Line_Interpolate_Point</strong>(
		line_to_project_onto.the_geom,
		<strong>ST_Line_Locate_Point</strong>(
			line_to_project_onto.the_geom,
			points_to_project_onto_line.the_geom
		)
	)
FROM line_to_project_onto, points_to_project_onto_line;</code></pre>
<p>Note: &#8220;line_to_project_onto&#8221; is a table containing one record: the line-geometry, &#8220;points_to_project_onto_line&#8221; is a table where all points are stored which should be snapped to the line, &#8220;points_projected_onto_line&#8221; &#8212; from the next example &#8212; is the table to store the reprojected points in. Here are short definitions from the <a href="http://postgis.refractions.net/documentation/manual-svn/ch07.html#Linear_Referencing">PostGIS-SVN-Documentation</a></p>
<ul>
<li><strong>ST_Line_Interpolate_Point</strong> &#8211; Returns a point interpolated along a line. Second argument is a float8 between 0 and 1 representing fraction of total length of linestring the point has to be located (<a href="http://postgis.refractions.net/documentation/manual-svn/ST_Line_Interpolate_Point.html">Documentation</a>).</li>
<li><strong>ST_Line_Locate_Point</strong> &#8211; Returns a float between 0 and 1 representing the location of the closest point on LineString to the given Point, as a fraction of total 2d line length (<a href="http://postgis.refractions.net/documentation/manual-svn/ST_Line_Locate_Point.html">Documentation</a>).</li>
</ul>
<p>Let&#8217;s test it with 10.000 random points:</p>
<pre><code>TRUNCATE points_to_project_onto_line;
TRUNCATE points_projected_onto_line;

INSERT INTO points_to_project_onto_line ( the_geom )
	SELECT st_makePoint( random() * 10, random() * 10) FROM generate_series(1,10000);

INSERT INTO points_projected_onto_line ( the_geom )
SELECT 	line_interpolate_point(
		line_to_project_onto.the_geom,
		line_locate_point(
			line_to_project_onto.the_geom,
			points_to_project_onto_line.the_geom
		)
	)
FROM line_to_project_onto, points_to_project_onto_line;</code></pre>
<p style="text-align:center;">
<div id="attachment_78" class="wp-caption aligncenter" style="width: 545px"><img src="http://selectoid.files.wordpress.com/2009/02/ppolt_21.png?w=545&#038;h=547" alt="10.000 reddish points snapped to the yellow line. The reprojected points are displayed as bigger green circles and it shows that there is no maverick." title="ppolt_21" width="545" height="547" class="aligncenter size-full wp-image-78" /><p class="wp-caption-text">10.000 reddish points snapped to the yellow line. The reprojected points are displayed as bigger green circles and it shows that there is no maverick.</p></div>
<p>Seems to work well. As usual with <a href="http://postgresql.org">PostgreSQL </a>/ <a href="http://postgis.refractions.net/">PostGIS</a> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Changes:<br />
<em>09:10h Updated image captions</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=61&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2009/02/13/reprojecting-snapping-point-geometries-onto-a-given-line-geometry-using-postgis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/02/ppol_22.png" medium="image">
			<media:title type="html">ppol_22</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2009/02/ppolt_21.png" medium="image">
			<media:title type="html">ppolt_21</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing fun: ST_StarAtPoint for PostGIS</title>
		<link>http://selectoid.wordpress.com/2008/12/22/developing-fun-st_staratpoint-for-postgis/</link>
		<comments>http://selectoid.wordpress.com/2008/12/22/developing-fun-st_staratpoint-for-postgis/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 12:54:52 +0000</pubDate>
		<dc:creator>selectoid</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[PostGIS]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[star]]></category>

		<guid isPermaLink="false">http://selectoid.wordpress.com/?p=42</guid>
		<description><![CDATA[As christmas is coming closer, I want to share a small PostGIS-function that generates a star at a given point with some other specified characteristics. This function has not been built with a special use-case in mind, but just for fun. Yet, I hope someone finds this functionality interesting. OK, so what is a star? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=42&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As christmas is coming closer, I want to share a small <a href="http://postgis.refractions.net/">PostGIS</a>-function that generates a star at a given point with some other  specified characteristics. This function has not been built with a special use-case in mind, but just for fun. Yet, I hope someone finds this functionality interesting.</p>
<p>OK, so what is a star? When I am talking about a star I mean a polygon consisting of at least 3 spikes which are equally distributed along a circle. The following picture describes best what I want I understand as a &#8220;star&#8221;:</p>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 314px"><img src="http://selectoid.files.wordpress.com/2008/12/anatomy_of_star1.png?w=304&#038;h=406" alt="Anatomy of the stars created by the function " title="anatomy_of_star1" width="304" height="406" class="size-full wp-image-56" /><p class="wp-caption-text">Anatomy of the stars created by the function </p></div>
<p>With Postgis I want to create stars that look like the the green polygon above.  When one defines the center coordinate  (the black spot in the center of the star), the number of spikes, and the length of both inner and outer radius (red lines), and an additional offset (in degrees, see the black arrow on top of the star), we are able to create all needed corners of the polygon (marke yellow above).</p>
<p>I will show two ways to compute everything we need, a readable, &#8220;processual&#8221; one and a more &#8220;geeky&#8221; one with only one line of SQL.</p>
<p>Let&#8217;s create an empty dummy function with all arguments we need, the logic will be inserted later:</p>
<pre><code>
CREATE OR REPLACE FUNCTION ST_StarAtPoint(
  IN point geometry,
  IN inner_radius numeric,
  IN outer_radius numeric,
  IN number_of_spikes integer,
  IN additional_rotation_degrees numeric
) RETURNS GEOMETRY AS
$body$
  DECLARE
  BEGIN
    -- For the moment we'll always return a simple point geometry
    RETURN 'POINT(0 0)'::geometry;
  END;
$body$
LANGUAGE plpgsql;
</code></pre>
<p>We are now able to call the above function. This does not make too much sense right now, but to test for typos it should do the trick:</p>
<pre><code>SELECT ST_AsText(<strong>ST_StarAtPoint('POINT(0 0)'::geometry, 1, 5, 8, 0)</strong>);</code></pre>
<p>Now let&#8217;s add code to check if we have been called with valid parameters:</p>
<pre><code>
IF (inner_radius &gt; outer_radius) THEN
  RAISE EXCEPTION 'Inner radius must not be greater than outer radius.';
END IF;
IF (number_of_spikes &lt; 3) THEN
  RAISE EXCEPTION 'A star must have at least three spikes.';
END IF;</code></pre>
<p>Also, we will calculate the radians of the given degrees      </p>
<pre><code>angle = radians(360/number_of_corners);
additional_rotation_angle = radians(additional_rotation_degrees);</code></pre>
<p>For all the variables we need to have a valid declaration. We&#8217;ll add four more variables to the declarations, the declartion section now looks like this:</p>
<pre><code>
-- the star geometry variable as WKT
star_geometry_wkt text := '';
-- a loop counter
i integer := 0;
-- the angle defined by 360° / number of spikes
angle numeric;
-- an optional "offset"
additional_rotation_angle numeric;
-- the baseline we will rotate around for the inner points
baseline_inner geometry;
-- the baseline we will rotate around for the outerpoints
baseline_outer geometry;
-- the point we rotate around
rotation_point geometry := 'POINT(0 0)'::geometry;
</code></pre>
<pre><code>
-- construction of the lines to rotate
baseline_outer = ST_RotateZ(
  ST_MakeLine(rotation_point, ST_MakePoint(
    ST_X(rotation_point),
    ST_Y(rotation_point) + outer_radius)
  ), additional_rotation_angle);
baseline_inner = ST_RotateZ(
  ST_MakeLine(rotation_point, ST_MakePoint(
    ST_X(rotation_point),
    ST_Y(rotation_point) + inner_radius)
  ), additional_rotation_angle + (angle/2));
</code></pre>
<p>Now baseline_outer should contain a linestring from Point(0 0) to Point(0 radius_outer) (think twelve o&#8217; clock) and slightly rotated counter-clockwise. The same is true for baseline_inner, but this line is roitated half the general angle agin counter-clockwise, so that inner points always lie exactly in the middle between two outer points.</p>
<p>We are now iterating through all needed spikes and add WKT-strings (not so elegant, I know) two our star_geometry_wkt-variable:</p>
<pre><code>
WHILE (i &lt; number_of_corners) LOOP
  -- add point to polygon for outer-spike
  -- note that we are adding the appropriate coordiantes from the input-geometry
  star_geometry_wkt = star_geometry_wkt
    || (ST_X(ST_EndPoint(ST_RotateZ(baseline_outer, angle * i))) + ST_X(point))
    || ' '
    || ST_Y(ST_EndPoint(ST_RotateZ(baseline_outer, angle * i))) + ST_Y(point)
    || ',';
  -- add point to polygon for inner-spike
  -- note that we are adding the appropriate coordiantes from the input-geometry
  star_geometry_wkt = star_geometry_wkt
    || (ST_X(ST_EndPoint(ST_RotateZ(baseline_inner, angle * i))) + ST_X(point))
    || ' '
    || ST_Y(ST_EndPoint(ST_RotateZ(baseline_inner, angle * i))) + ST_Y(point)
    || ',';
  -- increment counter
  i = i + 1;
END LOOP;
</code></pre>
<p>Finally, let&#8217;s finish the WKT string and add the first point again so the linestring is closed. </p>
<pre><code>
star_geometry_wkt = star_geometry_wkt ||  (ST_X(ST_EndPoint(baseline_outer)) + ST_X(point))  || ' ' ||  (ST_Y(ST_EndPoint(baseline_outer)) + ST_Y(point));
star_geometry_wkt = 'POLYGON((' || star_geometry_wkt || '))';
RETURN star_geometry_wkt::geometry;
</code></pre>
<p>Here is the <a href="http://pastebin.com/f226a805a">complete code of the star-function</a>.</p>
<p>Of course it is possible to build the function with SQL only (<a href="http://pastebin.com/f23d6e639">Heres the source of ST_StarAtPoint with 1 SQL query only</a>).</p>
<p>Now let&#8217;s see if any of the function works:</p>
<pre><code>
CREATE TABLE star_test AS
  SELECT
    ST_StarAtPoint(ST_MakePoint(random()*400, random()*400),1, 1 + ii, iii, i) AS the_geom
  FROM
    generate_series(1,50) i,
    generate_series(1,3) ii,
    generate_series(5,10) iii;
-- add a primary key for QGIS
ALTER TABLE star_test ADD COLUMN id SERIAL;
ALTER TABLE star_test ADD PRIMARY KEY (id);
</code></pre>
<p>When viewed in QGIS, one should see a star-field similar to this one:<br />
<div id="attachment_50" class="wp-caption aligncenter" style="width: 310px"><img src="http://selectoid.files.wordpress.com/2008/12/star_field.png?w=300&#038;h=298" alt="Overview of the 900 stars inserted" title="star_field" width="300" height="298" class="size-medium wp-image-50" /><p class="wp-caption-text">Overview of the 900 stars inserted</p></div></p>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 310px"><img src="http://selectoid.files.wordpress.com/2008/12/star_field_magnified.png?w=300&#038;h=222" alt="Magnified view of the stars" title="star_field_magnified" width="300" height="222" class="size-medium wp-image-51" /><p class="wp-caption-text">Magnified view of the stars</p></div>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 310px"><img src="http://selectoid.files.wordpress.com/2008/12/star_field_magnified_detail.png?w=300&#038;h=150" alt="A detail showing four stars we just created" title="star_field_magnified_detail" width="300" height="150" class="size-medium wp-image-52" /><p class="wp-caption-text">A detail showing four stars we just created</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectoid.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectoid.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectoid.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectoid.wordpress.com&amp;blog=5107099&amp;post=42&amp;subd=selectoid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selectoid.wordpress.com/2008/12/22/developing-fun-st_staratpoint-for-postgis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a721f0c5674021737613a181d1e1bc1?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">selectoid</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2008/12/anatomy_of_star1.png" medium="image">
			<media:title type="html">anatomy_of_star1</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2008/12/star_field.png?w=300" medium="image">
			<media:title type="html">star_field</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2008/12/star_field_magnified.png?w=300" medium="image">
			<media:title type="html">star_field_magnified</media:title>
		</media:content>

		<media:content url="http://selectoid.files.wordpress.com/2008/12/star_field_magnified_detail.png?w=300" medium="image">
			<media:title type="html">star_field_magnified_detail</media:title>
		</media:content>
	</item>
	</channel>
</rss>
