<?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>52°North Blog</title>
	<atom:link href="http://blog.52north.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.52north.org</link>
	<description>Sensor Web, Geoprocessing, Security &#38; GeoRM, Geostatistics, Semantics, 3D, Ilwis, Earth Observation</description>
	<lastBuildDate>Mon, 14 May 2012 07:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>What&#8217;s up?</title>
		<link>http://blog.52north.org/2012/05/14/whats-up/</link>
		<comments>http://blog.52north.org/2012/05/14/whats-up/#comments</comments>
		<pubDate>Mon, 14 May 2012 07:14:21 +0000</pubDate>
		<dc:creator>MartinSchouwenburg</dc:creator>
				<category><![CDATA[ILWIS]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1031</guid>
		<description><![CDATA[So what can we expect for lets say the next month of ILWIS. It’s nice that the 3.8 has been released but that doesn’t mean that the work has suddenly stopped. I have been rather busy the last few weeks with a few developments that I would like to share with you. Tables. The internal [...]]]></description>
			<content:encoded><![CDATA[<p>So what can we expect for lets say the next month of ILWIS. It’s nice that the 3.8 has been released but that doesn’t mean that the work has suddenly stopped. I have been rather busy the last few weeks with a few developments that I would like to share with you.</p>
<ol>
<li>Tables. The internal design of tables in ILWIS is quite silly (imo). Echoes from a very distant past of Ilwis that were never properly redesigned. The basic assumption of the ( internal) structure is that everything is based on columns instead of records.  Now basically there is nothing wrong with that. Most operations you do (in Ilwis) are column based not record based. Yet internally there is a big flip-flop continuously happening between column based and record based handling of things. This causes a big performance hit. Furthermore because all columns are owners of their own data (and not the table), data access is often going through many layers before getting at the ‘real’ data.<br />
I redesigned the table structure to a unified system. In the Ilwis 3.8 this already used for loading the vector maps which are basically tables when stored. But these tables are very isolated and don’t have any interaction with tables in general. I am extending that now to the rest of the tables but have to be very careful not to disrupt existing functionality.<br />
So what do I gain as end-user? Well, tables still work the same as they used to do. But… They load 20x times as fast(realy) and have an access time that is 2-3x as fast. So , yes. You do gain something.</li>
<li>Openstreemap tile server. For those who don’t know it. Openstreetmap is an Open database  where geographical vector data is stored free for access by the outside world(see <a href="http://wiki.openstreetmap.org/wiki/Main_Page">http://wiki.openstreetmap.org/wiki/Main_Page</a>). An Openstreetmap tileserver is a renderer of this data onto tiles of many different zoom levels so that others can use it as layers in their application. I need to support this in Ilwis as it is needed for one of sub-projects of Ilwis and is useful in general. Of course this only works if you have a network connection where there is a tile server.</li>
<li>Geonetcast data as OpenDap service. This is work I already started late last year (with success) and I need to polish it up somewhat. Geonetcast is a successful toolbox based on Ilwis, which exposes (see also <a href="http://52north.org/communities/earth-observation/">http://52north.org/communities/earth-observation/</a> of 52N) loads of RS data in a consistent way. There are whishes from another project I am working with to be able to access this data as a service. The problem is that the data stream is rather large, continuously updating ( from 5 minutes to one day) and in the usual zoo of different raster formats. The toolbox translates this to an Ilwis format to have a consistent and accessible format to use the data in analyses. The data stream is so large though that this can’t be done on a continuous basis. It has to be done per request for a specific dataset(client side). This is the work of the toolbox. For this project I had to do about the same but this time server side(but still per request) and then translate the Ilwis data to netcdf as OpenDap is built around netcdf. What you now basically do is sent a WPS command to an ILWIS or 52N WPS server, it will do the necessary processing server side and then send a OpenDap link back to the client. This seems to work ok; I now included some extra subsetting to reduces the workload for the server.</li>
<li>Debugging. As usual after a release you encounter some issues that should have been addressed ( import shape, grrr). Ah well, such is life. I will not make a new 3.8.1 or something but simply replace the current download. The about box will probably show 3.8.01 I suppose.</li>
<li>Orfeo.  Already for some time I eyed the orfeo toolbox (<a href="http://www.orfeo-toolbox.org/otb/">http://www.orfeo-toolbox.org/otb/</a>) as a possible extension for Ilwis functionality. But during the making of 3.8 I simply didn’t have time for it. I will make an Ilwis shell for it (both on UI level as on command level) and the include it in Ilwis. If all works well Ilwis will be seamlessly be integrated with the Orfeo functionality. Probably this will not be part of the standard Ilwis download but available as separate plug-in from the earth observation community of 52n.</li>
<li>And last but not least Ilwis NG. This is continuous process and progress has been made there.</li>
</ol>
<p>So what is de planning of all this? Well point 1), 3) and 4) are in the last stages. Have still to do some work there but the bulk is done. I plan the 3.8.01 for end of this month or possibly the first week of June. This will probably not include the table stuff (yet) as I need to do some real testing there if I didn’t mess things up, tables are quite important after all. Orfeo will probably start somewhere mid June. I am unsure at the moment how long this will take but my first guess would be about a month.  And Ilwis NG? Hmm well, difficult question. I suppose that somewhere in 2013 there will be a version but if that already has the same functionality as Ilwis 3.8 I am unsure. Anyway NG will be very modular so I can release it piece by piece. We will see, it is a bit premature to speculate too much about that.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/05/14/whats-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postively, Ultimately Frisbee!</title>
		<link>http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/</link>
		<comments>http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 10:17:51 +0000</pubDate>
		<dc:creator>AnnHitchcock</dc:creator>
				<category><![CDATA[52°North]]></category>
		<category><![CDATA[52North]]></category>
		<category><![CDATA[ultimate frisbee]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1054</guid>
		<description><![CDATA[Once again 52Ners braved the elements and gathered for a few rounds of ultimate frisbee. Daniel Nüst instructed the players in the rules of the game, demonstrated helpful throwing techniques and clued us in to which award is most desirable &#8211; game/tournament winner, fair play award or party award! We look forward to exploring more [...]]]></description>
			<content:encoded><![CDATA[<p>Once again 52Ners braved the elements and gathered for a few rounds of ultimate frisbee. Daniel Nüst instructed the players in the rules of the game, demonstrated helpful throwing techniques and clued us in to which award is most desirable &#8211; game/tournament winner, fair play award or party award! <img src='http://blog.52north.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  We look forward to exploring more of that horizon!</p>
<p><a href="http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/dscn3282/" rel="attachment wp-att-1055"><img class="alignnone size-medium wp-image-1055" title="ultimate_daniel" src="http://blog.52north.org/wp-content/uploads/2012/04/DSCN3282-225x300.jpg" alt="Daniel" width="225" height="300" /></a></p>
<p>Daniel demonstrates proper throwing techniques.</p>
<p>&nbsp;</p>
<p><a href="http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/dscn3283/" rel="attachment wp-att-1062"><img class="alignnone size-medium wp-image-1062" title="ultimate_listeners" src="http://blog.52north.org/wp-content/uploads/2012/04/DSCN3283-300x225.jpg" alt="attentive listeners" width="300" height="225" /></a></p>
<p>attentive listeners&#8230;</p>
<p>&nbsp;</p>
<p><a href="http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/dscn3289/" rel="attachment wp-att-1056"><img class="alignnone size-medium wp-image-1056" title="ultimate_start" src="http://blog.52north.org/wp-content/uploads/2012/04/DSCN3289-300x225.jpg" alt="Ready" width="300" height="225" /></a></p>
<p>Ready?</p>
<p>&nbsp;</p>
<p><a href="http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/dscn3291/" rel="attachment wp-att-1057"><img class="alignnone size-medium wp-image-1057" title="ultimate_action" src="http://blog.52north.org/wp-content/uploads/2012/04/DSCN3291-300x225.jpg" alt="Action" width="300" height="225" /></a></p>
<p>Action!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/26/postively-ultimately-frisbee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Camp &#8211; the ESA App Developer Lab</title>
		<link>http://blog.52north.org/2012/04/24/app-camp-the-esa-app-developer-lab/</link>
		<comments>http://blog.52north.org/2012/04/24/app-camp-the-esa-app-developer-lab/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 10:39:48 +0000</pubDate>
		<dc:creator>AnnHitchcock</dc:creator>
				<category><![CDATA[52°North]]></category>
		<category><![CDATA[Communities]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ESA]]></category>
		<category><![CDATA[satellite data]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1046</guid>
		<description><![CDATA[The  ESA is looking for innovative European developers with experience in app development for their App Camp &#8211; the ESA App Developer Lab.  Twenty developers will be chosen to meet with like-minded people, create mobile applications using satellite data and gain insight into ESA&#8217;s work at its ESRIN location in Frascati (near Rome/Italy) from June 18 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;" align="center">The  ESA is looking for innovative European developers with experience in app development for their App Camp &#8211; the ESA App Developer Lab.  Twenty developers will be chosen to meet with like-minded people, create mobile applications using satellite data and gain insight into ESA&#8217;s work at its ESRIN location in Frascati (near Rome/Italy) from June 18 to 22, 2012.</p>
<p style="text-align: left;" align="center">Registration is open from April 6 &#8211; May 6, 2012 at <a href="http://www.app-camp.eu/" target="_blank">www.app-camp.eu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/24/app-camp-the-esa-app-developer-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It is done! (Yeah right)</title>
		<link>http://blog.52north.org/2012/04/23/it-is-done-yeah-right/</link>
		<comments>http://blog.52north.org/2012/04/23/it-is-done-yeah-right/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 07:42:57 +0000</pubDate>
		<dc:creator>MartinSchouwenburg</dc:creator>
				<category><![CDATA[ILWIS]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1029</guid>
		<description><![CDATA[Well, the 3.8 is finally finished. Really? Yeah, think so. The perfect software doesn&#8217;t exist. There is always room for improvement, there are always new ideas. But at a certain moment you have to draw a line. The question then becomes &#8220;is it good enough?&#8221;. In January I decided that, apart from some known missing [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the 3.8 is finally finished. Really? Yeah, think so. The perfect software doesn&#8217;t exist. There is always room for improvement, there are always new ideas. But at a certain moment you have to draw a line. The question then becomes &#8220;is it good enough?&#8221;. In January I decided that, apart from some known missing things, I would wrap things up in April. The beginning of April I looked things over and, apart from the WMS client, all things were done and seemed to be in working order (WMS client was done in time). Sure some issues are still there, some inconsistencies in the UI, but as far as I could see nothing serious. Perfect software takes forever so I decided to release.</p>
<p>So, are we done? Of course not. Undoubtedly there will be a 3.8.1 (no, I don&#8217;t say when) and a 3.8.2 is also likely. Maintenance is always needed. There are a few things I have on the menu (in random order)</p>
<ul>
<li>Polygon editor. Missing from 3.8 . I now have the technology to make a &#8220;real&#8221; polygon editor and not that half assed thing that was there in 3.3 and later. But this costs some time.</li>
<li>Sample set editor. Maybe. I am waiting a bit until people start complaining <img src='http://blog.52north.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I didn&#8217;t find the time to finish it ( a very buggy version exists) and until now nobody seems to be missing it. Since I am reconsidering Ilwis&#8217; whole classification stuff  anyway (it has to be improved) I might need a full redesign. This may be related too.</li>
<li>The Orfeo toolbox. I am considering  integrating the Orfea toolbox (<a href="http://www.orfeo-toolbox.org/otb/">http://www.orfeo-toolbox.org/otb/</a>) in Ilwis as a plug-in. This would extend the functionlity of Ilwis with a lot of cool stuff.</li>
<li>Improving the speed of tables. Tables are internally based on a silly concept (not my design <img src='http://blog.52north.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) that costs a lot of performance. I already made a prototype for a new design (it is used at a few isolated places in Ilwis 3.8) that loads data files 15-20x as fast (really) and gives access to data about 10x as fast. I need this for big data sets. I need it fast.</li>
<li>And of course QA. That is always there. There are always new bugs to solve.</li>
</ul>
<p>So enough to do.</p>
<p>And then there is of course Ilwis NG. The next version of Ilwis. This will probably occupy more and more of my time in the rest of the year. A proposal for a general architecture has been created</p>
<p style="text-align: center;"><a href="http://blog.52north.org/2012/04/23/it-is-done-yeah-right/blog15a-3/" rel="attachment wp-att-1034"><img class="size-full wp-image-1034 aligncenter" title="blog15a" src="http://blog.52north.org/wp-content/uploads/2012/04/blog15a2.jpg" alt="" width="690" height="400" /></a></p>
<p>These are the picture programmers like to stare at, forgetting all the work that is involved. Most people couldn&#8217;t care less about all the squares and arrows, but I thought it might be useful to show that Ilwis NG is no pipe dream. For me the goal is to create an Ilwis version that can function as a kind of connection point between hetrogeneous data sources and diverse processing services while facilitating a good UI &#8211; Ilwis as a kind of integrator that delivers a consistent and good UI, be it desktop or browser (something that is sorely lacking in many open source software projects). I also want to create a source base that is much more open for outside developers and much more modular.</p>
<p>In a pilot, I already created a base version of Loader and part of de core data structures for Ilwis NG. This doesn&#8217;t do much (apart from loading data) but it is a proof of concept that the ideas that are represented in the diagram are workable. It would be nice to have more developers on board as this would speed up the work and improve the design process.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/23/it-is-done-yeah-right/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New First Aid Helpers at 52°North</title>
		<link>http://blog.52north.org/2012/04/20/new-first-aid-helpers-at-52north/</link>
		<comments>http://blog.52north.org/2012/04/20/new-first-aid-helpers-at-52north/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 10:34:22 +0000</pubDate>
		<dc:creator>AnnHitchcock</dc:creator>
				<category><![CDATA[52°North]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1026</guid>
		<description><![CDATA[Members of the 52N staff recently completed a two day first aid training course. Benjamin, Conny, Eike and Henning are now certified first aid heplers! Let&#8217;s hope we don&#8217;t need them in such a function!]]></description>
			<content:encoded><![CDATA[<p>Members of the 52N staff recently completed a two day first aid training course. Benjamin, Conny, Eike and Henning are now certified first aid heplers!<em> Let&#8217;s hope we don&#8217;t need them in such a function!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/20/new-first-aid-helpers-at-52north/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>52North WPS 3.0 released</title>
		<link>http://blog.52north.org/2012/04/13/52north-wps-3-0-released/</link>
		<comments>http://blog.52north.org/2012/04/13/52north-wps-3-0-released/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 12:20:55 +0000</pubDate>
		<dc:creator>BastianSchaeffer</dc:creator>
				<category><![CDATA[Communities]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[52n]]></category>
		<category><![CDATA[52North]]></category>
		<category><![CDATA[52°North]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1023</guid>
		<description><![CDATA[The 52North WPS development team is proud to announce a new major release of the 52North WPS: 52°North WPS 3.0, as well as the corresponding releases 52°North WPS Process Development Kit 3.0 WPS Client API 3.0 The basic changes and extensions from the last version are: - R support R is a language and environment [...]]]></description>
			<content:encoded><![CDATA[<p>The 52North WPS development team is proud to announce a new major release of the 52North WPS:</p>
<p><strong>52°North WPS 3.0,</p>
<p></strong>as well as the corresponding releases<strong></p>
<p></strong><strong>52°North WPS Process Development Kit 3.0<br />
WPS Client API 3.0</strong></p>
<p>The basic changes and extensions from the last version are:</p>
<p><strong>- R support</strong><br />
R is a language and environment for statistical computing is a language and environment for statistical computing. Over the past 10 years, the developers of spatial statistical methodology in R have agreed on a common set of classes and methods for spatial data in R, and thus made the set of 70+ add-on packages for spatial statistical analysis in R a coherent undertaking. The WPS framework allows to upload and expose R scripts dynamically as WPS processes.</p>
<p><strong>- stability and performance improved on a large scale<br />
- 85 Unit tests added covering all parsers, generatros and WPS requests modes<br />
- more parsers, databindings and generators<br />
</strong> <strong>- redesigned config<br />
- &#8220;offical&#8221; mime types and schemas used<br />
- several bugfixes<br />
- extended Tutorials</p>
<p>A full list of changes can be found here [1]</p>
<p></strong>See the tutorials section for setting up the 52°North WPS, creating a new Process, executing and exporting the process [2].<strong><br />
</strong><br />
The <strong>source </strong>code is taged as &#8220;WPS-3.0&#8243; and can be found in our svn repository [3]<br />
The <strong>binary </strong>distribution can be found here [4].</p>
<p><strong>Test instances</strong> can be invoked here [5].</p>
<p>A tutorial for the WPS <strong>Process Development Kit</strong> can be found here [6].</p>
<p>A tutorial for the WPS <strong>Client API </strong>can be found here [7].</p>
<p>Regards,<br />
52N WPS development Team</p>
<p>[1] <a href="http://security.demo.52north.org:8080/view/geoprocessing/job/52n-wps%20complete%20Release/changes">http://security.demo.52north.org:8080/view/geoprocessing/job/52n-wps%20complete%20Release/changes</a><br />
[2] http://52north.org/communities/geoprocessing/wps/tutorials.html<br />
[3] http://52north.org/communities/geoprocessing/wps/source_setup.html<br />
[4] http://52north.org/index.php?option=com_jdownloads&amp;view=finish&amp;cid=431&amp;catid=14<br />
[5] http://geoprocessing.demo.52north.org:8080/wps/<br />
[6] http://52north.org/communities/geoprocessing/wps/tutorials/ProcessDevlopmentKit.html<br />
[7] http://52north.org/communities/geoprocessing/wps/tutorials/ClientAPI.html</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/13/52north-wps-3-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>52°North GSoC Applications for 2012</title>
		<link>http://blog.52north.org/2012/04/10/52north-gsoc-applications-for-2012/</link>
		<comments>http://blog.52north.org/2012/04/10/52north-gsoc-applications-for-2012/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:07:25 +0000</pubDate>
		<dc:creator>DanielNuest</dc:creator>
				<category><![CDATA[GSoC]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=1013</guid>
		<description><![CDATA[The Google Summer of Code at 52°North took it&#8217;s next step forward. We are very glad to receive 35 applications on various of our project ideas. As far as we can tell this is a very good number for our first year with GSoC, and the whole programme received a record number of applications. The [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://wiki.52north.org/bin/view/Main/GSoC2012">Google Summer of Code at 52°North</a> took it&#8217;s next step forward. We are very glad to receive <strong>35 applications</strong> on various of our project ideas. As far as we can tell this is a very good number for our first year with GSoC, and the whole programme received <a href="google-opensource.blogspot.in/2012/04/record-number-of-student-applications.html">a record number of applications</a>. The range of interested students is also very encouraging, with applications from India to Germany, and from 52°North and GSoC newcomers to students with experience in both the GSoC programme and our software. The graph below shows the creation dates of the proposals 52°North received.</p>
<p><a href="http://blog.52north.org/wp-content/uploads/2012/04/GSoC-52N-submissions-graph.png"><img class="alignnone size-medium wp-image-1014" title="GSoC-52N-submissions-graph" src="http://blog.52north.org/wp-content/uploads/2012/04/GSoC-52N-submissions-graph-300x166.png" alt="" width="300" height="166" /></a></p>
<p>In the next days, the mentors will review and rank the applications.</p>
<p>(Thanks to Olly Betts for the <a href="http://survex.com/~olly/blog/xapian/xapian-gsoc-applications-for-2012.html">post and the spreadsheet</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/10/52north-gsoc-applications-for-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thresholds</title>
		<link>http://blog.52north.org/2012/04/02/thresholds/</link>
		<comments>http://blog.52north.org/2012/04/02/thresholds/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 06:53:34 +0000</pubDate>
		<dc:creator>MartinSchouwenburg</dc:creator>
				<category><![CDATA[ILWIS]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=968</guid>
		<description><![CDATA[Last week I spend some time spend some time finishing and polishing the (programming) work 0f a Msc student (Rani Charisma Dewi) who did some work with Ilwis in the context of her Msc. With my assistance she filled in a gap in the animations that had been there since about the time of the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I spend some time spend some time finishing and polishing the (programming) work 0f a Msc student (Rani Charisma Dewi) who did some work with Ilwis in the context of her Msc. With my assistance she filled in a gap in the animations that had been there since about the time of the creation of the new animation system.</p>
<p>In the Animation management form there had always been a somewhat mysterious tab called &#8220;progress control&#8221;. In it you could see a graph and a marker going at the speed of the animation over graph that was basically a straight line. There was a combobox called &#8220;reference attribute&#8221; but what it all meant was rather unclear. It was unclear because it was unfinished. I had some ideas about it but never found the time to act on those ideas. Fortunately Ms Dewi came along and with her help the unfinished part became finished.</p>
<p>The idea behind this tab was to create a system to enable a user to visualize when during an animation the (numerical) values in a map exceed a certain meaning full number. During an animation the image is constantly changing and it is sometimes difficult to track the values on the map to see exactly what is happening. To use this system a user has to create an attribute table attached to the maplist that contains a column with marker values. To assist you in this there has been created an application &#8220;TableMapListAttributeFrom&#8221; that creates a table with statistical marker values for each index in the maplist (e.g. average, median etc..). But you may also create a column by any other means with significant values.</p>
<p>The column can then be used as &#8220;reference attribute&#8221;. The tab might then look like this</p>
<p><a href="http://blog.52north.org/2012/04/02/thresholds/blog14a/" rel="attachment wp-att-1002"><img class="aligncenter size-full wp-image-1002" title="blog14a" src="http://blog.52north.org/wp-content/uploads/2012/04/blog14a.jpg" alt="" width="428" height="262" /></a></p>
<p>A graph that shows the average of 72 maps and a time marker moving over those maps. Furthermore there is a blue threshold marker (see below) that gives an indication were the average of a map passes the treshold. &#8216;Fine&#8217; you may think, maybe slightly useful but not overly so. Things get more interesting when you also look what is happening in the animation.</p>
<p><a href="http://blog.52north.org/2012/04/02/thresholds/blog14b/" rel="attachment wp-att-1003"><img class="aligncenter size-full wp-image-1003" title="blog14b" src="http://blog.52north.org/wp-content/uploads/2012/04/blog14b.jpg" alt="" width="438" height="276" /></a></p>
<p>On the map red pixels have appeared. These are pixels where the pixel value has exceeded the treshold. During the animations you constantely see the areas change and it is easier to track changes this way. The properties of the treshold can be set by the pressing the button. You then get small form with some properties.</p>
<p>The tool becomes realy interesting to use when running two synchronized animations with threshold values, making the top animation partly transparent. It is then easy to track if changes in one dataset have possibly some relation to changes in another one.</p>
<p>Note, that you have related functionality through the &#8220;interactive representation&#8221; but here there is a clear link with statistical significant markers values.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/04/02/thresholds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OGC agrees on approving SOS 2.0 as a new standard!</title>
		<link>http://blog.52north.org/2012/03/28/ogc-agrees-on-approving-sos-2-0-as-a-new-standard/</link>
		<comments>http://blog.52north.org/2012/03/28/ogc-agrees-on-approving-sos-2-0-as-a-new-standard/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 09:23:56 +0000</pubDate>
		<dc:creator>Arne Bröring</dc:creator>
				<category><![CDATA[Sensor Web]]></category>
		<category><![CDATA[SOS]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=995</guid>
		<description><![CDATA[We, the editorial team of the SOS 2.0 (Christoph Stasch, Johannes Echterhoff, and myself), are very happy to announce that the members of the OGC Technical Committee have finalized their voting on the SOS 2.0 specification, and formally agreed on approving the SOS 2.0 as an OGC standard! The work on the SOS 2.0 specification started in December 2008, and since then [...]]]></description>
			<content:encoded><![CDATA[<div>We, the editorial team of the SOS 2.0 (Christoph Stasch, Johannes Echterhoff, and myself), are very happy to announce that the <a href="http://www.opengeospatial.org/ogc/members">members of the OGC Technical Committee</a> have finalized their voting on the SOS 2.0 specification, and formally agreed on approving the SOS 2.0 as an OGC standard!</div>
<div>The work on the SOS 2.0 specification started in December 2008, and since then we had many fruitful discussions and received valuable comments. The requirements from SOS users were directly fed into those discussions &#8211; hence, we like to thank the users of the 52°North SOS implementation whose comments were considered to improve the specification.</div>
<div>At 52°North, we have already a prototype of the new SOS 2.0 specification in place, as part of the general <a href="http://52north.org/sos">52°North SOS implementation</a>. Having the official approval from OGC received, we will now continue to work on the SOS 2.0 implementation.</div>
<div>We will keep you updated on the progress!</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/03/28/ogc-agrees-on-approving-sos-2-0-as-a-new-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flying discs @ 52°North</title>
		<link>http://blog.52north.org/2012/03/26/flying-discs-52north/</link>
		<comments>http://blog.52north.org/2012/03/26/flying-discs-52north/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 08:34:33 +0000</pubDate>
		<dc:creator>AnnHitchcock</dc:creator>
				<category><![CDATA[Communities]]></category>

		<guid isPermaLink="false">http://blog.52north.org/?p=800</guid>
		<description><![CDATA[On a chilly friday in January, 52°North bundled up to take on a new challenge &#8211; Disc Golf.  For 3 hours 52Ners and guests braved the cold and tested their frisbee skills, seeing who could throw a &#8220;frisbee&#8221; disc into a basket with the least number of throws. Martin Reckmann from DJK Grün-Weiß Marathon in [...]]]></description>
			<content:encoded><![CDATA[<p>On a chilly friday in January, 52°North bundled up to take on a new challenge &#8211; Disc Golf.  For 3 hours 52Ners and guests braved the cold and tested their frisbee skills, seeing who could throw a &#8220;frisbee&#8221; disc into a basket with the least number of throws. Martin Reckmann from <a href="http://www.gw-marathon.de" target="_blank">DJK Grün-Weiß Marathon in Münster</a> instructed the first time players in the rules and techniques of the game, which is similar to golf. He also prepared a challenging course through bushes, trees, sculptures, over small bodies of water and swampy areas. Marcus Wissing (con terra) needed only 24 throws to complete the 5 target course and win the tournament! Refreshments helped warm chilled fingers and toes.</p>
<p>It&#8217;s fun to explore new horizons! We look forward to the next frisbee challenge on April 20th.<br />
<a href="http://blog.52north.org/2012/03/26/flying-discs-52north/imag0157/" rel="attachment wp-att-801"><img class="alignnone size-medium wp-image-801" title="IMAG0157" src="http://blog.52north.org/wp-content/uploads/2012/01/IMAG0157-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>Martin Reckmann demonstrates throwing techniques.</p>
<p><a href="http://blog.52north.org/2012/03/26/flying-discs-52north/imag1662/" rel="attachment wp-att-976"><img class="alignnone size-medium wp-image-976" title="conny" src="http://blog.52north.org/wp-content/uploads/2012/03/IMAG1662-179x300.jpg" alt="" width="179" height="300" /></a></p>
<p>Conny works her way around bothersome obstacles&#8230;</p>
<p><a href="http://blog.52north.org/2012/03/26/flying-discs-52north/imag1664/" rel="attachment wp-att-978"><img class="alignnone size-medium wp-image-978" title="IMAG1664" src="http://blog.52north.org/wp-content/uploads/2012/03/IMAG1664-179x300.jpg" alt="" width="179" height="300" /></a></p>
<p>hmmm&#8230;</p>
<p><a href="http://blog.52north.org/2012/03/26/flying-discs-52north/imag0170/" rel="attachment wp-att-979"><img class="alignnone size-medium wp-image-979" title="IMAG0170" src="http://blog.52north.org/wp-content/uploads/2012/03/IMAG0170-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>Yeah!</p>
<p><a href="http://blog.52north.org/2012/03/26/flying-discs-52north/imag0171/" rel="attachment wp-att-980"><img class="alignnone size-medium wp-image-980" title="DiscGolf refreshments" src="http://blog.52north.org/wp-content/uploads/2012/03/IMAG0171-179x300.jpg" alt="" width="179" height="300" /></a></p>
<p>Refreshments after hard work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.52north.org/2012/03/26/flying-discs-52north/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

