<?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>spatial nodes &#187; GIS</title>
	<atom:link href="http://blog.minst.net/category/gis/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minst.net</link>
	<description>Thoughts of a lost soul</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:24:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visualizing OpenStreetMap history &#8211; part 2</title>
		<link>http://blog.minst.net/2010/07/16/visualizing-openstreetmap-history-part-2</link>
		<comments>http://blog.minst.net/2010/07/16/visualizing-openstreetmap-history-part-2#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:10:12 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blog.minst.net/?p=214</guid>
		<description><![CDATA[Thanks to the hard work of Vincent we now have a database with the average version and average age of nodes per grid cell. Now we can start to get a feeling of the data. I&#8217;ve rendered both datasets for Amsterdam on a 10&#215;10m grid. In general the idea is that red is bad and [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the hard work of Vincent we now have a database with the average version and average age of nodes per grid cell. Now we can start to get a feeling of the data. I&#8217;ve rendered both datasets for Amsterdam on a 10&#215;10m grid. In general the idea is that red is bad and green is good. The younger a node is, the more likely it reflects the current situation in the real world. Also the higher the version number, the more people have been looking at that node and corrected it.</p>
<p>At least that is the theory Martijn tries to work with.</p>
<div id="attachment_215" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.minst.net/wp-content/uploads/2010/07/AgeAdam.png"><img class="size-medium wp-image-215" title="OSM node-age" src="http://blog.minst.net/wp-content/uploads/2010/07/AgeAdam-300x212.png" alt="" width="300" height="212" /></a><p class="wp-caption-text">The age in days for OpenStreetMap nodes</p></div>
<p>You can see a clear pattern emerging here, apparently there are areas which get mapped in a short period of time and never touched again. The white squares just didn&#8217;t have any nodes in it, so they contain no data.</p>
<div id="attachment_216" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.minst.net/wp-content/uploads/2010/07/VersionAdam.png"><img class="size-medium wp-image-216" title="OSM node-version" src="http://blog.minst.net/wp-content/uploads/2010/07/VersionAdam-300x212.png" alt="" width="300" height="212" /></a><p class="wp-caption-text">The version of OSM nodes</p></div>
<p>It is more difficult to see patterns here. Whereas with age in days the number gives you an instant grasp of the meaning, the version number is less obvious. We probably need to do a statistical analysis of version numbers in OSM. This way we can attach some (relative) meaning to the average version number.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2010/07/16/visualizing-openstreetmap-history-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing OpenStreetMap history</title>
		<link>http://blog.minst.net/2010/07/06/visualizing-openstreetmap-history</link>
		<comments>http://blog.minst.net/2010/07/06/visualizing-openstreetmap-history#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:12:07 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://blog.minst.net/?p=207</guid>
		<description><![CDATA[I&#8217;m working with Martijn and Vincent on a way to visualize the history of OpenStreetmap data for their analysis of the &#8216;crowd-quality&#8217; of the data. I used my favorite visualization tool Processing to visualize the history of one node:

The red circle is the final location of the node and the path is the order of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working with Martijn and Vincent on a way to visualize the history of OpenStreetmap data for their analysis of the &#8216;crowd-quality&#8217; of the data. I used my favorite visualization tool <a href="http://processing.org/">Processing </a>to visualize the history of one <a href="http://www.openstreetmap.org/api/0.6/node/46090136/history">node</a>:</p>
<p><a href="http://blog.minst.net/wp-content/uploads/2010/07/tracks2.png"><img class="alignnone size-medium  wp-image-210" title="Node: 46090136" src="http://blog.minst.net/wp-content/uploads/2010/07/tracks2-300x225.png" alt="" width="300" height="225" /></a></p>
<p>The red circle is the final location of the node and the path is the order of changes. You can see that the first changes were much more rough than the last ones.</p>
<p>I also did the same for an entire <a href="http://www.openstreetmap.org/api/0.6/way/10210239/history">way</a>, where the way itself is shown in blue and the versions of the nodes are shown next to the nodes.</p>
<p><a href="http://blog.minst.net/wp-content/uploads/2010/07/tracks1.png"><img class="alignnone size-medium wp-image-209" title="Way 10210239" src="http://blog.minst.net/wp-content/uploads/2010/07/tracks1-300x225.png" alt="" width="300" height="225" /></a></p>
<p>The trouble is that it is currently quite difficult to get the full (spatial) history of an area in OpenStreetMap. Once we find a way to do so I hope to generate more and play a bit with different visualization styles and methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2010/07/06/visualizing-openstreetmap-history/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing gps tracks with Processing</title>
		<link>http://blog.minst.net/2009/12/21/visualizing-gps-tracks-with-processing</link>
		<comments>http://blog.minst.net/2009/12/21/visualizing-gps-tracks-with-processing#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:04:21 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://blog.minst.net/?p=198</guid>
		<description><![CDATA[At work we got an i-gotU (a GPS logger) as a Christmas present. To show what one can do with it I decided to ask a few people to use their i-gotU to record their travels for two weeks. This resulted in over 42000 locations done by 8 different persons. Each person got his/her own [...]]]></description>
			<content:encoded><![CDATA[<p>At work we got an <a href="http://www.i-gotu.com/">i-gotU</a> (a GPS logger) as a Christmas present. To show what one can do with it I decided to ask a few people to use their i-gotU to record their travels for two weeks. This resulted in over 42000 locations done by 8 different persons. Each person got his/her own color in the visualization to be able to see when people were near one another. Since the office is in Amsterdam and most people live in (different parts of) Amsterdam you can quickly see the contours of Amsterdam&#8217;s city-plan appear. Also interestingly is to note that people have their own specific areas where they spend most of their time.</p>
<p>To visualize these tracks I used <a href="http://processing.org/">Processing</a>, &#8216;an open source programming language and environment for people who want to program images, animation, and interactions.&#8217;  There are lots of plugins to read different data formats, an interesting one for this project is the <a href="http://processing.org/hacks/hacks:gpx">gpx library</a>. The plan was to render the tracks of each person in a different color, tracks which happened at the same time should be drawn at the same time. This way you can see which people are at the same time at the same location. Each track would fade out in time, leaving a thin line for past tracks.</p>
<p>To do this on a track-basis however turned out to be quite difficult for my limited knowledge of Processing and the time I had available. So instead of using the gpx module I created a flat table with all locations sorted by time. Each row of the table contains lon,lat,color-id,time. The program iterates through all 42000+ rows and draws the locations as a dot. The size of the dot depends on how &#8216;old&#8217; the point is. The last 200 points are drawn with a diminishing size, creating the worm-like effect in the animation. Note that it doesn&#8217;t take into account the actual time between points, just if it is next in line.</p>
<p>A few tweaks were added: Holland in unprojected lat-lon looks odd to dutch people, so I implemented a simple projection library to reproject the points to a semi-RD (dutch projection). Also I wanted to dynamically zoom to the action (not everything was happening in Amsterdam). I did this by calculating the minimum and maximum X and Y for the last 200 points. I wanted the location of our office building to be in view all the time, to provide a point of reference.</p>
<p>The source code can be found <a href="http://blog.minst.net/wp-content/uploads/2009/12/drawing.zip">here </a>if you are really interested. There are three files: Table.pde as written by Ben Fry for his book Visualizing Data, Soprojection.pde, written by <a href="http://blog.geodeo.nl/">Steven Fruijtier</a> at my request and Drawing.pde is hacked together by me. This is a very crude and brute-force approach to render a series of tracks, so please use it with care. Since it needs to recalculate each point for each frame it tends to become slower as it advances through the table.</p>
<p><a href="http://blog.minst.net/2009/12/21/visualizing-gps-tracks-with-processing"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2009/12/21/visualizing-gps-tracks-with-processing/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WFS 1.1.0, GML 3.1.1 and OpenLayers</title>
		<link>http://blog.minst.net/2009/01/22/wfs-110-gml-311-and-openlayers</link>
		<comments>http://blog.minst.net/2009/01/22/wfs-110-gml-311-and-openlayers#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:55:51 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://blog.minst.net/?p=162</guid>
		<description><![CDATA[In the INSPIRE framework we are working on the ESDIN project and are using the EuroGeoNames (EGN) project as an implementation of ESDIN. INSPIRE is a big thing within the GIS world in Europe and loads of documents have been written so far.
We&#8217;re involved in both ESDIN and EGN and we decided to use the [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://www.inspire-geoportal.eu/">INSPIRE </a>framework we are working on the <a href="http://www.esdin.eu/">ESDIN </a>project and are using the <a href="http://www.inspire-geoportal.eu/">EuroGeoNames </a>(EGN) project as an implementation of ESDIN. INSPIRE is a big thing within the GIS world in Europe and loads of documents have been written so far.</p>
<p>We&#8217;re involved in both ESDIN and EGN and we decided to use the latter as a trial for the first. Together with our partners we&#8217;ve setup a series of servers to fulfill the needs of the projects. The main standard used is the latest WFS and GML versions, which have the annoying disadvantage that there are few clients available.</p>
<p>To be able to show nicely (as in not an XML file) that everything worked I was asked to build a webclient which would show a map and the data from the EGN service for that area. I figured that this was once again a good reason to look into the latest developments for OpenLayers. I quickly discovered that the released version (2.7) doesn&#8217;t support WFS 1.1.0 so I asked on the mailinglist if people already tried to implement it (and if not, pointers how to do so). Luckily people already did the work and created various patches for the support. (thanks tschaub, bartvde and others)</p>
<p>The most important patch is the one which implements protocols for WFS: ticket <a href="http://trac.openlayers.org/ticket/1648">1648 </a>and its <a href="http://trac.openlayers.org/attachment/ticket/1648/wfs.patch">wfs.patch</a> The main disadvantage of this patch was in my case that it tried to minimise the number of requests to the WFS server (which in general is a good thing). It requests all the features which are within twice the size of the viewport and it doesn&#8217;t request new features when you zoom in. However our server is limited to 10 features per request this results in very interesting behavior. For a starter all the 10 feature could be outside your viewport and also very funny is that shown feature might dissappear when you move the page too much (it requests new features in that case and the first 10 might be outside the viewport). A second <a href="http://trac.openlayers.org/attachment/ticket/1830/resFactor.patch">patch</a>, on ticket <a href="http://trac.openlayers.org/ticket/1830">1830</a>, provided a more aggressive feature update: each zoom action triggers a new request and I set the request-boundingbox-ratio to 1, meaning only those feature within the viewport are requested. This means that every action triggers a new request, which is heavy on the server.</p>
<p>However this is just a reference implementation and hopefully for actual implementations they remove the 10 feature limit. For those interested the reference implementation can be found at <a href="http://research.geodan.nl/egn">http://research.geodan.nl/egn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2009/01/22/wfs-110-gml-311-and-openlayers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cape Town day2</title>
		<link>http://blog.minst.net/2008/09/30/cape-town-day2</link>
		<comments>http://blog.minst.net/2008/09/30/cape-town-day2#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:09:23 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/09/30/cape-town-day2</guid>
		<description><![CDATA[My lightning talk yesterday went pretty well, there is a flickr photo of me stating &#8220;Steven gave a great lightning talk obituary for MapBuilder at the Plenary session.&#8221; There was a wonderful talk by Schuyler, which fortunately is videotaped, but due to the insane slow internet I haven&#8217;t seen yet. Also fun was the talk [...]]]></description>
			<content:encoded><![CDATA[<p>My lightning talk yesterday went pretty well, there is a <a href="http://www.flickr.com/photos/crschmidt/2900717329/">flickr</a> photo of me stating &#8220;<em>Steven gave a great lightning talk obituary for MapBuilder at the Plenary session.</em>&#8221; There was a wonderful talk by Schuyler, which fortunately is <a href="http://vimeo.com/1841244">videotaped</a>, but due to the insane slow internet I haven&#8217;t seen yet. Also fun was the talk by Ed Parsons from google. He talked (amongst others) about Map Maker and a fairly though discussion resulted about OSM, map maker and data sharing. The interesting bit is that they&#8217;re not against sharing their data, it is just that they don&#8217;t have a proper license to do so (nor does OSM for that matter). It will be interesting to see what is going to happen in this space. Apparently the lawyers think that it is all public domain and don&#8217;t fancy writing a proper CC/FOSS-style license for geodatasets. They state that geodata are facts and facts are not copyrightable.</p>
<p>Unfortunately today was slightly less successful, apparently quite some presenters couldn&#8217;t make it after all and three of the talks I was looking forward to weren&#8217;t there. SO hopefully the BOF on openlayers and extjs will be better. Interesting projects to look into at home so far are: QGIS-mapserver and Mapfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/09/30/cape-town-day2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it better to burn out, or to fade away?</title>
		<link>http://blog.minst.net/2008/07/28/is-it-better-to-burn-out-or-to-fade-away</link>
		<comments>http://blog.minst.net/2008/07/28/is-it-better-to-burn-out-or-to-fade-away#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:39:00 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/07/28/is-it-better-to-burn-out-or-to-fade-away</guid>
		<description><![CDATA[Last week we, the Mapbuilder PSC, have decided to gracefully terminate Mapbuilder. We found that other webmapping projects (notably OpenLayers) had passed us in userbase, developbase and finally also in features. We decided that the answer of the ageold question is to burn out. We&#8217;ve sent out an announcement that we have reached the end [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we, the Mapbuilder PSC, have decided to gracefully terminate Mapbuilder. We found that other webmapping projects (notably <a href="http://openlayers.org/">OpenLayers</a>) had passed us in userbase, developbase and finally also in features. We decided that the answer of the ageold question is to burn out. We&#8217;ve sent out an <a href="http://docs.codehaus.org/display/MAP/EndOfLife">announcement </a>that we have reached the end of life of Mapbuilder. It is a sad day&#8230;</p>
<p><a href="http://blog.minst.net/wp-content/uploads/2008/07/dsc_0190.jpg" title="Dark clouds are gathering"><img src="http://blog.minst.net/wp-content/uploads/2008/07/dsc_0190.thumbnail.jpg" alt="Dark clouds are gathering" /></a></p>
<p><em>Dark skies are looming over me</em></p>
<p>But in general I think this is a good thing and OpenLayers will grow even faster, it <em>is</em> a great package after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/07/28/is-it-better-to-burn-out-or-to-fade-away/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tilecache seeding for .nl in 900913</title>
		<link>http://blog.minst.net/2008/06/23/tilecache-seeding-for-nl-in-900913</link>
		<comments>http://blog.minst.net/2008/06/23/tilecache-seeding-for-nl-in-900913#comments</comments>
		<pubDate>Mon, 23 Jun 2008 14:59:50 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/06/23/tilecache-seeding-for-nl-in-900913/</guid>
		<description><![CDATA[For the new EduGIS webmapping client we are using mapbuilder 1.5, openlayers 2.6 and TileCache 2.0.1. We have around 30 layers containing data for the Netherlands. To seed the tilecache for these layers takes quite some time, especially if you do not give the proper bounding box.
Tilecache_seed.py, the simple seeding client that comes with TileCache, [...]]]></description>
			<content:encoded><![CDATA[<p>For the new EduGIS webmapping client we are using mapbuilder 1.5, openlayers 2.6 and TileCache 2.0.1. We have around 30 layers containing data for the Netherlands. To seed the tilecache for these layers takes quite some time, especially if you do not give the proper bounding box.</p>
<p>Tilecache_seed.py, the simple seeding client that comes with TileCache, takes the following parameters:<br />
<code><br />
tilecache_seed.py &lt;url&gt; &lt;layer&gt; [&lt;zoom start&gt; &lt;zoom stop&gt; [&lt;bbox&gt;]]<br />
</code></p>
<p>The url parameter apparently doesn&#8217;t matter, it just uses local python. The layer is the layer you want to seed. Optionally you can limit the number of zoomlevels which you want to tile and the bbox of the area to be tiled. If you leave these out it will default to the entire world and all zoomlevels.</p>
<p>For .nl in google-projection I&#8217;ve used these parameters:<br />
<code><br />
python.exe tilecache_seed.py "http://url.to.tilecache/TileCache.py?" layer 1 18 "350988,6571138,827965,7133714"<br />
</code><br />
This will generate 2870400 tiles on zoomlevel 18 and it takes some time (think days). It is probably more useful to seed until level 17 or maybe even 16 and tile everything else on the fly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/06/23/tilecache-seeding-for-nl-in-900913/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OSGeo conference in .nl</title>
		<link>http://blog.minst.net/2008/06/18/osgeo-conference-in-nl</link>
		<comments>http://blog.minst.net/2008/06/18/osgeo-conference-in-nl#comments</comments>
		<pubDate>Wed, 18 Jun 2008 08:22:27 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/06/18/osgeo-conference-in-nl/</guid>
		<description><![CDATA[Yesterday was the dutch (mini) conference on open source geospatial software, organized by osgeo.nl. I was too late to join the technical workshops, but the talks turned out to be fun as well. The different talks mainly showed of projects which somehow worked with open source. The most interesting talk for me was probably the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was the dutch (mini) conference on open source geospatial software, organized by<a href="http://www.osgeo.nl/" target="_blank"> osgeo.nl</a>. I was too late to join the technical workshops, but the talks turned out to be fun as well. The different talks mainly showed of projects which somehow worked with open source. The most interesting talk for me was probably the one by Dirk Frigne of DFC. He showed of <a href="http://majas.dfc.be/" title="majas" target="_blank">Majas</a>, a new application they have been developing for the past two years. Majas is a browser based vector editor (amongst others) which supports snapping etc. They started developing it before <a href="http://openlayers.org/" title="OL" target="_blank">OpenLayers </a>existed and are now considering to write OpenLayers into Majas as their map renderer.</p>
<p>Apart from having good vector editing capabilities it has a nice architecture which resembles Mapbuilders MVC. From what I&#8217;ve seen it has the potential to become a widget framework around OpenLayers, what <a href="http://communitymapbuilder.org/" title="MB" target="_blank">Mapbuilder </a>tried to become and <a href="http://trac.mapfish.org/trac/mapfish" title="mapfish" target="_blank">mapfish </a>is currently trying. In Capetown they will talk further on integrating with OpenLayers, so to be continued.</p>
<p>There was an interesting discussion on what it meant to &#8216;do&#8217; open source. Just using it was found to be not enough, you need to contribute your code and preferably also make the source code of your project available. The discussion went on for a while on whether or not we needed more legislation to force open source into the public sector. (Bad idea IMHO) At the end there was a smart remark on the sorry state of OSS, we are needing/using legislation to get people to use open source software. The guy stated that we needed to work on our marketing, so people want to use it, I totally agree on that!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/06/18/osgeo-conference-in-nl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSGeo got into GSoC &#8216;08</title>
		<link>http://blog.minst.net/2008/03/18/osgeo-got-into-gsoc-08</link>
		<comments>http://blog.minst.net/2008/03/18/osgeo-got-into-gsoc-08#comments</comments>
		<pubDate>Tue, 18 Mar 2008 19:19:46 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/03/18/osgeo-got-into-gsoc-08/</guid>
		<description><![CDATA[I just received an email from Google inviting me to take part in The Google Summer of Code(tm) 2008:

Earlier this year the Mapbuilder community came up with some GSoC ideas and by kind permission of the Openlayer community did a joined ideas list with OL. I volunteered to Mentor a few of those. The Openlayers/Mapbuilder/Mapfish [...]]]></description>
			<content:encoded><![CDATA[<p>I just received an email from Google inviting me to take part in The Google Summer of Code(tm) 2008:</p>
<p><img src="http://blog.minst.net/wp-content/uploads/2008/03/gsoc.png" alt="Part of GSoC â€˜08" /></p>
<p>Earlier this year the Mapbuilder community came up with some GSoC ideas and by kind permission of the Openlayer community did a joined <a href="http://trac.openlayers.org/wiki/SummerOfCode" title="OL/MB GSoC ideas list">ideas list </a>with OL. I volunteered to Mentor a few of those. The Openlayers/Mapbuilder/Mapfish ideas list is part of the <a href="http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2008_Ideas" title="OSGeo GSoC ideas page">umbrella entry</a> of OSGeo.</p>
<p>This message means that <a href="http://code.google.com/soc/2008/" title="We made it to GSoC">we made it </a>to the GSoC, apparently over 500 organisations/projects applied and only 175 made it.  I&#8217;m happy we are one of those and I hope we get some enthusiast students who will extend OL/MB/MF in ways beyond our dreams, or at least more or less as the ideas describe.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/03/18/osgeo-got-into-gsoc-08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TileCache to connect VirtualEarth and ArcIMS</title>
		<link>http://blog.minst.net/2008/02/22/using-tilecache-to-connect-virtualearth-and-arcims</link>
		<comments>http://blog.minst.net/2008/02/22/using-tilecache-to-connect-virtualearth-and-arcims#comments</comments>
		<pubDate>Fri, 22 Feb 2008 17:20:39 +0000</pubDate>
		<dc:creator>stvn</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.minst.net/2008/02/22/using-tilecache-to-connect-virtualearth-and-arcims/</guid>
		<description><![CDATA[For the upcoming EagleOne disaster exercise we want to overlay WMS layers on top of Virtual Earth. Already we know how to overlay WMS images on top of VE using TileCache. However this approach uses the 900913 projection. Sometimes you have a WMS server which does not support 900913 and you&#8217;re not able to change [...]]]></description>
			<content:encoded><![CDATA[<p>For the upcoming EagleOne disaster exercise we want to overlay WMS layers on top of Virtual Earth. Already we know how to overlay WMS images on top of VE using TileCache. However this approach uses the 900913 projection. Sometimes you have a WMS server which does not support 900913 and you&#8217;re not able to change that.</p>
<p>So here enters the cascading mapserver: UMN Mapserver, and possibly others as well, can function as a cascading mapserver. This means that it acts both as a WMS server, to you, and a WMS client, to another WMS server. This way you can use it to reproject images.</p>
<p>By using both TileCache&#8217;s new VMTMS service to serve QuadKey-Tiles and UMN Mapserver reprojecting cascading capabilities I was able to access an ArcIMS server which served epsg:28992 WMS through a WMSconnector and show this data tiled and cached in Virtual Earth. I drew a schema of this:</p>
<p><a href="http://blog.minst.net/2008/02/22/using-tilecache-to-connect-virtualearth-and-arcims/connecting-ve-with-esri-arcims-with-tilecache-2/" rel="attachment wp-att-25" title="Connecting VE with ESRI ArcIMS with TileCache"><img src="http://blog.minst.net/wp-content/uploads/2008/02/schema1.png" alt="Connecting VE with ESRI ArcIMS with TileCache" height="475" width="683" /></a></p>
<p>As you can see two open source components are used to connect two incompatible closed source components; it&#8217;s the duct tape of the GIS world <img src='http://blog.minst.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.minst.net/2008/02/22/using-tilecache-to-connect-virtualearth-and-arcims/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
