<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sourcepole</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sourcepole"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Sourcepole"/>
	<updated>2026-04-12T06:37:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Build&amp;diff=116148</id>
		<title>Live GIS Build</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Build&amp;diff=116148"/>
		<updated>2018-08-13T19:34:37Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Update instructions for lubuntu-18.04&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Getting started =&lt;br /&gt;
&lt;br /&gt;
The first thing you will have to do is check-out the latest build scripts using Git:&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/OSGeo/OSGeoLive.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* see [[Live_GIS_Disc#Git_migration|here]] for more details.&lt;br /&gt;
&lt;br /&gt;
=How to add your project to OSGeo Live=&lt;br /&gt;
&lt;br /&gt;
* [[Live_GIS_Add_Project|Instructions for adding new projects]]&lt;br /&gt;
&lt;br /&gt;
= Creating a fresh Virtual Machine to use as a build host (Optional) =&lt;br /&gt;
Refer to: [[Live_GIS_Virtual_Machine]].&lt;br /&gt;
&lt;br /&gt;
= Build the Live DVD ISO image =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build ISO ==&lt;br /&gt;
&lt;br /&gt;
This section describes the new method for building OSGeoLive as described in [https://help.ubuntu.com/community/LiveCDCustomization official ubuntu wiki]. This section is self-contained and there is no need to perform any of the procedures described above.&lt;br /&gt;
&lt;br /&gt;
All you need is a running Ubuntu/Xubuntu/Kubuntu/Lubuntu installation (even within a virtual machine as long as it has ~20GB free disk space). All needed to be done are the following steps under a &amp;quot;user&amp;quot; account:&lt;br /&gt;
&lt;br /&gt;
* Bootstrap the host operating system. If you use the system to build more than once, then this must be done only for the first build &lt;br /&gt;
 host$ cd /tmp&lt;br /&gt;
 host$ wget https://github.com/OSGeo/OSGeoLive/raw/master/bin/bootstrap.sh&lt;br /&gt;
 host$ chmod a+x bootstrap.sh&lt;br /&gt;
 host$ sudo ./bootstrap.sh&lt;br /&gt;
This will install Git and the install scripts, and create a link to them from your home directory.&lt;br /&gt;
&lt;br /&gt;
* Set the Version Number and Changes&lt;br /&gt;
  Update https://github.com/OSGeo/OSGeoLive/blob/master/VERSION.txt with the current version number.&lt;br /&gt;
&lt;br /&gt;
  Update https://github.com/OSGeo/OSGeoLive/blob/master/CHANGES.txt with changes since the last release.&lt;br /&gt;
This list can be a summary of the [https://github.com/OSGeo/OSGeoLive/commits/master revision log] between releases&lt;br /&gt;
Commit the changes to Git through a Pull Request right before a release build.&lt;br /&gt;
&lt;br /&gt;
* Execute the build script:&lt;br /&gt;
 host$ cd ~/gisvm/bin&lt;br /&gt;
 host$ sudo ./build_chroot.sh amd64 release master OSGeo 2&amp;gt;&amp;amp;1 | tee /var/log/osgeolive/chroot-build.log&lt;br /&gt;
&lt;br /&gt;
* Compress the logs:&lt;br /&gt;
 host$ cd ~/livecdtmp&lt;br /&gt;
 host$ tar czf version-log.tar.gz -C /var/log osgeolive&lt;br /&gt;
&lt;br /&gt;
* After the completion of the above script the new iso file is located in ~/livecdtmp along with the build logs. In case you wish to rerun the build process, do not remove or move the lubuntu official iso located in this folder to skip downloading it again.&lt;br /&gt;
&lt;br /&gt;
* It is required to reboot your host machine after build is completed&lt;br /&gt;
&lt;br /&gt;
* Once the ISO is complete copy it out to a server (a local server is fastest)&lt;br /&gt;
 scp ~/livecdtmp/osgeolive-mini-8.0.iso user@server.org:destination/path/&lt;br /&gt;
 scp ~/livecdtmp/osgeolive-mini-8.0-log.tar.gz user@server.org:destination/path/&lt;br /&gt;
&lt;br /&gt;
* And/OR wget or scp the file to the upload.osgeo.org server (Note wget is much faster if you have a good webserver to host from)&lt;br /&gt;
&lt;br /&gt;
=== Build Full ISO from Mini ISO ===&lt;br /&gt;
&lt;br /&gt;
Any mini iso file resulting from the procedure below can be turned into full iso, which is identical but adds the Windows and Mac software installers. Note that the resulting file may be bigger than a DVD. In that case the list of included applications in the load_mac_installers.sh need to be edited to exclude additional applications. &lt;br /&gt;
&lt;br /&gt;
The standard current rules used to pick applications:&lt;br /&gt;
* Desktop Applications&lt;br /&gt;
* OSGeo projects and Incubated projects&lt;br /&gt;
&lt;br /&gt;
 sudo ./build_full_iso.sh /full/path/to/osgeo-live-mini-8.0.iso 2&amp;gt;&amp;amp;1 | tee ~/build_full_iso.log&lt;br /&gt;
&lt;br /&gt;
== How to do development / debugging with the current build method ==&lt;br /&gt;
&lt;br /&gt;
We have created a debug build process so that projects can now easily create their own iso, including parts of the OSGeoLive (eg only one project) in order to test if the installer scripts work well under this new build method.&lt;br /&gt;
Here are the steps to debug/test your application:&lt;br /&gt;
&lt;br /&gt;
===One time steps===&lt;br /&gt;
&lt;br /&gt;
You will need to create a pure Lubuntu Virtual Machine setup:&lt;br /&gt;
&lt;br /&gt;
* Download lubuntu-18.04-desktop-i386.iso from [http://cdimage.ubuntu.com/lubuntu/releases/18.04/release/lubuntu-18.04-desktop-i386.iso lubuntu web site].&lt;br /&gt;
* Download and install VirtualBox.&lt;br /&gt;
* Create a fresh VM installation of Lubuntu. You will need to create a virtual disk drive with at least 25 GB of space and allocate 768MB of RAM to the VM. During installation set the username to &amp;quot;user&amp;quot; and hostname to &amp;quot;osgeolive&amp;quot;. DO NOT install system updates during lubuntu installation or after the installation is done. At this moment we work with the default kernel included in lubuntu.&lt;br /&gt;
* After the VM is done, login as &amp;quot;user&amp;quot; and open a terminal.&lt;br /&gt;
* Bootstrap the VM:&lt;br /&gt;
 osgeolive$ cd /tmp&lt;br /&gt;
 osgeolive$ wget https://github.com/OSGeo/OSGeoLive/raw/master/bin/bootstrap.sh&lt;br /&gt;
 osgeolive$ chmod a+x bootstrap.sh&lt;br /&gt;
 osgeolive$ sudo ./bootstrap.sh&lt;br /&gt;
&lt;br /&gt;
This will install Git, the install scripts, and create a link to them from your home directory.&lt;br /&gt;
&lt;br /&gt;
===Steps to create the build (repeat as much as needed)===&lt;br /&gt;
&lt;br /&gt;
* Make changes to your project's installation script and commit to Git.&lt;br /&gt;
&lt;br /&gt;
* Update the git code:&lt;br /&gt;
 osgeolive$ cd ~/gisvm&lt;br /&gt;
 osgeolive$ git pull origin master&lt;br /&gt;
&lt;br /&gt;
* Open file inchroot.sh with an editor and comment out all scripts you do not need for your test. &lt;br /&gt;
 osgeolive$ cd ~/gisvm/bin&lt;br /&gt;
 osgeolive$ vi inchroot.sh&lt;br /&gt;
&lt;br /&gt;
* Always leave un-commented the following scripts: setup.sh, install_services.sh, install_mysql.sh, install_java.sh, install_apache2.sh, install_tomcat6.sh, install_desktop.sh and setdown.sh. &lt;br /&gt;
&lt;br /&gt;
* Save your changes and execute the build:&lt;br /&gt;
 osgeolive$ cd ~/gisvm/bin&lt;br /&gt;
 osgeolive$ sudo ./build_chroot.sh i386 2&amp;gt;&amp;amp;1 | tee /var/log/osgeolive/chroot-build.log&lt;br /&gt;
&lt;br /&gt;
* After a while the iso will be created in ~livecdtmp/&lt;br /&gt;
&lt;br /&gt;
* Do not delete the file ~/livecdtmp/lubuntu-18.04-desktop-i386.iso as it will be needed for next build (saves time not to download again)&lt;br /&gt;
&lt;br /&gt;
* Logs are created at /var/log/osgeolive/chroot-build.log&lt;br /&gt;
&lt;br /&gt;
* Copy the iso and test&lt;br /&gt;
&lt;br /&gt;
= Build the Live DVD VM image =&lt;br /&gt;
&lt;br /&gt;
== Create the VM ==&lt;br /&gt;
&lt;br /&gt;
The OSGeoLive Virtual Machine creation process is now exactly similar to a plain Lubuntu VM installation.&lt;br /&gt;
Use the mini iso file that was created from the previous chapter. &lt;br /&gt;
Instructions can be found [[Live_GIS_Virtual_Machine]]&lt;br /&gt;
&lt;br /&gt;
== Package the VM ==&lt;br /&gt;
&lt;br /&gt;
From within the VM, fill empty space with zeros in order to be able to shrink the virtual disk files:&lt;br /&gt;
&lt;br /&gt;
 osgeolive$ sudo ~/gisvm/bin/zerofill.sh&lt;br /&gt;
&lt;br /&gt;
Shrink the virtual machine: &lt;br /&gt;
&lt;br /&gt;
 host$ VBoxManage modifyhd osgeolive-vm-6.0/osgeolive.vdi --compact&lt;br /&gt;
&lt;br /&gt;
Convert to vmdk format (more widely compatible):&lt;br /&gt;
 &lt;br /&gt;
 host$ VBoxManage clonehd osgeolive-vm-6.0/osgeolive.vdi osgeolive-vm-6.0/osgeo-live-6.0.vmdk --format VMDK&lt;br /&gt;
 OR with a recent version of QEMU&lt;br /&gt;
 host$ qemu-img convert -f vdi -o compat6 -O vmdk osgeolive-vm-6.0/osgeolive.vdi osgeolive-vm-6.0/osgeo-live-6.0.vmdk&lt;br /&gt;
&lt;br /&gt;
Zip the image up:&lt;br /&gt;
&lt;br /&gt;
 host$ 7z a -mx=9 osgeolive-vm-6.0.7z osgeolive-vm-6.0/osgeo-live-6.0.vmdk&lt;br /&gt;
&lt;br /&gt;
Create the md5sum checksums, so which can be used to confirm that the images have been downloaded correctly:&lt;br /&gt;
 host$ md5sum *.7z*&lt;br /&gt;
&lt;br /&gt;
= Upload the Release =&lt;br /&gt;
&lt;br /&gt;
== Upload to sourceforge ==&lt;br /&gt;
As of 6.0 the official releases are hosted on sourceforge. To upload you need a sourceforge account and permissions to the osgeo-live project upload.&lt;br /&gt;
&lt;br /&gt;
 rsync -e ssh osgeo-live-8.0.iso username,osgeo-live@frs.sourceforge.net:/home/pfs/project/o/os/osgeo-live/8.0/&lt;br /&gt;
&lt;br /&gt;
== Upload to the OSGeo Server ==&lt;br /&gt;
&lt;br /&gt;
 host$ scp -pr osgeolive-gisvm-2.0-alpha5 username@upload.osgeo.org:/osgeo/download/livedvd/&lt;br /&gt;
&lt;br /&gt;
Update the index.html file at: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/download/index.html&lt;br /&gt;
&lt;br /&gt;
Check the result at: http://download.osgeo.org/livedvd&lt;br /&gt;
&lt;br /&gt;
== Creating a torrent file ==&lt;br /&gt;
'''Ibiblio has offered torrent hosting, this section needs to include who to contact/how to setup'''&lt;br /&gt;
Several tools exist for creating torrents. Below are the key settings you need.&lt;br /&gt;
&lt;br /&gt;
Deluge with the torrent creator plugin has been tested.&lt;br /&gt;
* Make sure you have a copy of the file you want to create a torrent for. Mounted remote drives may work.&lt;br /&gt;
* Web Seed - URL to a web server that hosts the file, adds speed to the torrents especially at the start. (Most clients implement this now)&lt;br /&gt;
* Tracker - There are 2 open and free trackers that have been tested, use one or the other as most clients do not handle multiple trackers yet.&lt;br /&gt;
 http://tracker.openbittorrent.com/announce&lt;br /&gt;
 udp://tracker.openbittorrent.com:80/announce&lt;br /&gt;
OR&lt;br /&gt;
 http://tracker.publicbt.com:80/announce&lt;br /&gt;
 udp://tracker.publicbt.com:80/announce&lt;br /&gt;
* Upload the .torrent file of your iso file for others to grab&lt;br /&gt;
* Start the torrent on your machine or dedicated seeder, so that others have somewhere to start.&lt;br /&gt;
* There is a possibility of seeding from osgeo machines but a Quality of Service (QoS) system would need to be in place to ensure it does not impact other services.&lt;br /&gt;
&lt;br /&gt;
= SVN branches and tags =&lt;br /&gt;
&lt;br /&gt;
=== Naming ===&lt;br /&gt;
&lt;br /&gt;
* main development happens in &amp;quot;&amp;lt;tt&amp;gt;trunk&amp;lt;/tt&amp;gt;&amp;quot; (aka HEAD)&lt;br /&gt;
* a branch is split off before release time. Bug fixes (only) happen in it and updates like version 2.1 are tagged from it.&lt;br /&gt;
: its name might be like &amp;quot;&amp;lt;tt&amp;gt;arramagong_2&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
* a tag is a snapshot of the svn at some point in time, aka a release name. It does not make sense to checkin fixes to one. They should ideally be set as read-only after creation to prevent this.&lt;br /&gt;
: its name might be like &amp;quot;&amp;lt;tt&amp;gt;release_20090927_arramagong_2_0&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Creating ===&lt;br /&gt;
&lt;br /&gt;
 cd livedvd/gisvm/&lt;br /&gt;
 &lt;br /&gt;
 svn copy trunk branches/arramagong_2&lt;br /&gt;
 svn commit branches/arramagong_2 -m &amp;quot;Splitting off branch for 2.x&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 cd branches/arramagong_2/bin/&lt;br /&gt;
 # something like this, maybe need a for loop or xargs:&lt;br /&gt;
 sed -e 's+gisvm/trunk+gisvm/branches/arramagong_2+g' *.sh | less   # check&lt;br /&gt;
 sed -i -e 's+gisvm/trunk+gisvm/branches/arramagong_2+g' *.sh       # execute&lt;br /&gt;
 cd -&lt;br /&gt;
  &lt;br /&gt;
 svn copy branches/arramagong_2 tags/release_20090927_arramagong_2_0_3&lt;br /&gt;
 svn commit tags/release_20090927_arramagong_2_0_3 -m &amp;quot;tag release 2.0.3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Merging ===&lt;br /&gt;
&lt;br /&gt;
To merge a change from &amp;lt;tt&amp;gt;trunk&amp;lt;/tt&amp;gt; into a release branch use &amp;quot;&amp;lt;tt&amp;gt;svn&amp;amp;nbsp;merge&amp;lt;/tt&amp;gt;&amp;quot;, as follows: (in this example r2131 from trunk)&lt;br /&gt;
&lt;br /&gt;
 svn up branches/arramagong_2/&lt;br /&gt;
 cd branches/arramagong_2/&lt;br /&gt;
 &lt;br /&gt;
 svn merge -c 2131 &amp;lt;nowiki&amp;gt;https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 svn diff&lt;br /&gt;
 svn commit -m &amp;quot;bugfix: bikeshed should be orange! (merge from trunk r2131)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you do this a lot you might make a little shell script. Here's one called svn_merge_livefromtrunk.sh:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Usage: svn_merge_livefromtrunk &amp;lt;rev number&amp;gt;&lt;br /&gt;
 svn merge -c $1 &amp;lt;nowiki&amp;gt;https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
* Many good hints can be found in the [https://trac.osgeo.org/grass/wiki/HowToSVN GRASS SVN-help wiki page].&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Staging the new release =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
Log in to live.osgeo.org.&lt;br /&gt;
 cd /osgeo/osgeolive&lt;br /&gt;
 mkdir ''&amp;lt;versionnumber&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
From another machine (ususally adhoc) go to the root of the docs and do&lt;br /&gt;
 scp -r /osgeo/livedvd/www/docs/* live.osgeo.org:/osgeo/osgeolive/''&amp;lt;versionumber&amp;gt;''/&lt;br /&gt;
&lt;br /&gt;
Once done check that it's all good:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://live.osgeo.org/archive/&amp;lt;/nowiki&amp;gt;''versionnumber''&lt;br /&gt;
&lt;br /&gt;
Assuming docs are ok, then update the current symlink:&lt;br /&gt;
 chmod -R g+w ''&amp;lt;versionnumber&amp;gt;''&lt;br /&gt;
 rm current&lt;br /&gt;
 ln -s ''&amp;lt;versionnumber&amp;gt;'' current&lt;br /&gt;
&lt;br /&gt;
== Download mirror ==&lt;br /&gt;
&lt;br /&gt;
Upload files to https://sourceforge.net/projects/osgeo-live/files/&lt;br /&gt;
&lt;br /&gt;
Add a new folder for the release, go into it, then scp the file to SourceForge.&lt;br /&gt;
* See  https://sourceforge.net/p/forge/documentation/Release%20Files%20for%20Download/#scp&lt;br /&gt;
&lt;br /&gt;
Click the box to stage the files for 3 days to give time for the mirrors to populate.&lt;br /&gt;
&lt;br /&gt;
Once the files are ready (no longer say &amp;quot;Pending...&amp;quot;) and the download links and redirects from download.osgeo.org are tested &amp;amp; working, set the default download on the SourceForge site to either the full or mini ISO by clicking the &amp;quot;i&amp;quot; information button next to the file and &amp;quot;select all&amp;quot; for all platform types, then click the Save button.&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=OSGeo_Code_Sprint_2018&amp;diff=112864</id>
		<title>OSGeo Code Sprint 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=OSGeo_Code_Sprint_2018&amp;diff=112864"/>
		<updated>2018-01-10T23:09:40Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Annual Code Sprint comes to Bonn (Germany) in 2018! &lt;br /&gt;
&lt;br /&gt;
Powered by [[Image:Osgeo-logo.png|250px|link=http://www.osgeo.org]]&lt;br /&gt;
&lt;br /&gt;
'''Sponsoring ''' Find out about [[OSGeo_Code_Sprint_2018#Sponsoring |Sponsoring the Event]].&lt;br /&gt;
&lt;br /&gt;
;Gold Sponsors &lt;br /&gt;
&lt;br /&gt;
[[File:Logo-FOSSGIS-e.V.png‎|260px|FOSSGIS e.V.|link=http://www.fossgis.de]]&lt;br /&gt;
&lt;br /&gt;
; Silver Sponsors &lt;br /&gt;
&lt;br /&gt;
; Bronze Sponsors &lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.png|280px|Azavea|link=http://www.azavea.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:WhereGroup_logo_418x110.png|290px|WhereGroup|link=https://www.wheregroup.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.wheregroup.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-EOX.png|120px|EOX IT Services GmbH|link=http://eox.at]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://eox.at http://eox.at] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In 2018 we once again want to invite you to Bonn to meet for codesprint at Basecamp! ....&lt;br /&gt;
&lt;br /&gt;
[[Image:FOSS4G_2016_OSGeo_Code_Sprint_indoor_hacking_overview.jpg|400px|thumb|right]]&lt;br /&gt;
[[Image:FOSS4G_OSGeo_Code_Sprint_in_Action1.jpg|400px|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Basecamp5.png|300px|thumb]]&lt;br /&gt;
[[Image:Basecamp6.png|300px|thumb]]&lt;br /&gt;
[[Image:Basecamp7.png|300px|thumb]]&lt;br /&gt;
[[Image:Basecamp1.png|300px|thumb]]&lt;br /&gt;
&lt;br /&gt;
[[Image:FOSS4G_2016_OSGeo_Code_Sprint_sponsors.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Bring together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems as in previous years: &lt;br /&gt;
* [[Daytona Beach Code Sprint 2017|Daytona_Beach]] (2017)&lt;br /&gt;
* [[Paris Code Sprint 2016|Paris]] (2016)&lt;br /&gt;
* [[Philadelphia Code Sprint 2015|Philadelphia]] (2015)&lt;br /&gt;
* [[Vienna Code Sprint 2014|Vienna]] (2014)&lt;br /&gt;
* [[Boston Code Sprint 2013|Boston]] (2013)&lt;br /&gt;
* [[IslandWood Code Sprint 2012|Island Wood (Seattle)]] (2012)&lt;br /&gt;
* [[Montreal Code Sprint 2011|Montreal]] (2011)&lt;br /&gt;
* [[New York Code Sprint 2010|New York City]] (2010)&lt;br /&gt;
* [[Toronto Code Sprint 2009|Toronto]] (2009)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
Dates:  &lt;br /&gt;
* Sprint: Sunday-Sunday, March 18 to 25, 2018 (8 days - Arrival/Departure Sundays)&lt;br /&gt;
&lt;br /&gt;
== Other Events from January to March 2018 ==&lt;br /&gt;
&lt;br /&gt;
* '''OSGeo's 12th birthday Feb 4'''&lt;br /&gt;
* FOSDEM 3-4 Feb https://fosdem.org/2018/&lt;br /&gt;
* FOSS4G IT 19-22 Feb http://foss4g-it2018.gfoss.it/&lt;br /&gt;
* [https://github.com/qgis/QGIS/wiki/DeveloperMeetingMadeira2018 QGis Hackfest] 21-25 Feb, 2018&lt;br /&gt;
* FOSSGIS 21-24 March https://www.fossgis-konferenz.de/2018/&lt;br /&gt;
* ''please add your event''&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
&lt;br /&gt;
=== Coding Venue ===&lt;br /&gt;
* Venue &amp;amp; Accommodation BaseCamp. &lt;br /&gt;
* For more informations: http://www.basecamp-bonn.com/&lt;br /&gt;
* [http://www.openstreetmap.org/way/44335958#map=18/50.70763/7.12316| OpenStreetMap]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Accommodations ===&lt;br /&gt;
* Please use this official hotel booking system: http://www.bonn-region.de/events/fossgis.html &lt;br /&gt;
* Using this system you can book the caravans in base camp. All bookers that use this system will receive a free public transport ticket that is valid during your stay.&lt;br /&gt;
&lt;br /&gt;
=== How to get there ===&lt;br /&gt;
* http://alienus.de/basecamp1/en/arrival-bonn-hostel/&lt;br /&gt;
* http://www.openstreetmap.org/search?query=raste%201%20bonn#map=18/50.70762/7.12383&lt;br /&gt;
&lt;br /&gt;
By train&lt;br /&gt;
* From Bonn Main station take the U-Trains (Underground platform) 16, 63 or 68. Get off after 6 min at stop Dt. Telekom / Ollenhauerstr. &lt;br /&gt;
* http://alienus.de/basecamp1/en/arrival-bonn-hostel/&lt;br /&gt;
* http://www.openstreetmap.org/search?query=raste%201%20bonn#map=18/50.70762/7.12383&lt;br /&gt;
* [https://www.vrsinfo.de/englisch/the-vrs/vrs-about-us.html online public transport planner]&lt;br /&gt;
&lt;br /&gt;
By Car&lt;br /&gt;
* Coming from the highway A59 Basecamp is located at the end of the highway A562. For navigation systems it is best to type Basecamp's address: &amp;quot;''In der Raste 3, 53129 Bonn''&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* tbd&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
(i.e what do you wish/want/plan to work on during the sprint ?)&lt;br /&gt;
&lt;br /&gt;
* '''GRASS GIS project''': See [https://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Bonn_2018 dedicated Wiki page]&lt;br /&gt;
* tbd&lt;br /&gt;
&lt;br /&gt;
== Social ideas ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of ~50. Please add your name and the projects &lt;br /&gt;
you are planning to sprint and note the likeliness of your attendance.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|No&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Country&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Email&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Organisation&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Projects&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|sun&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|mon&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|tue&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|wed&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|thu&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|fri&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|sat&lt;br /&gt;
!width=&amp;quot;25&amp;quot;|sun&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Accommodation&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|vegetarian food&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||[[Jeff McKenna]] &amp;lt;libravatar email=&amp;quot;jmckenna@gatewaygeomatics.com&amp;quot;/&amp;gt; || CA || jmckenna(at)osgeo.org || OSGeo || MapServer, MS4W, ZOO-Project ||  x  ||  x   || x || x  ||  x  ||  x   || x || x || shared accommodation || &lt;br /&gt;
|-&lt;br /&gt;
| 2 ||[[Howard Butler]] || US || howard@hobu.co || Hobu, Inc. || Proj.4, PDAL, GDAL, Point clouds ||    ||  x   || x || x  ||  x  ||  x   ||  ||  ||  || No thank you.&lt;br /&gt;
|-&lt;br /&gt;
| 3 ||[[Even Rouault]] || FR || even.rouault(at)spatialys.com || Spatialys || Proj.4, GDAL, MapServer ||    ||  x   || x || x  ||  x  ||  x   ||  ||  || BaseCamp if possible ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||[[Markus Neteler]] || DE || neteler(at)osgeo.org || mundialis || GRASS GIS (Proj.4, GDAL, OTB, QGIS) || x  ||  x   || x || x  ||  x  ||  x   || x || x ||   || preferably&lt;br /&gt;
|-&lt;br /&gt;
| 5 ||[[User:Djay|Gérald Fenoy]] || FR || gerald.fenoy(at)geolabs.fr || GeoLabs || MS4W, ZOO-Project ||  x  ||  x   || x || x  ||  x  ||  x   || x || x || shared accommodation || &lt;br /&gt;
|-&lt;br /&gt;
| 6 ||[[User:Schpidi|Stephan Meißl]] || AT || stephan(at)meissl.name || EOX || MapServer, EOxServer ||  x  ||  x   || x || x  ||  x  ||  x   || x || x || BaseCamp || &lt;br /&gt;
|-&lt;br /&gt;
| 7 ||[[User:martinl|Martin Landa]] || CZ || landa.martin(at)gmail.com || CTU in Prague || GRASS GIS (Proj.4, GDAL, PostGIS, QGIS) || x  ||  x   || x || x  ||  x  ||  x   || x || x || BaseCamp  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8 ||[[User:connormanning|Connor Manning]] || US || connor@hobu.co || Hobu, Inc. || Entwine, Greyhound, PDAL, Point clouds || x  ||  x   || x || x  ||  x  ||  x   || x || x ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 9 ||Markus Schütz || AT || mschuetz@potree.org|| TU Wien|| Potree, point clouds|| x || x || x ||   ||    ||     ||  ||  ||  ||  &lt;br /&gt;
|-&lt;br /&gt;
| 10 ||[[User:Tomkralidis|Tom Kralidis]] || CA || tomkralidis(at)gmail.com || self || pycsw, OWSLib, pygeometa, MapServer, geocatalogo ||  x  ||  x   || x || x  ||  x  ||  || ||  || tbd || sure &lt;br /&gt;
|-&lt;br /&gt;
| 11 ||[[User:kalxas|Angelos Tzotsos]] || GR || tzotsos(at)osgeo.org || OSGeo || pycsw, OSGeoLive, GeoNode, UbuntuGIS, geocatalogo, OTB, ZOO-Project ||  x  ||  x   || x || x  ||  x  || x || x || x || tbd || probably &lt;br /&gt;
|-&lt;br /&gt;
| 12 ||[[User:jjesus|Jorge Samuel Mendes de Jesus]] || NL || jorge.dejesus(at)geocat.net || Geocat || pywps ||    ||  x  || x || x  ||  x  ||  x   || x  || || tbd || NO! &lt;br /&gt;
|-&lt;br /&gt;
| 13 ||[[User:ingenieroariel|Ariel Núñez]] || CO || ariel(at)terranodo.io || Terranodo || GeoNode ||  x  ||  x   || x || x  ||  x  || x || x || x || tbd ||  &lt;br /&gt;
|-&lt;br /&gt;
| 14 ||[[User:Lads|Luís de Sousa]] || PT &amp;amp; NL || luis.de.sousa(at)protonmail.ch || [http://www.isric.org ISRIC] || PyWPS, GRASS ||   ||    || x || x  ||  x  || x || x || x || BaseCamp ||  &lt;br /&gt;
|-&lt;br /&gt;
| 15 ||[[User:Vmische|Volker Mische]] || DE || volker.mische(at)gmail,com || Myself || Noise, CouchDB || x || x || x || x || x || x || x || x || BaseCamp || 50% &lt;br /&gt;
|-&lt;br /&gt;
| 16 ||[[User:Just|Just van den Broecke]] || NL || justb4(at)gmail,com || Myself || GeoHealthCheck, Stetl || x || x || x || x || x || x || x || x || tbd || - &lt;br /&gt;
|-&lt;br /&gt;
| 17 ||[[User:Jgrocha|Jorge Gustavo Rocha]] || PT || jgr@geomaster.pt || Geomaster || QGIS, GeoExt 3 ||   || x || x || x || x || x || 2 x || 2 x || BaseCamp (+ extra bed for the last 2 days for my daughter Rita, if possible) ||  &lt;br /&gt;
|-&lt;br /&gt;
| 18 ||[[User:tfr42|Torsten Friebe]] || DE || friebe AT lat-lon DOT de || organization || deegree || x || x || x || x || x || x || x || x || not needed || yes, please&lt;br /&gt;
|-&lt;br /&gt;
| 19 ||[[User:Stenger|Dirk Stenger]] || DE || stenger AT lat-lon DOT de || organization || deegree ||  || x || x || x || x || x ||  ||  || not needed || &lt;br /&gt;
|-&lt;br /&gt;
| 20 ||[[User:Lgoltz|Lyn Goltz]] || DE || goltz AT lat-lon DOT de || organization || deegree ||  || x || x || x || x || x || x || x || not needed ||  yes&lt;br /&gt;
|-&lt;br /&gt;
| 21 ||[[User:remanuele|Rob Emanuele]] || US || remanuele@azavea.com ||Azavea || PDAL, GDAL, Point clouds, GeoTrellis, LocationTech ||    ||  x   || x || x  ||  x  ||  x   ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 22 || Grigory Pomadchin || RU || gr.pomadchin AT gmail DOT com  || Azavea || PDAL, GDAL, Point clouds, GeoTrellis ||    ||  x   || x || x  ||  x  ||  x   ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 23 ||[[User:tomvantilburg|Tom van Tilburg]] || NL || tom.van.tilburg@geodan.nl || geodan || Pointcloud ||  x  ||  x   || x || x  ||  x  ||  x   || x || x || tbd || x|-&lt;br /&gt;
|-&lt;br /&gt;
| 24 ||[[User:chambbj|Brad Chambers]] || US || bradley.chambers@digitalglobe.com || Radiant Solutions || PDAL, Point Clouds ||  || x || x || x || x || x ||  ||  || TBD || No thanks!&lt;br /&gt;
|-&lt;br /&gt;
| 25 || Eugene Cheipesh || USA || echeipesh AT azavea DOT com  || Azavea || LocationTech, JTS, JAI Replacement ||    ||  x   || x || x  ||  x  ||  x   ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 26 || [[User:Lucadelu|Luca Delucchi]] || IT || lucadeluge AT gmail DOT com || Fondazione Edmund Mach || GRASS GIS, OSGeoLive, pyModis ||  x  ||  x   || x || x  ||  x  ||  x   || ? || ? || Basecamp ||  |&lt;br /&gt;
|-&lt;br /&gt;
| 27 || [[User:Veroandreo|Veronica Andreo]] || AR/NL || veroandreo AT gmail.com || ITC || GRASS GIS ||  x  ||  x   || x || x  ||  x  ||  x   || x || ? || Basecamp ||  |&lt;br /&gt;
|-&lt;br /&gt;
| 28 || [[User:dirkf|Dirk Frigne]] || BE || Dirk AT Geosparc.com || OSGeo Europe || GeoMajas OSGeo Live ||  x  ||  x   || x || x  ||  x  ||  x   || x || ? || motor home ||  |&lt;br /&gt;
|-&lt;br /&gt;
| 29 ||[[User:msmitherdc|Michael Smith]] || US || michael.smith.erdc at gmail.com || US Army Corps || MapServer, PDAL ||  x  ||  x   || x || x  ||  x  ||  x   || x || x ||  hotel  || |&lt;br /&gt;
|-&lt;br /&gt;
| 30 ||[[User:cvvergara| Vicky Vergara]] || MX || vicky at georepublic DOT de || Georepublic || pgRouting, OSgeoLive, PDAL, Point clouds ||  x  ||  x   || x || x  ||  x  ||  x   || x || x ||  Basecamp  || |&lt;br /&gt;
|-&lt;br /&gt;
| 31 ||Marco Hugentobler || CH || marco at sourcepole dot com || Sourcepole || QGIS ||    ||  x   || x || x  ||  x  ||  x   ||   ||  || BaseCamp || &lt;br /&gt;
|-&lt;br /&gt;
| 32 ||[[User:Pirmin_Kalberer|Pirmin Kalberer]] || CH || pka at sourcepole dot com || Sourcepole || QGIS, GDAL, t-rex ||    ||  x   || x || x  ||  x  ||  x   ||  ||  || BaseCamp || &lt;br /&gt;
|-&lt;br /&gt;
| # ||[[User:your osgeo profile|Your name]] || DE || email || organization || project ||  x  ||  x   || x || x  ||  x  ||  x   || x || x || x || x|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
* Twitter: #TOSprint ( https://twitter.com/search?q=tosprint )&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Bonn&lt;br /&gt;
* Accommodation for x nights &lt;br /&gt;
&lt;br /&gt;
All other costs - food, outings and entertainment - should/will be covered by the sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Financial == &lt;br /&gt;
&lt;br /&gt;
'''Detailed budget'''&lt;br /&gt;
* [[Bonn_Code_Sprint_2018_:_Budget|Budget]]&lt;br /&gt;
&lt;br /&gt;
== Individual preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own laptop&lt;br /&gt;
* Bring [http://en.wikipedia.org/wiki/Mains_electricity_by_country your power connector adapter] if needed (photo: [https://en.wikipedia.org/wiki/File:Schuko_plug_and_socket.png Germany]). See also http://www.power-plugs-sockets.com/&lt;br /&gt;
* Install GIT and compiler tools, and come with a working development environment&lt;br /&gt;
&lt;br /&gt;
== Sponsoring ==&lt;br /&gt;
&lt;br /&gt;
The Open Source Geospatial Foundation (OSGeo) has a long tradition of organizing code sprints for developers of Open Source GIS software.&lt;br /&gt;
(https://wiki.osgeo.org/wiki/Category:Code_Sprints).&lt;br /&gt;
&lt;br /&gt;
Simultaneously with the [https://www.fossgis-konferenz.de/2018/ FOSSGIS Conference 2018 in Bonn] an international code sprint of the OSGeo will take place from 19 to 25 March 2018.&lt;br /&gt;
We expect about 80 developers from all over the world to come from various [http://www.osgeo.org/] projects. Whether desktop application, geospatial library, metadata catalog or web mapping: be sure to find products in the list that you use. Thus, the Code Sprint is also an opportunity for your developers to meet with the core developers of the projects, get a deeper insight into the software and participate in the development.&lt;br /&gt;
&lt;br /&gt;
The code sprint will take place at [http://www.basecamp-bonn.de/ BaseCamp] in Bonn. During the [http://www.foss4g2016.org/home.html FOSS4G 2016] in Bonn we have already organized a code sprint at this location, in which about 100 developers worked on the open source projects every day. (https://wiki.osgeo.org/wiki/FOSS4G_2016_Code_Sprint)&lt;br /&gt;
&lt;br /&gt;
In addition to the costs of providing the technical infrastructure, the cost of food and drinks for the developers is the main cost. A buffet at lunchtime and drinks during the whole day are intended.&lt;br /&gt;
&lt;br /&gt;
So far, the code sprint is already sponsored by [http://www.osgeo.org/ OSGeo] and [https://www.fossgis.de/ FOSSGIS e. V.].&lt;br /&gt;
&lt;br /&gt;
In order to cover the costs, we would be very pleased about further sponsors!&lt;br /&gt;
&lt;br /&gt;
What we offer:&lt;br /&gt;
* Your logo on top of the [http://osgeo.getinteractive.nl/events/osgeo-code-sprint-2018/ websites of the Code Sprint] [https://wiki.osgeo.org/wiki/OSGeo_Code_Sprint_2018 1] as well as on all official documents around the Code Sprint&lt;br /&gt;
* Mention in all code sprint related mails&lt;br /&gt;
* Our undying gratitude, which comes in handy when you least expect it (Remember that feature you wanted...)&lt;br /&gt;
&lt;br /&gt;
Our sponsorship levels:&lt;br /&gt;
* Gold: &amp;gt;= 2500 USD&lt;br /&gt;
* Silver: 1500 USD&lt;br /&gt;
* Bronze: 750 USD&lt;br /&gt;
&lt;br /&gt;
So...&lt;br /&gt;
* get your company talking to the top developers of the scene!&lt;br /&gt;
* enable your GIS developers to take advantage of this opportunity, there is no better opportunity to learn!&lt;br /&gt;
* support the software you use - you benefit immediately.&lt;br /&gt;
&lt;br /&gt;
Thank you very much!&lt;br /&gt;
&lt;br /&gt;
Contact: To sponsor, please contact codesprint@osgeo.org directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Event Owner ==&lt;br /&gt;
* [[User:Astrid_Emde|Astrid Emde]]&lt;br /&gt;
* Uli Rothstein&lt;br /&gt;
* Carmen Tawalika&lt;br /&gt;
* [[User:Olr|Oliver Rudzick]]&lt;br /&gt;
* Mirko Blinn&lt;br /&gt;
&lt;br /&gt;
; Supported by&lt;br /&gt;
* [[User:Lucadelu|Luca Delucchi]]&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2017_BirdsOfAFeather&amp;diff=108035</id>
		<title>FOSS4G 2017 BirdsOfAFeather</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2017_BirdsOfAFeather&amp;diff=108035"/>
		<updated>2017-08-16T11:48:00Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Rust&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
Birds of a Feather (BoF) sessions are unstructured timeslots where people can self-organise themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
&lt;br /&gt;
During the [[FOSS4G 2017]] conference in Boston, there will be a number of spaces for people to hold Birds of a Feather sessions.&lt;br /&gt;
&lt;br /&gt;
For reference, an overview of the FOSS4G schedule is available at [2017.foss4g.org/program/ http://2017.foss4g.org/program/].&lt;br /&gt;
&lt;br /&gt;
=== How to organize a BOF ===&lt;br /&gt;
&lt;br /&gt;
BoF sessions are informal gatherings of people around a specific topic. BoF's can be held in: BoF rooms, BoF lounge or taken off-site for breakfast, lunch or dinner!&lt;br /&gt;
&lt;br /&gt;
While FOSS4G is provide space, but the setting up a bird-of-feather meetup is done informally using this wiki, twitter, or on site BoF board.&lt;br /&gt;
&lt;br /&gt;
=== Capacities ===&lt;br /&gt;
&lt;br /&gt;
The BoF sessions rooms are available through regular session times.&lt;br /&gt;
&lt;br /&gt;
* Theater Room 1 - setup theater style (without AV)&lt;br /&gt;
* Theater Room 2 - setup theater style (without AV)&lt;br /&gt;
* Lounge - there is a lounge available on the trade floor to gather small groups.&lt;br /&gt;
&lt;br /&gt;
We will put a BoF organizing board next to the lounge for on site organization.&lt;br /&gt;
&lt;br /&gt;
== FOSS4G Contact ==&lt;br /&gt;
&lt;br /&gt;
Reach out to [[@foss4g https://twitter.com/foss4g]] on twitter, or [[foss4g2017@lists.osgeo.org mailto:foss4g2017@lists.osgeo.org]] via email.&lt;br /&gt;
&lt;br /&gt;
= Wednesday 16 August = &lt;br /&gt;
&lt;br /&gt;
PostGIS Day with a range of FOSS4G, Alternative Mapping, PostGIS, Government, Adoption, Image Processing, Javascript, Business, Cartography, SDI/Portals, Community, Utilitieis, OpenData, science, project status, Containers, Rasberry Pi, AI/Machine Learning, Python, Serverless, GeoNode and Node.js talks.&lt;br /&gt;
&lt;br /&gt;
BOF rooms are available throughout the conference, consider the [[http://2017.foss4g.org/program/ program] when scheduling your activity.&lt;br /&gt;
&lt;br /&gt;
== Theater Room 1 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 4:00-5:00 || 3D and WebGL || Talks about the use of 3D in Geospatial. || Tom Fili (tfili@agi.com)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Theater Room 2 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 07:30pm-8:30pm || MapServer BoF || Chat with MapServer devs &amp;amp; Power Users || [[Jeff McKenna]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Lounge  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 07:45-8:15 || FOSS4G || Meet, greet and sticker swap || Jody Garnett&lt;br /&gt;
|-&lt;br /&gt;
| 03:30-3:50 || #maptime BoF || Stickers. Meet. Greet. Maps. Community. || Emily Ashley (@maptimeHQ)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Thursday 17 August = &lt;br /&gt;
&lt;br /&gt;
R Day with a mix of Google Earth, Drone/Satelite, Visualization, R, Big Data, QGIS ,3D ,Serverless, Data Serving, Cartography, Education, Government, Water Management, Standards, Projections and Education presentations.&lt;br /&gt;
&lt;br /&gt;
BOF rooms are available throughout the conference, consider the [[http://2017.foss4g.org/program/ program] when scheduling your activity.&lt;br /&gt;
&lt;br /&gt;
== Theater Room 1 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 13:00-13:30 || GeoTIFF.io || In-Browser (Client-Side) Raster Processing || Daniel J. Dufour (daniel.j.dufour@gmail.com) &amp;amp; Stephen Peyton (stephendpeyton@gmail.com)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Theater Room 2 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 13:00-13:30 || GeoServer Team || GeoServer Q&amp;amp;A with developers and power users, everyone welcome || Jody, Andrea, Kevin, Torben, David&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Lounge  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 12:00-13:30 || OGP, GeoBlacklight, GeoNetwork || Meetup to discuss Open Geoportal, GeoBlacklight, &amp;amp; GeoNetwork || Patrick Florance, Chris Barnett (Christopher.Barnett@tufts.edu)&lt;br /&gt;
|-&lt;br /&gt;
| 13:00-13:30 || Rust || Meet other Rusteans doing geospatial things || Volker Mische (@vmx), @PirminKalberer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Friday 17 August = &lt;br /&gt;
&lt;br /&gt;
QGIS Day with Project Status updates, Space, Big Data, GeoServer, Transportation/Routing, QGIS, Stories/Time, Health, 3D, Humanitarian, Analytics, Environment, Health, Agriculture, Vector Tiles and LiDAR talks.&lt;br /&gt;
&lt;br /&gt;
BOF rooms are available throughout the conference, consider the [[http://2017.foss4g.org/program/ program] when scheduling your activity.&lt;br /&gt;
&lt;br /&gt;
== Theater Room 1 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 11:00-12:00 || Golang for Geospatial || discussions about geospatial libraries using Golang - open to all! || Michael P. Gerlek (mpg@flaxen.com)&lt;br /&gt;
|-&lt;br /&gt;
| 12:00-13:00 || Maps for HTML community group / Map Markup Language || discussions about extending HTML to include maps and what MapML aka map semantics is / are - open to all! || Peter Rushforth (peter.rushforth@gmail.com / peter.rushforth@canada.ca)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Theater Room 2 ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
| 10-10:45 || Spark and Geo || Bring together all the ways we are doing Spark for Geo - would love to see SparkSQL for PostGIS || Steve Pousty (@TheSteve0)&lt;br /&gt;
|-&lt;br /&gt;
| 12:15-1 || Containers and Geo || Get together and look at all the work people are doing with Containers (Docker, RKT, CRI-O), Container Orchestration, and Geo|| Steve Pousty (@TheSteve0)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Lounge  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Timeslot !! Topic/Group !! Description !! Contact&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2016_Code_Sprint&amp;diff=96027</id>
		<title>FOSS4G 2016 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2016_Code_Sprint&amp;diff=96027"/>
		<updated>2016-01-25T09:48:54Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Pirmin Kalberer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CodeSprint ==&lt;br /&gt;
 &lt;br /&gt;
This year, once again, we are following the old tradition of hosting a codesprint on the FOSS4G. More precisely, we offer a setting so that  individual projects can meet for their codesprint. Since projects benefit from each other as well, the codesprint will naturally be held conjointly at one place.&lt;br /&gt;
Unfortunately, circumstances have forced us to divide the codesprint timetable-wise.&lt;br /&gt;
&lt;br /&gt;
[[Image:Basecamp5.png|200px|thumb|right]]&lt;br /&gt;
[[Image:Basecamp6.png|200px|thumb|right]]&lt;br /&gt;
[[Image:Basecamp7.png|200px|thumb|right]]&lt;br /&gt;
[[Image:Basecamp1.png|200px|thumb|right]]&lt;br /&gt;
 &lt;br /&gt;
The first part is scheduled to take place directly before the conference, the second immediately after. The first two and a half days start on Sunday, August 21, 2016 at around noon and are scheduled to end on Tuesday, August 23, 2016 (open end). The 2nd part starts in the morning of Saturday, August 27, 2016 and ends on Sunday at 12 pm.&lt;br /&gt;
&lt;br /&gt;
[[Image:Basecamp2.png|200px|thumb|right]]&lt;br /&gt;
[[Image:Basecamp3.png|200px|thumb|right]]&lt;br /&gt;
 &lt;br /&gt;
We are happy to have found a really awesome location for you. Codesprint and accommodations are combined in one hall. Check out  http://www.basecamp-bonn.com/ for details about the venue.&lt;br /&gt;
Working zones will be created for you in the breakfast area and hallways. There’s the option of finding relatively inexpensive sleeping accommodations in train sleeping cars, camping buses, classic cars and more. Additionally, an outdoor area is available for you to enjoy Bonn’s summer weather in August, while working. Healthy and not-so-healthy catering of drinks and snacks will be provided by us. Participation in codesprint is free of charge. However, overnight stays will have to be reserved and paid for by you.&lt;br /&gt;
&lt;br /&gt;
[[Image:Basecamp4.png|200px|thumb|right]]&lt;br /&gt;
 &lt;br /&gt;
Another hint: the BaseCamp is within walking distance from the conference venue (WCCB) and has good access to public transportation –  the Icebreaker takes place here, too.&lt;br /&gt;
You see, it’s worthwhile booking here!&lt;br /&gt;
 &lt;br /&gt;
As the accommodations are available to all FOSS4G participants, we will make an effort to make advance booking possible for you a few days ahead, to ensure you have the opportunity to sleep on-site and wrap up the evenings jointly. For that, it’s necessary for you to sign up (https://wiki.osgeo.org/wiki/FOSS4G_2016_Code_Sprint) and leave your email address so that we can contact you immediately accomodation booking is available. We need your sign-up for the planning of snacks and drinks, too!&lt;br /&gt;
 &lt;br /&gt;
This is open to all who wish to participate in one or more projects. There’s always plenty to do – it’s not all about programming. Translation, documentation, feedback, discussions, testing – all this is also important for  project so everyone is cordially invited to attend the codesprints! Registration with the conference is not a prerequisite for participation in codesprint.&lt;br /&gt;
 &lt;br /&gt;
One thing we’d like to ask you: with an approx. 120 participants anticipated, the WLAN capacity will naturally be exhausted at some point. Please be sure to avoid huge on-site downloads of data, as this could impact the work of others. Thank you!&lt;br /&gt;
 &lt;br /&gt;
The Codesprint Organizing Team is looking forward to your coming!&lt;br /&gt;
 &lt;br /&gt;
'''Summarily:'''&lt;br /&gt;
&lt;br /&gt;
'''When:''' &lt;br /&gt;
* Part I: Sun 2016-08-21 12:00 noon - Tue 2016-08-23 (open end)&lt;br /&gt;
* Part II: Sat 2016-08-27 - Sun 2016-08-28 12:00 noon&lt;br /&gt;
 &lt;br /&gt;
'''Where:'''&lt;br /&gt;
 &lt;br /&gt;
* Venue &amp;amp; Accommodation: BaseCamp. (For more informations: http://www.basecamp-bonn.com/)&lt;br /&gt;
* Nearby Hotel: Bonnox (http://www.bonnox.de/en/)&lt;br /&gt;
 &lt;br /&gt;
'''Questions/Comments/Ideas'''&lt;br /&gt;
 &lt;br /&gt;
* If you have questions/comments/ideas please let us know. Send an email to codesprint@foss4g2016.org. You are welcome!&lt;br /&gt;
&lt;br /&gt;
== Registered Attendees ==&lt;br /&gt;
&lt;br /&gt;
The Code Sprint does not cost any money. For us it makes planning easier if we know who is coming. So please leave your Name and mark the days you will come.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|No&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Email&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Projects&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|sun&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|mon&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|tue&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|sat&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|sun&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Accomodation&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|vegetarian food&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||[[User:Astrid Emde|Astrid Emde]] || astrid_emde@osgeo.org || [[Mapbender]]  &amp;amp; Organization   ||  x   ||  x   || x || x || x || other || x&lt;br /&gt;
|-&lt;br /&gt;
| 2 ||[[User:rcoup|Rob Coup]] || robert@coup.net.nz || [[GDAL]], [[GeoServer]]   ||  ?   ||  x   || x || x || ? || Basecamp? ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 ||[[User:alfonx|Stefan Tzeggai]] || tzeggai@wikisquare.de ||    ||  -   ||  -   || x || x || - || Basecamp? ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||[[User:Neteler|Markus Neteler]] || neteler@osgeo.org || [[GRASS GIS]]  ||  x   ||  x   || x || x || x || other || x&lt;br /&gt;
|-&lt;br /&gt;
| 5 ||[[User:pcav|Paolo Cavallini]] || cavallini@faunalia.it || [[QGIS]]  ||  x   ||  x   || x || x || x || Basecamp? || &lt;br /&gt;
|-&lt;br /&gt;
| 6 ||[[User:Pirmin_Kalberer|Pirmin Kalberer]] || pka [ät] sourcepole.ch || [[QGIS]], [[GDAL]]  ||  x   ||  x   || x || - || - || Basecamp || &lt;br /&gt;
|-&lt;br /&gt;
| n ||Copy this line and add your details || || your projects ||  ||  ||  ||  || || Basecamp/other ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
== Mapbender  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Astrid Emde]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* documentation&lt;br /&gt;
&lt;br /&gt;
== GRASS GIS  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Neteler|Markus Neteler]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* planning towards GRASS GIS 8&lt;br /&gt;
&lt;br /&gt;
== Project-name  ==&lt;br /&gt;
&lt;br /&gt;
To participate, copy this project skeleton and start a section below for your project.&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*user &lt;br /&gt;
*user&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*your goals&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2016]] [[Category:FOSS4G]] [[Category:Code_Sprints]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Edu_current_initiatives&amp;diff=84888</id>
		<title>Edu current initiatives</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Edu_current_initiatives&amp;diff=84888"/>
		<updated>2015-07-03T08:41:11Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* &amp;quot;Geo for All&amp;quot; Industry Partners */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  OSGeo Education and Curriculum Current Initiatives ==&lt;br /&gt;
&lt;br /&gt;
'''The official website is online at ''http://www.geoforall.org''''' - locations: [http://www.geoforall.org/locations/ ICA-OSGeo Map]&lt;br /&gt;
&lt;br /&gt;
=== 1) Continue to build up our educational material federated content databases ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.osgeo.org/educational_content OSGeo edu's educational content metadatabase] -- a place for metadata and links to external material we are posting on our own websites&lt;br /&gt;
&lt;br /&gt;
* [[Webinar Series ]]&lt;br /&gt;
&lt;br /&gt;
===2) Continue to expand the &amp;quot;Geo for All&amp;quot; initiative ===&lt;br /&gt;
&lt;br /&gt;
This initiative is led by Suchith Anand.&lt;br /&gt;
&lt;br /&gt;
In September 2011, the Open Source Geospatial Foundation (OSGeo) and the International Cartographic Association (ICA) signed a Memorandum of Understanding with the aim of developing on a global basis collaboration opportunities for academia, industry and government organizations in open source GIS software and data. The MoU aims to provide expertise and support for the establishment of Open Source Geospatial Laboratories across the world for supporting development of open-source geospatial software, open data, open standards training and expertise. ISPRS joined this initiative in 2014. The motto of ICA-OSGeo Lab initiative is &amp;quot;Geo For All&amp;quot;.Central to &amp;quot;Geo for All&amp;quot; mission is the belief that knowledge is a public good and Open Principles in Education will provide great opportunities for everyone.  Details at [[MOU_ICA]].&lt;br /&gt;
&lt;br /&gt;
All interested organisations must be committed to contribute to the vision outlined in the ICA-OSGeo MoU http://wiki.osgeo.org/wiki/MOU_ICA to develop collaboration opportunities for academia, industry and government organisations in free and open source GIS software , FOSS, open data , open access (publications) and contribute to open education in the future. All participants should contribute to Education, Research and Service for the betterment of humanity as the key guiding principle and work towards the vision of the UN Millennium Development Goals  http://www.un.org/millenniumgoals/ for building a better world.&lt;br /&gt;
&lt;br /&gt;
== Current members of the ICA-OSGeo-ISPRS Network ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[http://gis.ncsu.edu/osgeorel/index.php#labsmap Updated Leaflet Map of the ICA-OSGeo Network Nodes by Vasek and Anna]&lt;br /&gt;
[http://lucadelu.org/ica-osgeo-lab/ Leaflet Map of the ICA-OSGeo Network Nodes by Luca Delucchi, June 2013],&lt;br /&gt;
and the related &lt;br /&gt;
[http://lucadelu.org/ica-osgeo-lab/ica-osgeo-lab.tar.gz application] &lt;br /&gt;
[http://conlibre.org/osgeolabs/ Visit the ICA-OSGeo Network website]&lt;br /&gt;
[https://mapsengine.google.com/map/embed?mid=z4Nmc5_-QPhA.kBqA02Uh9xoc Google Map of the ICA-OSGeo Network Nodes],&lt;br /&gt;
[https://maps.google.de/maps/ms?msid=217919488281947849251.0004da7def3b647f010c4&amp;amp;msa=0&amp;amp;ll=-27.332735,-43.330078&amp;amp;spn=18.234488,25.158691 The first Google Map of the ICA-OSGeo Network Nodes](thanks to Franz-Josef) &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Feel free to join the mailing list http://lists.osgeo.org/cgi-bin/mailman/listinfo/ica-osgeo-labs to follow the discussions among the participants of this initiative.&lt;br /&gt;
&lt;br /&gt;
There are four tables, the first one for university/education/schools members ; other tables for  Industry ,Government and NGO partners of &amp;quot;Geo for All&amp;quot; mission, please select one accordingly.&lt;br /&gt;
&lt;br /&gt;
To add a new member copy an existing table entry (uses Mediawiki syntax) and input your information. The coordinates are '''WGS84 decimal coordinates''' in format '''longitude, latitude'''; if you don't add the coordinates following this rule your institution will not show on the [http://www.geoforall.org/locations/ ICA-OSGeo Map]. &lt;br /&gt;
&lt;br /&gt;
=== University/Higher Education/Schools members ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;   border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;6&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
!&lt;br /&gt;
! Laboratory name and institution&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Coordinates (longitude, latitude)&lt;br /&gt;
! Application received / Announced&lt;br /&gt;
! Notes (projects, collaborations, etc)&lt;br /&gt;
! Contact names&lt;br /&gt;
! Contact emails&lt;br /&gt;
|-&lt;br /&gt;
| 1.&lt;br /&gt;
| [http://www.nottingham.ac.uk/ngi/research/geospatial-science/geospatial-science.aspx University of Nottingham]&lt;br /&gt;
| Nottingham&lt;br /&gt;
| UK&lt;br /&gt;
| Europe&lt;br /&gt;
| -1.250296, 52.831497&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Didier Leibovici&lt;br /&gt;
| Didier dot Leibovici at nottingham.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| 2.&lt;br /&gt;
| [http://www.sigte.udg.edu/ University of Girona]&lt;br /&gt;
| Girona&lt;br /&gt;
| Spain&lt;br /&gt;
| Europe&lt;br /&gt;
| 2.837305, 41.967426&lt;br /&gt;
| 2012-09-10&lt;br /&gt;
|&lt;br /&gt;
| Lluís Vicens &lt;br /&gt;
| lluis at sigte.udg.edu&lt;br /&gt;
|-&lt;br /&gt;
| 3.&lt;br /&gt;
| [http://www.osgl.soton.ac.uk/ University of Southampton]&lt;br /&gt;
| Southampton&lt;br /&gt;
| UK&lt;br /&gt;
| Europe&lt;br /&gt;
| -1.396873, 50.936974&lt;br /&gt;
| 2013-04-30&lt;br /&gt;
| &lt;br /&gt;
| Jason Sadler&lt;br /&gt;
| osgl at geodata.soton.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| 4.&lt;br /&gt;
| [http://geo.fsv.cvut.cz/gwiki/osgeorel Czech Technical University in Prague]&lt;br /&gt;
| Prague&lt;br /&gt;
| Czech Republic&lt;br /&gt;
| Europe&lt;br /&gt;
| 14.390363, 50.10183&lt;br /&gt;
| 2012-11-23&lt;br /&gt;
| Geospatial analysis, modeling and visualization, remote sensing, [http://grass.osgeo.org GRASS GIS] and [http://www.qgis.org QGIS] development&lt;br /&gt;
| Martin Landa&lt;br /&gt;
| martin.landa at fsv.cvut.cz&lt;br /&gt;
|-&lt;br /&gt;
| 5.&lt;br /&gt;
| [http://research.ncl.ac.uk/osgeolab/ Newcastle University]&lt;br /&gt;
| Newcastle&lt;br /&gt;
| UK&lt;br /&gt;
| Europe&lt;br /&gt;
| -1.611536, 54.980656&lt;br /&gt;
| 2013-01-17&lt;br /&gt;
|&lt;br /&gt;
| Philip James&lt;br /&gt;
| philip.james at ncl.ac.uk (please use subject: OSGeoLab)&lt;br /&gt;
|-&lt;br /&gt;
| 6.&lt;br /&gt;
| [http://geomatica.como.polimi.it/ Politecnico di Milano - Polo Territoriale di Como]&lt;br /&gt;
| Como&lt;br /&gt;
| Italy&lt;br /&gt;
| Europe&lt;br /&gt;
| 9.095939, 45.803516&lt;br /&gt;
| 2013-02-25&lt;br /&gt;
|&lt;br /&gt;
| Maria Brovelli&lt;br /&gt;
| geowb at geomatica.como.polimi.it&lt;br /&gt;
|-&lt;br /&gt;
| 7.&lt;br /&gt;
| [http://www2.warwick.ac.uk/fac/sci/lifesci/research/facilities/geolab/ University of Warwick]&lt;br /&gt;
| Warwick&lt;br /&gt;
| UK&lt;br /&gt;
| Europe&lt;br /&gt;
| -1.56273, 52.380531&lt;br /&gt;
| 2013-03-23&lt;br /&gt;
|&lt;br /&gt;
| Nataliya Tkachenko&lt;br /&gt;
| geolab at warwick.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| 8.&lt;br /&gt;
| [http://www.gridw.pl UNEP/GRID-Warsaw Centre]&lt;br /&gt;
| Warsaw&lt;br /&gt;
| Poland&lt;br /&gt;
| Europe&lt;br /&gt;
| 21.039473, 52.198849&lt;br /&gt;
| 2013-03-18&lt;br /&gt;
| new website under development&lt;br /&gt;
| Ela Woloszynska-Wisniewska&lt;br /&gt;
| ela at gridw.pl&lt;br /&gt;
|-&lt;br /&gt;
| 9.&lt;br /&gt;
| [http://www.supsi.ch/ist_en/settori-attivita/geomatica.html University of Applied Sciences and Arts of Southern Switzerland] (SUPSI)&lt;br /&gt;
| Lugano&lt;br /&gt;
| Switzerland&lt;br /&gt;
| Europe&lt;br /&gt;
| 8.961098, 46.028362&lt;br /&gt;
| 2013-09-03&lt;br /&gt;
| Institute of Earth Sciences&lt;br /&gt;
| Massimiliano Cannata &lt;br /&gt;
| geomatica at supsi.ch&lt;br /&gt;
|-&lt;br /&gt;
| 10.&lt;br /&gt;
| [http://karlinapp.ethz.ch/osgl/ ETH Zurich]&lt;br /&gt;
| Zurich&lt;br /&gt;
| Switzerland&lt;br /&gt;
| Europe&lt;br /&gt;
| 8.5481, 47.3764&lt;br /&gt;
| 2013-09-20&lt;br /&gt;
| [http://www.karto.ethz.ch/ Institute of Cartography and Geoinformation, ETH Zurich]&lt;br /&gt;
| Ionut Iosifescu&lt;br /&gt;
| iosifescu at ethz.ch&lt;br /&gt;
|-&lt;br /&gt;
| 11.&lt;br /&gt;
| University of Molise&lt;br /&gt;
| Molise&lt;br /&gt;
| Italy&lt;br /&gt;
| Europe&lt;br /&gt;
| 14.493651, 41.630815&lt;br /&gt;
|&lt;br /&gt;
| Teaching Geospatial Analysis and Modeling using QGIS and other OSGeo software&lt;br /&gt;
| Rossella Nocera&lt;br /&gt;
| rossella.nocera at unimol.it&lt;br /&gt;
|-&lt;br /&gt;
| 12.&lt;br /&gt;
| [http://www.igik.edu.pl/en Institute of Geodesy and Cartography] (IGiK)&lt;br /&gt;
| Warsaw&lt;br /&gt;
| Poland&lt;br /&gt;
| Europe&lt;br /&gt;
| 21.013407, 52.178478&lt;br /&gt;
|&lt;br /&gt;
| in process of being established&lt;br /&gt;
| Agata Ciołkosz-Styk&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13.&lt;br /&gt;
| [http://opengis.unibuc.ro/ Faculty of Geography, University of Bucharest]&lt;br /&gt;
| Bucharest&lt;br /&gt;
| Romania&lt;br /&gt;
| Europe&lt;br /&gt;
| 26.103889, 44.432500&lt;br /&gt;
|&lt;br /&gt;
| new website under development&lt;br /&gt;
| Andreea Marin&lt;br /&gt;
| andreea dot marin09 at yahoo dot com&lt;br /&gt;
|-&lt;br /&gt;
| 14.&lt;br /&gt;
| [http://www.geo.info.hu/english/index.php Faculty of Geoinformatics,University of West Hungary]&lt;br /&gt;
| Székesfehérvár&lt;br /&gt;
| Hungary&lt;br /&gt;
| Europe&lt;br /&gt;
| 18.418833, 47.188778&lt;br /&gt;
|&lt;br /&gt;
| in process of being established&lt;br /&gt;
| Andrea Podör &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 15.&lt;br /&gt;
| [http://www.hft-stuttgart.de/Studienbereiche/Vermessung/Master-Photogrammetry-Geoinformatics/Labs/ICA-OSGeo-Labor/index.html/en?set_language=en&amp;amp;cl=en Stuttgart University of Applied Sciences]&lt;br /&gt;
| Stuttgart&lt;br /&gt;
| Germany&lt;br /&gt;
| Europe&lt;br /&gt;
| 9.17370, 48.77996&lt;br /&gt;
| 2013-10-14&lt;br /&gt;
| &lt;br /&gt;
| Franz-Josef Behr&lt;br /&gt;
| franz-josef.behr at hft-stuttgart.de&lt;br /&gt;
|-&lt;br /&gt;
| 16.&lt;br /&gt;
| [http://www.geomatica.ufpr.br/index.html Federal University of Paraná]&lt;br /&gt;
| Paraná&lt;br /&gt;
| Brazil&lt;br /&gt;
| South America&lt;br /&gt;
| -49.26141, -25.427074&lt;br /&gt;
| 2012-05-23&lt;br /&gt;
|&lt;br /&gt;
| Silvana Camboim&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17.&lt;br /&gt;
| [http://www.unesp.br/ São Paulo State University] (UNESP)&lt;br /&gt;
| São Paulo&lt;br /&gt;
| Brazil&lt;br /&gt;
| South America&lt;br /&gt;
| -46.654129, -23.576574&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 18.&lt;br /&gt;
| National Amazonian University of Madre de Dios (UNAMAD)&lt;br /&gt;
| Puerto Maldonado&lt;br /&gt;
| Peru&lt;br /&gt;
| South America&lt;br /&gt;
| -73.245789, -3.745845&lt;br /&gt;
| 2013-02-01&lt;br /&gt;
| in process of being established&lt;br /&gt;
| Andrea Birgit Chavez &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 19.&lt;br /&gt;
| [http://ltaat.fcien.edu.uy Universidad de la República]&lt;br /&gt;
| Montevideo&lt;br /&gt;
| Uruguay&lt;br /&gt;
| South America&lt;br /&gt;
| -56.176441, -34.902405&lt;br /&gt;
| 2013-03-01&lt;br /&gt;
| new website under development&lt;br /&gt;
| Virginia Fernandez&lt;br /&gt;
| vfernandez at presidencia.gub.uy&lt;br /&gt;
|-&lt;br /&gt;
| 20.&lt;br /&gt;
| University of Campinas&lt;br /&gt;
| Campinas&lt;br /&gt;
| Brazil&lt;br /&gt;
| South America&lt;br /&gt;
| -47.063239, -22.907105&lt;br /&gt;
|&lt;br /&gt;
| in process of being established&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 21.&lt;br /&gt;
| Federal University of Alagoas&lt;br /&gt;
| Maceió&lt;br /&gt;
| Brazil&lt;br /&gt;
| South America&lt;br /&gt;
| -35.735098, -9.666251&lt;br /&gt;
|&lt;br /&gt;
| http://www.nmarisco.simplesite.com.br/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 22.&lt;br /&gt;
| [http://geospatial.ncsu.edu/osgeorel/ North Carolina State University OSGeoREL]&lt;br /&gt;
| Raleigh, NC&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -78.6764, 35.7818&lt;br /&gt;
| 2012-10-18&lt;br /&gt;
| Geospatial analysis, modeling and visualization, [http://grass.osgeo.org GRASS GIS] development, [https://github.com/ncsu-osgeorel course development]&lt;br /&gt;
| [[User: helena|Helena Mitasova]]&lt;br /&gt;
| hmitaso at ncsu.edu&lt;br /&gt;
|-&lt;br /&gt;
| 23.&lt;br /&gt;
| [http://www.umass.edu/opensource University of Massachusetts Amherst]&lt;br /&gt;
| Amherst&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -72.524696, 42.393578&lt;br /&gt;
| 2012-10-18&lt;br /&gt;
| Developing a Web-GIS class; Working on grants to support GeoForAll's activities; Collaboration on open educational materials&lt;br /&gt;
| Charlie Schweik&lt;br /&gt;
| cschweik at pubpol dot umass dot edu&lt;br /&gt;
|-&lt;br /&gt;
| 24.&lt;br /&gt;
| [https://sites.google.com/site/foss4gku/ University of Kansas]&lt;br /&gt;
| Lawrence, KS&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -95.251311, 38.958578&lt;br /&gt;
| 2013-08-23&lt;br /&gt;
| &lt;br /&gt;
| Xingong Li&lt;br /&gt;
| lixi at ku.edu&lt;br /&gt;
|-&lt;br /&gt;
| 25.&lt;br /&gt;
| [https://geospatial.ucdavis.edu/resources/open-source University of California, Davis]&lt;br /&gt;
| Davis&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -121.766945, 38.548801&lt;br /&gt;
| 2013-02-04&lt;br /&gt;
| [http://live.osgeo.org OSGeo-Live]&lt;br /&gt;
| Alex Mandel&lt;br /&gt;
| aimandel at ucdavis.edu&lt;br /&gt;
|-&lt;br /&gt;
| 26.&lt;br /&gt;
| [http://www.cozcyt.gob.mx/labsol/ Laboratorio de Software Libre]&lt;br /&gt;
| Zacatecas&lt;br /&gt;
| Mexico&lt;br /&gt;
| North America&lt;br /&gt;
| -102.5791, 22.7608&lt;br /&gt;
| 2013-04-05&lt;br /&gt;
| in process of being established&lt;br /&gt;
| Manual Haro&lt;br /&gt;
| manuel.haro at zacatecas.gob.mx&lt;br /&gt;
|-&lt;br /&gt;
| 27.&lt;br /&gt;
| Kent State University&lt;br /&gt;
| Kent, Ohio&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -81.357886,41.153667&lt;br /&gt;
| 2013-08-30&lt;br /&gt;
|&lt;br /&gt;
| Xinyue Ye&lt;br /&gt;
| xye5 at kent.edu&lt;br /&gt;
|-&lt;br /&gt;
| 28.&lt;br /&gt;
| [https://gis.uncc.edu/osgl Center for Applied GIScience, University of North Carolina, Charlotte ]&lt;br /&gt;
| Charlotte, NC&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -80.730000, 35.306944&lt;br /&gt;
| 2013-09-05&lt;br /&gt;
| &lt;br /&gt;
| Wenwu Tang&lt;br /&gt;
| WenwuTang at uncc.edu&lt;br /&gt;
|-&lt;br /&gt;
| 29.&lt;br /&gt;
| [http://www.nottingham.edu.my/Geography University of Nottingham, Malaysia campus]&lt;br /&gt;
| Semenyih&lt;br /&gt;
| Malaysia&lt;br /&gt;
| Asia&lt;br /&gt;
| 101.721298, 3.172932&lt;br /&gt;
| 2012-01-09&lt;br /&gt;
| [http://www.nottingham.edu.my/Geography/Research/GeospatialScience/OSGEO-lab.aspx OSGEO research lab]&lt;br /&gt;
| Tuong Thuy Vu&lt;br /&gt;
| Tuongthuy.Vu at nottingham.edu.my&lt;br /&gt;
|-&lt;br /&gt;
| 30.&lt;br /&gt;
| [http://www.utm.my/ Universiti Teknologi Malaysia] (UTM)&lt;br /&gt;
| Johor Bahru&lt;br /&gt;
| Malaysia&lt;br /&gt;
| Asia&lt;br /&gt;
| 101.874222, 2.943748&lt;br /&gt;
|&lt;br /&gt;
| in process of being  established&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 31.&lt;br /&gt;
| National College of Public Administration and Governance(NCPAG), University of the Philippines&lt;br /&gt;
| Manila&lt;br /&gt;
| Philippines&lt;br /&gt;
| Asia&lt;br /&gt;
| 121.059875, 14.656005&lt;br /&gt;
|&lt;br /&gt;
| in process of being  established&lt;br /&gt;
| Noriel Christopher Tiglao&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 32.&lt;br /&gt;
| Environmental Science for Social Change (ESSC)&lt;br /&gt;
| Quezon City&lt;br /&gt;
| Philippines&lt;br /&gt;
| Asia&lt;br /&gt;
| 121.062241, 14.64372&lt;br /&gt;
|&lt;br /&gt;
| in process of being  established&lt;br /&gt;
| Maning Sambale &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 33.&lt;br /&gt;
| [http://lsi.iiit.ac.in/labinfo/ Lab for Spatial Informatics], IIIT Hyderabad&lt;br /&gt;
| Hyderabad&lt;br /&gt;
| India&lt;br /&gt;
| Asia&lt;br /&gt;
| 78.3503, 17.4454&lt;br /&gt;
| 2011-08-22&lt;br /&gt;
| &lt;br /&gt;
| Dr K S Rajan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 34.&lt;br /&gt;
| [http://grel.ist.edu.pk/ Geospatial Research and Education Lab](GREL), Institute of Space Technology (IST)&lt;br /&gt;
| Islamabad&lt;br /&gt;
| Pakistan &lt;br /&gt;
| Asia&lt;br /&gt;
| 73.175045, 33.520060&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|Rizwan Bulbul&lt;br /&gt;
|bulbul(at)grel(dot)ist(dot)edu(dot)pk &lt;br /&gt;
|-&lt;br /&gt;
| 35.&lt;br /&gt;
| [http://www.up.ac.za/cgis University of Pretoria]&lt;br /&gt;
| Pretoria&lt;br /&gt;
| South Africa&lt;br /&gt;
| Africa&lt;br /&gt;
| 28.22847, -25.75429&lt;br /&gt;
| 2012-05-15&lt;br /&gt;
|&lt;br /&gt;
| Serena Coetzee&lt;br /&gt;
| serena dot coetzee at up dot ac dot za&lt;br /&gt;
|-&lt;br /&gt;
| 36.&lt;br /&gt;
| [http://www.rcmrd.org/  Regional Centre for  Mapping of Resources for Development] (RCMRD)&lt;br /&gt;
| Nairobi &lt;br /&gt;
| Kenya&lt;br /&gt;
| Africa&lt;br /&gt;
| 36.858574, -1.249038&lt;br /&gt;
|&lt;br /&gt;
| in process of  being established&lt;br /&gt;
| Hussein Farah&lt;br /&gt;
| farah at rcmrd.org&lt;br /&gt;
|-&lt;br /&gt;
| 37.&lt;br /&gt;
| University of Ghana&lt;br /&gt;
| Accra&lt;br /&gt;
| Ghana&lt;br /&gt;
| Africa&lt;br /&gt;
| -0.191617, 5.650366&lt;br /&gt;
|&lt;br /&gt;
| in process of being established&lt;br /&gt;
| Foster Mensah&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| 38.&lt;br /&gt;
| [http://osgeolab.unimelb.edu.au/ The University of Melbourne]&lt;br /&gt;
| Melbourne&lt;br /&gt;
| Australia&lt;br /&gt;
| Australia&lt;br /&gt;
| 144.962006, -37.797932&lt;br /&gt;
| 2013-07-22&lt;br /&gt;
|&lt;br /&gt;
| Jack Barton&lt;br /&gt;
| jack.barton at unimelb.edu.au&lt;br /&gt;
|-&lt;br /&gt;
| 39.&lt;br /&gt;
| [http://spatialquerylab.com/projects/open-source-gis/ Spatial {Query} Lab at Texas A&amp;amp;M University - Corpus Christi]&lt;br /&gt;
| Corpus Christi&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -97.328799, 27.714506&lt;br /&gt;
| 2013-09-09&lt;br /&gt;
| FOSS4G curriculum development focusing on QGIS and GRASS. Curriculum available on [http://spatialquerylab.com/foss4g-academy-curriculum/ our website].&lt;br /&gt;
| Rick Smith&lt;br /&gt;
| Richard.Smith at tamucc.edu&lt;br /&gt;
|- &lt;br /&gt;
| 40.&lt;br /&gt;
| [http://www.geomaticsindia-cept.org/ CEPT University]&lt;br /&gt;
| Ahmedabad&lt;br /&gt;
| India&lt;br /&gt;
| Asia&lt;br /&gt;
| 72.566004,23.039568&lt;br /&gt;
| 2012-07-18&lt;br /&gt;
| in process of  being established&lt;br /&gt;
| Prof. Anjana Vyas        &amp;amp;      Ms. Darshana Rawal&lt;br /&gt;
| anjanavyas at cept.ac.in    rawalnet at cept.ac.in&lt;br /&gt;
|- &lt;br /&gt;
| 41.&lt;br /&gt;
| National University of San Juan&lt;br /&gt;
| San Juan&lt;br /&gt;
| Argentina&lt;br /&gt;
| South America&lt;br /&gt;
| -68.521408, -31.527273&lt;br /&gt;
| 2012-06-15&lt;br /&gt;
| in process of  being established&lt;br /&gt;
| Agustin Arroqui&lt;br /&gt;
| aarroqui at unsj.edu.ar&lt;br /&gt;
|- &lt;br /&gt;
| 42.&lt;br /&gt;
| [http://geodacenter.asu.edu GeoDa Center for Geospatial Analysis and Computation, Arizona State University]&lt;br /&gt;
| Tempe, AZ&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -111.940005, 33.425510&lt;br /&gt;
| 2013-09-27&lt;br /&gt;
| Spatial econometrics, geocomputation, spatial optimization - [https://geodacenter.asu.edu/software/downloads GeoDa], [http://pysal.org PySAL], [https://geodacenter.asu.edu/software/downloads/geodaspace GeoDaSpace]&lt;br /&gt;
| [http://en.wikipedia.org/wiki/Luc_Anselin Luc Anselin]&lt;br /&gt;
| geodacenter at asu.edu&lt;br /&gt;
|- &lt;br /&gt;
| 43.&lt;br /&gt;
| National Technical University of Athens&lt;br /&gt;
| Athens&lt;br /&gt;
| Greece&lt;br /&gt;
| Europe&lt;br /&gt;
| 23.729310, 37.983716&lt;br /&gt;
| 2013-09-26&lt;br /&gt;
| in process of  being established&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| 44.&lt;br /&gt;
| IGN- France&lt;br /&gt;
| Paris&lt;br /&gt;
| France&lt;br /&gt;
| Europe&lt;br /&gt;
| 2.352222, 48.856614&lt;br /&gt;
| 2013-09-26&lt;br /&gt;
| in process of  being established&lt;br /&gt;
| Benedicte Bucher&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| 45.&lt;br /&gt;
| Universitat Oberta de Catalunya&lt;br /&gt;
| Barcelona&lt;br /&gt;
| Spain&lt;br /&gt;
| Europe&lt;br /&gt;
| 2.173403, 41.385064&lt;br /&gt;
| 2013-09-27&lt;br /&gt;
| Reviewing our actual formation portfolio and research interests.&lt;br /&gt;
| Dr. Antoni Pérez Navarro&lt;br /&gt;
| aperezn at uoc.edu&lt;br /&gt;
|-&lt;br /&gt;
| 46.&lt;br /&gt;
| [http://www.isric.org ISRIC - World Soil Information foundation]&lt;br /&gt;
| Wageningen&lt;br /&gt;
| The Netherlands&lt;br /&gt;
| Europe&lt;br /&gt;
| 5.665662,51.9875&lt;br /&gt;
|2013-10-02&lt;br /&gt;
|website in construction&lt;br /&gt;
| Jorge de Jesus&lt;br /&gt;
| jorge.mendesdejesus at wur.nl&lt;br /&gt;
|-&lt;br /&gt;
| 47.&lt;br /&gt;
| Universidade da Coruña &lt;br /&gt;
| A Coruña (España)&lt;br /&gt;
| Spain&lt;br /&gt;
| Europe&lt;br /&gt;
| -8.411540, 43.362344&lt;br /&gt;
| 2013-10-15&lt;br /&gt;
| in process of  being established&lt;br /&gt;
| Alberto Varela García&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 48.&lt;br /&gt;
| Universiti Sains Malaysia&lt;br /&gt;
| Penang &lt;br /&gt;
| Malaysia&lt;br /&gt;
| Asia&lt;br /&gt;
| 100.484623, 5.263234&lt;br /&gt;
|2013-10-16&lt;br /&gt;
|http://campusgis.usm.my/&lt;br /&gt;
| Ruslan Rainis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 49.&lt;br /&gt;
| Kathmandu University&lt;br /&gt;
| Dhulikhel &lt;br /&gt;
| Nepal&lt;br /&gt;
| Asia&lt;br /&gt;
| 85.550000, 27.616667&lt;br /&gt;
|2012-12-24&lt;br /&gt;
|https://sites.google.com/a/ku.edu.np/opensourcegeospatial/&lt;br /&gt;
| Shashish Maharjan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 50&lt;br /&gt;
| [http://gis.cri.fmach.it/ GIS and Remote Sensing Unit, Fondazione Edmund Mach ]&lt;br /&gt;
| San Michele all'Adige (Trento)&lt;br /&gt;
| Italy &lt;br /&gt;
| Europe&lt;br /&gt;
| 11.133042,46.187865&lt;br /&gt;
|2013-10-16&lt;br /&gt;
|Geospatial analysis, modeling and remote sensing, [http://grass.osgeo.org GRASS GIS] and [http://pymodis.fem-environment.eu/ pyMODIS] development&lt;br /&gt;
| Luca Delucchi &lt;br /&gt;
| luca.delucchi at fmach.it&lt;br /&gt;
|-&lt;br /&gt;
| 51.&lt;br /&gt;
| [http://gis.research.southwales.ac.uk/ University of South Wales  ]&lt;br /&gt;
| Cardiff &lt;br /&gt;
| United Kingdom&lt;br /&gt;
| Europe&lt;br /&gt;
| -3.179090,51.481581&lt;br /&gt;
|2013-10-31&lt;br /&gt;
|Spatial processing on the web using open standards and open source software&lt;br /&gt;
| Dr Mark Ware&lt;br /&gt;
| mark.ware at southwales.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| 52.&lt;br /&gt;
| [http://gisgeek.pdx.edu/wordpress/open-source-gis/ Portland State University]&lt;br /&gt;
| Portland, Oregon &lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -122.676207,45.523452&lt;br /&gt;
| 2013-10-22&lt;br /&gt;
| Warming up&lt;br /&gt;
| David Percy &lt;br /&gt;
| percy at pdx.edu&lt;br /&gt;
|-&lt;br /&gt;
| 53.&lt;br /&gt;
| [http://www.icpac.net/ IGAD Climate Prediction and Applications Center]&lt;br /&gt;
| Nairobi&lt;br /&gt;
| Kenya&lt;br /&gt;
| Africa&lt;br /&gt;
| 36.821946,-1.292066&lt;br /&gt;
| 2013-10-29&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Muyambi Fortunate &lt;br /&gt;
| fbenda at icpac.net&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| 54.&lt;br /&gt;
| [http://www.labocart.ufc.br/ Federal University of Ceará ]&lt;br /&gt;
| Ceará&lt;br /&gt;
| Brazil&lt;br /&gt;
| South America&lt;br /&gt;
| -38.543395,-3.718394&lt;br /&gt;
| 2013-10-29&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Prof. Dr. Adryane Gorayeb &lt;br /&gt;
| adryanegorayeb at yahoo dot com dot br&lt;br /&gt;
|-&lt;br /&gt;
| 55.&lt;br /&gt;
| [http://insight.glos.ac.uk/FACULTIES/AS/OSGEOLAB/Pages/default.aspx/ University of Gloucestershire ]&lt;br /&gt;
| Gloucester and Cheltenham&lt;br /&gt;
| United Kingdom&lt;br /&gt;
| Europe&lt;br /&gt;
| -2.223409, 51.872215&lt;br /&gt;
| 2013-11-06&lt;br /&gt;
| Active&lt;br /&gt;
| Dr Robert Berry&lt;br /&gt;
| osgeolab at glos.ac.uk&lt;br /&gt;
|-&lt;br /&gt;
| 56.&lt;br /&gt;
| [http://mrt.ac.lk/foa/ University of Moratuwa ]&lt;br /&gt;
| Moratuwa&lt;br /&gt;
| Sri Lanka&lt;br /&gt;
| Asia&lt;br /&gt;
| 79.9008, 6.7964&lt;br /&gt;
| 2013-11-11&lt;br /&gt;
| [http://www.mrt.ac.lk/tcp/osgeosl.html OSGeoSL ]&lt;br /&gt;
| Aruna Wickramasinghe&lt;br /&gt;
| toaruna at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 57.&lt;br /&gt;
| [http://www.fudan.edu.cn/ Fudan University]&lt;br /&gt;
| Shanghai&lt;br /&gt;
| China&lt;br /&gt;
| Asia&lt;br /&gt;
| 121.452, 31.198&lt;br /&gt;
| 2013-11-14&lt;br /&gt;
|  [http://lab.osstat.org/ Open Source STATistics]&lt;br /&gt;
| Zhijie Zhang&lt;br /&gt;
| epistat at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 58.&lt;br /&gt;
| Haskell Indian Nations University&lt;br /&gt;
| Lawrence, Kansas&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -95.230691, 38.938859&lt;br /&gt;
| 2013-11-22&lt;br /&gt;
| [https://sites.google.com/site/dtmcdermott/home/haskell-cartography-class/   Haskell Indian Nations University]&lt;br /&gt;
| Dave McDermott&lt;br /&gt;
| dmcdermott at haskell.edu&lt;br /&gt;
|-&lt;br /&gt;
| 59.&lt;br /&gt;
| [http://www.geof.unizg.hr/mod/book/view.php?id=1165&amp;amp;chapterid=110&amp;amp;lang=en University of Zagreb, Faculty of Geodesy]&lt;br /&gt;
| Zagreb&lt;br /&gt;
| Croatia&lt;br /&gt;
| Europe&lt;br /&gt;
| 15.963888, 45.808500&lt;br /&gt;
| 2013-11-25&lt;br /&gt;
| &lt;br /&gt;
| Dražen Tutic&lt;br /&gt;
| dtutic at geof.hr&lt;br /&gt;
|-&lt;br /&gt;
| 60.&lt;br /&gt;
| [http://www.geo.gob.bo/ GeoBolivia-Vice-presidency of the State ]&lt;br /&gt;
| La Paz&lt;br /&gt;
| Bolivia&lt;br /&gt;
| South America&lt;br /&gt;
| -68.1547, -16.4949&lt;br /&gt;
| 2013-11-24&lt;br /&gt;
| Active &lt;br /&gt;
| Raul Fernando Molina Rodriguez&lt;br /&gt;
| rafemoro at gmail.com rmolina@geo.gob.bo&lt;br /&gt;
|-&lt;br /&gt;
| 61.&lt;br /&gt;
| [http://www2.unb.ca/~estef/geo4all.html Geodesy and Geomatics Engineering], University of New Brunswick&lt;br /&gt;
| Fredericton, NB &lt;br /&gt;
| Canada&lt;br /&gt;
| North America&lt;br /&gt;
| -66.641474, 45.950252&lt;br /&gt;
| 2013-12-10&lt;br /&gt;
| Active&lt;br /&gt;
| Emmanuel Stefanakis&lt;br /&gt;
| emmanuel.stefanakis at gmail.com &lt;br /&gt;
|-&lt;br /&gt;
| 62.&lt;br /&gt;
| [http://geo.sab.ac.lk/ Faculty of Geomatics, Sabaragamuwa University of Sri Lanka]&lt;br /&gt;
| Belihuloya, Sabaragamuwa &lt;br /&gt;
| Sri Lanka&lt;br /&gt;
| Asia&lt;br /&gt;
| 80.78995, 6.7102&lt;br /&gt;
| 2013-12-12&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Thilantha Dammalage&lt;br /&gt;
| thilantha9 at gmail.com &lt;br /&gt;
|-&lt;br /&gt;
| 63.&lt;br /&gt;
| [http://www.sliit.lk/index.php/sliit/departments/department-of-information-technology Dpt of IT, Faculty of Computing, Sri Lanka Institute of Information Technology]&lt;br /&gt;
| Malabe&lt;br /&gt;
| Sri Lanka&lt;br /&gt;
| Asia&lt;br /&gt;
| 79.973166667, 6.914866667&lt;br /&gt;
| 2013-12-13&lt;br /&gt;
| [http://osgeolab.sliit.lk/ OSGeoSLIIT]&lt;br /&gt;
| Nimalika Fernando&lt;br /&gt;
| nimalikaf at gmail.com &lt;br /&gt;
|-&lt;br /&gt;
| 64.&lt;br /&gt;
| [http://www.unige.ch/sig/geoforall.html University of Geneva - Institute for Environmental Sciences]&lt;br /&gt;
| Geneva&lt;br /&gt;
| Switzerland&lt;br /&gt;
| Europe&lt;br /&gt;
| 6.1487, 46.2253&lt;br /&gt;
| 2013-12-19&lt;br /&gt;
| (published 2014-07-24)&lt;br /&gt;
| Gregory Giuliani&lt;br /&gt;
| gregory.giuliani at unige.ch&lt;br /&gt;
|-&lt;br /&gt;
| 65.&lt;br /&gt;
| [http://www.ifs.hsr.ch/Geometa-Lab.12520.0.html?&amp;amp;L=4 Geometa Lab at HSR - University of Applied Sciences Rapperswil]&lt;br /&gt;
| Rapperswil&lt;br /&gt;
| Switzerland&lt;br /&gt;
| Europe&lt;br /&gt;
| 8.81690, 47.22341 &lt;br /&gt;
| 2014-01-26&lt;br /&gt;
| (published 2014-02-05)&lt;br /&gt;
| Prof. Stefan Keller&lt;br /&gt;
| sfkeller at hsr.ch (and/or at gmail.ch)&lt;br /&gt;
|-&lt;br /&gt;
| 66.&lt;br /&gt;
| National University of &amp;quot;Kyiv-Mohyla Academy&amp;quot;, Ecology Faculty&lt;br /&gt;
| Kyiv &lt;br /&gt;
| Ukraine&lt;br /&gt;
| Europe&lt;br /&gt;
| 30.515647, 50.456936&lt;br /&gt;
| 2014-02-16&lt;br /&gt;
| In proess of being established&lt;br /&gt;
| Tetyana Kuchma&lt;br /&gt;
| tanyakuchma at yahoo.com &lt;br /&gt;
|-&lt;br /&gt;
| 67.&lt;br /&gt;
| Centre for Research and Technology Hellas - Hellenic Institute of Transport&lt;br /&gt;
| Thessaloniki&lt;br /&gt;
| Greece&lt;br /&gt;
| Europe&lt;br /&gt;
| 22.996707, 40.567811&lt;br /&gt;
| 2014-02-17&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Dr. Evangelos Mitsakis&lt;br /&gt;
| emit at certh.gr &lt;br /&gt;
|-&lt;br /&gt;
| 68.&lt;br /&gt;
| Centre for Spatial Information Science(CSIS), University of Tokyo&lt;br /&gt;
| Kashiwa-shi, Chiba&lt;br /&gt;
| Japan&lt;br /&gt;
| Asia&lt;br /&gt;
| 139.938952, 35.902681&lt;br /&gt;
| 2014-02-18&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Taichi FURUHASHI&lt;br /&gt;
| taichi at csis.u-tokyo.ac.jp &lt;br /&gt;
|-&lt;br /&gt;
| 69.&lt;br /&gt;
|[http://foss4geo.org FOSS4Geo Academy @ Del Mar College National Open Geospatial Technology Consortium]&lt;br /&gt;
| Corpus Christi, Republic of Texas&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -97.407096, 27.764053&lt;br /&gt;
| 2014-02-18&lt;br /&gt;
| Active&lt;br /&gt;
| Dr. Phillip Davis&lt;br /&gt;
| pdavis at delmar.edu&lt;br /&gt;
|-&lt;br /&gt;
| 70.&lt;br /&gt;
| Osaka City University(OCU)&lt;br /&gt;
| Sumiyoshi-ku, Osaka&lt;br /&gt;
| Japan&lt;br /&gt;
| Asia&lt;br /&gt;
| 135.507556, 34.593067&lt;br /&gt;
| 2014-02-23&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Venkatesh RAGHAVAN&lt;br /&gt;
| venka.osgeo at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 71.&lt;br /&gt;
| [http://www.dicca.unige.it/geomatica/ Università di Genova - Laboratorio di Geomatica]&lt;br /&gt;
| Genova&lt;br /&gt;
| Italy&lt;br /&gt;
| Europe&lt;br /&gt;
| 8.962795, 44.400133&lt;br /&gt;
| 2014-03-21&lt;br /&gt;
|[http://www.gter.it Gter Innovation in Geomatics, Gnss and Gis (spin-off company)]&lt;br /&gt;
| Tiziano Cosso - Bianca Federici - Roberto Marzocchi - Domenico Sguerso &lt;br /&gt;
| bianca.federici at unige.it&lt;br /&gt;
|-&lt;br /&gt;
| 72.&lt;br /&gt;
| [http://www.eiic.ulpgc.es/ Universidad de Las Palmas de Gran Canaria - Escuela de Ingenierías Industriales y Civiles - Grado en Ingenieria Geomática y Topografía]&lt;br /&gt;
| Las Palmas de Gran Canaria&lt;br /&gt;
| Spain&lt;br /&gt;
| Europe&lt;br /&gt;
| -15.456207, 28.069303&lt;br /&gt;
| 2014-03-23&lt;br /&gt;
| &lt;br /&gt;
|Fernando Toscano Benítez&lt;br /&gt;
| sub_dgn at eiic.ulpgc.es&lt;br /&gt;
|-&lt;br /&gt;
| 73.&lt;br /&gt;
| [http://carsilab.org Center for Advanced Research on Spatial Information, Hunter College - CUNY]&lt;br /&gt;
| New York&lt;br /&gt;
| US&lt;br /&gt;
| North America&lt;br /&gt;
| -73.964831, 40.768703&lt;br /&gt;
| 2014-04-04&lt;br /&gt;
|&lt;br /&gt;
| Carson Farmer&lt;br /&gt;
| carson.farmer at hunter.cuny.edu&lt;br /&gt;
|-&lt;br /&gt;
| 74.&lt;br /&gt;
| [http://www.digital-earth.edu.gr/index.php/en/ Hellenic digital earth Centre of Excellence, Aristotle University of Thessaloniki - AUTH]&lt;br /&gt;
| Thessaloniki&lt;br /&gt;
| Greece&lt;br /&gt;
| Europe&lt;br /&gt;
| 22.961498, 40.627516&lt;br /&gt;
| 2014-04-05&lt;br /&gt;
|&lt;br /&gt;
| Nikos Lambrinos&lt;br /&gt;
| labrinos at eled.auth.gr&lt;br /&gt;
|-&lt;br /&gt;
| 75.&lt;br /&gt;
| [http://www.zgis.at/ Interfaculty Department of Geoinformatics - Z_GIS, University of Salzburg]&lt;br /&gt;
| Salzburg&lt;br /&gt;
| Austria&lt;br /&gt;
| Europe&lt;br /&gt;
| 13.039586, 47.823711&lt;br /&gt;
| 2014-04-14&lt;br /&gt;
| [http://www.unigis.net The UNIGIS International Association is the distance education initiative offering masters and diploma programmes in Geographical Information Science and Systems]&lt;br /&gt;
| Hermann Klug&lt;br /&gt;
| hermann.klug at sbg.ac.at&lt;br /&gt;
|-&lt;br /&gt;
| 76.&lt;br /&gt;
|[http://gisciencegroup.ucalgary.ca The GI Science Group @ the Department of Geomatics Engineering, University of Calgary]&lt;br /&gt;
| Calgary&lt;br /&gt;
| Canada&lt;br /&gt;
| North America&lt;br /&gt;
| -114.132457, 51.079735&lt;br /&gt;
| 2014-04-22&lt;br /&gt;
| in the process of being established&lt;br /&gt;
| Andrew Hunter&lt;br /&gt;
| ahunter at ucalgary.ca&lt;br /&gt;
|-&lt;br /&gt;
| 77.&lt;br /&gt;
| Ben Gurion University of the Negev (BGU)&lt;br /&gt;
| Sede Boqer and Beer Sheva&lt;br /&gt;
| Israel&lt;br /&gt;
| Europe&lt;br /&gt;
| 34.78346, 30.85332&lt;br /&gt;
| 2014-04-22&lt;br /&gt;
| in the process of being established&lt;br /&gt;
| Yaakov GARB&lt;br /&gt;
| ygarb at bgu.ac.il&lt;br /&gt;
|-&lt;br /&gt;
| 78.&lt;br /&gt;
| [http://www.grf.bg.ac.rs/fakultet/ka/e?kid=5 University of Belgrade, Faculty of Civil Engineering, Department of geodesy and geoinformatics]&lt;br /&gt;
| Belgrade&lt;br /&gt;
| Serbia&lt;br /&gt;
| Europe&lt;br /&gt;
| 20.476321, 44.805499&lt;br /&gt;
| 2014-05-03&lt;br /&gt;
| http://osgl.grf.bg.ac.rs/&lt;br /&gt;
| Milan Kilibarda&lt;br /&gt;
| kili at grf.bg.ac.rs&lt;br /&gt;
|-&lt;br /&gt;
| 79.&lt;br /&gt;
| Open Geospatial Laboratory of Northeast Institute of Geography and Agroecology, CAS&lt;br /&gt;
| Changchun, Jilin&lt;br /&gt;
| China&lt;br /&gt;
| Asia&lt;br /&gt;
| 125.400779, 43.99896&lt;br /&gt;
| 2014-05-26&lt;br /&gt;
| http://lab.osgeo.cn/en&lt;br /&gt;
| [[User:BuKun|Bu Kun]]&lt;br /&gt;
| See Profile page&lt;br /&gt;
|-&lt;br /&gt;
| 80.&lt;br /&gt;
| [http://www.baycollege.edu/gis Bay College ] &lt;br /&gt;
| Escanaba, Michigan&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -87.163050, 45.773875&lt;br /&gt;
| 2014-06-07&lt;br /&gt;
| GIS degree in process of being established. &lt;br /&gt;
| Karl Linderoth&lt;br /&gt;
| linderok at baycollege.edu&lt;br /&gt;
|-&lt;br /&gt;
| 81.&lt;br /&gt;
| [http://lab.osgeo.org.ua/ Taras Shevchenko National University of Kyiv (TSNUK) OSGeo Research and Education Lab], Faculty of Geography, Department of Physical Geography and Geoecology &lt;br /&gt;
| Kyiv&lt;br /&gt;
| Ukraine&lt;br /&gt;
| Europe&lt;br /&gt;
| 30.4752782, 50.3825971&lt;br /&gt;
| 2014-07-11&lt;br /&gt;
| Geospatial analysis and modeling for landscape-ecological studies, and spatial planning; QGIS, SAGA GIS, and PostGIS; QGIS Ukraine User Group; http://lab.osgeo.org.ua &lt;br /&gt;
| [[User:Darsvid|Daria Svidzinska]]&lt;br /&gt;
| d.svidzinska at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 82.&lt;br /&gt;
| [http://geospatial.ucdenver.edu/foss4g/ University of Colorado Denver, Department of Geography and Environmental Sciences]&lt;br /&gt;
| Denver, CO&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -105.0019444, 39.0122222&lt;br /&gt;
| 2014-08-17&lt;br /&gt;
|http://geospatial.ucdenver.edu/foss4g/ &lt;br /&gt;
| Rafael Moreno&lt;br /&gt;
| Rafael.Moreno at ucdenver.edu&lt;br /&gt;
|-&lt;br /&gt;
| 83.&lt;br /&gt;
| French Space Agency CNES&lt;br /&gt;
| Toulouse&lt;br /&gt;
| France&lt;br /&gt;
| Europe&lt;br /&gt;
| 1.481608, 43.561984&lt;br /&gt;
| 2014-07-17&lt;br /&gt;
| in the process of being established&lt;br /&gt;
| [[User:Grizonnetm| Manuel Grizonnet]]&lt;br /&gt;
| manuel.grizonnet at cnes.fr&lt;br /&gt;
|-&lt;br /&gt;
| 84.&lt;br /&gt;
| Direccion Nacional de Topografia - MTOP&lt;br /&gt;
| Montevideo&lt;br /&gt;
| Uruguay&lt;br /&gt;
| South America&lt;br /&gt;
| -56.203617, -34.905912&lt;br /&gt;
| 2014-08-15&lt;br /&gt;
| [https://gvsigbatovi.wordpress.com/  gvSIG educa/batovi]&lt;br /&gt;
| Sergio Acosta Y Lara&lt;br /&gt;
| sergio.acostaylara at mtop.gub.uy&lt;br /&gt;
|-&lt;br /&gt;
| 85.&lt;br /&gt;
| [http://www.agt.bme.hu/index_e.html Department of Geodesy and Surveying, Budapest University of Technology and Economics]&lt;br /&gt;
| Budapest&lt;br /&gt;
| Hungary&lt;br /&gt;
| Europe&lt;br /&gt;
| 19.054403, 47.481916&lt;br /&gt;
| 2014-08-19&lt;br /&gt;
| in/outdoor positioning, sensor integration, QGIS plugins, MapServer, GRASS GIS, PostGIS, OSGeo Live, ... [http://www.agt.bme.hu/osgeolab/?lang=en http://www.agt.bme.hu/osgeolab/?lang=en]&lt;br /&gt;
| [[User:Siki| Zoltan Siki]]&lt;br /&gt;
| siki at agt.bme.hu&lt;br /&gt;
|-&lt;br /&gt;
| 86.&lt;br /&gt;
| Center for Geographic Analysis, Harvard University&lt;br /&gt;
| Cambridge MA&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| &lt;br /&gt;
| 2014-09-17&lt;br /&gt;
| in process of being established, [http://worldmap.harvard.edu WorldMap]&lt;br /&gt;
| Ben Lewis&lt;br /&gt;
| blewis at cga.harvard.edu&lt;br /&gt;
|-&lt;br /&gt;
| 87.&lt;br /&gt;
| Community Mapping Lab Green Mountain College&lt;br /&gt;
| Poultney, VT&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -73.240679, 43.515866&lt;br /&gt;
| 2014-09-17&lt;br /&gt;
| in process of being established, http://gmcmaplab.blog.com/?page_id=50&lt;br /&gt;
| John Van Hoesen&lt;br /&gt;
| vanhoesenj at greenmtn.edu&lt;br /&gt;
|- &lt;br /&gt;
| 88.&lt;br /&gt;
| [http://nemac.unca.edu/  National Environmental Modeling and Analysis Center (NEMAC)], UNC Asheville&lt;br /&gt;
| Asheville, NC&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -82.55149, 35.59506&lt;br /&gt;
| 2014-09-18&lt;br /&gt;
| in process of being established&lt;br /&gt;
|  John Derek Morgan&lt;br /&gt;
| jdmorgan at unca.edu&lt;br /&gt;
|-&lt;br /&gt;
| 89.&lt;br /&gt;
| Birds Eye View GIS&lt;br /&gt;
| Albuquerque, NM&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -106.60893, 35.068353&lt;br /&gt;
| 2014-09-18&lt;br /&gt;
| [http://foss4geo.org/ FOSS4G Academy development]&lt;br /&gt;
| Kurt Menke&lt;br /&gt;
| kurt at birdseyeviewgis.com&lt;br /&gt;
|-&lt;br /&gt;
| 90.&lt;br /&gt;
| [http://gis.blog.ryerson.ca/ Geographic Information Science and Systems Research Group], Department of Geography and Environmental Studies, Ryerson University&lt;br /&gt;
| Toronto&lt;br /&gt;
| Canada&lt;br /&gt;
| North America&lt;br /&gt;
| -79.38097, 43.65910&lt;br /&gt;
| 2014-10-03&lt;br /&gt;
| Open-source Web mapping, participatory Geoweb, and spatial multi-criteria decision analysis tools; research, teaching, and consulting using QGIS and other OSGeo software&lt;br /&gt;
| [[User:Crinner| Claus Rinner]]&lt;br /&gt;
| crinner at ryerson dot ca&lt;br /&gt;
|-&lt;br /&gt;
| 91.&lt;br /&gt;
| [http://www.gpem.uq.edu.au/ School of Geography Planning and Environmental Management ], University of Queensland&lt;br /&gt;
| Brisbane&lt;br /&gt;
| Australia&lt;br /&gt;
| Australia&lt;br /&gt;
| &lt;br /&gt;
| 2014-12-12&lt;br /&gt;
| Website under construction&lt;br /&gt;
| David Pullar&lt;br /&gt;
| d.pullar at uq.edu.au&lt;br /&gt;
|-&lt;br /&gt;
| 92.&lt;br /&gt;
| [http://www-etis.ensea.fr/ ETIS Lab ENSEA UCP CNRS UMR 8051 ], University of Cergy Pontoise&lt;br /&gt;
| Cergy Pontoise&lt;br /&gt;
| France&lt;br /&gt;
| Europe&lt;br /&gt;
| 2.085741, 49.043274&lt;br /&gt;
| 2015-03-10&lt;br /&gt;
| Website under construction&lt;br /&gt;
| [[User:kotzino | Dimitris Kotzinos]]&lt;br /&gt;
| kotzino at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 93.&lt;br /&gt;
| Department of Global Studies, Warren Wilson College&lt;br /&gt;
| Asheville NC&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| -82.4420794, 35.6115585&lt;br /&gt;
| 2015-04-19&lt;br /&gt;
| Website under construction&lt;br /&gt;
| David Abernathy&lt;br /&gt;
| dabernathy@warren-wilson.edu&lt;br /&gt;
|-&lt;br /&gt;
| 94.&lt;br /&gt;
| The Spatial Lab, Dept of Geography &amp;amp; Environmental Studies Wilfrid Laurier University&lt;br /&gt;
| Waterloo, ON&lt;br /&gt;
| Canada&lt;br /&gt;
| North America&lt;br /&gt;
| -80.529557, 43.474073&lt;br /&gt;
| 2015-05-01&lt;br /&gt;
| &lt;br /&gt;
| Colin Robertson&lt;br /&gt;
| crobertson at wlu.ca&lt;br /&gt;
|-&lt;br /&gt;
| 95.&lt;br /&gt;
| National Authority for Remote Sensing &amp;amp; Space Sciences&lt;br /&gt;
| Cairo&lt;br /&gt;
| Egypt&lt;br /&gt;
| Africa&lt;br /&gt;
| 30.0500, 31.2333&lt;br /&gt;
| 2015-05-01&lt;br /&gt;
| Improving the quality of Education/Vocational Education using Geospatial Technology based on FOSS&lt;br /&gt;
| Rania Elsayed&lt;br /&gt;
| ranyaalsayed at gmail.com&lt;br /&gt;
|-&lt;br /&gt;
| 96.&lt;br /&gt;
| [http://sgugit.ru/en/collaboration/international-cooperation/siberian-opensource-geospatial-lab/ Geomatics and Virtual Reality Research Group], Siberian State University of Geosystems and Technologies&lt;br /&gt;
| Novosibirsk&lt;br /&gt;
| Russian Federation&lt;br /&gt;
| Europe&lt;br /&gt;
| 82.863503, 54.986816&lt;br /&gt;
| 2015-05-18&lt;br /&gt;
| In process of being established&lt;br /&gt;
| Alexey Kolesnikov, Pavel Kikin&lt;br /&gt;
| alekseykw at gmail.com, it-technologies at yandex.ru&lt;br /&gt;
|-&lt;br /&gt;
| 97.&lt;br /&gt;
| [http://smart.uow.edu.au/osgeo/index.html SMART Open Source Geospatial Laboratory], University of Wollongong &lt;br /&gt;
| Wollongong&lt;br /&gt;
| Australia&lt;br /&gt;
| Australia&lt;br /&gt;
| 150.87889, -34.40596&lt;br /&gt;
| 2014-10-17&lt;br /&gt;
| &lt;br /&gt;
| Dr Tomas Holderness&lt;br /&gt;
| tomas at uow.edu.au&lt;br /&gt;
|-&lt;br /&gt;
| 98.&lt;br /&gt;
| [http://www.fmt.bme.hu/ Department of Photogrammetry and Geoinformatics, Faculty of Civil Engineering, Budapest University of Technology and Economics]&lt;br /&gt;
| Budapest&lt;br /&gt;
| Hungary&lt;br /&gt;
| Europe&lt;br /&gt;
| 19.054717, 47.481911&lt;br /&gt;
| 2015-06-29&lt;br /&gt;
| Geospatial analysis, modeling and remote sensing, Curriculum development on QGIS&lt;br /&gt;
| Dr. Gyorgy Szabo&lt;br /&gt;
| szabo.gyorgy at epito.bme.hu&lt;br /&gt;
|-&lt;br /&gt;
|99.&lt;br /&gt;
| Geospatial Exploration Lab, Department of Geosciences, East Tennessee State University&lt;br /&gt;
| Johnson City, Tennessee&lt;br /&gt;
| USA&lt;br /&gt;
| North America&lt;br /&gt;
| &lt;br /&gt;
| 2015-06-18&lt;br /&gt;
| &lt;br /&gt;
| Dr. Andrew Joyner&lt;br /&gt;
| joynert@mail.etsu.edu&lt;br /&gt;
|-&lt;br /&gt;
|100.&lt;br /&gt;
| [http://www.geoinformatics.upol.cz/eosgeo Dept. of Geoinformatics, Palacký University Olomouc]&lt;br /&gt;
| Olomouc&lt;br /&gt;
| Czech Republic&lt;br /&gt;
| Europe&lt;br /&gt;
| 49.593812,17.26551&lt;br /&gt;
| 2015-06-29&lt;br /&gt;
| Courses with open source products&lt;br /&gt;
| Dr. Rostislav Nétek&lt;br /&gt;
| rostislav.netek@upol.cz&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Geo for All&amp;quot; Industry Partners ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;6&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
!&lt;br /&gt;
! Organisation&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Coordinates (longitude, latitude)&lt;br /&gt;
! Application received / Announced&lt;br /&gt;
! Notes (projects, collaborations, etc)&lt;br /&gt;
! Contact names&lt;br /&gt;
! Contact emails&lt;br /&gt;
|-&lt;br /&gt;
|1.&lt;br /&gt;
| [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
| Zurich&lt;br /&gt;
| Switzerland&lt;br /&gt;
| Europe&lt;br /&gt;
| 8.528522,47.370273&lt;br /&gt;
| 2015-07-03&lt;br /&gt;
| Partnership with [http://karlinapp.ethz.ch/osgl/ ETH Zurich]&lt;br /&gt;
| Pirmin Kalberer&lt;br /&gt;
| info at sourcepole dot com&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Geo for All&amp;quot; Government Partners ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;6&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
!&lt;br /&gt;
! Organisation&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Coordinates (longitude, latitude)&lt;br /&gt;
! Application received / Announced&lt;br /&gt;
! Notes (projects, collaborations, etc)&lt;br /&gt;
! Contact names&lt;br /&gt;
! Contact emails&lt;br /&gt;
|-&lt;br /&gt;
|1.&lt;br /&gt;
| [http://www.example.com Sample entry]&lt;br /&gt;
| Small Town&lt;br /&gt;
| Beautiful Country&lt;br /&gt;
| Continent&lt;br /&gt;
| dd.dddddd, dd.dddddd&lt;br /&gt;
| 2015-07-02&lt;br /&gt;
| Delete this entry when adding the first lab &lt;br /&gt;
| Contact Person(s)&lt;br /&gt;
| contact@example.com&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Geo for All&amp;quot; NGO Partners ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;6&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
!&lt;br /&gt;
! Organisation&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Coordinates (longitude, latitude)&lt;br /&gt;
! Application received / Announced&lt;br /&gt;
! Notes (projects, collaborations, etc)&lt;br /&gt;
! Contact names&lt;br /&gt;
! Contact emails&lt;br /&gt;
|-&lt;br /&gt;
|1.&lt;br /&gt;
| [http://www.example.com Sample entry]&lt;br /&gt;
| Small Town&lt;br /&gt;
| Beautiful Country&lt;br /&gt;
| Continent&lt;br /&gt;
| dd.dddddd, dd.dddddd&lt;br /&gt;
| 2015-07-02&lt;br /&gt;
| Delete this entry when adding the first lab &lt;br /&gt;
| Contact Person(s)&lt;br /&gt;
| contact@example.com&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Interested in joining the &amp;quot;Geo for All&amp;quot; initiative? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As the lab network is expanding fast, we have also setup nodal contacts for each regions:&lt;br /&gt;
 &lt;br /&gt;
# North America - Helena Mitasova (USA), Charles Schweik (USA), Phillip Davis (USA) &lt;br /&gt;
# South America - Sergio Acosta y Lara (Uruguay) and Silvana Camboim (Brazil) &lt;br /&gt;
# Europe -  Maria Brovelli (Italy) and Anne Ghilsa (Germany) &lt;br /&gt;
# Asia (including Australia)- Tuong Thuy Vu (Malaysia/Vietnam) and Venkatesh Raghavan (Japan/India) &lt;br /&gt;
# Africa -  Rania Elsayed Ibrahim (Egypt), Serena Coetzee (South Africa) and Bridget Fleming (South Africa) &lt;br /&gt;
&lt;br /&gt;
Email the regonial mailing lists and contact the region chairs to start the conversation and they will be happy to discuss details and guide you through the process. The full criteria at http://wiki.osgeo.org/wiki/Geoforall_criteria&lt;br /&gt;
&lt;br /&gt;
=== Key requirements for  joining the &amp;quot;ICA-OSGeo-ISPRS Labs&amp;quot; initiative ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(A) Your local organisation MUST BE COMMITTED TO CONTRIBUTE to the vision outlined in the ICA-OSGeo MoU [1]http://wiki.osgeo.org/wiki/MOU_ICA to develop collaboration opportunities for academia, industry and government organisations in free and open source GIS software , FOSS, open data , open access (publications) and contribute to open education in the future. All participants should contribute to Education, Research and Service for the benefit and betterment of humanity as the key guiding principle and work towards the vision of the UN Millennium Development Goals [2] http://www.un.org/millenniumgoals/ for building a better world.&lt;br /&gt;
&lt;br /&gt;
(B) At least one person at your institution or organization should have strong knowledge in geospatial information science and vision to lead this activity and to build a team of people, locally. This person should act as a liaison officer to the initiative.&lt;br /&gt;
&lt;br /&gt;
(C) There should be a website established for your Open Source Geospatial Laboratory listing current research, people, and training information. This web presence will allow other nodes in the network and the general public to understand and promote your local efforts around research and teaching of open source geospatial technologies and approaches. The website should be established within a year of the lab announcement and has to be maintained at least annually.&lt;br /&gt;
&lt;br /&gt;
(D) GEO4ALL MAKES A COMMITMENT TO promote the initiative widely through OSGeo, ICA and ISPRS channels to help build up collaboration opportunities for the future. We will also do a joint press release to announce the initiative and start building collaborations. A primary collaborative initiative continues to be the creation and maintenance of shared open access educational resources and/or active participation in the open source software and data development. We will also add the information of all labs in the Open Geospatial Lab network node site within OSGeo website so that all participating labs urls are added and linked.&lt;br /&gt;
&lt;br /&gt;
Open Education is the simple and powerful idea that the world’s knowledge is a public good and that technology in general and the Worldwide Web in particular provide an extraordinary opportunity for everyone to share, use, and reuse knowledge. Open educational resources (OERs) are free and openly licensed educational materials that can be used for teaching and learning. Open educational resources include full courses, course materials, modules, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.&lt;br /&gt;
We especially welcome applications from universities, educational institutes, government organisations in developing countries to help develop capacity building in geospatial education by establishing Open Source Geo Labs and support Open Education initiatives worldwide.&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
; Next meeting:&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
; Past Meetings:&lt;br /&gt;
* [[ICA OSGeo Lab Network 2013-09-05]] 18.00 UTC&lt;br /&gt;
* [[ICA OSGeo Lab Network 2013-07-29]] 14.00 UTC&lt;br /&gt;
* [[ICA OSGeo Lab Network 2013-05-02]] 14.00 UTC&lt;br /&gt;
* [[ICA OSGeo Lab Network 2013-06-06]] 14.00 UTC&lt;br /&gt;
&lt;br /&gt;
== ICA-OSGeo-ISPRS Lab Network Research and Teaching Areas ==&lt;br /&gt;
&lt;br /&gt;
[[ICA_OSGeo_Lab_Research_areas]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[ICA_OSGeo_Lab_Teaching_areas]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Education]]&lt;br /&gt;
[[Category: ICA OSGeo Lab Network]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79340</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79340"/>
		<updated>2014-08-18T07:34:05Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: twitter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pirmin Kalberer===&lt;br /&gt;
[[File:OSGeo_compass300.png|thumb|right|100px|Pirmin Kalberer]]&lt;br /&gt;
&lt;br /&gt;
Co-founder and Managing director, [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
&lt;br /&gt;
Location: Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Pirmin is an active Geospatial Open Source community member since 2002. He works for Sourcepole, a Swiss based commercial Open Source company.&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_charter.png|link=OSGeo_Advocate#OSGeo_Charter_Members]] [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]] [[File:OSGeo_coder.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://qgis.org/ QGIS] committer: 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
:* [http://www.gdal.org/ogr/ GDAL/OGR] committer: Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
:* [http://mapfish.org/doc/implementations/rails.html Mapfish] committer: Ruby server implementation&lt;br /&gt;
:* Code contributions to [http://mapserver.org/ UMN Mapserver], [http://www.tinyows.org/ TinyOWS] and other OSGeo software&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UMN Mapserver: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
[http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
https://github.com/pka/&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
:* Creator of the first OSS GIS Live CD ([http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]) and several FOSSGIS projects&lt;br /&gt;
:* [http://live.osgeo.org OSGeo-Live] contributions (QGIS Server, TinyOWS, [http://osgearth.org/ osgEarth] and QGIS additions) and [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] packaging&lt;br /&gt;
:* Presenter and co-organzier at numerous conferences (FOSS4G, FOSSGIS, QGIS User conferences)&lt;br /&gt;
:* OSGeo Charter member&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: pka AT sourcepole DOT ch&lt;br /&gt;
: Twitter: [http://twitter.com/#!/PirminKalberer @PirminKalberer]&lt;br /&gt;
: Phone (work): +41 44 440 77 11&lt;br /&gt;
&lt;br /&gt;
;Spoken Languages: German, English&lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 6 August 2014&lt;br /&gt;
{{#umSetParam: 8.5285221|47.3702731|Zurich, Siwtzerland|PirminKalberer|Pirmin Kalberer}}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79121</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79121"/>
		<updated>2014-08-11T10:09:27Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: OSGeo_charter.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pirmin Kalberer===&lt;br /&gt;
[[File:OSGeo_compass300.png|thumb|right|100px|Pirmin Kalberer]]&lt;br /&gt;
&lt;br /&gt;
Co-founder and Managing director, [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
&lt;br /&gt;
Location: Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Pirmin is an active Geospatial Open Source community member since 2002. He works for Sourcepole, a Swiss based commercial Open Source company.&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_charter.png|link=OSGeo_Advocate#OSGeo_Charter_Members]] [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]] [[File:OSGeo_coder.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://qgis.org/ QGIS] committer: 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
:* [http://www.gdal.org/ogr/ GDAL/OGR] committer: Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
:* [http://mapfish.org/doc/implementations/rails.html Mapfish] committer: Ruby server implementation&lt;br /&gt;
:* Code contributions to [http://mapserver.org/ UMN Mapserver], [http://www.tinyows.org/ TinyOWS] and other OSGeo software&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UMN Mapserver: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
[http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
https://github.com/pka/&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
:* Creator of the first OSS GIS Live CD ([http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]) and several FOSSGIS projects&lt;br /&gt;
:* [http://live.osgeo.org OSGeo-Live] contributions (QGIS Server, TinyOWS, [http://osgearth.org/ osgEarth] and QGIS additions) and [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] packaging&lt;br /&gt;
:* Presenter and co-organzier at numerous conferences (FOSS4G, FOSSGIS, QGIS User conferences)&lt;br /&gt;
:* OSGeo Charter member&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: pka AT sourcepole DOT ch&lt;br /&gt;
: Phone (work): +41 44 440 77 11&lt;br /&gt;
&lt;br /&gt;
;Spoken Languages: German, English&lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 6 August 2014&lt;br /&gt;
{{#umSetParam: 8.5285221|47.3702731|Zurich, Siwtzerland|PirminKalberer|Pirmin Kalberer}}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79029</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=79029"/>
		<updated>2014-08-08T06:56:53Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Pirmin Kalberer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pirmin Kalberer===&lt;br /&gt;
[[File:OSGeo_compass300.png|thumb|right|100px|Pirmin Kalberer]]&lt;br /&gt;
&lt;br /&gt;
Co-founder and Managing director, [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
&lt;br /&gt;
Location: Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Pirmin is an active Geospatial Open Source community member since 2002. He works for Sourcepole, a Swiss based commercial Open Source company.&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]] [[File:OSGeo_coder.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://qgis.org/ QGIS] committer: 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
:* [http://www.gdal.org/ogr/ GDAL/OGR] committer: Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
:* [http://mapfish.org/doc/implementations/rails.html Mapfish] committer: Ruby server implementation&lt;br /&gt;
:* Code contributions to [http://mapserver.org/ UMN Mapserver], [http://www.tinyows.org/ TinyOWS] and other OSGeo software&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UMN Mapserver: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
[http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
https://github.com/pka/&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
:* Creator of the first OSS GIS Live CD ([http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]) and several FOSSGIS projects&lt;br /&gt;
:* [http://live.osgeo.org OSGeo-Live] contributions (QGIS Server, TinyOWS, [http://osgearth.org/ osgEarth] and QGIS additions) and [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] packaging&lt;br /&gt;
:* Presenter and co-organzier at numerous conferences (FOSS4G, FOSSGIS, QGIS User conferences)&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: pka AT sourcepole DOT ch&lt;br /&gt;
: Phone (work): +41 44 440 77 11&lt;br /&gt;
&lt;br /&gt;
;Spoken Languages: German, English&lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 6 August 2014&lt;br /&gt;
{{#umSetParam: 8.5285221|47.3702731|Zurich, Siwtzerland|PirminKalberer|Pirmin Kalberer}}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=78993</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=78993"/>
		<updated>2014-08-06T10:15:12Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Pirmin Kalberer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pirmin Kalberer===&lt;br /&gt;
[[File:OSGeo_compass300.png|thumb|right|100px|Pirmin Kalberer]]&lt;br /&gt;
&lt;br /&gt;
Co-founder and Managing director, [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
&lt;br /&gt;
Location: Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Pirmin is an active Geospatial Open Source community member since 2002. He works for Sourcepole, a Swiss based company commercial open source company.&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]] [[File:OSGeo_coder.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://qgis.org/ QGIS] committer: 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
:* [http://www.gdal.org/ogr/ GDAL/OGR] committer: Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
:* [http://mapfish.org/doc/implementations/rails.html Mapfish] committer: Ruby server implementation&lt;br /&gt;
:* Code contributions to [http://mapserver.org/ UMN Mapserver], [http://www.tinyows.org/ TinyOWS] and other OSGeo software&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UMN Mapserver: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
[http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
https://github.com/pka/&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
:* Creator of the first OSS GIS Live CD ([http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]) and several FOSSGIS projects&lt;br /&gt;
:* [http://live.osgeo.org OSGeo-Live] contributions (QGIS Server, TinyOWS, [http://osgearth.org/ osgEarth] and QGIS additions) and [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] packaging&lt;br /&gt;
:* Presenter and co-organzier at numerous conferences (FOSS4G, FOSSGIS, QGIS User conferences)&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: pka AT sourcepole DOT ch&lt;br /&gt;
: Phone (work): +41 44 440 77 11&lt;br /&gt;
&lt;br /&gt;
;Spoken Languages: German, English&lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 6 August 2014&lt;br /&gt;
{{#umSetParam: 8.5285221|47.3702731|Zurich, Siwtzerland|PirminKalberer|Pirmin Kalberer}}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=OSGeo_Advocate&amp;diff=78992</id>
		<title>OSGeo Advocate</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=OSGeo_Advocate&amp;diff=78992"/>
		<updated>2014-08-06T10:12:17Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: User:Pirmin_Kalberer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
OSGeo Advocates are authoritative OSGeo personalities who have volunteered to talk on behalf of the [http://osgeo.org OSGeo foundation]. Advocates should be able to speak well, even better if they are entertaining.&lt;br /&gt;
&lt;br /&gt;
There are hundreds, if not thousands of conferences around the world which have an interest in seeing presentations from authoritative speakers, with deep insights into topics related to Open Source Geospatial Software. Luckily, OSGeo is fortunate to draw extensive membership from around the world, and has access to such authoritative figures within most countries.&lt;br /&gt;
&lt;br /&gt;
= Process for becoming an OSGeo Advocate =&lt;br /&gt;
&lt;br /&gt;
Anyone fitting one of the [[OSGeo_Advocate#Understanding_OSGeo_roles|OSGeo Advocate categories]], may put themselves forward as an OSGeo Advocate. To do so, you will need to:&lt;br /&gt;
* Create an OSGeo wiki account, to edit this wiki (See &amp;quot;login&amp;quot; link in top right of this page).&lt;br /&gt;
* Add a portrait photo of yourself using the [http://wiki.osgeo.org/wiki/Special:Upload Upload file] link in left margin in each page.&lt;br /&gt;
* Create a new wiki page http://wiki.osgeo.org/wiki/User:YourOSGeoWikiUserName, and populate as per [[User:Template]], (copy and paste from the [http://wiki.osgeo.org/index.php?title=User:Template&amp;amp;action=edit source] so that you see comments in the template).&lt;br /&gt;
* You can then add your profile on [[OSGeo_Advocate#OSGeo_Advocates|this wiki page]], under your Region:Country, names ordered alphabetically by First name, using the following:&lt;br /&gt;
  {{User:&amp;lt;YourOSGeoWikiUserName&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
= Annual Refresh of Advocate list =&lt;br /&gt;
* The list of OSGeo Advocates will be refreshed annually, after the annual voting of OSGeo Charter Members. This will be achieved by removing lapsed Advocates, then moving all Current Advocates into the Past Advocate section. All Advocates will be invited to update their profile, and move their profile back into the current Advocates section.&lt;br /&gt;
&lt;br /&gt;
= Advocates =&lt;br /&gt;
&lt;br /&gt;
== Advocate Map ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{#umAllUserMap: width|height|zoom|centerat|baselayer|navbar}} --&amp;gt;&lt;br /&gt;
{{#umAllUserMap:}}&lt;br /&gt;
&lt;br /&gt;
== Africa:Ghana ==&lt;br /&gt;
{{User:Eyedol}}&lt;br /&gt;
&lt;br /&gt;
== Africa:South Africa ==&lt;br /&gt;
=== Gavin Fleming ===&lt;br /&gt;
{{User:Gfleming}}&lt;br /&gt;
{{User:Sokolic}}&lt;br /&gt;
{{User:Timlinux}}&lt;br /&gt;
&lt;br /&gt;
== Asia:India ==&lt;br /&gt;
{{User:ravivundavalli}}&lt;br /&gt;
{{User:Chaitanya}}&lt;br /&gt;
&lt;br /&gt;
== Asia:Japan ==&lt;br /&gt;
{{User:Yoichi}}&lt;br /&gt;
{{User:danielkastl}}&lt;br /&gt;
{{User:Tosseto}}&lt;br /&gt;
&lt;br /&gt;
===[http://cse.niaes.affrc.go.jp/niwasaki/ Nobusuke Iwasaki]===&lt;br /&gt;
&lt;br /&gt;
[[File:Iwasaki.jpg|thumb|right|100px|Nobusuke Iwasaki]]&lt;br /&gt;
&lt;br /&gt;
Senior Researcher, [http://www.niaes.affrc.go.jp/index_e.html National Institute for Agro-Environmental Sciences]&lt;br /&gt;
&lt;br /&gt;
Location: Tsukuba, Japan&lt;br /&gt;
&lt;br /&gt;
Nobusuke Iwasaki is researcher of land use change and rural planning and extensively using FOSS4G. Also, he is one of the main organizers of FOSS4G-Japan event and proactively commits promotion and dissemination of FOSS4G, especially academic sector. He strongly contributes [http://www.osgeo.jp/foss4g-mext/ some academic project which aims utilization of satellite image and FOSS4G for beginners and non-specialist user]. &lt;br /&gt;
The major his product is [http://habs.dc.affrc.go.jp Historical Agro-Environmental Browsing System (HABS)], which is commended [http://psgsv2.gsi.go.jp/koukyou/G-award/list_award1.html the first Cyber Japan Award].&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://www.osgeo.jp/ OSGeo Japan Chapter] Board member since 2008&lt;br /&gt;
:* member of [http://www.gisa-japan.org/  GIS Assosiation of JAPAN] &lt;br /&gt;
:* member of [https://sites.google.com/site/foss4gsig/ FOSS4G special interest group]  in GIS Assosiation of JAPAN&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: wata909 AT gmail DOT com&lt;br /&gt;
: Skype: wata909&lt;br /&gt;
&lt;br /&gt;
;Profile last updated&lt;br /&gt;
:2013-07-11&lt;br /&gt;
&lt;br /&gt;
== Asia:Korea ==&lt;br /&gt;
{{User:Sanghee}}&lt;br /&gt;
&lt;br /&gt;
==Asia:Philippines==&lt;br /&gt;
{{User:Maning}}&lt;br /&gt;
&lt;br /&gt;
== Asia:Malaysia ==&lt;br /&gt;
{{User:Thuygeo}}&lt;br /&gt;
&lt;br /&gt;
== Asia:Sri Lanka ==&lt;br /&gt;
{{User:Nimalika}}&lt;br /&gt;
 &lt;br /&gt;
== Australia ==&lt;br /&gt;
{{User:camerons}}&lt;br /&gt;
{{User:NathanW}}&lt;br /&gt;
{{User:jive}}&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
{{User:Dmorissette}}&lt;br /&gt;
{{User:Aross}}&lt;br /&gt;
{{User:Gzeiss}}&lt;br /&gt;
{{User:Mdavis}}&lt;br /&gt;
{{User:Pwramsey3}}&lt;br /&gt;
{{User:Simonmercier}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Belgium ==&lt;br /&gt;
{{User:Dirkf}}&lt;br /&gt;
{{User:Johanvdw}}&lt;br /&gt;
{{User:Pieterdg}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Czech Republic ==&lt;br /&gt;
{{User:Jachym}}&lt;br /&gt;
{{User:KarelCharvat}}&lt;br /&gt;
{{User:Martinl}}&lt;br /&gt;
&lt;br /&gt;
== Europe:France ==&lt;br /&gt;
{{User:Djay}}&lt;br /&gt;
{{User:JRM}}&lt;br /&gt;
{{User:grizonnetm}}&lt;br /&gt;
{{User:NBozon}}&lt;br /&gt;
{{User:volaya}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Germany ==&lt;br /&gt;
{{User:Aghisla}}&lt;br /&gt;
{{User:Arnulf Christl}}&lt;br /&gt;
{{User:Astrid_Emde}}&lt;br /&gt;
{{User:GeoFootballer}}&lt;br /&gt;
{{User:misev}}&lt;br /&gt;
{{User:olt}}&lt;br /&gt;
{{User:Pebau}}&lt;br /&gt;
{{User:Stefan_A._Tzeggai}}&lt;br /&gt;
{{User:Thomas_Baschetti}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Greece ==&lt;br /&gt;
{{User:Kalxas}}&lt;br /&gt;
{{User:ArArgyridis}}&lt;br /&gt;
{{User:kotzino}}&lt;br /&gt;
{{User:Nikos}}&lt;br /&gt;
{{User:Chiossif}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Italy ==&lt;br /&gt;
{{User:Madi}}&lt;br /&gt;
{{User:Lucadelu}}&lt;br /&gt;
{{User:Aaime}}&lt;br /&gt;
{{User:Maxi71}}&lt;br /&gt;
{{User:epifanio}}&lt;br /&gt;
{{User:Moovida}}&lt;br /&gt;
{{Talk:Markus_Neteler}}&lt;br /&gt;
&lt;br /&gt;
== Europe:The Netherlands ==&lt;br /&gt;
{{User:Just}}&lt;br /&gt;
{{User:bartvde}}&lt;br /&gt;
{{User:Genuchten}}&lt;br /&gt;
{{User:BarendKobben}}&lt;br /&gt;
{{User:Milovanderlinden}}&lt;br /&gt;
{{User:pmeems}}&lt;br /&gt;
{{User:Ticheler}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Portugal ==&lt;br /&gt;
{{User:Lutra}}&lt;br /&gt;
{{User:Alexneto}}&lt;br /&gt;
{{User:Santos}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Romania ==&lt;br /&gt;
{{User:Vasile}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Spain ==&lt;br /&gt;
{{User:Lluís}}&lt;br /&gt;
{{User:vehrka}}&lt;br /&gt;
{{User:Michogar}}&lt;br /&gt;
{{User:Delawen}}&lt;br /&gt;
{{User:Adiez}}&lt;br /&gt;
{{User:Jsanz}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Europe:Switzerland ==&lt;br /&gt;
{{User:Maxi71}}&lt;br /&gt;
{{User:Mbernasocchi}}&lt;br /&gt;
{{User:Pirmin_Kalberer}}&lt;br /&gt;
&lt;br /&gt;
== Europe:Ukraine ==&lt;br /&gt;
{{User:Alexbruy}}&lt;br /&gt;
&lt;br /&gt;
== Europe:United Kingdom ==&lt;br /&gt;
{{User:Ian}}&lt;br /&gt;
{{User:JoCook}}&lt;br /&gt;
{{User:Ianturton}}&lt;br /&gt;
{{User:Stevenfeldman}}&lt;br /&gt;
{{User:Sanand}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Argentina ==&lt;br /&gt;
{{User:Maurimiranda}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Brazil ==&lt;br /&gt;
{{User:Fsc7}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Chile ==&lt;br /&gt;
{{User:Perriger}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Colombia ==&lt;br /&gt;
{{User:ingenieroariel}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Ecuador ==&lt;br /&gt;
{{User:Eamado}}&lt;br /&gt;
&lt;br /&gt;
== Latin America:Mexico ==&lt;br /&gt;
{{User:Aborrell}}&lt;br /&gt;
&lt;br /&gt;
== United States ==&lt;br /&gt;
{{User:EliL}}&lt;br /&gt;
{{User:Alex Mandel}}&lt;br /&gt;
{{User:Brian Hamlin}}&lt;br /&gt;
{{User:Dnewcomb}}&lt;br /&gt;
{{User:Amyonthemap}}&lt;br /&gt;
{{User:warmerda}}&lt;br /&gt;
{{User:Helena}}&lt;br /&gt;
{{User:Wonderchook}}&lt;br /&gt;
{{User:Surveyor}}&lt;br /&gt;
{{User:Mark Lucas}}&lt;br /&gt;
{{User:msmitherdc}}&lt;br /&gt;
{{User:mpg}}&lt;br /&gt;
{{User:pmbatty}}&lt;br /&gt;
{{User:Rburhum}}&lt;br /&gt;
{{User:Sdlime}}&lt;br /&gt;
{{User:Woodbri}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [http://www.redefinedhorizons.com/printingpress/landon-blakes-bio/ Landon Blake] (AKA - The Sunburned Surveyor) ===&lt;br /&gt;
&lt;br /&gt;
[[File:landon_blake_portrait.jpg|100px|thumb|right|Landon Blake]]&lt;br /&gt;
&lt;br /&gt;
Owner, [http://www.redefinedhorizons.com Redefined Horizons]&lt;br /&gt;
&lt;br /&gt;
Location: Stockton, California, United States of America&lt;br /&gt;
&lt;br /&gt;
Landon Blake is a land surveyor and GIS programmer with a focus on OpenJUMP and CAD customization. &lt;br /&gt;
&lt;br /&gt;
* Web Page: [http://www.redefinedhorizons.com]&lt;br /&gt;
* Blog: [http://www.redefinedhorizonsblog.com]&lt;br /&gt;
* Twitter: [https://twitter.com/mapit4u]&lt;br /&gt;
* LinkedIn: [http://www.linkedin.com/in/landonblake]&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience&lt;br /&gt;
* Volunteer Editor of the OSGeo Journal&lt;br /&gt;
* Board Representative for the OSGeo California Chapter&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: sunburned dot surveyor at gmail dot com&lt;br /&gt;
: Phone (Home): 209-464-2612&lt;br /&gt;
: Phone (Cell): 209-298-7521&lt;br /&gt;
: Skype: &lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 07 14 2013&lt;br /&gt;
&lt;br /&gt;
= Past OSGeo Advocates =&lt;br /&gt;
This section lists prior listed Advocates who have not recently updated their profiles.&lt;br /&gt;
&lt;br /&gt;
= Understanding OSGeo roles =&lt;br /&gt;
&lt;br /&gt;
Below is an explanation of roles which Advocates might have been involved in as part of OSGeo:&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_board.png]] [[File:OSGeo_exboard.png]] OSGeo Board Members====&lt;br /&gt;
: We only have 9 active OSGeo board members in the world, which have been peer selected based upon their outstanding leadership in the greater OSGeo community.&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_charter.png]] OSGeo Charter Members====&lt;br /&gt;
: Charter membership is obtained through a strongly contested selection process. Members tend to be developers and leaders in one or more OSGeo projects, and/or OSGeo business leaders, and have a deep understanding in many of the OSGeo projects and principles of Open Source.&lt;br /&gt;
&lt;br /&gt;
==== [[File:SolKatz.png]] Sol Katz Award ====&lt;br /&gt;
: Every year, OSGeo presents the prestigious [http://www.osgeo.org/solkatz Sol Katz Award] to one individual who has demonstrated leadership and contributed significantly to advance open source ideals in the geospatial realm.&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_chair.png]] [[File:OSGeo_psc.png]] Voted position in an OSGeo community====&lt;br /&gt;
: These people hold a position of responsibility within one of the OSGeo sub-communities. This may be a chair of an OSGeo committee or board member of a Regional Chapter, or a member of a project's Project Steering Committee (PSC).&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_coder.png]] [[File:OSGeo_committee.png]] Developers and Committee Members====&lt;br /&gt;
: This is where the real work gets done developing and coordinating development of OSGeo Software.&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_user.png]] OSGeo Community Members====&lt;br /&gt;
: These people are actively involved in one or more OSGeo communities, acting as practitioners, users, promoters or supporters of OSGeo software. These people tend to have a practical understanding about how OSGeo software works.&lt;br /&gt;
&lt;br /&gt;
====[[File:OSGeo_translate.png]] OSGeo Translators====&lt;br /&gt;
: These people have translated documentation for OSGeo-Live, and/or OSGeo projects. They usually have an established understanding of OSGeo topics and can present them in local languages.&lt;br /&gt;
&lt;br /&gt;
= Expenses =&lt;br /&gt;
&lt;br /&gt;
This OSGeo Advocate list has been designed to help event organisors find local authoritative speakers. Events wishing to import keynote speakers should anticipate covering expenses of these speakers. Note that OSGeo is a volunteer driven organisation without paid positions of authority and OSGeo doesn't budget to cover travel expenses. Note also that unlike proprietary companies, a company promoting Open Source software don't earn license fees when a delegate is convinced to start using the free software.&lt;br /&gt;
&lt;br /&gt;
When budgeting for keynote speakers expect to cover the following expenses:&lt;br /&gt;
* Travel, typically including:&lt;br /&gt;
** airfare&lt;br /&gt;
** visa&lt;br /&gt;
** travel insurance (including overseas medical, trip disruption, lost luggage, etc)&lt;br /&gt;
** meals during travel&lt;br /&gt;
** transit costs to local and host airports&lt;br /&gt;
* Accommodation&lt;br /&gt;
** standard 3 or 4 star hotel within walking distance of the event&lt;br /&gt;
** high speed internet&lt;br /&gt;
* Per diem costs&lt;br /&gt;
** 3 meals a day&lt;br /&gt;
* Speakers fee&lt;br /&gt;
** typically $US 1000 per day. (Note that OSGeo volunteer speakers usually have a full time job and will be loosing wages for the duration of the event)&lt;br /&gt;
&lt;br /&gt;
For a rough guide of travel costs refer to the [http://aoprals.state.gov/web920/per_diem.asp US Department of State costs]&lt;br /&gt;
&lt;br /&gt;
Individual speakers may waive any of these costs if attracted to the event for other reasons, and final costs are to be negotiated with the selected speaker.&lt;br /&gt;
&lt;br /&gt;
= Other Resources =&lt;br /&gt;
Links to other organizations running a similar process. &lt;br /&gt;
* http://www.ogcnetwork.net/node/1585&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=78991</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=78991"/>
		<updated>2014-08-06T10:11:18Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: OSGeo advocate template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pirmin Kalberer===&lt;br /&gt;
[[File:OSGeo_compass300.png|thumb|right|100px|Pirmin Kalberer]]&lt;br /&gt;
&lt;br /&gt;
Co-founder and Managing director, [http://www.sourcepole.com Sourcepole]&lt;br /&gt;
&lt;br /&gt;
Location: Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Pirmin is an active Geospatial Open Source community member since 2002. He works for Sourcepole, a Swiss based company commercial open source company.&lt;br /&gt;
&lt;br /&gt;
;OSGeo Experience [[File:OSGeo_user.png|link=OSGeo_Advocate#OSGeo_Community_Members]] [[File:OSGeo_coder.png|link=OSGeo_Advocate#OSGeo_Community_Members]]:&lt;br /&gt;
:* [http://qgis.org/ QGIS] committer: 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
:* [http://www.gdal.org/ogr/ GDAL/OGR] committer: Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
:* [http://mapfish.org/doc/implementations/rails.html Mapfish] committer: Ruby server implementation&lt;br /&gt;
:* Code contributions to [http://mapserver.org/ UMN Mapserver], [http://www.tinyows.org/ TinyOWS] and other OSGeo software&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UMN Mapserver: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
[http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
https://github.com/pka/&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
:* Creator of the first OSS GIS Live CD ([http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]) and several FOSSGIS projects&lt;br /&gt;
:* [http://live.osgeo.org OSGeo-Live] contributions (QGIS Server, TinyOWS, [http://osgearth.org/ osgEarth] and QGIS additions) and [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] packaging&lt;br /&gt;
:* Presenter and co-organzier at numerous conferences (FOSS4G, FOSSGIS, QGIS User conferences)&lt;br /&gt;
&lt;br /&gt;
;Contact:&lt;br /&gt;
: Email: pka AT sourcepole DOT ch&lt;br /&gt;
: Phone (work): +41 44 440 77 11&lt;br /&gt;
&lt;br /&gt;
;Spoken Languages: German, English&lt;br /&gt;
&lt;br /&gt;
;Profile last updated: 6 August 2014&lt;br /&gt;
{{#umSetParam: 47.3702731|8.5285221|Zurich, Siwtzerland|PirminKalberer|Pirmin Kalberer}}&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=76984</id>
		<title>Vienna Code Sprint 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=76984"/>
		<updated>2014-02-28T13:22:09Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''OSGeo Code Sprint 2014 official web site: [http://vienna2014.sprint.osgeo.org http://vienna2014.sprint.osgeo.org]. Please contact us if you are interested in our [http://vienna2014.sprint.osgeo.org/sponsoring.html sponsorship opportunities].''&lt;br /&gt;
&lt;br /&gt;
'''Gold Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Airborne-Interactive.png|260px|Airborne Interactive Ltd|link=http://www.airborne.aero/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.airborne.aero/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Austrospace.png‎|260px|Austrospace|link=http://www.austrospace.at/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.austrospace.at/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-TYDAC.png‎|260px|TYDAC|link=http://www.tydac.ch]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.tydac.ch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-FOSSGIS-e.V.png‎|260px|FOSSGIS e.V.|link=http://www.fossgis.de]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.fossgis.de&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Silver Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-ITS-VR.jpg|260px|ITS Vienna Region|link=http://www.anachb.at/mehr]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.anachb.at/mehr&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Bronze Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-metaspatial.png|260px|metaspatial Institut|link=http://www.metaspatial.net/en/institute]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://metaspatial.net/en/institute http://metaspatial.net/en/institute] &lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Oslandia.png|260px|Oslandia|link=http://www.oslandia.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.oslandia.com http://www.oslandia.com] &lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-rapidlasso.png|260px|rapidlasso|link=http://rapidlasso.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://rapidlasso.com http://rapidlasso.com] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.jpg‎|260px|Azavea|link=http://www.azavea.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Venue Sponsor'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-City-of-Vienna.png|260px|City of Vienna MA 14|link=http://www.wien.gv.at/english/administration/ict/index.html]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.wien.gv.at/english/administration/ict/index.html http://www.wien.gv.at/] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Other/in-kind sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-EOX.png|120px|EOX IT Services GmbH|link=http://eox.at]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://eox.at http://eox.at] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems (as done last year at the [[Boston Code Sprint 2013]] and previous &lt;br /&gt;
years: [[IslandWood Code Sprint 2012|Island Wood]] (2012), &lt;br /&gt;
[[Montreal Code Sprint 2011|Montreal]] (2011), &lt;br /&gt;
[[New York Code Sprint 2010|New York City]] (2010), and &lt;br /&gt;
[[Toronto Code Sprint 2009|Toronto]] (2009)). This code sprint is targeting &lt;br /&gt;
members of the &amp;quot;C Tribe&amp;quot; (e.g., MapServer, QGis, GRASS, GDAL, Proj, PostGIS, &lt;br /&gt;
MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, &lt;br /&gt;
but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The City of Vienna MA 14 gladly provides the location for the Vienna Code Sprint for up to 60 sprinters in  [http://www.wien.gv.at/stadtplan/grafik.aspx?lang=de-AT&amp;amp;bookmark=zHClRv95TUbsTHFEFcAeRO5RphlRnHnkur2pH4Oprw-b-b&amp;amp;bmadr=25723751 their very new office called STAR 22] (see also [http://www.openstreetmap.org/?mlat=48.22910&amp;amp;mlon=16.45660#map=19/48.22910/16.45660 OSM map]).&lt;br /&gt;
&lt;br /&gt;
The venue is not far from the center of Vienna (~25min via train and subway) and can be reached easily from the Vienna airport via train.&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
March 24-28 2014&lt;br /&gt;
&lt;br /&gt;
Note: March 19-21 FOSSGIS Berlin&lt;br /&gt;
&lt;br /&gt;
Duration: Full week&lt;br /&gt;
&lt;br /&gt;
== Agenda ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
=== Project Plans ===&lt;br /&gt;
&lt;br /&gt;
GRASS GIS Agenda: See http://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Vienna_2014&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
Two blocks of rooms have been negotiated at the two hotels closest to the sprint venue, [http://www.hillinger.at Hotel Hillinger] ([http://www.openstreetmap.org/#map=19/48.23133/16.45037 map]) and [http://www.wienerkindl.at Hotel Wiener Kindl] ([http://www.openstreetmap.org/#map=19/48.22757/16.45428 map]). Please make your own choice.&lt;br /&gt;
&lt;br /&gt;
The rooms are blocked for the sprint week i.e. 24.-28. March 2014 whereas +/- one day should be no problem.&lt;br /&gt;
&lt;br /&gt;
Please find the lists of available rooms below. If you make a reservation for one of the listed rooms please indicate this by adding your name to the list. Thanks.&lt;br /&gt;
&lt;br /&gt;
Don't hesitate to contact me if you need any assistance.&lt;br /&gt;
&lt;br /&gt;
=== Hotel Wiener Kindl ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Wiener-Kindl&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate   || # Rooms || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 65,- || 3       || Martin Isenburg (willing to share room with 2 or 3 beds) ||&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 80,- || 6       || (Martin Dobias &amp;amp; Peter Wells), Even Rouault, Dmitry Baryshnikov ||&lt;br /&gt;
|-&lt;br /&gt;
| 3      || € 90,- || 2       || Maxim Dubinin ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The rates include breakfast buffet, sat TV, direct dial telephone, ensuite bathroom with shower, minibar, and free WLAN.&lt;br /&gt;
&lt;br /&gt;
Cancellation policy:&lt;br /&gt;
* Free cancellation until 7 days in advance&lt;br /&gt;
* 50% fee later&lt;br /&gt;
&lt;br /&gt;
These rooms are blocked until 28.02.2014. Please make your reservation via mail to &amp;quot;wienerkindl@utanet.at&amp;quot; and indicate that you're participating at the &amp;quot;OSGeo Vienna Code Sprint&amp;quot; in order to get a room of the block.&lt;br /&gt;
&lt;br /&gt;
If you really want to save on budget you might consider a room with shared bathroom and sometimes also shared shower. Note that these rooms are available at the hotel as backup rooms but not recommended. You have been warned.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Wiener-Kindl-low-budget&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate   || # Rooms || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 45,- || 3       || Radim Blazek ||&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 50,- || 2       || &amp;lt;add your name&amp;gt; ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Hotel Hillinger ===&lt;br /&gt;
&lt;br /&gt;
'''Note, in case you've seen the previous note, that today I visited the hotel again and hopefully resolved all misunderstandings.'''&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Hillinger&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate    || # Rooms                      || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 85,-  || 15 are blocked of up to 50   || &amp;lt;add your name&amp;gt; || Most of the rooms have double beds and some twin beds. Ask for your preferred choice.&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 65,-  || Same as above but single use || &amp;lt;add your name&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| 3      || € 105,- || 4                            || &amp;lt;add your name&amp;gt; || 2 of the rooms can also be used as 4 bed rooms for € 125,-.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The rates include breakfast buffet, cable and pay-TV, air conditioning, direct dial telephone, ensuite bathroom with bathtub or shower, hairdryer, and free WLAN in the whole hotel. In addition they offer free usage of the climbing hall and fitness center on the other side of the street.&lt;br /&gt;
&lt;br /&gt;
Accepted payment methods: cash or creditcard.&lt;br /&gt;
&lt;br /&gt;
Cancellation policy:&lt;br /&gt;
* Free cancellation until 7 days in advance&lt;br /&gt;
* 50% fee from 7 to 3 days in advance&lt;br /&gt;
* 100% fee later&lt;br /&gt;
&lt;br /&gt;
These rooms are blocked until 15.02.2014. Please make your reservation via mail to &amp;quot;hotel@hillinger.at&amp;quot; and indicate that you're participating at the &amp;quot;OSGeo Vienna Code Sprint&amp;quot; in order to get a room of the block.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
If you don't feel comfortable with both options we recommend to look for alternatives around Kagran ([http://www.openstreetmap.org/#map=15/48.2434/16.4341 map]) which is just a couple of stops away from the venue with the tram and also close to the city center with the subway.&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Vienna&lt;br /&gt;
* Accommodation for four nights&lt;br /&gt;
* Breakfast and dinner (partly)&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 50-60 participants. Please add your name and the projects &lt;br /&gt;
you are hoping to sprint and note the likeliness of your attendance as well as &lt;br /&gt;
any special needs.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px; width:100%&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Participants&lt;br /&gt;
|-&lt;br /&gt;
| # || Participant || Country || Arrival ||  Departure    ||  Accomodation  || Work on || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[User:schpidi|Stephan Meissl]] || AT || first day || last day || home || MapServer ||  Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[User:ahocevar|Andreas Hocevar]] || AT || first day || last day || family || OpenLayers  || Definite - No hotel needed&lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[User:pwramsey3|Paul Ramsey]] || CA || Mar 23 (AC6164) || Mar 30 (AC9159) || TBD || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||  [[User:msmitherdc|Michael Smith]]  ||    ||    ||   ||   ||  PDAL/MapServer  ||  Very Likely &lt;br /&gt;
|-&lt;br /&gt;
| 5 ||  [[Jeff McKenna]]  || CA ||  Mar 26 (AC6158) ||  Mar 31 (AC6159)  ||    || MapServer, ZOO-Project, pycsw  ||  Booked  &lt;br /&gt;
|-&lt;br /&gt;
| 6 ||  [[User:Dmorissette|Daniel Morissette]] || CA || Likely Mar 23 || Mar 31 ||    ||  MapServer, GDAL/OGR  || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 7 ||  [[User:hobu|Howard Butler]]  || USA  || Mar 22   || Mar 29    ||    ||  MapServer, GDAL/OGR, PDAL  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 8 ||  Olivier Courtin  || FR ||    ||    ||    ||  PostGIS, TinyOWS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 9 ||  [[User:Lucadelu|Luca Delucchi]] || IT ||    ||    ||    ||  GRASS GIS   ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 10 ||  [[User:Landa|Martin Landa]]  || CZ ||    ||    ||    ||  GRASS GIS, PostGIS, GDAL/OGR  ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 11 ||  [[User:Tbonfort|Thomas Bonfort]]  || FR || Mar 24 midday || Mar 28   ||    ||  MapServer  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 12 ||  [[User:Szekerest|Tamas Szekeres]]  || HU || Mar 24 midday || Mar 28 ||    ||  MapServer, GDAL/OGR  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 13 ||  [[User:Mloskot|Mateusz Loskot]]  ||    ||    ||    ||    ||  PDAL  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 14 ||  [[User:pcav|Paolo Cavallini]] ||    ||    ||    ||    ||  QGIS  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 15 ||  [[User:Neteler|Markus Neteler]] || IT ||    ||    ||    ||  GRASS GIS  || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 16 ||  [[User:kalxas|Angelos Tzotsos]]  || GR || Mar 23 (OS0802) || Mar 29 (OS0801) || TBD ||  OSGeoLive, pycsw/GeoPython/GeoNode, OTB, ZOO-Project  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 17 ||  [[User:Aghisla|Anne Ghisla]]  || DE || Mar 24  || Mar 28   ||    ||  GRASS GIS/QGIS/Translations  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 18 ||  [[User:Jachym|Jachym Cepicky]]  ||    ||    ||    ||    ||  PyWPS/GeoPython (OpenLayers)   ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 19 ||  [[User:Jesus|Jorge de Jesus]]  ||    ||    ||    ||    ||  PyWPS/REST/GeoPython  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 20 ||  Andreas Trawoeger  ||    ||    ||    ||    ||  GRASS GIS  ||  Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
| 22 ||  [[User:pacesm| Martin Paces]]   ||    ||    ||    ||    ||  EOxServer  ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 23 ||  [[User:fschindler| Fabian Schindler]]  ||    ||    ||    ||    ||  EOxServer/MapServer  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 24 ||  [[User:Djay|Gérald Fenoy]]  || FR ||  Mar 23 (AF1738) || Mar 29 (AF7680) || TBD ||  MapServer, ZOO-Project  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 25 ||  Marco Hugentobler  || CH || Mar 24 (OS562) || Mar 28 (OS565) || Hillinger ||  QGIS  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 26 ||  Mathias Walker  || CH || Mar 24 (OS562) || Mar 28 (OS565) || Hillinger ||  QGIS  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 27 ||  [[User:Pirmin_Kalberer|Pirmin Kalberer]]  || CH ||Mar 24 (OS562) || Mar 28 (OS565) || Hillinger ||  QGIS, GDAL/OGR  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 28 ||  [[User:capooti|Paolo Corti]]  ||    ||    ||    ||    ||  GeoNode/QGIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 29 ||  [[Arnulf Christl]] - [[OSGeo]], [[Geo for All]]  || DE ||    ||    ||    ||  Guest  ||  &lt;br /&gt;
|-&lt;br /&gt;
| 30 ||  [[User:rduivenvoorde|Richard Duivenvoorde]]  || NL || tbd  || tbd  ||  tbd  ||  QGIS, context help, vector tools  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 31 ||  [[User:timlinux|Tim Sutton]] ||    ||    ||    ||    ||  QGIS  ||  likely&lt;br /&gt;
|-&lt;br /&gt;
| 32 ||  [[User:mbernasocchi|Marco Bernasocchi]]  || CH ||    ||    ||    ||  QGIS  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 33 ||  [[User:MartinDobias|Martin Dobias]]  || SK || Mar 23 20:45 || Mar 28 20:45 || Hotel Wiener Kindl ||  QGIS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 34 ||  Hugo Mercier  || FR ||    ||    ||    ||  QGIS, SFCGAL, PostGIS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 36 ||  [[User:hellik|Helmut Kudrnovsky]] || AT ||    ||    ||    ||  GRASS GIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 37 ||  [[User:lutra|Giovanni Manghi]] || PT/IT ||    ||    ||    ||  QGIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 38 ||  [[User:Ginetto|Luigi Pirelli]] || ES/IT ||24(VY8710) 14:30|| 30(VY8711) ||tbd ||  QGIS  ||  Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 39 ||  [[Milena Nowotarska | Milena Nowotarska]] || PL ||    ||    ||    ||  GRASS GIS/QGIS  || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 40 ||  [[User:Madi|Margherita Di Leo]] || IT || 24 h11:50 || 28 h15:15 || [http://arnes-vienna.viennaaustrohotel.com/ Arnes Hotel] ||  GRASS GIS / INSPIRE  || Booked &lt;br /&gt;
|-&lt;br /&gt;
| 41 ||  [[User:Macho|Werner Macho]] || AT ||    ||    ||    ||  QGIS  || Likely &lt;br /&gt;
|-&lt;br /&gt;
| 42 ||  [[User:Vasile|Vasile Crăciunescu]] || RO ||    ||    ||    ||  GRASS GIS / INSPIRE/ Open GeoData  || Very Likely &lt;br /&gt;
|-&lt;br /&gt;
| 43 ||  Radim Blazek || CZ || Mar 24  || Mar 27 || Wiener Kindl ||  QGIS  ||&lt;br /&gt;
|-&lt;br /&gt;
| 44 ||  [[User:lastools|Martin Isenburg]] || DE || Mar 24 (LH2324) || Mar 29 || Wiener Kindl ||  LiDAR in QGIS, LAStools toolbox, light-weight data base || Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 45 ||  [[User:Johanvdw|Johan Van de Wauw]] || BE ||    ||    ||    ||  SAGA - QGis processing, OSGeo live || Likely, probably not all days&lt;br /&gt;
|-&lt;br /&gt;
| 46 ||  [[User:neumann|Andreas Neumann]] || CH ||  Mar 24 08:30  || Mar 28 18:00  || Hotel Wiener Kindl   ||  QGIS, QGIS Web Client || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 47 ||  Denis Rouzaud || CH ||  tbd  || tbd   || tbd   ||  QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 48 ||  Peter Wells || UK || Mar 23 20:45 || Mar 28 20:45 || Hotel Wiener Kindl ||  QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 49 ||  [[User:Jef|Jürgen Fischer]] || DE ||  24(KLM1845)  || 28(KLM1848) || Wiener Kindl ||  QGIS || booked&lt;br /&gt;
|-&lt;br /&gt;
| 50 || Yves Jacolin || FR || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 51 || Stéphane Brunner || CH || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 52  || Arnaud Morvan || FR || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 53  || Alessandro Pasotti || IT || tbd || tbd || tbd || QGIS, QGIS Web Client, QGIS Plugins repo || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 54  || [[User:Rouault|Even Rouault]] || FR || Mar 24  || Mar 28 || Wiener Kindl || GDAL, MapServer, QGIS? || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 55  || Rob Emanuele || US || tbd || tbd || tbd || GDAL || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 56  || Stefano Cavallari || DE || Mar 24 || Mar 28 || tbd || GRASS/QGIS, Python || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 57  || Anita Graser || AT || tbd || tbd || home || QGIS || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 58  || Kenny Shepard || US || Mar 24 || Mar 28 || AirBnB || GDAL || Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 59  || Rafael Krucker || CH || Mar 24 || Mar 28 || budget or youth hostel || QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 60  || Tobias Schmitz || CH || Mar 24 || Mar 28 || budget or youth hostel || QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 61  || [[User:Dodobas|Dražen Odobašić]] || HR || tbd || tbd || tbd || QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 62  || Stepan Turek || CZ || tbd || tbd || tbd || GRASS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 63  || [[Borys Jurgiel|Borys Jurgiel]] || PL || tbd || tbd || tbd || QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 64  || [[Nikos Alexandris|Nikos Alexandris]] || GR || tbd || tbd || tbd || GRASS GIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  65 ||[[Ratko Vasiljević]]  ||HR|| tbd || tbd || tbd || GRASS GIS, QGIS, ILWIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  66 ||[[User:Bishop|Dmitry Baryshnikov]]  ||RU|| Mar 24 || Mar 28 || Hotel Wiener Kindl|| GDAL/OGR || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  67 || Maxim Dubinin  || RU || Mar 24 || Mar 28 || Hotel Wiener Kindl|| GDAL/OGR, QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  68 || Georg Ramler  || AT || Mar 24 || Mar 27 || || pycsw, QGIS Plugins || Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
|  69 || Jürgen Zornig  || AT || Mar 24 || Mar 27 || || pycsw, QGIS Plugins || Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
|  70 || Roberto Angeletti  || IT || Mar 24 || Mar 28 || || 3D , QGIS Plugins || Likely&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- | # || Participant || 	Country || 	Arrival ||  Departure    ||  Accomodation  || Work on || Notes --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install git, subversion and the compiler tools, and come with a working development environment if possible&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Vienna Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** While this is not a presentation-oriented event like FOSS4G, there will be the possibility to have presentations. There are plans to get a dedicated room with beamer.&lt;br /&gt;
&lt;br /&gt;
== Social Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Welcome party ===&lt;br /&gt;
&lt;br /&gt;
In the evening of the first day of the sprint we will invite all sprinters to a big welcome party. More details shall not be revealed yet but we try to make it a memorable event.&lt;br /&gt;
&lt;br /&gt;
=== Guided evening walk - &amp;quot;The City of Vienna at a glance&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
On Wednesday evening we invite interested participants to a guided evening walk - &amp;quot;The City of Vienna at a glance&amp;quot;. An on-site registration will be needed due to a limit number of 25 places.&lt;br /&gt;
&lt;br /&gt;
The downtown tour introduces the imperial city, Vienna´s great history, its unique architecture, and todays life-style.&lt;br /&gt;
&lt;br /&gt;
Meeting in front of St. Stephen´s Cathedral, Vienna’s main 900 years old landmark, we will stroll along Graben and Kohlmarkt, passing former court confectionary Demel and the most exclusive shops in Vienna. Crossing the courtyards of the Imperial Palace &amp;quot;Hofburg&amp;quot; you will hear about the great times of former Austrian monarchy, see where Empress Elizabeth (Sisi) married Emperor Franz Joseph, where the Vienna Boys’ Choir sings mass on Sunday, and where the famous white Lipizzaner stallions of the Spanish Riding School perform. You will enjoy the great view from Heroes Square to some of the magnificent buildings of the famous Ringstraße. We will continue walking towards State Opera and the legendary hotel Sacher and will end the tour at Albertinaplatz.&lt;br /&gt;
&lt;br /&gt;
=== Skiing ===&lt;br /&gt;
&lt;br /&gt;
We will leave Vienna early on Saturday to go to [http://openrouteservice.org/index.php?start=16.4564156,48.2295225&amp;amp;end=13.7795834,47.4114987&amp;amp;pref=Fastest&amp;amp;lang=de&amp;amp;noMotorways=false&amp;amp;noTollways=false Haus im Ennstal] for skiing. In the evening we will visit an [http://www.hauser-kaibling.at/de/events/events2014/open_air_2014.htm open air concert] and return on Sunday.&lt;br /&gt;
&lt;br /&gt;
Please contact [[User:schpidi|Stephan Meissl]] if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=76969</id>
		<title>Vienna Code Sprint 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=76969"/>
		<updated>2014-02-26T21:28:22Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Marco, Mathias, Pirmin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''OSGeo Code Sprint 2014 official web site: [http://vienna2014.sprint.osgeo.org http://vienna2014.sprint.osgeo.org]. Please contact us if you are interested in our [http://vienna2014.sprint.osgeo.org/sponsoring.html sponsorship opportunities].''&lt;br /&gt;
&lt;br /&gt;
'''Gold Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Airborne-Interactive.png|260px|Airborne Interactive Ltd|link=http://www.airborne.aero/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.airborne.aero/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Austrospace.png‎|260px|Austrospace|link=http://www.austrospace.at/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.austrospace.at/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-TYDAC.png‎|260px|TYDAC|link=http://www.tydac.ch]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.tydac.ch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-FOSSGIS-e.V.png‎|260px|FOSSGIS e.V.|link=http://www.fossgis.de]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.fossgis.de&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Silver Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-ITS-VR.jpg|260px|ITS Vienna Region|link=http://www.anachb.at/mehr]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.anachb.at/mehr&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Bronze Sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-metaspatial.png|260px|metaspatial Institut|link=http://www.metaspatial.net/en/institute]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://metaspatial.net/en/institute http://metaspatial.net/en/institute] &lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Oslandia.png|260px|Oslandia|link=http://www.oslandia.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.oslandia.com http://www.oslandia.com] &lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-rapidlasso.png|260px|rapidlasso|link=http://rapidlasso.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://rapidlasso.com http://rapidlasso.com] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.jpg‎|260px|Azavea|link=http://www.azavea.com]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Venue Sponsor'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-City-of-Vienna.png|260px|City of Vienna MA 14|link=http://www.wien.gv.at/english/administration/ict/index.html]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.wien.gv.at/english/administration/ict/index.html http://www.wien.gv.at/] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Other/in-kind sponsors'''&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-EOX.png|120px|EOX IT Services GmbH|link=http://eox.at]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://eox.at http://eox.at] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems (as done last year at the [[Boston Code Sprint 2013]] and previous &lt;br /&gt;
years: [[IslandWood Code Sprint 2012|Island Wood]] (2012), &lt;br /&gt;
[[Montreal Code Sprint 2011|Montreal]] (2011), &lt;br /&gt;
[[New York Code Sprint 2010|New York City]] (2010), and &lt;br /&gt;
[[Toronto Code Sprint 2009|Toronto]] (2009)). This code sprint is targeting &lt;br /&gt;
members of the &amp;quot;C Tribe&amp;quot; (e.g., MapServer, QGis, GRASS, GDAL, Proj, PostGIS, &lt;br /&gt;
MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, &lt;br /&gt;
but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The City of Vienna MA 14 gladly provides the location for the Vienna Code Sprint for up to 60 sprinters in  [http://www.wien.gv.at/stadtplan/grafik.aspx?lang=de-AT&amp;amp;bookmark=zHClRv95TUbsTHFEFcAeRO5RphlRnHnkur2pH4Oprw-b-b&amp;amp;bmadr=25723751 their very new office called STAR 22] (see also [http://www.openstreetmap.org/?mlat=48.22910&amp;amp;mlon=16.45660#map=19/48.22910/16.45660 OSM map]).&lt;br /&gt;
&lt;br /&gt;
The venue is not far from the center of Vienna (~25min via train and subway) and can be reached easily from the Vienna airport via train.&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
March 24-28 2014&lt;br /&gt;
&lt;br /&gt;
Note: March 19-21 FOSSGIS Berlin&lt;br /&gt;
&lt;br /&gt;
Duration: Full week&lt;br /&gt;
&lt;br /&gt;
== Agenda ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
=== Project Plans ===&lt;br /&gt;
&lt;br /&gt;
GRASS GIS Agenda: See http://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Vienna_2014&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
Two blocks of rooms have been negotiated at the two hotels closest to the sprint venue, [http://www.hillinger.at Hotel Hillinger] ([http://www.openstreetmap.org/#map=19/48.23133/16.45037 map]) and [http://www.wienerkindl.at Hotel Wiener Kindl] ([http://www.openstreetmap.org/#map=19/48.22757/16.45428 map]). Please make your own choice.&lt;br /&gt;
&lt;br /&gt;
The rooms are blocked for the sprint week i.e. 24.-28. March 2014 whereas +/- one day should be no problem.&lt;br /&gt;
&lt;br /&gt;
Please find the lists of available rooms below. If you make a reservation for one of the listed rooms please indicate this by adding your name to the list. Thanks.&lt;br /&gt;
&lt;br /&gt;
Don't hesitate to contact me if you need any assistance.&lt;br /&gt;
&lt;br /&gt;
=== Hotel Wiener Kindl ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Wiener-Kindl&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate   || # Rooms || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 65,- || 3       || Martin Isenburg (willing to share room with 2 or 3 beds) ||&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 80,- || 6       || (Martin Dobias &amp;amp; Peter Wells), Even Rouault, Dmitry Baryshnikov ||&lt;br /&gt;
|-&lt;br /&gt;
| 3      || € 90,- || 2       || Maxim Dubinin ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The rates include breakfast buffet, sat TV, direct dial telephone, ensuite bathroom with shower, minibar, and free WLAN.&lt;br /&gt;
&lt;br /&gt;
Cancellation policy:&lt;br /&gt;
* Free cancellation until 7 days in advance&lt;br /&gt;
* 50% fee later&lt;br /&gt;
&lt;br /&gt;
These rooms are blocked until 28.02.2014. Please make your reservation via mail to &amp;quot;wienerkindl@utanet.at&amp;quot; and indicate that you're participating at the &amp;quot;OSGeo Vienna Code Sprint&amp;quot; in order to get a room of the block.&lt;br /&gt;
&lt;br /&gt;
If you really want to save on budget you might consider a room with shared bathroom and sometimes also shared shower. Note that these rooms are available at the hotel as backup rooms but not recommended. You have been warned.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Wiener-Kindl-low-budget&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate   || # Rooms || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 45,- || 3       || Radim Blazek ||&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 50,- || 2       || &amp;lt;add your name&amp;gt; ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Hotel Hillinger ===&lt;br /&gt;
&lt;br /&gt;
'''Note, in case you've seen the previous note, that today I visited the hotel again and hopefully resolved all misunderstandings.'''&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Hotel-Hillinger&lt;br /&gt;
|-&lt;br /&gt;
| # Beds || Rate    || # Rooms                      || Reservations    || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 2      || € 85,-  || 15 are blocked of up to 50   || &amp;lt;add your name&amp;gt; || Most of the rooms have double beds and some twin beds. Ask for your preferred choice.&lt;br /&gt;
|-&lt;br /&gt;
| 1      || € 65,-  || Same as above but single use || &amp;lt;add your name&amp;gt; ||&lt;br /&gt;
|-&lt;br /&gt;
| 3      || € 105,- || 4                            || &amp;lt;add your name&amp;gt; || 2 of the rooms can also be used as 4 bed rooms for € 125,-.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The rates include breakfast buffet, cable and pay-TV, air conditioning, direct dial telephone, ensuite bathroom with bathtub or shower, hairdryer, and free WLAN in the whole hotel. In addition they offer free usage of the climbing hall and fitness center on the other side of the street.&lt;br /&gt;
&lt;br /&gt;
Accepted payment methods: cash or creditcard.&lt;br /&gt;
&lt;br /&gt;
Cancellation policy:&lt;br /&gt;
* Free cancellation until 7 days in advance&lt;br /&gt;
* 50% fee from 7 to 3 days in advance&lt;br /&gt;
* 100% fee later&lt;br /&gt;
&lt;br /&gt;
These rooms are blocked until 15.02.2014. Please make your reservation via mail to &amp;quot;hotel@hillinger.at&amp;quot; and indicate that you're participating at the &amp;quot;OSGeo Vienna Code Sprint&amp;quot; in order to get a room of the block.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
If you don't feel comfortable with both options we recommend to look for alternatives around Kagran ([http://www.openstreetmap.org/#map=15/48.2434/16.4341 map]) which is just a couple of stops away from the venue with the tram and also close to the city center with the subway.&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Vienna&lt;br /&gt;
* Accommodation for four nights&lt;br /&gt;
* Breakfast and dinner (partly)&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 50-60 participants. Please add your name and the projects &lt;br /&gt;
you are hoping to sprint and note the likeliness of your attendance as well as &lt;br /&gt;
any special needs.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px; width:100%&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Participants&lt;br /&gt;
|-&lt;br /&gt;
| # || Participant || Country || Arrival ||  Departure    ||  Accomodation  || Work on || Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[User:schpidi|Stephan Meissl]] || AT || first day || last day || home || MapServer ||  Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[User:ahocevar|Andreas Hocevar]] || AT || first day || last day || family || OpenLayers  || Definite - No hotel needed&lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[User:pwramsey3|Paul Ramsey]] || CA || Mar 23 (AC6164) || Mar 30 (AC9159) || TBD || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||  [[User:msmitherdc|Michael Smith]]  ||    ||    ||   ||   ||  PDAL/MapServer  ||  Very Likely &lt;br /&gt;
|-&lt;br /&gt;
| 5 ||  [[Jeff McKenna]]  || CA ||  Mar 26 (AC6158) ||  Mar 31 (AC6159)  ||    || MapServer, ZOO-Project, pycsw  ||  Booked  &lt;br /&gt;
|-&lt;br /&gt;
| 6 ||  [[User:Dmorissette|Daniel Morissette]] || CA || Likely Mar 23 || Mar 31 ||    ||  MapServer, GDAL/OGR  || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 7 ||  [[User:hobu|Howard Butler]]  || USA  || Mar 22   || Mar 29    ||    ||  MapServer, GDAL/OGR, PDAL  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 8 ||  Olivier Courtin  || FR ||    ||    ||    ||  PostGIS, TinyOWS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 9 ||  [[User:Lucadelu|Luca Delucchi]] || IT ||    ||    ||    ||  GRASS GIS   ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 10 ||  [[User:Landa|Martin Landa]]  || CZ ||    ||    ||    ||  GRASS GIS, PostGIS, GDAL/OGR  ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 11 ||  [[User:Tbonfort|Thomas Bonfort]]  || FR || Mar 24 midday || Mar 28   ||    ||  MapServer  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 12 ||  [[User:Szekerest|Tamas Szekeres]]  || HU || Mar 24 midday || Mar 28 ||    ||  MapServer, GDAL/OGR  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 13 ||  [[User:Mloskot|Mateusz Loskot]]  ||    ||    ||    ||    ||  PDAL  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 14 ||  [[User:pcav|Paolo Cavallini]] ||    ||    ||    ||    ||  QGIS  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 15 ||  [[User:Neteler|Markus Neteler]] || IT ||    ||    ||    ||  GRASS GIS  || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 16 ||  [[User:kalxas|Angelos Tzotsos]]  || GR || Mar 23 (OS0802) || Mar 29 (OS0801) || TBD ||  OSGeoLive, pycsw/GeoPython/GeoNode, OTB, ZOO-Project  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 17 ||  [[User:Aghisla|Anne Ghisla]]  || DE || Mar 24  || Mar 28   ||    ||  GRASS GIS/QGIS/Translations  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 18 ||  [[User:Jachym|Jachym Cepicky]]  ||    ||    ||    ||    ||  PyWPS/GeoPython (OpenLayers)   ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 19 ||  [[User:Jesus|Jorge de Jesus]]  ||    ||    ||    ||    ||  PyWPS/REST/GeoPython  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 20 ||  Andreas Trawoeger  ||    ||    ||    ||    ||  GRASS GIS  ||  Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
| 22 ||  [[User:pacesm| Martin Paces]]   ||    ||    ||    ||    ||  EOxServer  ||  Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 23 ||  [[User:fschindler| Fabian Schindler]]  ||    ||    ||    ||    ||  EOxServer/MapServer  ||  Definite&lt;br /&gt;
|-&lt;br /&gt;
| 24 ||  [[User:Djay|Gérald Fenoy]]  || FR ||  Mar 23 (AF1738) || Mar 29 (AF7680) || TBD ||  MapServer, ZOO-Project  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 25 ||  Marco Hugentobler  || CH || Mar 24 (OS562) || Mar 28 (OS565) ||    ||  QGIS  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 26 ||  Mathias Walker  || CH || Mar 24 (OS562) || Mar 28 (OS565) ||    ||  QGIS  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 27 ||  [[User:Pirmin_Kalberer|Pirmin Kalberer]]  || CH ||Mar 24 (OS562) || Mar 28 (OS565) ||    ||  QGIS, GDAL/OGR  ||   Booked&lt;br /&gt;
|-&lt;br /&gt;
| 28 ||  [[User:capooti|Paolo Corti]]  ||    ||    ||    ||    ||  GeoNode/QGIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 29 ||  [[Arnulf Christl]] - [[OSGeo]], [[Geo for All]]  || DE ||    ||    ||    ||  Guest  ||  &lt;br /&gt;
|-&lt;br /&gt;
| 30 ||  [[User:rduivenvoorde|Richard Duivenvoorde]]  || NL || tbd  || tbd  ||  tbd  ||  QGIS, context help, vector tools  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 31 ||  [[User:timlinux|Tim Sutton]] ||    ||    ||    ||    ||  QGIS  ||  likely&lt;br /&gt;
|-&lt;br /&gt;
| 32 ||  [[User:mbernasocchi|Marco Bernasocchi]]  || CH ||    ||    ||    ||  QGIS  ||  Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 33 ||  [[User:MartinDobias|Martin Dobias]]  || SK || Mar 23 20:45 || Mar 28 20:45 || Hotel Wiener Kindl ||  QGIS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 34 ||  Hugo Mercier  || FR ||    ||    ||    ||  QGIS, SFCGAL, PostGIS  ||  Booked&lt;br /&gt;
|-&lt;br /&gt;
| 36 ||  [[User:hellik|Helmut Kudrnovsky]] || AT ||    ||    ||    ||  GRASS GIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 37 ||  [[User:lutra|Giovanni Manghi]] || PT/IT ||    ||    ||    ||  QGIS  ||  Likely&lt;br /&gt;
|-&lt;br /&gt;
| 38 ||  [[User:Ginetto|Luigi Pirelli]] || ES/IT ||24(VY8710) 14:30|| 30(VY8711) ||tbd ||  QGIS  ||  Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 39 ||  [[Milena Nowotarska | Milena Nowotarska]] || PL ||    ||    ||    ||  GRASS GIS/QGIS  || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 40 ||  [[User:Madi|Margherita Di Leo]] || IT || 24 h11:50 || 28 h15:15 || [http://arnes-vienna.viennaaustrohotel.com/ Arnes Hotel] ||  GRASS GIS / INSPIRE  || Booked &lt;br /&gt;
|-&lt;br /&gt;
| 41 ||  [[User:Macho|Werner Macho]] || AT ||    ||    ||    ||  QGIS  || Likely &lt;br /&gt;
|-&lt;br /&gt;
| 42 ||  [[User:Vasile|Vasile Crăciunescu]] || RO ||    ||    ||    ||  GRASS GIS / INSPIRE/ Open GeoData  || Very Likely &lt;br /&gt;
|-&lt;br /&gt;
| 43 ||  Radim Blazek || CZ || Mar 24  || Mar 27 || Wiener Kindl ||  QGIS  ||&lt;br /&gt;
|-&lt;br /&gt;
| 44 ||  [[User:lastools|Martin Isenburg]] || DE || Mar 24 (LH2324) || Mar 29 || Wiener Kindl ||  LiDAR in QGIS, LAStools toolbox, light-weight data base || Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 45 ||  [[User:Johanvdw|Johan Van de Wauw]] || BE ||    ||    ||    ||  SAGA - QGis processing, OSGeo live || Likely, probably not all days&lt;br /&gt;
|-&lt;br /&gt;
| 46 ||  [[User:neumann|Andreas Neumann]] || CH ||  Mar 24 08:30  || Mar 28 18:00  || Hotel Wiener Kindl   ||  QGIS, QGIS Web Client || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 47 ||  Denis Rouzaud || CH ||  tbd  || tbd   || tbd   ||  QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 48 ||  Peter Wells || UK || Mar 23 20:45 || Mar 28 20:45 || Hotel Wiener Kindl ||  QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 49 ||  [[User:Jef|Jürgen Fischer]] || DE ||  24(KLM1845)  || 28(KLM1848) || Wiener Kindl ||  QGIS || booked&lt;br /&gt;
|-&lt;br /&gt;
| 50 || Yves Jacolin || FR || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 51 || Stéphane Brunner || CH || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 52  || Arnaud Morvan || FR || tbd || tbd || tbd || QGIS || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 53  || Alessandro Pasotti || IT || tbd || tbd || tbd || QGIS, QGIS Web Client, QGIS Plugins repo || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
| 54  || [[User:Rouault|Even Rouault]] || FR || Mar 24  || Mar 28 || Wiener Kindl || GDAL, MapServer, QGIS? || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 55  || Rob Emanuele || US || tbd || tbd || tbd || GDAL || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 56  || Stefano Cavallari || DE || Mar 24 || Mar 28 || tbd || GRASS/QGIS, Python || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 57  || Anita Graser || AT || tbd || tbd || home || QGIS || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 58  || Kenny Shepard || US || Mar 24 || Mar 28 || AirBnB || GDAL || Booked flight&lt;br /&gt;
|-&lt;br /&gt;
| 59  || Rafael Krucker || CH || Mar 24 || Mar 28 || budget or youth hostel || QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 60  || Tobias Schmitz || CH || Mar 24 || Mar 28 || budget or youth hostel || QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 61  || [[User:Dodobas|Dražen Odobašić]] || HR || tbd || tbd || tbd || QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 62  || Stepan Turek || CZ || tbd || tbd || tbd || GRASS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 63  || [[Borys Jurgiel|Borys Jurgiel]] || PL || tbd || tbd || tbd || QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
| 64  || [[Nikos Alexandris|Nikos Alexandris]] || GR || tbd || tbd || tbd || GRASS GIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  65 ||[[Ratko Vasiljević]]  ||HR|| tbd || tbd || tbd || GRASS GIS, QGIS, ILWIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  66 ||[[User:Bishop|Dmitry Baryshnikov]]  ||RU|| Mar 24 || Mar 28 || Hotel Wiener Kindl|| GDAL/OGR || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  67 || Maxim Dubinin  || RU || Mar 24 || Mar 28 || Hotel Wiener Kindl|| GDAL/OGR, QGIS || Likely&lt;br /&gt;
|-&lt;br /&gt;
|  68 || Georg Ramler  || AT || Mar 24 || Mar 27 || || pycsw, QGIS Plugins || Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
|  69 || Jürgen Zornig  || AT || Mar 24 || Mar 27 || || pycsw, QGIS Plugins || Definite - No special needs&lt;br /&gt;
|-&lt;br /&gt;
|  70 || Roberto Angeletti  || IT || Mar 24 || Mar 28 || || 3D , QGIS Plugins || Likely&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- | # || Participant || 	Country || 	Arrival ||  Departure    ||  Accomodation  || Work on || Notes --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install git, subversion and the compiler tools, and come with a working development environment if possible&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Vienna Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** While this is not a presentation-oriented event like FOSS4G, there will be the possibility to have presentations. There are plans to get a dedicated room with beamer.&lt;br /&gt;
&lt;br /&gt;
== Social Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Welcome party ===&lt;br /&gt;
&lt;br /&gt;
In the evening of the first day of the sprint we will invite all sprinters to a big welcome party. More details shall not be revealed yet but we try to make it a memorable event.&lt;br /&gt;
&lt;br /&gt;
=== Guided evening walk - &amp;quot;The City of Vienna at a glance&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
On Wednesday evening we invite interested participants to a guided evening walk - &amp;quot;The City of Vienna at a glance&amp;quot;. An on-site registration will be needed due to a limit number of 25 places.&lt;br /&gt;
&lt;br /&gt;
The downtown tour introduces the imperial city, Vienna´s great history, its unique architecture, and todays life-style.&lt;br /&gt;
&lt;br /&gt;
Meeting in front of St. Stephen´s Cathedral, Vienna’s main 900 years old landmark, we will stroll along Graben and Kohlmarkt, passing former court confectionary Demel and the most exclusive shops in Vienna. Crossing the courtyards of the Imperial Palace &amp;quot;Hofburg&amp;quot; you will hear about the great times of former Austrian monarchy, see where Empress Elizabeth (Sisi) married Emperor Franz Joseph, where the Vienna Boys’ Choir sings mass on Sunday, and where the famous white Lipizzaner stallions of the Spanish Riding School perform. You will enjoy the great view from Heroes Square to some of the magnificent buildings of the famous Ringstraße. We will continue walking towards State Opera and the legendary hotel Sacher and will end the tour at Albertinaplatz.&lt;br /&gt;
&lt;br /&gt;
=== Skiing ===&lt;br /&gt;
&lt;br /&gt;
We will leave Vienna early on Saturday to go to [http://openrouteservice.org/index.php?start=16.4564156,48.2295225&amp;amp;end=13.7795834,47.4114987&amp;amp;pref=Fastest&amp;amp;lang=de&amp;amp;noMotorways=false&amp;amp;noTollways=false Haus im Ennstal] for skiing. In the evening we will visit an [http://www.hauser-kaibling.at/de/events/events2014/open_air_2014.htm open air concert] and return on Sunday.&lt;br /&gt;
&lt;br /&gt;
Please contact [[User:schpidi|Stephan Meissl]] if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=75300</id>
		<title>Vienna Code Sprint 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=75300"/>
		<updated>2013-11-26T13:31:23Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Gold Sponsors'''&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
'''Silver Sponsors'''&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
'''Bronze Sponsors'''&lt;br /&gt;
&lt;br /&gt;
[http://www.metaspatial.net/en/institute metaspatial Institute] [[Image:Logo-metaspatial.png|260px|metaspatial Institut|link=http://www.metaspatial.net/en/institute]]&lt;br /&gt;
&lt;br /&gt;
'''Venue Sponsor'''&lt;br /&gt;
&lt;br /&gt;
[http://www.wien.gv.at/english/administration/ict/index.html City of Vienna, MA 14] [[Image:Logo-City-of-Vienna.png|260px|City of Vienna MA 14|link=http://www.wien.gv.at/english/administration/ict/index.html]]&lt;br /&gt;
&lt;br /&gt;
'''Other/in-kind sponsors'''&lt;br /&gt;
&lt;br /&gt;
[http://eox.at EOX] [[Image:Logo-EOX.png|120px|EOX IT Services GmbH|link=http://eox.at]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems (as done last year at the [[Boston Code Sprint 2013]] and previous &lt;br /&gt;
years: [[IslandWood Code Sprint 2012|Island Wood]] (2012), &lt;br /&gt;
[[Montreal Code Sprint 2011|Montreal]] (2011), &lt;br /&gt;
[[New York Code Sprint 2010|New York City]] (2010), and &lt;br /&gt;
[[Toronto Code Sprint 2009|Toronto]] (2009)). This code sprint is targeting &lt;br /&gt;
members of the &amp;quot;C Tribe&amp;quot; (e.g.,  MapServer, GRASS, GDAL, Proj, PostGIS, &lt;br /&gt;
MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, &lt;br /&gt;
but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The City of Vienna MA 14 gladly provides the location for the Vienna Code Sprint for up to 30 sprinters in  [http://www.wien.gv.at/stadtplan/grafik.aspx?lang=de-AT&amp;amp;bookmark=zHClRv95TUbsTHFEFcAeRO5RphlRnHnkur2pH4Oprw-b-b&amp;amp;bmadr=25723751 their very new office called STAR 22].&lt;br /&gt;
&lt;br /&gt;
The venue is not far from the center of Vienna (~25min via train and subway) and can be reached easily from the Vienna airport via train.&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
March 24-28 2014&lt;br /&gt;
&lt;br /&gt;
Note: March 19-21 FOSSGIS Berlin&lt;br /&gt;
&lt;br /&gt;
Duration: Full week (TBD)&lt;br /&gt;
&lt;br /&gt;
== Agenda ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
A hotel block is planned to be negotiated. Details will be provided here.&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Vienna&lt;br /&gt;
* Accommodation for four nights&lt;br /&gt;
* Breakfast and dinner (partly)&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-30. Please add your name and the projects &lt;br /&gt;
you are hoping to sprint and note the likeliness of your attendance as well as &lt;br /&gt;
any special needs.&lt;br /&gt;
&lt;br /&gt;
# [[User:schpidi|Stephan Meissl]] - MapServer - Definite - No special needs&lt;br /&gt;
# [[User:ahocevar|Andreas Hocevar]] - OpenLayers - Definite -&lt;br /&gt;
# [[User:pwramsey3|Paul Ramsey]] - PostGIS - Very Likely&lt;br /&gt;
# [[User:msmitherdc|Michael Smith]] - PDAL/MapServer - Very Likely&lt;br /&gt;
# [[Jeff McKenna]] - MapServer - Very Likely&lt;br /&gt;
# [[User:Dmorissette|Daniel Morissette]] - MapServer, GDAL/OGR - Very Likely&lt;br /&gt;
# [[User:hobu|Howard Butler]] - MapServer, GDAL/OGR, PDAL - Very Likely&lt;br /&gt;
# Olivier Courtin - PostGIS, TinyOWS - Very Likely&lt;br /&gt;
# [[User:Lucadelu|Luca Delucchi]] - GRASS GIS - Very Likely&lt;br /&gt;
# [[User:Landa|Martin Landa]] - GRASS GIS, PostGIS, GDAL/OGR - Very Likely&lt;br /&gt;
# [[User:TBonfort|Thomas Bonfort]] - MapServer - Very Likely&lt;br /&gt;
# [[User:Szekerest|Tamas Szekeres]] - MapServer, GDAL/OGR - Very Likely&lt;br /&gt;
# [[User:Mloskot|Mateusz Loskot]] - PDAL - Likely&lt;br /&gt;
# [[User:pcav|Paolo Cavallini]] - QGIS - Possible&lt;br /&gt;
# [[User:Neteler|Markus Neteler]] - GRASS GIS - Likely&lt;br /&gt;
# [[User:kalxas|Angelos Tzotsos]] - pycsw, OTB, ZOO-Project - Likely&lt;br /&gt;
# [[User:Aghisla|Anne Ghisla]] - GRASS GIS/QGIS - Likely&lt;br /&gt;
# [[User:Jachym|Jachym Cepicky]] - PyWPS/GeoPython (OpenLayers) - Likely&lt;br /&gt;
# [[User:Jesus|Jorge de Jesus]] - PyWPS/REST/GeoPython - Likely&lt;br /&gt;
# [[User:atrawog| Andreas Trawoeger]] - GRASS GIS  - Very Likely&lt;br /&gt;
# [[User:ortelius| Jeffrey Johnson]] - GeoNode/ GeoPython  - Very Likely&lt;br /&gt;
# [[User:pacesm| Martin Paces]] - EOxServer - Very Likely&lt;br /&gt;
# [[User:fschindler| Fabian Schindler]] - EOxServer/MapServer - Definite&lt;br /&gt;
# [[User:Djay|Gérald Fenoy]] - MapServer, ZOO-Project - Likely&lt;br /&gt;
# Marco Hugentobler - QGIS - Very Likely&lt;br /&gt;
# Mathias Walker - QGIS - Very Likely&lt;br /&gt;
# [[User:Pirmin_Kalberer|Pirmin Kalberer]] - QGIS, GDAL/OGR - Likely&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install git, subversion and the compiler tools, and come with a working development environment if possible&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Vienna Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
&lt;br /&gt;
== Social Activities ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
If you're interested or have any questions please have a look at our [http://vienna2014.sprint.osgeo.org website] particularly our [http://vienna2014.sprint.osgeo.org/sponsoring.html sponsorship opportunities].&lt;br /&gt;
&lt;br /&gt;
=== 2014 Sponsors ===&lt;br /&gt;
==== Gold ====&lt;br /&gt;
TBA&lt;br /&gt;
==== Silver ====&lt;br /&gt;
TBA&lt;br /&gt;
==== Bronze ====&lt;br /&gt;
[http://metaspatial.net metaspatial]&lt;br /&gt;
==== Venue Sponsor ====&lt;br /&gt;
[http://www.wien.gv.at/english/administration/ict/index.html City of Vienna, MA 14]&lt;br /&gt;
====Other/in-kind sponsors====&lt;br /&gt;
[http://eox.at EOX IT Services GmbH]&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=71871</id>
		<title>Vienna Code Sprint 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Vienna_Code_Sprint_2014&amp;diff=71871"/>
		<updated>2013-06-17T06:58:18Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: FOSSGIS Berlin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Gold Sponsors'''&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
'''Silver Sponsors'''&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
'''Bronze Sponsors'''&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
'''Venue Sponsor'''&lt;br /&gt;
&lt;br /&gt;
[http://www.wien.gv.at/english/administration/ict/index.html City of Vienna, MA 14] [[Image:Logo-City-of-Vienna.png|400px|City of Vienna MA 14|link=http://www.wien.gv.at/english/administration/ict/index.html]]&lt;br /&gt;
&lt;br /&gt;
'''Other/in-kind sponsors'''&lt;br /&gt;
&lt;br /&gt;
[http://eox.at EOX] [[Image:Logo-EOX.png|120px|EOX IT Services GmbH|link=http://eox.at]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems (as done last year at the [[Boston_Code_Sprint_2013]] and previous &lt;br /&gt;
years: [[IslandWood Code Sprint 2012|Island Wood]] (2012), &lt;br /&gt;
[[Montreal Code Sprint 2011|Montreal]] (2011), &lt;br /&gt;
[[New York Code Sprint 2010|New York City]] (2010), and &lt;br /&gt;
[[Toronto Code Sprint 2009|Toronto]] (2009)). This code sprint is targeting &lt;br /&gt;
members of the &amp;quot;C Tribe&amp;quot; (e.g.,  MapServer, GRASS, GDAL, Proj, PostGIS, &lt;br /&gt;
MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, &lt;br /&gt;
but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The City of Vienna MA 14 gladly provides the location for the Vienna Code Sprint for up to 30 sprinters in  [http://www.wien.gv.at/stadtplan/grafik.aspx?lang=de-AT&amp;amp;bookmark=zHClRv95TUbsTHFEFcAeRO5RphlRnHnkur2pH4Oprw-b-b&amp;amp;bmadr=25723751 their very new office called STAR 22].&lt;br /&gt;
&lt;br /&gt;
The venue is not far from the center of Vienna (~25min via train and subway) and can be reached easily from the Vienna airport via train.&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
Dates: TBD One of the following options:&lt;br /&gt;
&lt;br /&gt;
* February 10-14 2014&lt;br /&gt;
* February 17-21 2014&lt;br /&gt;
* February 24-28 2014&lt;br /&gt;
* March 3-7 2014&lt;br /&gt;
* March 10-14 2014&lt;br /&gt;
* March 17-21 2014 (Note: March 19-21 FOSSGIS Berlin)&lt;br /&gt;
* March 24-28 2014&lt;br /&gt;
&lt;br /&gt;
Duration: Full week (TBD)&lt;br /&gt;
&lt;br /&gt;
== Agenda ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
A hotel block is planned to be negotiated. Details will be provided here.&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Vienna&lt;br /&gt;
* Accommodation for four nights&lt;br /&gt;
* Breakfast and dinner (partly)&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-30. Please add your name and the projects &lt;br /&gt;
you are hoping to sprint and note the likeliness of your attendance as well as &lt;br /&gt;
the preferred dates.&lt;br /&gt;
&lt;br /&gt;
# [[User:schpidi|Stephan Meissl]] - MapServer - Definite - Any date option&lt;br /&gt;
# [[User:ahocevar|Andreas Hocevar]] - OpenLayers - Definite - Any date option&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Vienna Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
&lt;br /&gt;
== Social Activities ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have three sponsorship levels:&lt;br /&gt;
&lt;br /&gt;
* Gold: €1500+, Silver: €1000, Bronze: €500&lt;br /&gt;
&lt;br /&gt;
We encourage sponsors (€500+) to support nutriment and entertainment for the &lt;br /&gt;
sprinters as they work hard and play hard for five productive days. &lt;br /&gt;
Contributions will be put towards lunch, snacks, and dinner costs for the &lt;br /&gt;
sprinters, and potentially bringing in sprinters who might otherwise be unable &lt;br /&gt;
to attend. Any surplus at the end of the event will be turned over to OSGeo or &lt;br /&gt;
used for a future code sprint.&lt;br /&gt;
 &lt;br /&gt;
Sponsors will receive the following honors:&lt;br /&gt;
&lt;br /&gt;
* Your logo or portrait at the top of this page&lt;br /&gt;
* 30-min slot to talk about how you are using FOSS GIS at the sprint&lt;br /&gt;
* Get to stare at us during the sprint and voice your input in person&lt;br /&gt;
* Our undying gratitude, which comes in handy when you least expect it (Remember that feature you wanted...) &lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Stephan Meissl (stephan.meissl at eox dot at) directly.&lt;br /&gt;
&lt;br /&gt;
=== 2014 Sponsors ===&lt;br /&gt;
==== Gold ====&lt;br /&gt;
TBA&lt;br /&gt;
==== Silver ====&lt;br /&gt;
TBA&lt;br /&gt;
==== Bronze ====&lt;br /&gt;
TBA&lt;br /&gt;
==== Venue Sponsor ====&lt;br /&gt;
City of Vienna MA 14&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=71574</id>
		<title>Workshops with OSGeoLive</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=71574"/>
		<updated>2013-06-04T10:08:14Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: AptURL link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For using OSGeoLive in a workshop, you can either use the DVD, install a VM, or create a bootable USB stick.&lt;br /&gt;
&lt;br /&gt;
OSGeoLive has a desktop link to a page where data, software, or other workshop material can be referenced.&lt;br /&gt;
&lt;br /&gt;
[[File:Workshop-icon.png‎]]&lt;br /&gt;
&lt;br /&gt;
This link leads to a [http://trac.osgeo.org/osgeo/wiki/Live_GIS_Workshop_Install OSGeo wiki page], which can be edited with a regular OSGeo login.&lt;br /&gt;
&lt;br /&gt;
It is possible to add [https://help.ubuntu.com/community/AptURL links to Debian packages]. A click on this link opens the Ubuntu software center with the packages selected. If you're running OSGeo Live from DVD, resources for additional packages are limited, and the packages have to be reinstalled after a reboot.&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Geoservices_REST_API&amp;diff=71080</id>
		<title>Geoservices REST API</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Geoservices_REST_API&amp;diff=71080"/>
		<updated>2013-05-13T07:21:01Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Pirmin_Kalberer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page aims to collate community concerns related to the adoption of the &amp;quot;Geoservices REST API&amp;quot; document as a standard of the [http://www.opengeospatial.org/ Open Geospatial Consortium (OGC)]. The page is being collaboratively edited, targeting completion by Wednesday 15 May 2013, after which it will be delivered by the board of the [http://osgeo.org OSGeo Foundation (OSGeo)] to the OGC and OGC voting members.&lt;br /&gt;
&lt;br /&gt;
= Cover Letter from the OSGeo Board =&lt;br /&gt;
''Please don't edit this &amp;quot;Cover Letter&amp;quot; statement, which has been approved by the OSGeo Board.'' &lt;br /&gt;
&lt;br /&gt;
The board of the [http://osgeo.org Open Source Geospatial Foundation] (OSGeo) is presenting this letter to the OGC. It highlights concerns about the &amp;quot;GeoServices REST API&amp;quot; from many people within the OSGeo community. As always, if there is anything the OSGeo board can do to help, then please let us know.&lt;br /&gt;
&lt;br /&gt;
Signed: Jeff McKenna (OSGeo president), &lt;br /&gt;
Peter Batty,&lt;br /&gt;
Jáchym Čepický,&lt;br /&gt;
Michael Gerlek,&lt;br /&gt;
Anne Ghisla,&lt;br /&gt;
Mark Lucas,&lt;br /&gt;
Daniel Morissette,&lt;br /&gt;
Cameron Shorter,&lt;br /&gt;
Frank Warmerdam&lt;br /&gt;
&lt;br /&gt;
= Open Letter to OGC and voting members =&lt;br /&gt;
&lt;br /&gt;
''Please don't edit this &amp;quot;Open Letter&amp;quot; statement, comments and discussion should go in the &amp;quot;Further Concerns&amp;quot; section below.'' &lt;br /&gt;
&lt;br /&gt;
May 2013&lt;br /&gt;
&lt;br /&gt;
We, the undersigned, have concerns that approving the &amp;quot;Geoservices REST API&amp;quot; as an OGC standard, would have detrimental impacts on interoperability within the spatial industry.&lt;br /&gt;
&lt;br /&gt;
We strongly urge that the proposed &amp;quot;Geoservices REST API&amp;quot;, as it stands in May 2013, be rejected as an OGC standard.&lt;br /&gt;
&lt;br /&gt;
People have listed different reasons for concern. They are described below.&lt;br /&gt;
&lt;br /&gt;
== Signed ==&lt;br /&gt;
''Please add your name here if you agree with the above statement. Include name, work title (if appropriate), very brief title/involvement in OSGeo if appropriate. (Link to OSGeo profile if appropriate). You may sign as a group, such as the Project Steering Committee of XXX project if you wish, or as Your Name on behalf of YYY company.''&lt;br /&gt;
&lt;br /&gt;
# [[User:camerons|Cameron Shorter]], Geospatial Solutions Director at [http://lisasoft.com LISAsoft], core contributor &amp;amp; coordinator of [http://live.osgeo.org OSGeo-Live], OSGeo Board member&lt;br /&gt;
# [[Mark Lucas]], Founding member and board of directors for OSGeo foundation, Principal Scientist for RadiantBlue Technologies Inc.&lt;br /&gt;
# [[User:Woodbri|Stephen Woodbridge]], Director of [http://imaptools.com iMaptools.com], Contributor and/or PSC of [http://mapserver.org Mapserver], [http://pgrouting.org/ pgRouting], [http://www.pagcgeo.org/ PAGC], and [http://www.postgis.org/ PostGIS]&lt;br /&gt;
# [[User:rouault|Even Rouault]], Geospatial developer, OSGeo Charter Member, core contributor and PSC member of [http://gdal.org GDAL/OGR], contributor of [http://mapserver.org Mapserver], [http://trac.osgeo.org/proj/ PROJ.4], [http://trac.osgeo.org/geotiff/ libgeotiff], [http://shapelib.maptools.org/ shapelib], [http://www.remotesensing.org/libtiff/ libtiff]&lt;br /&gt;
# Gerhard Triebnig, Managing Director at [http://eox.at EOX IT Services GmbH]&lt;br /&gt;
# [[User:pcreso|Brent Wood]], Environmental Information Delivery Programme Leader, NIWA, New Zealand. OGC member, Aust/NZ OSGEO chapter member, NZOSS Council member&lt;br /&gt;
# [[User:Schpidi|Stephan Meissl]], CTO at [http://eox.at EOX IT Services GmbH], contributor to [http://mapserver.org Mapserver], PSC chair of [http://eoxserver.org EOxServer]&lt;br /&gt;
# [[User:ticheler|Jeroen Ticheler]], Director of [http://geocat.net GeoCat], project founder and PSC chair of [http://geonetwork-opensource.org GeoNetwork opensource]&lt;br /&gt;
# [[User:Just|Just van den Broecke]], Director at [http://www.justobjects.nl Just Objects], contributor to [http://heron-mc.org Heron Mapping Client], secretary of [http://osgeo.nl OSGeo Dutch Local Chapter], member at [http://www.opengeogroep.nl OpenGeoGroep]&lt;br /&gt;
# [[User:milovanderlinden|Milo van der Linden]], member at [http://www.opengeogroep.nl OpenGeoGroep]&lt;br /&gt;
# [[User:surveyor|Landon Blake]], GIS Department Manager/Land Surveyor at [http://www.ksninc.com KSN], OSGeo California Chapter Board Representative.&lt;br /&gt;
# [[User:dmorissette|Daniel Morissette]], President at [http://mapgears.com/ Mapgears], core contributor and PSC member of [http://mapserver.org Mapserver] and [http://gdal.org GDAL/OGR]. Former OGC TC member and involved in the implementation of several OGC WxS services specs in MapServer.&lt;br /&gt;
# [[User:blammo|Bob Basques]], GIS Systems Developer at the City of Saint Paul, MN. [http://gis.ci.stpaul.mn.us Public Works GIS (GISmo)], Technical Director at [http://www.sharedgeo.org SharedGeo], OSGeo Charter Member, OSGeo TCMUG local chapter member, Co-founder and PSC member of [http://www.geomoose.org GeoMoose] project.&lt;br /&gt;
# [[User:vehrka|Pedro-Juan Ferrer Matoses]], PM at Omnium Strategic Intelligence, Spain, OSGeo Charter Member, OSGeo Spanish Local Chapter Liaison officer.&lt;br /&gt;
# Bevan Rudge, Director Lucion Limited, IT Advisor at Conservation Strategy Fund, Esri client&lt;br /&gt;
# [[User:Delawen|María Arias de Reyna]], software engineer at [http://geocat.net GeoCat], Spain, member of OSGeo Spanish Local Chapter.&lt;br /&gt;
# [[User:Aghisla|Anne Ghisla]], OSGeo Board Member, Italy, member of OSGeo Italian Local Chapter.&lt;br /&gt;
# [[User:Michogar|Micho Garcia]], Freelance and member of [http://geomati.co geomati.co], Spain, member of Spanish Local Chapter&lt;br /&gt;
# [[User:Madi|Margherita Di Leo]], OSGeo Charter Member, Post-doctoral researcher at the European Commission, JRC, Italy&lt;br /&gt;
# [[Jorge Sanz]], GIS Consultant at [http://www.prodevelop.es Prodevelop], OSGeo Charter Member, OSGeo Spanish Local Chapter Member, Spain&lt;br /&gt;
# [[Pablo Sanxiao]], CTO and co-founder at [http://www.icarto.es iCarto], OSGeo Spanish Local Chapter Member, Spain&lt;br /&gt;
# [[User:Fsteggink|Frank Steggink]], GIS software developer at [http://www.vicrea.nl Vicrea], The Netherlands, member of the Dutch Local Chapter&lt;br /&gt;
# [[User:Olivier.courtin|Olivier Courtin]], [http://www.oslandia.com Oslandia] co-founder, core contributor or/and PSC member of [http://mapserver.org Mapserver] and [http://www.postgis.org/ PostGIS]. OGC TC member.&lt;br /&gt;
# [[User:Bolosig|Wladimir Szczerban]], OSGeo Spanish Local Chapter Member, Spain&lt;br /&gt;
# [[User:AnitaGraser|Anita Graser]], GIS specialist with AIT Austrian Institute of Technology, OSGeo Charter member and QGIS team member.&lt;br /&gt;
# [[User:Vmische|Volker Mische]], geospatial software engineer, creator of GeoCouch&lt;br /&gt;
# [[User:Ivansanchez|Iván Sánchez]], OSGeo Spanish Local Chapter Member, head of [http://www.openstreetmap.es OpenStreetMap Spain], [http://osmfoundation.org OpenStreetMap Foundation] member, [http://hot.openstreetmap.org/ Humanitarian OpenStreetMap Team] member, [http://www.idee.es/ Spanish SDI working group] member&lt;br /&gt;
# [[User:Gabi|Gabriel Carrión]], Strategy Manager at  [http://www.gvsig.com gvSIG association]&lt;br /&gt;
# [http://strk.keybit.net Sandro Santilli], OSGeo Charter Member, [http://postgis.net PostGIS] and [http://trac.osgeo.org/geos GEOS] PSC member and core hacker.&lt;br /&gt;
# [[User:Javiarch|Javier Diaz]], member of Geoinquietos Bs As [http://wiki.osgeo.org/wiki/Category:Geoinquietos_Buenos_Aires], member of the Organizing Committee FOSS4G Bs As 2013 [http://www.foss4g-ba.org/]&lt;br /&gt;
# [[User: JoCook|Jo Cook]], Consultant at [http://isharemaps.com| Astun Technology], former Director of OSGeo, Charter Member, founder of UK Local Chapter, Deputy Chair of [http://2013.foss4g.org| FOSS4G 2013]&lt;br /&gt;
# [[User: Fpenarru | Francisco José Peñarrubia]], CTO and co-founder at [http://www.scolab.es SCOLAB]. Members of [http://www.gvsig.com gvSIG Association]&lt;br /&gt;
# [[User: Ganesh|Shanmugam Ganeshkumar]], Director of [http://www.geoicon.com GeoICON], member OSGeo Malaysia Chapter&lt;br /&gt;
# [[User:Barryrowlingson|Barry Rowlingson]], Senior Researcher, Lancaster University and Software Sustainability Institute Fellow&lt;br /&gt;
# [[User: Sfkeller|Stefan Keller]], University of Applied Sciences, Rapperswil (Switzerland), Member of Swiss OSM (SOSM) and QGIS association and of organizing committees of pgConf.DE and FOSSGIS 2013, and member of eCH (e-government standards of Switzerland)&lt;br /&gt;
# [[User: AndyBMapMan|Andrew Bailey]], OSGeo member, Astun Technology&lt;br /&gt;
# [[User: Sanand|Suchith Anand]], OSGeo Charter member, OSGeo Education member, FOSS4G 2013 LOC member&lt;br /&gt;
# [[User: krefftc|Carlos Krefft]], GIS software developer at [http://www.cstars.miami.edu CSTARS - University of Miami], OGC and OSGeo Member.&lt;br /&gt;
# [[User:Steko|Stefano Costa]], OSGeo member, GFOSS.it member and former board member, Ministero per i Beni e le Attività Culturali (Italy)&lt;br /&gt;
# [[User:pebau|Peter Baumann]], [http://www.jacobs-university.de/lsis Jacobs University], OGC member, WCS.SWG chair, editor of 10+ specs (disclaimer: this is an expression of my personal opinion and not in any way endorsed by OGC)&lt;br /&gt;
# [[User:pmbatty|Peter Batty]], CTO of Geospatial Division at [http://www.ubisense.net Ubisense], OSGeo board member, former CTO of [http://intergraph.com Intergraph] and [http://www.gedigitalenergy.com/gis.htm GE Smallworld], Technical Committee member of OGC in its formative years c 1995-97&lt;br /&gt;
# [[User: BarendKobben | Barend K&amp;amp;ouml;bben]], OSGEO Chartered Member, OSGeo.nl Dutch chapter treasurer, Senior Lecturer at [http://www.itc.nl ITC-University of Twente]&lt;br /&gt;
# [[User: pcav | Paolo Cavallini]], [http://www.faunalia.it Faunalia], OSGeo member, GFOSS.it member and former president, QGIS-PSC&lt;br /&gt;
# [[User: fthamura| FRans Thamura]], [http://www.osgeo.or.id Indonesia], OSGeo Indonesia, organizer]&lt;br /&gt;
# [[User: Endofcap| Sanghee Shin]], Founder and CEO of [http://www.gaia3d.com Gaia3D], OSGeo Charter Member, Representative of [http://www.osgeo.kr OSGeo Korean Chapter], Chairman of Open Source GIS Alliance Korea&lt;br /&gt;
# [[User: rentairo| Benni Purwonegoro]],Indonesia, IT-Spatial Engineer @ Geospatial Information Agency .&lt;br /&gt;
# [[User: jachym| Jachym Cepicky]], Czech Republic, member of OSGeo Board of Directors&lt;br /&gt;
# [[User: cappelaere| Pat Cappelaere]], Vightel Corporation&lt;br /&gt;
# [[User: JuergenFischer|Jürgen Fischer]], norBIT GmbH, QGIS core developer&lt;br /&gt;
# [[User: Maria|Maria Antonia Brovelli]], OSGeo Charter member, OSGeo Education member, GIS Professor and Vice Rector for the Como Campus at  [http://www.polimi.it/en Politecnico di Milano], Italy&lt;br /&gt;
# [[User:Nachouve |Nacho Varela]], GIS Consultant, OSGeo Spanish Local Chapter Member, Spain&lt;br /&gt;
# [[User:vasile |Vasile Craciunescu]], OSGeo Charter member, OSGeo Romania Local Chapter Leader, Researcher at Romanian National Meteorological Administration, Romania&lt;br /&gt;
# [[User:badaveil |Abbas Abdul Wahab]], Asst. Director, Federal Department of Town &amp;amp; Country Planning, Peninsular Malaysia&lt;br /&gt;
# [[User:rbraam | Roy Braam]], Software Engineer @ [http://www.b3partners.nl | B3Partners]&lt;br /&gt;
# [[User:peteris | Peteris Bruns]], Latvia, GIS Consultant &amp;amp; Software Engineer @ [http://www.sungis.lv | SunGIS]&lt;br /&gt;
# [[User:Lutra | Giovanni Manghi]], Portugal, [http://www.faunalia.pt Faunalia], OSGeo member, OSGeo-Portugal&lt;br /&gt;
# [[User:Hfpmartins | Hugo Martins]], UK, [http://www.lutraconsulting.co.uk Lutra Consulting], WebGIS Developer, OSGeo-Portugal Member&lt;br /&gt;
# [[User:Sabb | Saber Razmjooei]], UK, [http://www.lutraconsulting.co.uk Lutra Consulting], Co-Founder&lt;br /&gt;
# [[User:Wellsp | Peter Wells]], UK, [http://www.lutraconsulting.co.uk Lutra Consulting], Co-Founder&lt;br /&gt;
# [[User:SGijzen | Sidney Gijzen]], The Netherlands, Researcher GIS @ [http://www.wageningenur.nl/en/Expertise-Services/Research-Institutes/alterra.htm Alterra, Wageningen UR]&lt;br /&gt;
# [[User:mfidelman | Miles Fidelman]], US, Principal, Protocol Technologies Group, LLC&lt;br /&gt;
# [[User:punkish | Puneet Kishor]], OSGeo Charter Member; [http://www.geology.wisc.edu Geology, Univ. of Wisconsin-Madison]; [http://creativecommons.org/staff#puneetkishor Creative Commons]&lt;br /&gt;
# [[User:Toze | António José Silva]], Portugal, GIS Consultant, OSGeo-Portugal Member&lt;br /&gt;
# [[User:AndreMano | AndreMano]], Portugal, Natural History Society - GIS Department, OSGeo-Portugal Member&lt;br /&gt;
# [[User:maurimiranda|Mauricio Miranda]], Argentina, OSGeo Charter Member, OSGeo Spanish Local Chapter Board Member&lt;br /&gt;
# [[User:pmachado|Paulo Machado]], Portugal, Software Engineer @ PT Inovação&lt;br /&gt;
# [[User:alvaro|Alvaro Anguix]], Spain, General Manager at [http://www.gvsig.com gvSIG Association]&lt;br /&gt;
# [[Santiago Higuera]], CEO at [http://Mercatorlab.com Mercatorlab], OSGeo Spanish Local Chapter Board Member, Spain&lt;br /&gt;
# [[Alan Boudreault]], Developer at [http://mapgears.com/ Mapgears], contributor to [http://mapserver.org Mapserver] and [httpo://gdal.org GDAL/OGR].&lt;br /&gt;
# [[User:mikesaunt|Mike Saunt]], UK, Owner at [http://astuntechnology.com Astun Technology Ltd], OSGeo sponsor&lt;br /&gt;
# [[User:msmitherdc|Michael Smith]], OSGeo Charter Member, Physical Scientist US Army Corps of Engineers Remote Sensing GIS Center&lt;br /&gt;
# [[User:Kalxas|Angelos Tzotsos]], OSGeo Charter Member, Researcher at National Technical University of Athens&lt;br /&gt;
# [[User:Kimaidou|Michaël Douchin]], France, GIS consultant &amp;amp; software engineer at [http://3liz.com/ 3liz]&lt;br /&gt;
# [[User:PedroVenancio | Pedro Venâncio]], Portugal, GIS Analyst @ Municipality of Pinhel&lt;br /&gt;
# [[User:Jgrocha|Jorge Gustavo Rocha]], Portugal, GIS Professor at Universidade do Minho&lt;br /&gt;
# [[User:Danielkastl| Daniel Kastl]], Japan, [http://georepublic.info Georepublic], Founder&lt;br /&gt;
# [[Diodata|John Callahan]], US, Research Scientist and GIS/Remote Sensing Specialist, University of Delaware&lt;br /&gt;
# [[User:kjkalyan|Kalyan Janakiraman]], Senior Systems Analyst, Business Development Services, NSW Land and Property Information, Sydney, Australia&lt;br /&gt;
# [[User:goliadranger|Phillip Davis]], Director, National Geospatial Technology Center of Excellence, Texas, USA&lt;br /&gt;
# [[User:simonp|Simon Pigot]], contributor to and PSC member of [http://geonetwork-opensource.org GeoNetwork opensource] (speaking for myself, not an official view of my employer)&lt;br /&gt;
# [[User:jbryant|John Bryant]], Consultant, Mammoth Mapping, Dawson City, Canada and GIS/DB Admin, Jupiter Mines, Perth, Australia&lt;br /&gt;
# [[ChIossif|Christos Iossifides]], Remote Sensing Instructor, Laboratory Teaching Staff, Remote Sensing Instructor and Researcher, National Technical University of Athens&lt;br /&gt;
# [[User:tbowden|Tim Bowden]], Spatial Consultant, Perth, Australia&lt;br /&gt;
# [[User:Lucadelu|Luca Delucchi]], GIS Technician, Trento, Italy&lt;br /&gt;
# [[User:bartvdenl|Bart van den Eijnden]], GIS software developer, Utrecht, Netherlands&lt;br /&gt;
# [[User:eyedol|Henry Addo]], Software Developer at Ushahidi [http://ushahidi.com], contributor of [http://live.osgeo.org OSGeo-Live]&lt;br /&gt;
# [[User:iacovellas|Stefano Iacovella]], GIS consultant &amp;amp; software engineer, Rome, Italy&lt;br /&gt;
# [[User:Mtoonen| Meine Toonen]], Software Engineer @ [http://www.b3partners.nl B3Partners], The Netherlands&lt;br /&gt;
# [[User:arneke| Arne Kepp]], Software Engineer, Oslo, Norway&lt;br /&gt;
# [[User:Pirmin_Kalberer| Pirmin Kalberer]], Managing director [http://sourcepole.com/ Sourcepole], [http://fossgis.de FOSSGIS] member, Contributor of [http://gdal.org GDAL/OGR], [http://qgis.org QGIS], [http://mapfish.org/ Mapfish], [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS], [http://live.osgeo.org OSGeo-Live], Switzerland&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
&lt;br /&gt;
''Please don't edit this section - it is now locked to ensure editorial review. You may send comments to Cameron Shorter AT gmail .com''&lt;br /&gt;
&lt;br /&gt;
The document titled &amp;quot;GeoServices REST API&amp;quot; is currently, in May 2013, being considered to be included as one of the Open Geospatial Consortium (OGC) standards. The vote to accept the document as a standard is unusually contentious; the controversy is the cause of this page.&lt;br /&gt;
&lt;br /&gt;
The document was previously released for public comment and can be found [http://www.opengeospatial.org/standards/requests/89 on the request for public comment page] (though public comment has been closed for now).&lt;br /&gt;
&lt;br /&gt;
The document attempts to standardize a suite of web services such as a service which provides map images, a service which provides geospatial feature data, and a service which performs geospatial processing. The standard focuses on interactions via a defined hierarchy of URLs and using predominantly a particular set of JSON schemas for the exchange of geospatial data.&lt;br /&gt;
&lt;br /&gt;
== Criticism and Response ==&lt;br /&gt;
&lt;br /&gt;
The adoption of the document as an OGC Standard is contentious for a wide variety of reasons including:&lt;br /&gt;
&lt;br /&gt;
* the process through which the document was developed which is thought to lack sufficient flexibility to respond to input from various stakeholders, &lt;br /&gt;
* the focus of the document on 'REST' and 'API' which is seen as not matching the ideas others have for these concepts,&lt;br /&gt;
* the names of the standard and of the services which are seen as potentially confusing, &lt;br /&gt;
* the functionality of the new services which are considered to duplicate that of existing services already standardized by the OGC such as WMS, WFS, WCS, and WPS,&lt;br /&gt;
* the addition of a new set of services based on new URL patterns and new JSON exchange formats which is seen as duplicating the efforts of other working groups bringing similar ideas to the updates of existing OGC services,&lt;br /&gt;
* the re-introduction in the new services of previously resolved interoperability issues which is seen as failing to build on the existing knowledge and experience,&lt;br /&gt;
* the use of the particular JSON schemas which are seen as having little industry acceptance and are incompatible with other widely used schemas, and &lt;br /&gt;
* the lack of implementation diversity which is thought to give the vendor of the one complete implementation an unusual commercial advantage on top of the vendor's already dominant position in the domain. &lt;br /&gt;
&lt;br /&gt;
These issues have potential impacts on the use of 'Open Standards' by governments and companies, on the interoperability of software interacting with standards compliant OGC services, on the costs to developers and users of standards compliant software, on the understanding of 'Open Standards' by the public at large, and, possibly, on the reputation of the OGC as a champion of interoperability.&lt;br /&gt;
&lt;br /&gt;
In particular there are concerns by some that adoption of the standard will likely result in a combination of the following:&lt;br /&gt;
# The cost to application developers, systems integrators, testers and sponsors to support all relevant OGC standards will be substantially increased.&lt;br /&gt;
# Consequently, organisations and/or applications may choose to only support one standard, or only support one standard fully.&lt;br /&gt;
# Sponsors (such as governments) who require compliance with OGC standards will discover that applications don't communicate together, due to applications supporting different OGC standards that essentially do the same thing.&lt;br /&gt;
# This will result in a diminished importance of OGC, as the &amp;quot;OGC standards&amp;quot; stamp of approval will not equate interoperability.&lt;br /&gt;
# After a while, in order to solve interoperability issues, a respected international organisation or program will likely take the initiative to mandate one standard as the preferred standard for all agencies to follow. To date, the OGC has provided this leadership.&lt;br /&gt;
# One standard taking prominance over the other will likely lead to the other being neglected or deprecated, resulting in many OGC compliant systems becoming legacy systems in the process. This should be considered an undesirable outcome for a standards organisation.&lt;br /&gt;
&lt;br /&gt;
In response to these issues, the authors of the Geoservices REST API document have stated that:&lt;br /&gt;
&lt;br /&gt;
* the process of the OGC has been followed completely,&lt;br /&gt;
* the specification actually is RESTful and does define an API,&lt;br /&gt;
* the name, due to the controversy, may be open for modification&lt;br /&gt;
* the OGC does not forbid duplication of service functionality, already has duplication between the W*S and the S*S (sensor) family of standards, should not block progress in the name of 'one true way', and harmonization between the services can be considered in the future,&lt;br /&gt;
* the JSON format exists and functions, and&lt;br /&gt;
* there are alternative implementations for some of these services.&lt;br /&gt;
&lt;br /&gt;
The authors also stress that the existence of a large user base shows the service is useful, and that the standardization of the services at the OGC may encourage new implementations.&lt;br /&gt;
&lt;br /&gt;
= Positions on the vote =&lt;br /&gt;
''Please don't edit this section - it is now locked to ensure editorial review. You may send comments to Cameron Shorter AT gmail .com''&lt;br /&gt;
&lt;br /&gt;
The discussion raises a number of issues, many based upon complex technical concepts and implications. This makes it difficult for voting OGC members considering whether to support &amp;quot;Geoservices REST API&amp;quot; as a standard. The following provides one analysis of the positions on the vote, aimed to simplify and summarize key points. However, it does not necessarily represent the opinions held by all signatories above.&lt;br /&gt;
&lt;br /&gt;
; The pros for accepting the &amp;quot;Geoservices REST API&amp;quot; document as an OGC standard:&lt;br /&gt;
&lt;br /&gt;
:* The OGC should be in the business of developing good standards, not in choosing which standards should be implemented.&lt;br /&gt;
:* The proposers of the document want to make a standard and have followed all the rules of the OGC. The work of any such group of members deserves serious, good faith consideration.&lt;br /&gt;
:* The need for an integrated suite of services using simple data, which is addressed (partially) by the document, is real. The proposed document is pushing the OGC on this issue.&lt;br /&gt;
:* The proposed document could be useful to a number of people.&lt;br /&gt;
:* The proposed document is not significantly more broken than the existing standards of the OGC. As one author of standards [http://lists.osgeo.org/pipermail/discuss/2013-May/011667.html notes]: &lt;br /&gt;
:''&amp;quot;I know how totally impossible it is to write a good standard, so the weaknesses in the existing document seem more acceptable.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
; The cons:&lt;br /&gt;
&lt;br /&gt;
:* The OGC actually is, whether it should be or not, in the position of recommending interoperable standards for geospatial services. The proposed document is not good enough, not widely enough implemented, and not publicly supported enough, to be considered at the same level as existing standards.&lt;br /&gt;
:* Adopting a standard implies a desire to maintain the standard, but OGC's desire to support this approach has been questioned by some. In particular, the lack of collaboration and willingness to accept recommendations from the community on this version of the &amp;quot;Geoservices REST API&amp;quot; document bodes ill for the future.&lt;br /&gt;
:* The overlap in functionality between the proposed services and the existing services, notably with the ongoing work to modularize the existing services, is almost 100 percent. However, compatibility is low.&lt;br /&gt;
:* There is already a published document: http://www.esri.com/library/whitepapers/pdfs/geoservices-rest-spec.pdf so there is no need for the document to be adopted as an OGC Standard merely for interoperability with the ESRI implementation.&lt;br /&gt;
:* The document, as a new, separate effort, repeats mistakes which were made and since solved by the other services.&lt;br /&gt;
:* The document focuses on the past (notably with backwards compatibility and use of only GET/POST) not on the future.&lt;br /&gt;
:* The document needs a comprehensive editorial review and substantial rewriting for clarity.&lt;br /&gt;
&lt;br /&gt;
; A conclusion:&lt;br /&gt;
&lt;br /&gt;
Both simple answers are bad.&lt;br /&gt;
&lt;br /&gt;
A simple acceptance of the standard would introduce a new set of 'OGC approved' open services. The OGC approval might enable governments to buy a XXXX-new-name-here-XXXX solution instead of a W*S or a S*S solution. The path forwards towards harmonizing the services is unclear. Fixing this document in addition to fixing the W*S services will be a pain.&lt;br /&gt;
&lt;br /&gt;
Simply rejecting the solution would be bad for the OGC. It would place the OGC in the position of picking winners and losers in the standards business. It would mean that the OGC is stuck on the project of fixing the W*S standards to meet some nebulous future functionality without having any path to get there. It would discourage innovation and progress.&lt;br /&gt;
&lt;br /&gt;
Is there any third way?&lt;br /&gt;
&lt;br /&gt;
Well, actually, there is a different way of thinking of the issue. Overall, there appears to be a shared desire for an integrated suite of geospatial services, originally focused on a simple data model, built on the exchange of well defined resources in simple formats including JSON, accessible and usable using the core HTTP verbs, and discoverable through following HTML links and patterns of URL paths. The hope is that such a suite can be designed based on the best expertise of the OGC, can be widely supported by the community, and can be implemented and tested by multiple groups. Neither the proposed document, nor the current services meet this vision. So the work, ultimately, is on improving all the services at the OGC, first to modularize them, then to enable simple implementations, and finally to link those implementations into a functional suite. Since this is the work that is already happening, perhaps the vote is an unfortunate distraction and the productive way forward is merely to redouble the efforts to create the next versions of the standards.&lt;br /&gt;
&lt;br /&gt;
= Issues with the document =&lt;br /&gt;
&lt;br /&gt;
''Please don't edit this section - it is now locked to ensure editorial review. You may send comments to Cameron Shorter AT gmail .com''&lt;br /&gt;
&lt;br /&gt;
Beyond the controversy described above, there are issues with the Geoservices REST API document itself. Even if the standard deserves support, these issues could be considered blockers to the adoption of the current, May 2013, document.&lt;br /&gt;
&lt;br /&gt;
The critique is incomplete because it quickly falls into a full editorial review of the text, something which takes a lot of time and effort and is beyond the scope and intent of this Open Letter.&lt;br /&gt;
&lt;br /&gt;
The critique can be found at: http://wiki.osgeo.org/wiki/Geoservices_REST_API_critique.&lt;br /&gt;
&lt;br /&gt;
Note that some of these critiques hold the document to OGC's current, standards writing guidelines. The OGC has been striving to develop better standards so new standards must meet higher requirements than past standards. The lack of clarity in the proposed document is not substantially worse than many published standards but ought to be resolved in new standards.&lt;br /&gt;
&lt;br /&gt;
= Further Concerns =&lt;br /&gt;
--- DRAFT ____&lt;br /&gt;
&lt;br /&gt;
''Please add concerns not addressed above as bullet points below.  Where appropriate, link to external web pages (such as email achieves). Try to be concise, and try not to repeat concepts which have been covered above, (less words get read by more people). Points you have previously added, which are now covered above should be removed. Words that have been struck out will be removed by Tuesday 14 May.''&lt;br /&gt;
&lt;br /&gt;
== Political Concerns ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Adopting the standard will expose the OGC to a strong suspicion of acting as a rubber stamp organization under ESRI weight, and will be detrimental to its recognized position as a reference organization for geospatial standards.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;It is a dubious practice that a standardization organisation promotes competing standards, without explicitely obsoleting (or at least recommending) some of them. How is a newcomer to the industry supposed to select the appropriate standard if several ones share the same scope : WFS or GeoServices REST API Feature Service, WMS or GeoServices REST API Map Service, etc. ?&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Commercial Concerns ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Promoting standards from an existing implementation made by a single vendor leads to an obvious bias in competition.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Supporting multiple overlapping standards greatly reduces usability while it increases complexity and cost of development and maintenance.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Many SME's have invested in supporting existing OGC standards in their products. They will be forced to choose the standards they support (and can explain), resulting in decreased interoperability, confusion and frustration for clients.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;Confusing customers with new, overlapping OGC standards will lower the credibility of companies and of OGC, reducing business opportunities.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Technical Concerns ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;The Geoservices REST API overlaps in large proportion with existing OGC standards such as WMS, WCS, WFS, WMTS, CSW, with no effort made to reconcile with those standards.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* The standardization of WKT for Spatial reference systems is unfortunately currently quite weak in OGC standards. Geoservices REST API is tied with ESRI's version of WKT, which is not properly specified in the Geoservices REST API documents, and is known to be incompatible with other OGC documents, which will lead to a larger confusion. See the following [http://lists.opengeospatial.org/pipermail/requests/2012-July/000166.html comment] for more details on this issue.&lt;br /&gt;
* &amp;lt;strike&amp;gt;The Geoservices REST API is not particularly RESTful - it's a thinly disguised service call, not an address space for RESTful objects that can be operated on.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* see [http://wiki.osgeo.org/wiki/Geoservices_REST_API_critique#The_Technical_Approach this discussion] for detailed arguments why OGC WCS is superior to the &amp;quot;GeoServices REST API&amp;quot; Part 6. It concludes: ''In summary, the ESRI &amp;quot;Geoservice REST API&amp;quot; Imaging part is at a technological level where WCS departed from some 5 years ago. Inconciseness of the specification at large will make it difficult for third parties to come up with interoperable implementations. The components making up the ESRI &amp;quot;Geoservice REST API&amp;quot; provide natural blocks assignable to the matching SWGs. As for Part 6 of the ESRI &amp;quot;Geoservice REST API&amp;quot;, if to become a standard it needs to be discussed in the WCS.SWG for harmonization, clarification, and improvement.''&lt;br /&gt;
&lt;br /&gt;
== Methodological Concerns ==&lt;br /&gt;
&lt;br /&gt;
# Ten months after submitting, no public response (nor private to the authors of the comments) has been made to the various comments sent on the OGC Requests mailing list in [[http://lists.opengeospatial.org/pipermail/requests/2012-July/date.html July 2012]] and [[http://lists.opengeospatial.org/pipermail/requests/2012-August/date.html August 2012]] during the 30 day public comments period.&lt;br /&gt;
# The Geoservices REST API can not be amended (other than editorial changes in the specification document), because of a requirement of backward compatibility with ESRI implementation. Consequently, the standard is unlikely to improve, or its evolution will be only lead by ESRI.&lt;br /&gt;
# OGC standards normally require interoperability experiments and a richer process to ratify a standard such as this one. No explanation has been forthcoming as to why a simplified process is appropriate in this case.&lt;br /&gt;
&lt;br /&gt;
A response (from Adrian Custer):&lt;br /&gt;
&lt;br /&gt;
# The OGC is working to release those documents to the public as of 9 May 2013.&lt;br /&gt;
# Work on the next version of the document can take any perspective acceptable to those working on the document. (The OGC has no method in place in case two groups want to evolve the document in two different directions.)&lt;br /&gt;
# That is not true, the OGC does not require interoperability experiments or some &amp;quot;richer process&amp;quot; for the adoption of a standard; that may be desirable but is not required.&lt;br /&gt;
&lt;br /&gt;
= Further Reading =&lt;br /&gt;
''Please add links to referenced documents, related news stories or blog posts here.''&lt;br /&gt;
* Call for comments on GeoServices REST API: http://www.opengeospatial.org/standards/requests/89&lt;br /&gt;
* Email archive of OSGeo discussions about GeoServices REST API: http://lists.osgeo.org/pipermail/discuss/2013-May/thread.html&lt;br /&gt;
* Adrian Custer's summary of technical issues (and original source of some content in this letter): http://lists.osgeo.org/pipermail/discuss/2013-May/011667.html&lt;br /&gt;
* &amp;quot;Is OGC Loosing its way?&amp;quot;, letter to OGC Voters, from OGC Interoperability Movement Team Leaders, http://lists.osgeo.org/pipermail/discuss/2013-May/011632.html&lt;br /&gt;
&lt;br /&gt;
[[Category: OGC]]&lt;br /&gt;
[[Category: Standards]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=71078</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=71078"/>
		<updated>2013-05-13T07:17:06Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Zurich&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pirmin Kalberer&lt;br /&gt;
&lt;br /&gt;
[http://sourcepole.com/ Sourcepole AG]&lt;br /&gt;
Zurich, Switzerland&lt;br /&gt;
&lt;br /&gt;
Contact: pka at sourcepole dot ch&lt;br /&gt;
&lt;br /&gt;
== OSGeo and other geospatial Open Source project involvements ==&lt;br /&gt;
&lt;br /&gt;
* [http://qgis.org/ QGIS]: Committer - 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
* [http://www.gdal.org/ogr/ GDAL/OGR]: Committer - Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
* [http://mapfish.org/doc/implementations/rails.html Mapfish]: Committer - Ruby server implementation&lt;br /&gt;
* [http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
* [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS]: UbuntuGIS packaging&lt;br /&gt;
* [http://live.osgeo.org OSGeo-Live]: OSGeo-Live contributions (QGIS Server, TinyOWS, osgEarth and QGIS additions)&lt;br /&gt;
* [http://mapserver.org/ UMN Mapserver]: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
* [http://www.tinyows.org/ TinyOWS]:  Ubuntu packages and code contributions&lt;br /&gt;
* [http://osgearth.org/ osgEarth]:  Debian/Ubuntu packages&lt;br /&gt;
* [http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]: Creation of the first OSS GIS Live CD&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=71077</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=71077"/>
		<updated>2013-05-13T07:16:24Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: UbuntuGIS &amp;amp; OSGeo-Live&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pirmin Kalberer&lt;br /&gt;
&lt;br /&gt;
[http://www.sourcepole.ch/ Sourcepole AG]&lt;br /&gt;
Pfäffikon SZ, Switzerland&lt;br /&gt;
&lt;br /&gt;
Contact: pka at sourcepole dot ch&lt;br /&gt;
&lt;br /&gt;
== OSGeo and other geospatial Open Source project involvements ==&lt;br /&gt;
&lt;br /&gt;
* [http://qgis.org/ QGIS]: Committer - 3D Globe, OpenLayers plugin, Mapserver plugin ([http://plugins.qgis.org/plugins/user/pka/ Plugins])&lt;br /&gt;
* [http://www.gdal.org/ogr/ GDAL/OGR]: Committer - Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
* [http://mapfish.org/doc/implementations/rails.html Mapfish]: Committer - Ruby server implementation&lt;br /&gt;
* [http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
* [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS]: UbuntuGIS packaging&lt;br /&gt;
* [http://live.osgeo.org OSGeo-Live]: OSGeo-Live contributions (QGIS Server, TinyOWS, osgEarth and QGIS additions)&lt;br /&gt;
* [http://mapserver.org/ UMN Mapserver]: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
* [http://www.tinyows.org/ TinyOWS]:  Ubuntu packages and code contributions&lt;br /&gt;
* [http://osgearth.org/ osgEarth]:  Debian/Ubuntu packages&lt;br /&gt;
* [http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]: Creation of the first OSS GIS Live CD&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61549</id>
		<title>Live GIS Disc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61549"/>
		<updated>2012-03-27T21:21:42Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Undo Spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Osgeolive wordle.png|center|link=http://live.osgeo.org|750px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
&lt;br /&gt;
[http://live.osgeo.org OSGeo Live] provides [http://en.wikipedia.org/wiki/Live_CD bootable ISO-Images] and [http://en.wikipedia.org/wiki/Virtual_machine Virtual Machines] which allow users to try out fully-operational versions of popular Free Geospatial Software without the need to install a thing. Everything is set up for you ready to go: just reboot into it, glance at the help pages on the desktop, and go. The existing hard drive and operating system will not be modified in any way, everything happens in temporary system memory. As such it will run a bit slower than the &amp;quot;real thing&amp;quot; and you may want to grab a USB flash drive to save or transfer files with. You can load and  boot a live-image completely from a USB stick too if you prefer.&lt;br /&gt;
&lt;br /&gt;
We do this in large part by maintaining automated build scripts which collect many [[OSGeo]] programs and sample data-sets together, and then combine them to form the Live disc or VM itself. By tweaking these scripts, users are free to make their own custom distributions, for example localized in their own language and with local map data.&lt;br /&gt;
&lt;br /&gt;
* For the [http://2009.foss4g.org/ 2009 FOSS4G conference] a snapshot of Free Geospatial software has been collected onto the [http://arramagong.com Arramagong Live DVD and VM].&lt;br /&gt;
: ''The Arramagong Live DVD &amp;amp; VM contains a collection of the best Geospatial Open Source, pre-configured with sample data. The DVD and Virtual Machine are available for download at http://live.osgeo.org/en/download.html . Refer to [[Live GIS Disc Quick Start]] to get started.''&lt;br /&gt;
&lt;br /&gt;
= Key Links =&lt;br /&gt;
== Quick Start ==&lt;br /&gt;
* [[Live GIS Disc Quick Start]]&lt;br /&gt;
&lt;br /&gt;
== How to add a project to OSGeoLive ==&lt;br /&gt;
* [[Live GIS Add Project]]&lt;br /&gt;
* [[Live_GIS_Disc_Apply|Questions to answer when requesting to add an application to OSGeo-Live]]&lt;br /&gt;
&lt;br /&gt;
== Build Process ==&lt;br /&gt;
* [[Live GIS Build]] instructions&lt;br /&gt;
&lt;br /&gt;
== Package List ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB#gid=5 Package List and status spreadsheet]&lt;br /&gt;
* [[Live_GIS_Disc_Packages#Package_wishlist|Future/wishlist]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
[[Live_GIS_Add_Project#Documentation]]&lt;br /&gt;
&lt;br /&gt;
Stable release: http://live.osgeo.org &lt;br /&gt;
&lt;br /&gt;
Nightly build: http://adhoc.osgeo.osuosl.org/livedvd/docs/en/index.html&lt;br /&gt;
&lt;br /&gt;
== Translate ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Translate]]&lt;br /&gt;
&lt;br /&gt;
== Artwork ==&lt;br /&gt;
You can find the artwork sleeves, background images, booklet at:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Version 4.5:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/backgrounds/4.5&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/sleeve/4.5&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Review]]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
[[ Live GIS Presentation ]]&lt;br /&gt;
&lt;br /&gt;
== Workshops with OSGeoLive ==&lt;br /&gt;
&lt;br /&gt;
[[ Workshops with OSGeoLive ]]&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=tMRaCwabv7SiIG3moHEfMrQ&amp;amp;hl=en_GB Live GIS Disc Schedule]&lt;br /&gt;
&lt;br /&gt;
== Contact Us ==&lt;br /&gt;
* Mailing List: http://lists.osgeo.org/mailman/listinfo/live-demo&lt;br /&gt;
: The mailing list is [http://news.gmane.org/gmane.comp.gis.osgeo.livedemo archived at Gmane] and [http://n2.nabble.com/OSGeo-FOSS4G-LiveDVD-f3623430.html Nabble]&lt;br /&gt;
* IRC: irc://irc.freenode.net#osgeolive - [http://irclogs.geoapt.com/osgeolive/ Logs]&lt;br /&gt;
** You can log into IRC from: http://webchat.freenode.net/ Enter a nickname, and set channel=osgeolive&lt;br /&gt;
* [[Live_GIS_Disc_Meeting_Minutes|Meeting Minutes]]&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
Latest Stable Release: http://live.osgeo.org/en/download.html&lt;br /&gt;
&lt;br /&gt;
Latest Development Release: http://live.osgeo.org/dev/build&lt;br /&gt;
&lt;br /&gt;
Older Releases: http://download.osgeo.org/livedvd&lt;br /&gt;
&lt;br /&gt;
== Issue Tracker==&lt;br /&gt;
Our issue tracker is [http://trac.osgeo.org/osgeo/query?group=status&amp;amp;component=LiveDVD&amp;amp;order=priority hosted at OSGeo's Trac system], and you will need to create an [http://www.osgeo.org/osgeo_userid OSGeo UserId] before you can login and edit issues. To distinguish the LiveDVD project from other OSGeo projects, use the following conventions:&lt;br /&gt;
; Component field&lt;br /&gt;
: Set to `&amp;lt;tt&amp;gt;LiveDVD&amp;lt;/tt&amp;gt;`&lt;br /&gt;
; Keywords:&lt;br /&gt;
: Version: Set to base release version: eg: 5.0, 5.5 (not 5.5rc1)&lt;br /&gt;
: Application: Set to application with issue (use lower case): eg: &amp;quot;geoserver&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; [https://trac.osgeo.org/osgeo/report/10 List of open tickets]&lt;br /&gt;
&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=new&amp;amp;status=assigned&amp;amp;status=reopened&amp;amp;component=LiveDVD&amp;amp;keywords=%7E5.5&amp;amp;order=priority Just those concerning the 5.5 release]&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=closed&amp;amp;group=type&amp;amp;order=priority&amp;amp;component=LiveDVD List of tickets already fixed]&lt;br /&gt;
&lt;br /&gt;
== OSGeo User Id ==&lt;br /&gt;
* Create an OSGeo id: http://www.osgeo.org/osgeo_userid , which is required to edit the wiki, commit to svn and create an issue in the issue tracker.&lt;br /&gt;
&lt;br /&gt;
== Subversion ==&lt;br /&gt;
&lt;br /&gt;
; Repository: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk and [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk web view]&lt;br /&gt;
* On Linux systems: access Subversion using:&lt;br /&gt;
 svn checkout https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk&lt;br /&gt;
&lt;br /&gt;
* On windows systems, install [http://tortoisesvn.tigris.org/ Tortoise Subversion], which extends Windows Explorer to include subversion commands.&lt;br /&gt;
&lt;br /&gt;
; Commit access&lt;br /&gt;
:To get commit access, you need to create yourself an [http://www.osgeo.org/osgeo_userid osgeo user id], then join our [http://lists.osgeo.org/mailman/listinfo/live-demo email list] and ask to be given access to subversion. In this email, you will also need to confirm that you will comply with our license guidelines. Write something like:&lt;br /&gt;
&lt;br /&gt;
:''Hi all, I'd like to contribute XXX to OSGeo-Live. Could I please get access to subversion. My osgeo-user id is: YYYY.''&lt;br /&gt;
&lt;br /&gt;
: ''I confirm that my contributions to OSGeo-Live will be compatible with the OSGeo-Live license guidelines at the time of contribution.''&lt;br /&gt;
: ''The current OSGeo-Live license guidelines are:''&lt;br /&gt;
:* ''Creative Commons Attribution-ShareAlike 3.0 Unported License for Quickstarts''&lt;br /&gt;
:* ''Creative Commons Attribution 3.0 Unported License for Project Overviews''&lt;br /&gt;
:* ''A version of LGPL for install scripts''&lt;br /&gt;
:* ''One of the OSI approved Open Source licenses for installed applications''&lt;br /&gt;
&lt;br /&gt;
:A project admin will then add you to the [https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo osgeo] user group.&lt;br /&gt;
&lt;br /&gt;
;Add your name to contributors list&lt;br /&gt;
:The first thing you should do to test your svn install is to add your name the [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/doc/contributors.csv contributors list]:&lt;br /&gt;
 cd trunk/doc&lt;br /&gt;
&lt;br /&gt;
 # to edit a file&lt;br /&gt;
 svn update contributors.csv&lt;br /&gt;
 # edit contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # optionally check to see what has changed.&lt;br /&gt;
 svn diff contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # check the file back into subversion&lt;br /&gt;
 svn commit contributors.csv&lt;br /&gt;
&lt;br /&gt;
 # to add a file&lt;br /&gt;
 cd &amp;lt;dir&amp;gt;&lt;br /&gt;
 # create a file&lt;br /&gt;
 svn add &amp;lt;file&amp;gt;&lt;br /&gt;
 svn propset svn:mime-type &amp;lt;mime.type&amp;gt; &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 # to move or rename a file&lt;br /&gt;
 svn move &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A script to automatically set the svn props can be found [https://svn.osgeo.org/grass/grass-addons/tools/module_svn_propset.sh here]. More SVN hints [https://trac.osgeo.org/grass/wiki/HowToSVN here].&lt;br /&gt;
* On Windows this can be made easy using [http://tortoisesvn.tigris.org/ Tortoise SVN] which plugs directly into Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* [[Live GIS Disc FAQ]]&lt;br /&gt;
&lt;br /&gt;
== Press Releases ==&lt;br /&gt;
* [[FOSS4G 2009 Press Releases]]&lt;br /&gt;
** 27 August 2009, [[FOSS4G 2009 Press Release 28]] - Simple steps to get your project on the FOSS4G Live DVD&lt;br /&gt;
** 6 September 2009, [[FOSS4G 2009 Press Release 29]] - What Windows installers should be on the FOSS4G Live DVD + Live DVD Status.&lt;br /&gt;
** 3 October 2009, [http://cameronshorter.blogspot.com/2009/10/arramgong-gis-live-dvd-off-to-printers.html] '''Arramagong GIS Live DVD - off to printers'''&lt;br /&gt;
** 16 October 2009, [[FOSS4G 2009 Press Release 35]] - LiveDVD/VM on click2try [[FOSS4G 2009 Press Release 35 Cover|Cover Email]]&lt;br /&gt;
* 16 December 2009, [[Live GIS Disc Press Release 1]] - Defining the next LiveDVD/VM&lt;br /&gt;
* 14 January 2009, [[Live GIS Disc Press Release 2]] - 3 weeks to Live DVD 3.0 feature freeze&lt;br /&gt;
* 24 March 2010, [[Live GIS Disc Press Release 4]] - LiveDVD project joins Google Summer of Code&lt;br /&gt;
* 31 March 2010, [[Live GIS Disc Press Release 3]] - '''Arramagong Live DVD 3.0 released'''&lt;br /&gt;
* 10 June 2010, [[Live GIS Disc Press Release 5]] - Building OSGeo Live DVD for FOSS4G 2010&lt;br /&gt;
* 27 June 2010, [[Live GIS Disc Press Release 6]] - 1 week till OSGeoLive Feature Freeze&lt;br /&gt;
* 21 July 2010, [[Live GIS Disc Press Release 7]] - OGC and OSGeo collaborate on documentation&lt;br /&gt;
* 3 August 2010, [[Live GIS Disc Press Release 8]] - 1 week to test the OSGeo-Live DVD&lt;br /&gt;
* 13 August 2010, [[Live GIS Disc Press Release 9]] - Testing OSGeo-Live on the USB&lt;br /&gt;
* 3 September 2010, [[Live GIS Disc Press Release 10]] - '''Video &amp;amp; DVD for OSGeoLive 4.0, the best GeoSpatial''' OpenSource&lt;br /&gt;
* 23 November 2010, [[Live GIS Disc Press Release 11]] - Goals and schedule for OSGeo-Live 4.5&lt;br /&gt;
* 11 December 2010, [[Live GIS Disc Press Release 12]] - Contact application contacts&lt;br /&gt;
* 14 January 2011, [[Live GIS Disc Press Release 13]] - Last call for projects to be included on OSGeo-Live 4.5&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 14]] - Two weeks to translate Project Overviews&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 15]] - Two weeks to write Quick Starts&lt;br /&gt;
* 25 February 2011, [[Live GIS Disc Press Release 16]] - OSGeo-Live 4.5 ready for testing&lt;br /&gt;
* 28 March 2011, [[Live GIS Disc Press Release 17]] - '''OSGeo-Live 4.5 released'''&lt;br /&gt;
* 8 May 2011, [[Live GIS Disc Press Release 18]] - Call for interest in OSGeo-Live 5.0&lt;br /&gt;
* 4 June 2011, [[Live GIS Disc Press Release 19]] - Last call for new projects wishing to be included on OSGeo-Live&lt;br /&gt;
* 17 June 2011, [http://cameronshorter.blogspot.com/2011/06/memoirs-of-cat-herder-coordinating.html Memoirs of a Cat Herder - Coordinating OSGeo-Live volunteers]&lt;br /&gt;
* 9 July 2011, [[Live GIS Disc Press Release 20]] - One week to update of OSGeo-Live English Overviews and Quickstarts&lt;br /&gt;
* 18 July 2011, [http://cameronshorter.blogspot.com/2011/07/project-overviews-quickstarts-for-new.html Project Overviews &amp;amp; Quickstarts for New Zealand's SDI Cookbook]&lt;br /&gt;
* 2 August 2011, [[Live GIS Disc Press Release 21]] - Calling for OSGeo-Live Testers&lt;br /&gt;
* 30 August 2011, [[Live GIS Disc Press Release 22]] - '''OSGeo-Live 5.0 released'''&lt;br /&gt;
* 1 November 2011, [[Live GIS Disc Press Release 23]] - Call for interest in OSGeo-Live 5.5&lt;br /&gt;
* 17 December 2011, [[Live GIS Disc Press Release 24]] - What version of applications should we be installing on OSGeo-Live 5.5?&lt;br /&gt;
* 16 January 2012, [[Live GIS Disc Press Release 25]] - Update OSGeo-Live 5.5 docs &amp;amp; installer&lt;br /&gt;
* 1 March 2012, [[Live GIS Disc Press Release 26]] - '''OSGeo-Live 5.5 released'''&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
[[Live GIS History]]&lt;br /&gt;
&lt;br /&gt;
== Project Metrics ==&lt;br /&gt;
Metrics from Ohloh: https://www.ohloh.net/p/OSGeo-Live&lt;br /&gt;
&lt;br /&gt;
= Use Cases =&lt;br /&gt;
&lt;br /&gt;
There are multiple use cases for this product:&lt;br /&gt;
&lt;br /&gt;
* '''Demo DVD''' that can be handed out at conferences.&amp;lt;br /&amp;gt;This will contain a wide variety of applications, preconfigured with some sample data and containing introductory tutorials.  It should be able to function completely offline, at least within the scope of the tutorials, and should provide an introduction to many products.  This is very much a Live DVD, and as such should be conservative with regards to size (it will be run from RAM).&lt;br /&gt;
* '''Education DVD'''&amp;lt;br /&amp;gt;This seems to be a more involved version than the Demo DVD, including more involved material, including train-the-trainer style material.  This is targeted at those who will be teaching others, be it in workshops or university classes/labs.  My expectation (mleslie: feel free to correct me) is that this is more likely to be installed on machines and used as a teaching resource, as opposed to a toy to play with, as with the Demo DVD.  This will require material developed through the [[Category:Education|Education initiative]].&lt;br /&gt;
* '''Workstation Install DVD'''&amp;lt;br /&amp;gt;  This need was seen in Cape Town, where the bandwidth seems to be a very limiting factor.  Using the DVD to install either a complete OS, a set of packages to an existing Linux, or Windows installers completely offline is of great value in the developing world.  Would it be of greater value to lose the Edu or demo material and put in complete application documentation?&lt;br /&gt;
&lt;br /&gt;
= Links to related projects =&lt;br /&gt;
* [http://wiki.debian.org/DebianGis DebianGIS]. We encourage projects to package applications into Debian, which in turn is incorporated into Ubuntu.&lt;br /&gt;
* [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS]&lt;br /&gt;
* [http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS Enterprise Linux GIS] packages as RPMs for redhat based systems.&lt;br /&gt;
* [http://www.gisvm.com/ GISVM  home page] (GIS Virtual Machine by [[Ricardo Pinho]])&lt;br /&gt;
* [http://wiki.debian.org/DebianGis/LiveImages DebianGIS Live Image]&lt;br /&gt;
: [http://svn.debian.org/viewsvn/pkg-grass/packages/debian-gis/ Build scripts in DebianGIS's SVN]&lt;br /&gt;
* [http://livecd.ominiverdi.org/index.php?page=LiveCD&amp;amp;toc=livecd Omniverdi LiveCD project]&lt;br /&gt;
* [http://grass.osgeo.org/download/cdrom.php List of live CDs from the GRASS download site]&lt;br /&gt;
* [http://wiki.gfoss.it/index.php/LiveDVD-GFOSS.it Gfoss.it live DVD ]&lt;br /&gt;
* [http://www.archaeogeek.com/blog/portable-gis/ Portable GIS] - Zero-install GIS for MS Windows on a USB stick&lt;br /&gt;
* [http://www.poseidonlinux.org/ Poseidon Linux]&lt;br /&gt;
* [http://www.fossgis.de/projekte_gislive.html GISLive] - LiveDVD project from [http://www.fossgis.de FOSSGIS e.V.] (German language)&lt;br /&gt;
&lt;br /&gt;
= Links to Build tool options =&lt;br /&gt;
* The [http://packages.debian.org/sid/live-helper live-helper] package - [http://wiki.debian.org/DebianLive DebianLive home page]&lt;br /&gt;
* [http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd Debian\Ubuntu Tricks]&lt;br /&gt;
* [https://help.ubuntu.com/community/LiveCDCustomization Ubuntu Help Way]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software Stack]]&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61548</id>
		<title>Live GIS Disc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61548"/>
		<updated>2012-03-27T21:19:54Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Undo Spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Osgeolive wordle.png|center|link=http://live.osgeo.org|750px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
&lt;br /&gt;
[http://live.osgeo.org OSGeo Live] provides [http://en.wikipedia.org/wiki/Live_CD bootable ISO-Images] and [http://en.wikipedia.org/wiki/Virtual_machine Virtual Machines] which allow users to try out fully-operational versions of popular Free Geospatial Software without the need to install a thing. Everything is set up for you ready to go: just reboot into it, glance at the help pages on the desktop, and go. The existing hard drive and operating system will not be modified in any way, everything happens in temporary system memory. As such it will run a bit slower than the &amp;quot;real thing&amp;quot; and [http://www.cavite-housing.com/ house and lot for sale in cavite] you may want to grab a USB flash drive to save or transfer files with. You can load and  boot a live-image completely from a USB stick too if you prefer.&lt;br /&gt;
&lt;br /&gt;
We do this in large part by maintaining automated build scripts which collect many [[OSGeo]] programs and sample data-sets together, and then combine them to form the Live disc or VM itself. By tweaking these scripts, users are free to make their own custom distributions, for example localized in their own language and with local map data.&lt;br /&gt;
&lt;br /&gt;
* For the [http://2009.foss4g.org/ 2009 FOSS4G conference] a snapshot of Free Geospatial software has been collected onto the [http://arramagong.com Arramagong Live DVD and VM].&lt;br /&gt;
: ''The Arramagong Live DVD &amp;amp; VM contains a collection of the best Geospatial Open Source, pre-configured with sample data. The DVD and Virtual Machine are available for download at http://live.osgeo.org/en/download.html . Refer to [[Live GIS Disc Quick Start]] to get started.''&lt;br /&gt;
&lt;br /&gt;
= Key Links =&lt;br /&gt;
== Quick Start ==&lt;br /&gt;
* [[Live GIS Disc Quick Start]]&lt;br /&gt;
&lt;br /&gt;
== How to add a project to OSGeoLive ==&lt;br /&gt;
* [[Live GIS Add Project]]&lt;br /&gt;
* [[Live_GIS_Disc_Apply|Questions to answer when requesting to add an application to OSGeo-Live]]&lt;br /&gt;
&lt;br /&gt;
== Build Process ==&lt;br /&gt;
* [[Live GIS Build]] instructions&lt;br /&gt;
&lt;br /&gt;
== Package List ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB#gid=5 Package List and status spreadsheet]&lt;br /&gt;
* [[Live_GIS_Disc_Packages#Package_wishlist|Future/wishlist]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
[[Live_GIS_Add_Project#Documentation]]&lt;br /&gt;
&lt;br /&gt;
Stable release: http://live.osgeo.org &lt;br /&gt;
&lt;br /&gt;
Nightly build: http://adhoc.osgeo.osuosl.org/livedvd/docs/en/index.html&lt;br /&gt;
&lt;br /&gt;
== Translate ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Translate]]&lt;br /&gt;
&lt;br /&gt;
== Artwork ==&lt;br /&gt;
You can find the artwork sleeves, background images, booklet at:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Version 4.5:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/backgrounds/4.5&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/sleeve/4.5&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Review]]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
[[ Live GIS Presentation ]]&lt;br /&gt;
&lt;br /&gt;
== Workshops with OSGeoLive ==&lt;br /&gt;
&lt;br /&gt;
[[ Workshops with OSGeoLive ]]&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=tMRaCwabv7SiIG3moHEfMrQ&amp;amp;hl=en_GB Live GIS Disc Schedule]&lt;br /&gt;
*[http://www.cavite-housing.com/ cavite house and lot]&lt;br /&gt;
&lt;br /&gt;
== Contact Us ==&lt;br /&gt;
* Mailing List: http://lists.osgeo.org/mailman/listinfo/live-demo&lt;br /&gt;
: The mailing list is [http://news.gmane.org/gmane.comp.gis.osgeo.livedemo archived at Gmane] and [http://n2.nabble.com/OSGeo-FOSS4G-LiveDVD-f3623430.html Nabble]&lt;br /&gt;
* IRC: irc://irc.freenode.net#osgeolive - [http://irclogs.geoapt.com/osgeolive/ Logs]&lt;br /&gt;
** You can log into IRC from: http://webchat.freenode.net/ Enter a nickname, and set channel=osgeolive&lt;br /&gt;
* [[Live_GIS_Disc_Meeting_Minutes|Meeting Minutes]]&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
Latest Stable Release: http://live.osgeo.org/en/download.html&lt;br /&gt;
&lt;br /&gt;
Latest Development Release: http://live.osgeo.org/dev/build&lt;br /&gt;
&lt;br /&gt;
Older Releases: http://download.osgeo.org/livedvd&lt;br /&gt;
&lt;br /&gt;
== Issue Tracker==&lt;br /&gt;
Our issue tracker is [http://trac.osgeo.org/osgeo/query?group=status&amp;amp;component=LiveDVD&amp;amp;order=priority hosted at OSGeo's Trac system], and you will need to create an [http://www.osgeo.org/osgeo_userid OSGeo UserId] before you can login and edit issues. To distinguish the LiveDVD project from other OSGeo projects, use the following conventions:&lt;br /&gt;
; Component field&lt;br /&gt;
: Set to `&amp;lt;tt&amp;gt;LiveDVD&amp;lt;/tt&amp;gt;`&lt;br /&gt;
; Keywords:&lt;br /&gt;
: Version: Set to base release version: eg: 5.0, 5.5 (not 5.5rc1)&lt;br /&gt;
: Application: Set to application with issue (use lower case): eg: &amp;quot;geoserver&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; [https://trac.osgeo.org/osgeo/report/10 List of open tickets]&lt;br /&gt;
&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=new&amp;amp;status=assigned&amp;amp;status=reopened&amp;amp;component=LiveDVD&amp;amp;keywords=%7E5.5&amp;amp;order=priority Just those concerning the 5.5 release]&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=closed&amp;amp;group=type&amp;amp;order=priority&amp;amp;component=LiveDVD List of tickets already fixed]&lt;br /&gt;
&lt;br /&gt;
== OSGeo User Id ==&lt;br /&gt;
* Create an OSGeo id: http://www.osgeo.org/osgeo_userid , which is required to edit the &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.smartstun.com/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;stun gun&amp;lt;/span&amp;gt;] wiki, commit to svn and create an issue in the issue tracker.&lt;br /&gt;
&lt;br /&gt;
== Subversion ==&lt;br /&gt;
&lt;br /&gt;
; Repository: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk and [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk web view]&lt;br /&gt;
* On Linux systems: access Subversion using:&lt;br /&gt;
 svn checkout https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk&lt;br /&gt;
&lt;br /&gt;
* On windows systems, install [http://tortoisesvn.tigris.org/ Tortoise Subversion], which extends Windows Explorer to include subversion commands.&lt;br /&gt;
&lt;br /&gt;
; Commit access&lt;br /&gt;
:To get commit access, you need to create yourself an [http://www.osgeo.org/osgeo_userid osgeo user id], then join our [http://lists.osgeo.org/mailman/listinfo/live-demo email list] and ask to be given access to subversion. In this email, you will also need to confirm that you will comply with our license guidelines. Write something like:&lt;br /&gt;
&lt;br /&gt;
:''Hi all, I'd like to contribute XXX to OSGeo-Live. Could I please get access to subversion. My osgeo-user id is: YYYY.''&lt;br /&gt;
&lt;br /&gt;
: ''I confirm that my contributions to OSGeo-Live will be compatible with the OSGeo-Live license guidelines at the time of contribution.''&lt;br /&gt;
: ''The current OSGeo-Live license guidelines are:''&lt;br /&gt;
:* ''Creative Commons Attribution-ShareAlike 3.0 Unported License for Quickstarts''&lt;br /&gt;
:* ''Creative Commons Attribution 3.0 Unported License for Project Overviews''&lt;br /&gt;
:* ''A version of LGPL for install scripts''&lt;br /&gt;
:* ''One of the OSI approved Open Source licenses for installed applications''&lt;br /&gt;
&lt;br /&gt;
:A project admin will then add you to the [https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo osgeo] user group.&lt;br /&gt;
&lt;br /&gt;
;Add your name to contributors list&lt;br /&gt;
:The first thing you should do to test your svn install is to add your name the [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/doc/contributors.csv contributors list]:&lt;br /&gt;
 cd trunk/doc&lt;br /&gt;
&lt;br /&gt;
 # to edit a file&lt;br /&gt;
 svn update contributors.csv&lt;br /&gt;
 # edit contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # optionally check to see what has changed.&lt;br /&gt;
 svn diff contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # check the file back into subversion&lt;br /&gt;
 svn commit contributors.csv&lt;br /&gt;
&lt;br /&gt;
 # to add a file&lt;br /&gt;
 cd &amp;lt;dir&amp;gt;&lt;br /&gt;
 # create a file&lt;br /&gt;
 svn add &amp;lt;file&amp;gt;&lt;br /&gt;
 svn propset svn:mime-type &amp;lt;mime.type&amp;gt; &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 # to move or rename a file&lt;br /&gt;
 svn move &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A script to automatically set the svn props can be found [https://svn.osgeo.org/grass/grass-addons/tools/module_svn_propset.sh here]. More SVN hints [https://trac.osgeo.org/grass/wiki/HowToSVN here].&lt;br /&gt;
* On Windows this can be made easy using [http://tortoisesvn.tigris.org/ Tortoise SVN] which plugs directly into Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* [[Live GIS Disc FAQ]]&lt;br /&gt;
&lt;br /&gt;
== Press Releases ==&lt;br /&gt;
* [[FOSS4G 2009 Press Releases]]&lt;br /&gt;
** 27 August 2009, [[FOSS4G 2009 Press Release 28]] - Simple steps to get your project on the FOSS4G Live DVD&lt;br /&gt;
** 6 September 2009, [[FOSS4G 2009 Press Release 29]] - What Windows installers should be on the FOSS4G Live DVD + Live DVD Status.&lt;br /&gt;
** 3 October 2009, [http://cameronshorter.blogspot.com/2009/10/arramgong-gis-live-dvd-off-to-printers.html] '''Arramagong GIS Live DVD - off to printers'''&lt;br /&gt;
** 16 October 2009, [[FOSS4G 2009 Press Release 35]] - LiveDVD/VM on click2try [[FOSS4G 2009 Press Release 35 Cover|Cover Email]]&lt;br /&gt;
* 16 December 2009, [[Live GIS Disc Press Release 1]] - Defining the next LiveDVD/VM&lt;br /&gt;
* 14 January 2009, [[Live GIS Disc Press Release 2]] - 3 weeks to Live DVD 3.0 feature freeze&lt;br /&gt;
* 24 March 2010, [[Live GIS Disc Press Release 4]] - LiveDVD project joins Google Summer of Code&lt;br /&gt;
* 31 March 2010, [[Live GIS Disc Press Release 3]] - '''Arramagong Live DVD 3.0 released'''&lt;br /&gt;
* 10 June 2010, [[Live GIS Disc Press Release 5]] - Building OSGeo Live DVD for FOSS4G 2010&lt;br /&gt;
* 27 June 2010, [[Live GIS Disc Press Release 6]] - 1 week till OSGeoLive Feature Freeze&lt;br /&gt;
* 21 July 2010, [[Live GIS Disc Press Release 7]] - OGC and OSGeo collaborate on documentation&lt;br /&gt;
* 3 August 2010, [[Live GIS Disc Press Release 8]] - 1 week to test the OSGeo-Live DVD&lt;br /&gt;
* 13 August 2010, [[Live GIS Disc Press Release 9]] - Testing OSGeo-Live on the USB&lt;br /&gt;
* 3 September 2010, [[Live GIS Disc Press Release 10]] - '''Video &amp;amp; DVD for OSGeoLive 4.0, the best GeoSpatial''' OpenSource&lt;br /&gt;
* 23 November 2010, [[Live GIS Disc Press Release 11]] - Goals and schedule for OSGeo-Live 4.5&lt;br /&gt;
* 11 December 2010, [[Live GIS Disc Press Release 12]] - Contact application contacts&lt;br /&gt;
* 14 January 2011, [[Live GIS Disc Press Release 13]] - Last call for projects to be included on OSGeo-Live 4.5&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 14]] - Two weeks to translate Project Overviews&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 15]] - Two weeks to write Quick Starts&lt;br /&gt;
* 25 February 2011, [[Live GIS Disc Press Release 16]] - OSGeo-Live 4.5 ready for testing&lt;br /&gt;
* 28 March 2011, [[Live GIS Disc Press Release 17]] - '''OSGeo-Live 4.5 released'''&lt;br /&gt;
* 8 May 2011, [[Live GIS Disc Press Release 18]] - Call for interest in OSGeo-Live 5.0&lt;br /&gt;
* 4 June 2011, [[Live GIS Disc Press Release 19]] - Last call for new projects wishing to be included on OSGeo-Live&lt;br /&gt;
* 17 June 2011, [http://cameronshorter.blogspot.com/2011/06/memoirs-of-cat-herder-coordinating.html Memoirs of a Cat Herder - Coordinating OSGeo-Live volunteers]&lt;br /&gt;
* 9 July 2011, [[Live GIS Disc Press Release 20]] - One week to update of OSGeo-Live English Overviews and Quickstarts&lt;br /&gt;
* 18 July 2011, [http://cameronshorter.blogspot.com/2011/07/project-overviews-quickstarts-for-new.html Project Overviews &amp;amp; Quickstarts for New Zealand's SDI Cookbook]&lt;br /&gt;
* 2 August 2011, [[Live GIS Disc Press Release 21]] - Calling for OSGeo-Live Testers&lt;br /&gt;
* 30 August 2011, [[Live GIS Disc Press Release 22]] - '''OSGeo-Live 5.0 released'''&lt;br /&gt;
* 1 November 2011, [[Live GIS Disc Press Release 23]] - Call for interest in OSGeo-Live 5.5&lt;br /&gt;
* 17 December 2011, [[Live GIS Disc Press Release 24]] - What version of applications should we be installing on OSGeo-Live 5.5?&lt;br /&gt;
* 16 January 2012, [[Live GIS Disc Press Release 25]] - Update OSGeo-Live 5.5 docs &amp;amp; installer&lt;br /&gt;
* 1 March 2012, [[Live GIS Disc Press Release 26]] - '''OSGeo-Live 5.5 released'''&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
[[Live GIS History]]&lt;br /&gt;
&lt;br /&gt;
== Project Metrics ==&lt;br /&gt;
Metrics from Ohloh: https://www.ohloh.net/p/OSGeo-Live&lt;br /&gt;
&lt;br /&gt;
= Use Cases =&lt;br /&gt;
&lt;br /&gt;
There are multiple use cases for this product:&lt;br /&gt;
&lt;br /&gt;
* '''Demo DVD''' that can be handed out at conferences.&amp;lt;br /&amp;gt;This will contain a wide variety of applications, preconfigured with some sample data and containing introductory tutorials.  It should be able to function completely offline, at least within the scope of the tutorials, and should provide an introduction to many products.  This is very much a Live DVD, and as such should be conservative with regards to size (it will be run from RAM).&lt;br /&gt;
* '''Education DVD'''&amp;lt;br /&amp;gt;This seems to be a more involved version than the Demo DVD, including more involved material, including train-the-trainer style material.  This is targeted at those who will be teaching others, be it in workshops or university classes/labs.  My expectation (mleslie: feel free to correct me) is that this is more likely to be installed on machines and used as a teaching resource, as opposed to a toy to play with, as with the Demo DVD.  This will require material developed through the [[Category:Education|Education initiative]].&lt;br /&gt;
* '''Workstation Install DVD'''&amp;lt;br /&amp;gt;  This need was seen in Cape Town, where the bandwidth seems to be a very limiting factor.  Using the DVD to install either a complete OS, a set of packages to an existing Linux, or Windows installers completely offline is of great value in the developing world.  Would it be of greater value to lose the Edu or demo material and put in complete application documentation?&lt;br /&gt;
&lt;br /&gt;
= Links to related projects =&lt;br /&gt;
* [http://wiki.debian.org/DebianGis DebianGIS]. We encourage projects to package applications into Debian, which in turn is incorporated into Ubuntu.&lt;br /&gt;
* [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS]&lt;br /&gt;
* [http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS Enterprise Linux GIS] packages as RPMs for redhat based systems.&lt;br /&gt;
* [http://www.gisvm.com/ GISVM  home page] (GIS Virtual Machine by [[Ricardo Pinho]])&lt;br /&gt;
* [http://wiki.debian.org/DebianGis/LiveImages DebianGIS Live Image]&lt;br /&gt;
: [http://svn.debian.org/viewsvn/pkg-grass/packages/debian-gis/ Build scripts in DebianGIS's SVN]&lt;br /&gt;
* [http://livecd.ominiverdi.org/index.php?page=LiveCD&amp;amp;toc=livecd Omniverdi LiveCD project]&lt;br /&gt;
* [http://grass.osgeo.org/download/cdrom.php List of live CDs from the GRASS download site]&lt;br /&gt;
* [http://wiki.gfoss.it/index.php/LiveDVD-GFOSS.it Gfoss.it live DVD ]&lt;br /&gt;
* [http://www.archaeogeek.com/blog/portable-gis/ Portable GIS] - Zero-install GIS for MS Windows on a USB stick&lt;br /&gt;
* [http://www.poseidonlinux.org/ Poseidon Linux]&lt;br /&gt;
* [http://www.fossgis.de/projekte_gislive.html GISLive] - LiveDVD project from [http://www.fossgis.de FOSSGIS e.V.] (German language)&lt;br /&gt;
&lt;br /&gt;
= Links to Build tool options =&lt;br /&gt;
* The [http://packages.debian.org/sid/live-helper live-helper] package - [http://wiki.debian.org/DebianLive DebianLive home page]&lt;br /&gt;
* [http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd Debian\Ubuntu Tricks]&lt;br /&gt;
* [https://help.ubuntu.com/community/LiveCDCustomization Ubuntu Help Way]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software Stack]]&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=61466</id>
		<title>Workshops with OSGeoLive</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=61466"/>
		<updated>2012-03-24T19:57:50Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For using OSGeoLive in a workshop, you can either use the DVD, install a VM, or create a bootable USB stick.&lt;br /&gt;
&lt;br /&gt;
OSGeoLive has a desktop link to a page where software or other workshop material can be referenced.&lt;br /&gt;
&lt;br /&gt;
[[File:Workshop-icon.png‎]]&lt;br /&gt;
&lt;br /&gt;
This link leads to a [http://trac.osgeo.org/osgeo/wiki/Live_GIS_Workshop_Install OSGeo wiki page], which can be edited with a regular OSGeo login.&lt;br /&gt;
&lt;br /&gt;
It is possible to add links to Debian packages. A click on this link opens the Ubuntu software center with the packages selected. If you're running OSGeo Live from DVD, resources for additional packages are limited, and the packages have to be reinstalled after a reboot.&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Workshop-icon.png&amp;diff=61465</id>
		<title>File:Workshop-icon.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Workshop-icon.png&amp;diff=61465"/>
		<updated>2012-03-24T19:56:18Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=61464</id>
		<title>Workshops with OSGeoLive</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Workshops_with_OSGeoLive&amp;diff=61464"/>
		<updated>2012-03-24T19:54:14Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Live_GIS_Workshop_Install link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For using OSGeoLive in a workshop, you can either use the DVD, install a VM, or create a bootable USB stick.&lt;br /&gt;
&lt;br /&gt;
OSGeoLive has a desktop link to a page where software or other workshop material can be referenced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link leads to a [http://trac.osgeo.org/osgeo/wiki/Live_GIS_Workshop_Install OSGeo wiki page], which can be edited with a regular OSGeo login.&lt;br /&gt;
&lt;br /&gt;
It is possible to add links to Debian packages. A click on this link opens the Ubuntu software center with the packages selected. If you're running OSGeo Live from DVD, resources for additional packages are limited, and the packages have to be reinstalled after a reboot.&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61463</id>
		<title>Live GIS Disc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc&amp;diff=61463"/>
		<updated>2012-03-24T19:37:12Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Workshops with OSGeoLive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Osgeolive wordle.png|center|link=http://live.osgeo.org|750px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
&lt;br /&gt;
[http://live.osgeo.org OSGeo Live] provides [http://en.wikipedia.org/wiki/Live_CD bootable ISO-Images] and [http://en.wikipedia.org/wiki/Virtual_machine Virtual Machines] which allow users to try out fully-operational versions of popular Free Geospatial Software without the need to install a thing. Everything is set up for you ready to go: just reboot into it, glance at the help pages on the desktop, and go. The existing hard drive and operating system will not be modified in any way, everything happens in temporary system memory. As such it will run a bit slower than the &amp;quot;real thing&amp;quot; and [http://www.cavite-housing.com/ house and lot for sale in cavite] you may want to grab a USB flash drive to save or transfer files with. You can load and  boot a live-image completely from a USB stick too if you prefer.&lt;br /&gt;
&lt;br /&gt;
We do this in large part by maintaining automated build scripts which collect many [[OSGeo]] programs and sample data-sets together, and then combine them to form the Live disc or VM itself. By tweaking these scripts, users are free to make their own custom distributions, for example localized in their own language and with local map data.&lt;br /&gt;
&lt;br /&gt;
* For the [http://2009.foss4g.org/ 2009 FOSS4G conference] a snapshot of Free Geospatial software has been collected onto the [http://arramagong.com Arramagong Live DVD and VM].&lt;br /&gt;
: ''The Arramagong Live DVD &amp;amp; VM contains a collection of the best Geospatial Open Source, pre-configured with sample data. The DVD and Virtual Machine are available for download at http://live.osgeo.org/en/download.html . Refer to [[Live GIS Disc Quick Start]] to get started.''&lt;br /&gt;
&lt;br /&gt;
= Key Links =&lt;br /&gt;
== Quick Start ==&lt;br /&gt;
* [[Live GIS Disc Quick Start]]&lt;br /&gt;
&lt;br /&gt;
== How to add a project to OSGeoLive ==&lt;br /&gt;
* [[Live GIS Add Project]]&lt;br /&gt;
* [[Live_GIS_Disc_Apply|Questions to answer when requesting to add an application to OSGeo-Live]]&lt;br /&gt;
&lt;br /&gt;
== Build Process ==&lt;br /&gt;
* [[Live GIS Build]] instructions&lt;br /&gt;
&lt;br /&gt;
== Package List ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB#gid=5 Package List and status spreadsheet]&lt;br /&gt;
* [[Live_GIS_Disc_Packages#Package_wishlist|Future/wishlist]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
[[Live_GIS_Add_Project#Documentation]]&lt;br /&gt;
&lt;br /&gt;
Stable release: http://live.osgeo.org &lt;br /&gt;
&lt;br /&gt;
Nightly build: http://adhoc.osgeo.osuosl.org/livedvd/docs/en/index.html&lt;br /&gt;
&lt;br /&gt;
== Translate ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Translate]]&lt;br /&gt;
&lt;br /&gt;
== Artwork ==&lt;br /&gt;
You can find the artwork sleeves, background images, booklet at:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Version 4.5:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/backgrounds/4.5&lt;br /&gt;
* http://trac.osgeo.org/osgeo/browser/livedvd/artwork/sleeve/4.5&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
&lt;br /&gt;
[[Live GIS Review]]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
[[ Live GIS Presentation ]]&lt;br /&gt;
&lt;br /&gt;
== Workshops with OSGeoLive ==&lt;br /&gt;
&lt;br /&gt;
[[ Workshops with OSGeoLive ]]&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* [http://spreadsheets.google.com/ccc?key=tMRaCwabv7SiIG3moHEfMrQ&amp;amp;hl=en_GB Live GIS Disc Schedule]&lt;br /&gt;
*[http://www.cavite-housing.com/ cavite house and lot]&lt;br /&gt;
&lt;br /&gt;
== Contact Us ==&lt;br /&gt;
* Mailing List: http://lists.osgeo.org/mailman/listinfo/live-demo&lt;br /&gt;
: The mailing list is [http://news.gmane.org/gmane.comp.gis.osgeo.livedemo archived at Gmane] and [http://n2.nabble.com/OSGeo-FOSS4G-LiveDVD-f3623430.html Nabble]&lt;br /&gt;
* IRC: irc://irc.freenode.net#osgeolive - [http://irclogs.geoapt.com/osgeolive/ Logs]&lt;br /&gt;
** You can log into IRC from: http://webchat.freenode.net/ Enter a nickname, and set channel=osgeolive&lt;br /&gt;
* [[Live_GIS_Disc_Meeting_Minutes|Meeting Minutes]]&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
Latest Stable Release: http://live.osgeo.org/en/download.html&lt;br /&gt;
&lt;br /&gt;
Latest Development Release: http://live.osgeo.org/dev/build&lt;br /&gt;
&lt;br /&gt;
Older Releases: http://download.osgeo.org/livedvd&lt;br /&gt;
&lt;br /&gt;
== Issue Tracker==&lt;br /&gt;
Our issue tracker is [http://trac.osgeo.org/osgeo/query?group=status&amp;amp;component=LiveDVD&amp;amp;order=priority hosted at OSGeo's Trac system], and you will need to create an [http://www.osgeo.org/osgeo_userid OSGeo UserId] before you can login and edit issues. To distinguish the LiveDVD project from other OSGeo projects, use the following conventions:&lt;br /&gt;
; Component field&lt;br /&gt;
: Set to `&amp;lt;tt&amp;gt;LiveDVD&amp;lt;/tt&amp;gt;`&lt;br /&gt;
; Keywords:&lt;br /&gt;
: Version: Set to base release version: eg: 5.0, 5.5 (not 5.5rc1)&lt;br /&gt;
: Application: Set to application with issue (use lower case): eg: &amp;quot;geoserver&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; [https://trac.osgeo.org/osgeo/report/10 List of open tickets]&lt;br /&gt;
&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=new&amp;amp;status=assigned&amp;amp;status=reopened&amp;amp;component=LiveDVD&amp;amp;keywords=%7E5.5&amp;amp;order=priority Just those concerning the 5.5 release]&lt;br /&gt;
* [https://trac.osgeo.org/osgeo/query?status=closed&amp;amp;group=type&amp;amp;order=priority&amp;amp;component=LiveDVD List of tickets already fixed]&lt;br /&gt;
&lt;br /&gt;
== OSGeo User Id ==&lt;br /&gt;
* Create an OSGeo id: http://www.osgeo.org/osgeo_userid , which is required to edit the &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.smartstun.com/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;stun gun&amp;lt;/span&amp;gt;] wiki, commit to svn and create an issue in the issue tracker.&lt;br /&gt;
&lt;br /&gt;
== Subversion ==&lt;br /&gt;
&lt;br /&gt;
; Repository: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk and [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk web view]&lt;br /&gt;
* On Linux systems: access Subversion using:&lt;br /&gt;
 svn checkout https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk&lt;br /&gt;
&lt;br /&gt;
* On windows systems, install [http://tortoisesvn.tigris.org/ Tortoise Subversion], which extends Windows Explorer to include subversion commands.&lt;br /&gt;
&lt;br /&gt;
; Commit access&lt;br /&gt;
:To get commit access, you need to create yourself an [http://www.osgeo.org/osgeo_userid osgeo user id], then join our [http://lists.osgeo.org/mailman/listinfo/live-demo email list] and ask to be given access to subversion. In this email, you will also need to confirm that you will comply with our license guidelines. Write something like:&lt;br /&gt;
&lt;br /&gt;
:''Hi all, I'd like to contribute XXX to OSGeo-Live. Could I please get access to subversion. My osgeo-user id is: YYYY.''&lt;br /&gt;
&lt;br /&gt;
: ''I confirm that my contributions to OSGeo-Live will be compatible with the OSGeo-Live license guidelines at the time of contribution.''&lt;br /&gt;
: ''The current OSGeo-Live license guidelines are:''&lt;br /&gt;
:* ''Creative Commons Attribution-ShareAlike 3.0 Unported License for Quickstarts''&lt;br /&gt;
:* ''Creative Commons Attribution 3.0 Unported License for Project Overviews''&lt;br /&gt;
:* ''A version of LGPL for install scripts''&lt;br /&gt;
:* ''One of the OSI approved Open Source licenses for installed applications''&lt;br /&gt;
&lt;br /&gt;
:A project admin will then add you to the [https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo osgeo] user group.&lt;br /&gt;
&lt;br /&gt;
;Add your name to contributors list&lt;br /&gt;
:The first thing you should do to test your svn install is to add your name the [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/doc/contributors.csv contributors list]:&lt;br /&gt;
 cd trunk/doc&lt;br /&gt;
&lt;br /&gt;
 # to edit a file&lt;br /&gt;
 svn update contributors.csv&lt;br /&gt;
 # edit contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # optionally check to see what has changed.&lt;br /&gt;
 svn diff contributors.csv&lt;br /&gt;
 &lt;br /&gt;
 # check the file back into subversion&lt;br /&gt;
 svn commit contributors.csv&lt;br /&gt;
&lt;br /&gt;
 # to add a file&lt;br /&gt;
 cd &amp;lt;dir&amp;gt;&lt;br /&gt;
 # create a file&lt;br /&gt;
 svn add &amp;lt;file&amp;gt;&lt;br /&gt;
 svn propset svn:mime-type &amp;lt;mime.type&amp;gt; &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 # to move or rename a file&lt;br /&gt;
 svn move &amp;lt;file&amp;gt;&lt;br /&gt;
 svn commit &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A script to automatically set the svn props can be found [https://svn.osgeo.org/grass/grass-addons/tools/module_svn_propset.sh here]. More SVN hints [https://trac.osgeo.org/grass/wiki/HowToSVN here].&lt;br /&gt;
* On Windows this can be made easy using [http://tortoisesvn.tigris.org/ Tortoise SVN] which plugs directly into Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* [[Live GIS Disc FAQ]]&lt;br /&gt;
&lt;br /&gt;
== Press Releases ==&lt;br /&gt;
* [[FOSS4G 2009 Press Releases]]&lt;br /&gt;
** 27 August 2009, [[FOSS4G 2009 Press Release 28]] - Simple steps to get your project on the FOSS4G Live DVD&lt;br /&gt;
** 6 September 2009, [[FOSS4G 2009 Press Release 29]] - What Windows installers should be on the FOSS4G Live DVD + Live DVD Status.&lt;br /&gt;
** 3 October 2009, [http://cameronshorter.blogspot.com/2009/10/arramgong-gis-live-dvd-off-to-printers.html] '''Arramagong GIS Live DVD - off to printers'''&lt;br /&gt;
** 16 October 2009, [[FOSS4G 2009 Press Release 35]] - LiveDVD/VM on click2try [[FOSS4G 2009 Press Release 35 Cover|Cover Email]]&lt;br /&gt;
* 16 December 2009, [[Live GIS Disc Press Release 1]] - Defining the next LiveDVD/VM&lt;br /&gt;
* 14 January 2009, [[Live GIS Disc Press Release 2]] - 3 weeks to Live DVD 3.0 feature freeze&lt;br /&gt;
* 24 March 2010, [[Live GIS Disc Press Release 4]] - LiveDVD project joins Google Summer of Code&lt;br /&gt;
* 31 March 2010, [[Live GIS Disc Press Release 3]] - '''Arramagong Live DVD 3.0 released'''&lt;br /&gt;
* 10 June 2010, [[Live GIS Disc Press Release 5]] - Building OSGeo Live DVD for FOSS4G 2010&lt;br /&gt;
* 27 June 2010, [[Live GIS Disc Press Release 6]] - 1 week till OSGeoLive Feature Freeze&lt;br /&gt;
* 21 July 2010, [[Live GIS Disc Press Release 7]] - OGC and OSGeo collaborate on documentation&lt;br /&gt;
* 3 August 2010, [[Live GIS Disc Press Release 8]] - 1 week to test the OSGeo-Live DVD&lt;br /&gt;
* 13 August 2010, [[Live GIS Disc Press Release 9]] - Testing OSGeo-Live on the USB&lt;br /&gt;
* 3 September 2010, [[Live GIS Disc Press Release 10]] - '''Video &amp;amp; DVD for OSGeoLive 4.0, the best GeoSpatial''' OpenSource&lt;br /&gt;
* 23 November 2010, [[Live GIS Disc Press Release 11]] - Goals and schedule for OSGeo-Live 4.5&lt;br /&gt;
* 11 December 2010, [[Live GIS Disc Press Release 12]] - Contact application contacts&lt;br /&gt;
* 14 January 2011, [[Live GIS Disc Press Release 13]] - Last call for projects to be included on OSGeo-Live 4.5&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 14]] - Two weeks to translate Project Overviews&lt;br /&gt;
* 13 February 2011, [[Live GIS Disc Press Release 15]] - Two weeks to write Quick Starts&lt;br /&gt;
* 25 February 2011, [[Live GIS Disc Press Release 16]] - OSGeo-Live 4.5 ready for testing&lt;br /&gt;
* 28 March 2011, [[Live GIS Disc Press Release 17]] - '''OSGeo-Live 4.5 released'''&lt;br /&gt;
* 8 May 2011, [[Live GIS Disc Press Release 18]] - Call for interest in OSGeo-Live 5.0&lt;br /&gt;
* 4 June 2011, [[Live GIS Disc Press Release 19]] - Last call for new projects wishing to be included on OSGeo-Live&lt;br /&gt;
* 17 June 2011, [http://cameronshorter.blogspot.com/2011/06/memoirs-of-cat-herder-coordinating.html Memoirs of a Cat Herder - Coordinating OSGeo-Live volunteers]&lt;br /&gt;
* 9 July 2011, [[Live GIS Disc Press Release 20]] - One week to update of OSGeo-Live English Overviews and Quickstarts&lt;br /&gt;
* 18 July 2011, [http://cameronshorter.blogspot.com/2011/07/project-overviews-quickstarts-for-new.html Project Overviews &amp;amp; Quickstarts for New Zealand's SDI Cookbook]&lt;br /&gt;
* 2 August 2011, [[Live GIS Disc Press Release 21]] - Calling for OSGeo-Live Testers&lt;br /&gt;
* 30 August 2011, [[Live GIS Disc Press Release 22]] - '''OSGeo-Live 5.0 released'''&lt;br /&gt;
* 1 November 2011, [[Live GIS Disc Press Release 23]] - Call for interest in OSGeo-Live 5.5&lt;br /&gt;
* 17 December 2011, [[Live GIS Disc Press Release 24]] - What version of applications should we be installing on OSGeo-Live 5.5?&lt;br /&gt;
* 16 January 2012, [[Live GIS Disc Press Release 25]] - Update OSGeo-Live 5.5 docs &amp;amp; installer&lt;br /&gt;
* 1 March 2012, [[Live GIS Disc Press Release 26]] - '''OSGeo-Live 5.5 released'''&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
[[Live GIS History]]&lt;br /&gt;
&lt;br /&gt;
== Project Metrics ==&lt;br /&gt;
Metrics from Ohloh: https://www.ohloh.net/p/OSGeo-Live&lt;br /&gt;
&lt;br /&gt;
= Use Cases =&lt;br /&gt;
&lt;br /&gt;
There are multiple use cases for this product:&lt;br /&gt;
&lt;br /&gt;
* '''Demo DVD''' that can be handed out at conferences.&amp;lt;br /&amp;gt;This will contain a wide variety of applications, preconfigured with some sample data and containing introductory tutorials.  It should be able to function completely offline, at least within the scope of the tutorials, and should provide an introduction to many products.  This is very much a Live DVD, and as such should be conservative with regards to size (it will be run from RAM).&lt;br /&gt;
* '''Education DVD'''&amp;lt;br /&amp;gt;This seems to be a more involved version than the Demo DVD, including more involved material, including train-the-trainer style material.  This is targeted at those who will be teaching others, be it in workshops or university classes/labs.  My expectation (mleslie: feel free to correct me) is that this is more likely to be installed on machines and used as a teaching resource, as opposed to a toy to play with, as with the Demo DVD.  This will require material developed through the [[Category:Education|Education initiative]].&lt;br /&gt;
* '''Workstation Install DVD'''&amp;lt;br /&amp;gt;  This need was seen in Cape Town, where the bandwidth seems to be a very limiting factor.  Using the DVD to install either a complete OS, a set of packages to an existing Linux, or Windows installers completely offline is of great value in the developing world.  Would it be of greater value to lose the Edu or demo material and put in complete application documentation?&lt;br /&gt;
&lt;br /&gt;
= Links to related projects =&lt;br /&gt;
* [http://wiki.debian.org/DebianGis DebianGIS]. We encourage projects to package applications into Debian, which in turn is incorporated into Ubuntu.&lt;br /&gt;
* [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS]&lt;br /&gt;
* [http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS Enterprise Linux GIS] packages as RPMs for redhat based systems.&lt;br /&gt;
* [http://www.gisvm.com/ GISVM  home page] (GIS Virtual Machine by [[Ricardo Pinho]])&lt;br /&gt;
* [http://wiki.debian.org/DebianGis/LiveImages DebianGIS Live Image]&lt;br /&gt;
: [http://svn.debian.org/viewsvn/pkg-grass/packages/debian-gis/ Build scripts in DebianGIS's SVN]&lt;br /&gt;
* [http://livecd.ominiverdi.org/index.php?page=LiveCD&amp;amp;toc=livecd Omniverdi LiveCD project]&lt;br /&gt;
* [http://grass.osgeo.org/download/cdrom.php List of live CDs from the GRASS download site]&lt;br /&gt;
* [http://wiki.gfoss.it/index.php/LiveDVD-GFOSS.it Gfoss.it live DVD ]&lt;br /&gt;
* [http://www.archaeogeek.com/blog/portable-gis/ Portable GIS] - Zero-install GIS for MS Windows on a USB stick&lt;br /&gt;
* [http://www.poseidonlinux.org/ Poseidon Linux]&lt;br /&gt;
* [http://www.fossgis.de/projekte_gislive.html GISLive] - LiveDVD project from [http://www.fossgis.de FOSSGIS e.V.] (German language)&lt;br /&gt;
&lt;br /&gt;
= Links to Build tool options =&lt;br /&gt;
* The [http://packages.debian.org/sid/live-helper live-helper] package - [http://wiki.debian.org/DebianLive DebianLive home page]&lt;br /&gt;
* [http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd Debian\Ubuntu Tricks]&lt;br /&gt;
* [https://help.ubuntu.com/community/LiveCDCustomization Ubuntu Help Way]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software Stack]]&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Code_Sprint&amp;diff=57359</id>
		<title>FOSS4G 2011 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Code_Sprint&amp;diff=57359"/>
		<updated>2011-09-16T22:36:46Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Participation Pirmin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Code Sprint - what's that?  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Code-sprint-foss4g2010.jpg|thumb|400px|Code-sprint-foss4g2010.jpg]] A code sprint is about getting a group together to work on Open Source software, sitting around a table and sharing ideas. It's not just about writing code, as you know a project has many needs including documentation, testing, and providing feedback. What a better way to give feedback and give back to the project that you love than to spend a day with the project's developers. There are roles needed to be filled, no matter what your expertise. &lt;br /&gt;
&lt;br /&gt;
With such a short timeframe (one day) you should probably use this page to set a specific goal for your project. But don't worry, if all you get done is actually sitting at the same table with the project's developers and talking about the next release, that is also great&amp;amp;nbsp;:) &lt;br /&gt;
&lt;br /&gt;
== Venue  ==&lt;br /&gt;
&lt;br /&gt;
*Date: '''Saturday September 17th, 2011''' (the day after the conference). &lt;br /&gt;
*Time: '''9am-5pm'''&amp;amp;nbsp; ([http://www.timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=9&amp;amp;day=17&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 timeandate])&amp;amp;nbsp; &lt;br /&gt;
*'''Where:''' [http://www.tivoli.org/tivoli/ Tivoli Student Union building] (a former brewery), Auraria Campus&lt;br /&gt;
&lt;br /&gt;
[[Image:Tivoli-logo.jpg|150px|Tivoli-logo.jpg]] &lt;br /&gt;
&lt;br /&gt;
 Tivoli Student Union&lt;br /&gt;
 900 Auraria Parkway&lt;br /&gt;
 Denver, CO&lt;br /&gt;
 '''[http://www.openstreetmap.org/?lat=39.745249&amp;amp;lon=-105.005806&amp;amp;zoom=18&amp;amp;layers=M OSM map]''' - '''[http://g.co/maps/c9eb Google map ]''' - '''[http://maps.google.com/maps?q=tivoli,+denver,+co&amp;amp;hl=en&amp;amp;ll=39.7464,-105.001415&amp;amp;spn=0.002401,0.006866&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=40.409448,79.013672&amp;amp;vpsrc=0&amp;amp;t=h&amp;amp;z=18&amp;amp;layer=c&amp;amp;cbll=39.7464,-105.001415&amp;amp;panoid=DZVzTs0PjLhWerTJvFchhA&amp;amp;cbp=12,251.13,,0,-2.25 street view (distant tower in center)]'''&lt;br /&gt;
&lt;br /&gt;
*'''Rooms: (each room has a 60-70 person capacity)''' &lt;br /&gt;
**room 440/540 (bilevel) &lt;br /&gt;
**room 640&lt;br /&gt;
&lt;br /&gt;
== What to Bring  ==&lt;br /&gt;
&lt;br /&gt;
*power bars (only outlets for 30 computers exist)&lt;br /&gt;
&lt;br /&gt;
== How to get there from the Sheraton  ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to get there from the Sheraton is to catch the free shuttle bus along 16th Street to Larimer, then it's about a half mile walk from there (7-10 minutes) - just take a left on Larimer and keep going straight into the campus. More detail to come shortly on how to get to the exact rooms etc. &lt;br /&gt;
&lt;br /&gt;
== Sponsor  ==&lt;br /&gt;
&lt;br /&gt;
Please! contact organizers: Rafael Moreno, or [[Jeff McKenna]] &lt;br /&gt;
&lt;br /&gt;
== Questions/Comments/Ideas  ==&lt;br /&gt;
&lt;br /&gt;
*ask on the foss4g2011 mailing list ([http://lists.osgeo.org/mailman/listinfo/foss4g2011 subscribe])&lt;br /&gt;
&lt;br /&gt;
== Additional Interested People  ==&lt;br /&gt;
&lt;br /&gt;
The following people are potentially interested in participating in sprinting activities though have not yet established a Workgroup. &lt;br /&gt;
&lt;br /&gt;
*name:project&lt;br /&gt;
&lt;br /&gt;
*[[Mike Adair]] &lt;br /&gt;
*[[User:Olt|Oliver Tonnhofer]] I like to work on tiling stuff (MapProxy) or Python geo APIs (Shapely, imposm).&lt;br /&gt;
*Morten Lindegaard&lt;br /&gt;
*[[User:Yoichi|Yoichi Kayama]]&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
To participate, copy a project skeleton and start a section below for your project. &lt;br /&gt;
&lt;br /&gt;
== Project-name  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*user &lt;br /&gt;
*user&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*your goals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Potlatch2 I18N/L10N ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Miurahr|Hiroshi Miura]] &lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*I18N/L10N complete&lt;br /&gt;
*Japanese, Indonesian, and Chinese translations&lt;br /&gt;
&lt;br /&gt;
'''Tracker:'''&lt;br /&gt;
http://trac.openstreetmap.org/ticket/3674&lt;br /&gt;
&lt;br /&gt;
'''Repository:'''&lt;br /&gt;
https://github.com/osmfj/potlatch2/tree/i18n&lt;br /&gt;
https://github.com/openstreetmap/potlatch2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GeoExt  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Rdewit|Roald de Wit]] &lt;br /&gt;
*[[User:Mpriour|Matt Priour]] &lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Getting GeoExt to work with ExtJS4&lt;br /&gt;
&lt;br /&gt;
== MapQuery  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Vmische|Volker Mische]] &lt;br /&gt;
*[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
*[[User:H0st1le|Justin Penka]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Making MapQUery more awesome &lt;br /&gt;
*Talk to OpenLayers 3 people about the future&lt;br /&gt;
&lt;br /&gt;
== PostGIS  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Paul Ramsey &lt;br /&gt;
*Pierre Racine &lt;br /&gt;
*David Bitner &lt;br /&gt;
*Brian Hamlin &lt;br /&gt;
*Bborie Park &lt;br /&gt;
*Leo Hsu &lt;br /&gt;
*Regina Obe &lt;br /&gt;
*Olivier Courtin &lt;br /&gt;
*you?&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Close bugs and triage for 2.0 release&lt;br /&gt;
&lt;br /&gt;
== Opticks  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Kip Streithorst &lt;br /&gt;
*Trevor Clarke &lt;br /&gt;
*Michael Considine&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Enhance scripting support. See [http://opticks.org/confluence/x/6IBl this page] for more information. &lt;br /&gt;
*TBD&lt;br /&gt;
&lt;br /&gt;
'''Possible:''' &lt;br /&gt;
&lt;br /&gt;
*Work with OSSIM developers to apply OSSIM patches developed by the Opticks developers. &lt;br /&gt;
*Co-registration/image-to-image registration tool to replace Data Fusion &lt;br /&gt;
*Open source the Opticks unit tests &lt;br /&gt;
*Misc small enhancements and bug fixes &lt;br /&gt;
*Add georectification and orthorectification &lt;br /&gt;
*Prototype an OpenGL 2.1 based rendering pipeline &lt;br /&gt;
*Fix AEB installation to support auto-elevation, no need to start-up app with admin privs &lt;br /&gt;
*automatically restart Opticks to complete installation and uninstallation &lt;br /&gt;
*replace band math with raster math &lt;br /&gt;
*Prototype a multithreaded raster algorithm library &lt;br /&gt;
*Prototype am OpenCL/CUDA raster algorithm library&lt;br /&gt;
&lt;br /&gt;
'''Collaborate:''' &lt;br /&gt;
&lt;br /&gt;
*OSSIM&lt;br /&gt;
&lt;br /&gt;
== Mapnik  ==&lt;br /&gt;
&lt;br /&gt;
I ([[User:Springmeyer|Dane Springmeyer]]) can't make the code sprint (leaving the night of the 16th), so catch me during the conference to chat Mapnik coding. &lt;br /&gt;
&lt;br /&gt;
== OSGeo edu  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Ari Jolma &lt;br /&gt;
*[[User:Wildintellect|Alex Mandel]]&lt;br /&gt;
*[[User:Danielkastl|Daniel Kastl]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
Possible things to do: &lt;br /&gt;
&lt;br /&gt;
*Set up a repository for joint development of edu materials and kick-start a few projects &lt;br /&gt;
*Gather/organize materials for Desktop GIS or Web GIS workbooks &lt;br /&gt;
*Investigate Multi-lingual CMS options&lt;br /&gt;
&lt;br /&gt;
== MapServer  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Michael Smith &lt;br /&gt;
*[[Jeff McKenna]] &lt;br /&gt;
*[[Thomas Bonfort]] &lt;br /&gt;
*[[User:Schpidi|Stephan Meissl]] &lt;br /&gt;
*[[User:Fschindler|Fabian Schindler]] &lt;br /&gt;
*[[User:Dmorissette|Daniel Morissette]] &lt;br /&gt;
*[[User:Lagerratrobe|Roger Andre]] &lt;br /&gt;
*[[User:Timheuer|Tim-Hinnerk Heuer]] &lt;br /&gt;
*[[User:hammj|Jeff Hamm]]&lt;br /&gt;
*[[User:Pirmin_Kalberer|Pirmin Kalberer]] (Ruby bindings)&lt;br /&gt;
easing MapServer upgrade process (from 5 to 6 or possibly beyond) with XML/XSLT transformation. Please view&amp;amp;nbsp;[https://docs.google.com/document/d/1M1GFhgJdoB7_RDOCEmXf1GUg-fKtHTgzqmVh6lM-S8w/edit?hl=en_US docs.google.com/document/d/1M1GFhgJdoB7_RDOCEmXf1GUg-fKtHTgzqmVh6lM-S8w/edit]&amp;amp;nbsp;for details.&lt;br /&gt;
*[[User:Panzel|Phil Anzel]]&lt;br /&gt;
== libLAS / PDAL  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Michael Smith &lt;br /&gt;
*Howard butler&lt;br /&gt;
*mpg&lt;br /&gt;
&lt;br /&gt;
== GeoMOOSE  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Brian Fischer &lt;br /&gt;
*Bob Basques &lt;br /&gt;
*Jim Klassen &lt;br /&gt;
*Eli Adam &lt;br /&gt;
*Dan &amp;quot;Ducky&amp;quot; Little &lt;br /&gt;
*Brent Fraser &lt;br /&gt;
*you?&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Testing and bug fixes for 2.6 release &lt;br /&gt;
*Documentation&lt;br /&gt;
&lt;br /&gt;
== ZOO-Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Nicolas Bozon &lt;br /&gt;
*[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
*Luca Delucchi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== uDig  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Jive|Jody Garnett]] &lt;br /&gt;
*[[User:Kengu|Kenneth Gulbrandsøy]] (IRC)&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*TBD&lt;br /&gt;
&lt;br /&gt;
'''Possible:''' &lt;br /&gt;
&lt;br /&gt;
*roll out CDO and a bit of QA on EMF goodness &lt;br /&gt;
*migrate user guide to help plugin (since Eclipse has a Wiki Editor that supports textile) &lt;br /&gt;
*refactor to *eu.udig* and make a verison release &lt;br /&gt;
*GeoTools as OSGi (no more net.refractions.udig.libs) - see GeoTools below as this would require collaborative effort&lt;br /&gt;
&lt;br /&gt;
== GeoTools  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Jive|Jody Garnett]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*TBD&lt;br /&gt;
&lt;br /&gt;
'''Possible:''' &lt;br /&gt;
&lt;br /&gt;
*Implement Query/Join for more than just JDBC-NG code &lt;br /&gt;
*Get OSGi bundle information sorted (collaborate with downstream applications ) &lt;br /&gt;
*Set up new developers &lt;br /&gt;
*Major Bug stomp &lt;br /&gt;
*Technical Debt (FunctioName details; Remove old Filter code from test cases etc...)&lt;br /&gt;
&lt;br /&gt;
'''Collaboration:''' &lt;br /&gt;
&lt;br /&gt;
*uDig: Collaborate on OSGi rollout (ie Equinox testing) &lt;br /&gt;
*GeoServer: Collaborate on OSGi rollout (ie Spring testing) &lt;br /&gt;
*Zoo-Project: collaborate on WPS Client testing?&lt;br /&gt;
&lt;br /&gt;
== 52North-WPS  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Bastian Schäffer &lt;br /&gt;
*Benjamin Pross&lt;br /&gt;
*Robert Gibb&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Open Disucssion about technical aspects &lt;br /&gt;
*Open Disucssion about use cases&lt;br /&gt;
*Open Uncertainty Discussions: UncertML, netCDF-U&lt;br /&gt;
&lt;br /&gt;
== GRASS GIS ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Luca Delucchi&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Testing GRASS 7 scripts &lt;br /&gt;
*Closing some Python bugs&lt;br /&gt;
*Italian translation &lt;br /&gt;
&lt;br /&gt;
== GeoHex  ==&lt;br /&gt;
&lt;br /&gt;
GeoHex is a hexagonal geo-coding system created by sa2sa.&lt;br /&gt;
https://sites.google.com/site/geohexdocs/&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*[[User:Hal_sk|Hal Seki]] &lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
*Implement geohex-gem version 3.&lt;br /&gt;
&lt;br /&gt;
'''Possible:''' &lt;br /&gt;
&lt;br /&gt;
*Implement other language libraries.&lt;br /&gt;
*Make a cool demo app using geohex.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== System Administration Committee ==&lt;br /&gt;
&lt;br /&gt;
Spend some time improving OSGeo Web Services&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*Improve LDAP Scripts&lt;br /&gt;
*Secure all logins&lt;br /&gt;
*Improve Backups&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]] [[Category:Code_Sprints]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=57358</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=57358"/>
		<updated>2011-09-16T22:35:56Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pirmin Kalberer&lt;br /&gt;
&lt;br /&gt;
[http://www.sourcepole.ch/ Sourcepole AG]&lt;br /&gt;
Pfäffikon SZ, Switzerland&lt;br /&gt;
&lt;br /&gt;
Contact: pka at sourcepole dot ch&lt;br /&gt;
&lt;br /&gt;
== OSGeo and other geospatial Open Source project involvements ==&lt;br /&gt;
&lt;br /&gt;
* [http://qgis.org/ QGIS]: Committer - 3D Globe, OpenLayers plugin, Mapserver plugin ([http://build.sourcepole.ch/qgis/plugins.xml Plugins])&lt;br /&gt;
* [http://www.gdal.org/ogr/ GDAL/OGR]: Committer - Maintainer Interlis driver, multi-schema support for Postgis driver&lt;br /&gt;
* [http://mapserver.org/ UMN Mapserver]: Initial Ruby bindings, ArcSDE query improvements and raster support&lt;br /&gt;
* [http://mapfish.org/doc/implementations/rails.html Mapfish]: Committer - Ruby server implementation&lt;br /&gt;
* [http://wiki.github.com/pka/map_layers MapLayers]: OpenLayers plugin for Ruby on Rails&lt;br /&gt;
* [http://www.tinyows.org/ TinyOWS]:  Ubuntu packages&lt;br /&gt;
* [http://osgearth.org/ osgEarth]:  Debian/Ubuntu packages&lt;br /&gt;
* [http://www.ossim.org/ OSSIM]: Ubuntu packages for Ossim and OssimPlanet (now maintained by Massimo di Stefano)&lt;br /&gt;
* [http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]: Creation of the first OSS GIS Live CD&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57209</id>
		<title>Benchmarking 2011/QGIS notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57209"/>
		<updated>2011-09-12T07:35:14Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: JMeter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
QGIS also requires tables with unique keys like [[Benchmarking_2011/Cadcorp_notes | Cadcorp GeognoSIS]].&lt;br /&gt;
Additionaly, QGIS doesn't support &amp;quot;order by&amp;quot; clauses for DB layers.&lt;br /&gt;
&lt;br /&gt;
The views were converted to tables, and indexed, as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CREATE TABLE osm_roads_ordered AS (SELECT * FROM osm_roads ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_ordered_geometry_sidx ON osm_roads_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_ordered_unqidx ON osm_roads_ordered(unique_id);&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE osm_roads_gen0_ordered AS (SELECT * FROM osm_roads_gen0 ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_gen0_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_gen0_ordered_geometry_sidx ON osm_roads_gen0_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_gen0_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_gen0_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_gen0_ordered_unqidx ON osm_roads_gen0_ordered(unique_id);&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE osm_roads_gen1_ordered AS (SELECT * FROM osm_roads_gen1 ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_gen1_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_gen1_ordered_geometry_sidx ON osm_roads_gen1_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_gen1_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_gen1_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_gen1_ordered_unqidx ON osm_roads_gen1_ordered(unique_id);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
&lt;br /&gt;
Create GDAL VRT from tile index:                       &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/opt/qgisms/bin/gdalbuildvrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.vrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.shp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== JMeter ===&lt;br /&gt;
&lt;br /&gt;
Running JMeter on JMeter server:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /opt/scripts/2011/jmeter/qgis&lt;br /&gt;
/home/jmeterusr/jakarta-jmeter-2.5/bin/jmeter --nongui -t qgis-vector-3857-pg.jmx&lt;br /&gt;
cd results&lt;br /&gt;
./process&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57072</id>
		<title>Benchmarking 2011/QGIS notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57072"/>
		<updated>2011-09-08T11:55:04Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
QGIS also requires tables with unique keys like [[Benchmarking_2011/Cadcorp_notes | Cadcorp GeognoSIS]].&lt;br /&gt;
Additionaly, QGIS doesn't support &amp;quot;order by&amp;quot; clauses for DB layers.&lt;br /&gt;
&lt;br /&gt;
The views were converted to tables, and indexed, as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CREATE TABLE osm_roads_ordered AS (SELECT * FROM osm_roads ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_ordered_geometry_sidx ON osm_roads_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_ordered_unqidx ON osm_roads_ordered(unique_id);&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE osm_roads_gen0_ordered AS (SELECT * FROM osm_roads_gen0 ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_gen0_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_gen0_ordered_geometry_sidx ON osm_roads_gen0_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_gen0_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_gen0_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_gen0_ordered_unqidx ON osm_roads_gen0_ordered(unique_id);&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE osm_roads_gen1_ordered AS (SELECT * FROM osm_roads_gen1 ORDER BY z_order ASC, st_length(geometry) ASC);&lt;br /&gt;
ALTER TABLE osm_roads_gen1_ordered ADD COLUMN unique_id serial;&lt;br /&gt;
CREATE INDEX osm_roads_gen1_ordered_geometry_sidx ON osm_roads_gen1_ordered USING gist(geometry);&lt;br /&gt;
INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;)&lt;br /&gt;
SELECT '', 'public', 'osm_roads_gen1_ordered', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry)&lt;br /&gt;
FROM public.osm_roads_gen1_ordered LIMIT 1;&lt;br /&gt;
CREATE UNIQUE INDEX osm_roads_gen1_ordered_unqidx ON osm_roads_gen1_ordered(unique_id);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
&lt;br /&gt;
Create GDAL VRT from tile index:                       &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/opt/qgisms/bin/gdalbuildvrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.vrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.shp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57063</id>
		<title>Benchmarking 2011/QGIS notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011/QGIS_notes&amp;diff=57063"/>
		<updated>2011-09-07T22:16:17Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Same problem with missing/non-unique keys as [[Benchmarking_2011/Cadcorp_notes | Cadcorp GeognoSIS]].&lt;br /&gt;
&lt;br /&gt;
The views were converted to tables, and indexed, as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
create table osm_railways_gen1_cadcorp as (select * from osm_railways_gen1);&lt;br /&gt;
alter table osm_railways_gen1_cadcorp add column cadcorp_id serial;&lt;br /&gt;
create index osm_railways_gen1_cadcorp_geometry_sidx on osm_railways_gen1_cadcorp using gist(geometry);&lt;br /&gt;
insert into geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, &amp;quot;type&amp;quot;) SELECT '', 'public', 'osm_railways_gen1_cadcorp', 'geometry', ST_CoordDim(geometry), ST_SRID(geometry), GeometryType(geometry) FROM public.osm_railways_gen1_cadcorp LIMIT 1;&lt;br /&gt;
create unique index osm_railways_gen1_cadcorp_unqidx on osm_railways_gen1_cadcorp(cadcorp_id);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was done for the following [[Benchmarking_2011/Imposm|Imposm]] tables:&lt;br /&gt;
&lt;br /&gt;
* osm_railways_gen1&lt;br /&gt;
* osm_roads_gen0&lt;br /&gt;
* osm_roads_gen1&lt;br /&gt;
* osm_roads&lt;br /&gt;
&lt;br /&gt;
Giving the following additional tables:&lt;br /&gt;
&lt;br /&gt;
* osm_railways_gen1_cadcorp&lt;br /&gt;
* osm_roads_gen0_cadcorp&lt;br /&gt;
* osm_roads_gen1_cadcorp&lt;br /&gt;
* osm_roads_cadcorp&lt;br /&gt;
&lt;br /&gt;
=== Raster ===&lt;br /&gt;
&lt;br /&gt;
Create GDAL VRT from tile index:                       &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/opt/qgisms/bin/gdalbuildvrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.vrt /benchmarking/wms/2011/data/raster/DEM/bil_16int/dem_bil16int.shp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=57062</id>
		<title>Benchmarking 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=57062"/>
		<updated>2011-09-07T22:08:06Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS Server links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2010|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2011]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net (you can use [http://webchat.freenode.net/ webchat] to connect in browser)&lt;br /&gt;
&lt;br /&gt;
=== Next IRC Meeting ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Wed August 3rd, 2011 @ [http://timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=08&amp;amp;day=03&amp;amp;hour=14&amp;amp;min=0&amp;amp;sec=0 14:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Status of OSM vector styling from all teams&lt;br /&gt;
*** Discuss rasters to be used&lt;br /&gt;
*** Discuss testing methodology&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC Meetings ===&lt;br /&gt;
[http://reversephonelookuppages.com/ reverse phone lookup]&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2011/MeetingLog | Meeting Log]]&lt;br /&gt;
&lt;br /&gt;
== Participants  ==&lt;br /&gt;
&lt;br /&gt;
''Server Teams:''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''Confirmed'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [[User:Mpd|Martin Daly]]&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Desruisseaux|Martin Desruisseaux]], [[User:Eclesia|Johann Sorel]]&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime, [[User:groldan|Gabriel Roldan]]&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]],  [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| QGIS Server&lt;br /&gt;
| [[User:Pirmin_Kalberer|Pirmin Kalberer]], Marco Hugentobler&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
''Data Teams:''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Data Package''' &lt;br /&gt;
| '''Team Leader'''&lt;br /&gt;
| '''Comment'''&lt;br /&gt;
|-&lt;br /&gt;
| [http://imposm.org/docs/imposm/latest/ Imposm]&lt;br /&gt;
| Oliver Tonnhofer&lt;br /&gt;
| tool to be used to import OSM data&lt;br /&gt;
|-&lt;br /&gt;
| SPOT imagery&lt;br /&gt;
| [[User:Jeffaudi|Jean-Francois (Jeff) Faudi]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
''Not Participating:''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''Comment'''&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie]&lt;br /&gt;
| Response from Luc Donea: Unable to participate&lt;br /&gt;
|-&lt;br /&gt;
| ESRI ArcServer&lt;br /&gt;
| Satish Sankaran&lt;br /&gt;
| discussing internally&lt;br /&gt;
|-&lt;br /&gt;
| MapGuide Open Source&lt;br /&gt;
| TBD (contacted mapguide-internals)&lt;br /&gt;
| Response from Jason Birch: Unable to participate&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2011&lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 1st, 2011 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 2nd, 2011&lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2011 &lt;br /&gt;
| final testing begins (no more changes to data/styles/hardware, but changes to software is allowed)&lt;br /&gt;
|-&lt;br /&gt;
| September 1st, 2011 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 2nd, 2011 &lt;br /&gt;
| final results due from all teams&lt;br /&gt;
|-&lt;br /&gt;
| September 12-16, 2011&lt;br /&gt;
| present results at FOSS4G2011&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement (DRAFT) ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# One test will be run: a 'baseline' test with the data in any format desired, but teams cannot generalize or change the data's resolution from its raw values.&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server (such as spatial indexes created etc.).  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Setup ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to configuration details, setup notes, and differences between other servers in how data might be accessed/indexed.&lt;br /&gt;
&lt;br /&gt;
Notes for each server:&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2011/Mapnik_notes | Mapnik]]&lt;br /&gt;
* [[Benchmarking_2011/Cadcorp_notes | Cadcorp]]&lt;br /&gt;
* [[Benchmarking_2011/MapServer_notes | MapServer]]&lt;br /&gt;
* [[Benchmarking_2011/QGIS_notes | QGIS Server]]&lt;br /&gt;
&lt;br /&gt;
Stylesheets and scripts in svn using a directory named wms/{year}/{servername}:&lt;br /&gt;
&lt;br /&gt;
* [http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2011/mapnik Mapnik]&lt;br /&gt;
* [http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2011/cadcorp Cadcorp]&lt;br /&gt;
* [http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2011/mapserver MapServer]&lt;br /&gt;
* [http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2011/qgis QGIS Server]&lt;br /&gt;
&lt;br /&gt;
== Testing Tool ==&lt;br /&gt;
&lt;br /&gt;
JMeter is used since it can read a list of bbox's via CSV, and the machine that applies load has been updated with Jmeter 2.5 (the latest stable release at the time of the benchmark): http://www.reverse.net/pub/apache//jakarta/jmeter/binaries/jakarta-jmeter-2.5.zip&lt;br /&gt;
&lt;br /&gt;
Jmeter can be run from the command line like:&lt;br /&gt;
&lt;br /&gt;
     /home/jmeterusr/jakarta-jmeter-2.5/bin/jmeter&lt;br /&gt;
&lt;br /&gt;
== Server Ports ==&lt;br /&gt;
&lt;br /&gt;
Each server has access to a range of ports for testing:&lt;br /&gt;
&lt;br /&gt;
Mapserver - 8080 - 8089&lt;br /&gt;
&lt;br /&gt;
Mapnik - 8090 - 8099&lt;br /&gt;
&lt;br /&gt;
Cadcorp - 4326 - 4335&lt;br /&gt;
&lt;br /&gt;
Constellation - 8100 - 8109&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
=== OSM Vectors ===&lt;br /&gt;
* [[Benchmarking_2011/DB_Schema]]&lt;br /&gt;
* [[Benchmarking_2011/Imposm]]&lt;br /&gt;
&lt;br /&gt;
CSV Files created with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; ./run_wms_request.sh -count 2200 -region -109 37 -102 41 -minsize 64 64 -maxsize 1024 768 -minres &amp;quot;2.5e-06&amp;quot; -maxres 0.000755 -srs 4326 -srs2 3857 -filter_within colorado.shp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sample styling: &lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8081/cgi-bin/mapserv6?MAP=/benchmarking/wms/2011/mapserver/osm-google.map&amp;amp;layers=default&amp;amp;mode=map&amp;amp;map_imagetype=png&amp;amp;mapext=-11690811.758434+4826833.1534376+-11687378.549609+4830266.3622626&amp;amp;imgext=-11690811.758434+4826833.1534376+-11687378.549609+4830266.3622626&amp;amp;map_size=800+800&amp;amp;imgx=400&amp;amp;imgy=400&amp;amp;imgxy=800+800 mapserv6]&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv6?MAP=/benchmarking/wms/2011/mapserver/osm-google.map&amp;amp;mode=browse&amp;amp;template=openlayers&amp;amp;layers=default MapServer Linux (with OpenLayers)]&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/wms/2011/mapserver/osm-google.map&amp;amp;mode=browse&amp;amp;template=openlayers&amp;amp;layers=default MapServer Win64 (with OpenLayers)]&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8091/?SRS=EPSG:3857&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=-11690811.758434,4826833.1534376,-11687378.549609,4830266.3622626&amp;amp;WIDTH=800&amp;amp;HEIGHT=800 mapnik]&lt;br /&gt;
&lt;br /&gt;
=== DEM Hillshading ===&lt;br /&gt;
&lt;br /&gt;
Sample styling:&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8081/cgi-bin/mapserv6?MAP=/benchmarking/wms/2011/mapserver/hill-google.map&amp;amp;layers=hillshade&amp;amp;mode=map&amp;amp;map_imagetype=png&amp;amp;mapext=-11947611.487019+4524873.854257+-11508160.757419+4964324.583857&amp;amp;imgext=-11947611.487019+4524873.854257+-11508160.757419+4964324.583857&amp;amp;map_size=800+800&amp;amp;imgx=400&amp;amp;imgy=400&amp;amp;imgxy=800+800 MapServer 6 Hillshade]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== DEM Hillshading + OSM Vectors  ===&lt;br /&gt;
&lt;br /&gt;
* MapServer 6 Hillshade + OSM Vectors - [http://12.189.158.78:8081/cgi-bin/mapserv6?MAP=/benchmarking/wms/2011/mapserver/hill-google.map&amp;amp;layers=hillshade%20default&amp;amp;mode=map&amp;amp;map_imagetype=png&amp;amp;mapext=-11741344.300813+4772064.889657+-11631481.618413+4881927.572057&amp;amp;imgext=-11741344.300813+4772064.889657+-11631481.618413+4881927.572057&amp;amp;map_size=800+800&amp;amp;imgx=400&amp;amp;imgy=400&amp;amp;imgxy=800+800 Linux] [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/wms/2011/mapserver/hill-google.map&amp;amp;layers=hillshade%20default&amp;amp;mode=map&amp;amp;map_imagetype=png&amp;amp;mapext=-11741344.300813+4772064.889657+-11631481.618413+4881927.572057&amp;amp;imgext=-11741344.300813+4772064.889657+-11631481.618413+4881927.572057&amp;amp;map_size=800+800&amp;amp;imgx=400&amp;amp;imgy=400&amp;amp;imgxy=800+800 Win64]&lt;br /&gt;
&lt;br /&gt;
OSM Vector Style changes:&lt;br /&gt;
  LandN layers turned off (they provide background color)&lt;br /&gt;
  LanduseN layers set to 70% opacity&lt;br /&gt;
&lt;br /&gt;
==Running JMeter==&lt;br /&gt;
&lt;br /&gt;
JMeter is run using VNC (port 5901) on the Jmeter server. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==JMeter Results==&lt;br /&gt;
&lt;br /&gt;
There are 2 scripts for summarizing and ploting the JMeter results from benchmarking&lt;br /&gt;
&lt;br /&gt;
1). opt/scripts/2011/jmeter/charts/plotter.py&lt;br /&gt;
Takes 3 arguments&lt;br /&gt;
  1). The jmeter output&lt;br /&gt;
  2). A String to put on the title of the chart&lt;br /&gt;
  3). Normal or seed to determine how many thread loops&lt;br /&gt;
&lt;br /&gt;
Example usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/opt/scripts/2011/jmeter/charts/plotter.py jmeter_summary_vector-3857-linux-fcgi.txt &amp;quot;MapServer Linux Fast CGI 3857&amp;quot; normal&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/opt/scripts/2011/jmeter/charts/plotter.py jmeter_summary_vector_hill_seed_fcgi_3857.txt &amp;quot;MapServer Linux Seed Hillshade Fast CGI 3857&amp;quot; seed&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2). /opt/scripts/2011/jmeter/charts/summarizer.py&lt;br /&gt;
&lt;br /&gt;
This will produced the summary tables from the Jmeter results&lt;br /&gt;
&lt;br /&gt;
Example usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/opt/scripts/2011/jmeter/charts/summarizer.py jmeter_summary_vector-3857-linux-cgi.txt &amp;gt; ms_vector-3857-linux-cgi.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
* The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2011/).  If you need commit access contact jmckenna on IRC.&lt;br /&gt;
&lt;br /&gt;
* Data are only stored on the server at '/benchmarking/wms/2011/data/'&lt;br /&gt;
&lt;br /&gt;
* ''existing committers can add new OSGeoID users through this page: https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo''&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
Contact [User:msmitherdc|Michael Smith] with any questions about this hardware or for login credentials.&lt;br /&gt;
&lt;br /&gt;
windows_wms_bm  (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
linux_wms_bm (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout-2010 FOSS4G2010 Benchmarking Presentation]&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout FOSS4G2009 Benchmarking Presentation]&lt;br /&gt;
* [[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
* [http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Workshop_Installed_Software&amp;diff=56537</id>
		<title>FOSS4G 2011 Workshop Installed Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Workshop_Installed_Software&amp;diff=56537"/>
		<updated>2011-08-15T22:48:58Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* w17 */ OSGEOLive 5.0 VM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the software installed on the Master machine to be used for workshops. Uploaded files exist on the machine at ''C:\workshop-uploads\''&lt;br /&gt;
&lt;br /&gt;
== Base Software ==&lt;br /&gt;
&lt;br /&gt;
- Windows XP Service Pack 3&lt;br /&gt;
&lt;br /&gt;
- Firefox 5.0.1&lt;br /&gt;
&lt;br /&gt;
- Firebug 1.8.1&lt;br /&gt;
&lt;br /&gt;
- Internet Explorer 8&lt;br /&gt;
&lt;br /&gt;
- Filezilla 3.5.0&lt;br /&gt;
&lt;br /&gt;
- Notepad++ 5.9&lt;br /&gt;
&lt;br /&gt;
- Adobe Reader 10.1.0&lt;br /&gt;
&lt;br /&gt;
- Textpad 5.4.2&lt;br /&gt;
&lt;br /&gt;
- 7-zip 9.20&lt;br /&gt;
&lt;br /&gt;
- OpenOffice 3.3.0&lt;br /&gt;
&lt;br /&gt;
- VirtualBox 4.1.0&lt;br /&gt;
&lt;br /&gt;
- Google Chrome 13.0.782.112&lt;br /&gt;
&lt;br /&gt;
- Java JDK 1.7.0&lt;br /&gt;
&lt;br /&gt;
== w01 ==&lt;br /&gt;
&lt;br /&gt;
- VirtualBox 4.1 Oracle VM VirtualBox Extension Pack&lt;br /&gt;
&lt;br /&gt;
== w02 ==&lt;br /&gt;
&lt;br /&gt;
- OSGeo4W (Desktop install)&lt;br /&gt;
&lt;br /&gt;
== w03 ==&lt;br /&gt;
&lt;br /&gt;
- installed visual studio 2010 c# express&lt;br /&gt;
&lt;br /&gt;
== w04 ==&lt;br /&gt;
&lt;br /&gt;
- VirtualBox with the OSGEOLive VM installed.&lt;br /&gt;
&lt;br /&gt;
== w07 ==&lt;br /&gt;
&lt;br /&gt;
- created VirtualBox machine with 'mapfish_workshop.vdi'&lt;br /&gt;
&lt;br /&gt;
== w08 ==&lt;br /&gt;
&lt;br /&gt;
- Google Earth 6.0.3&lt;br /&gt;
&lt;br /&gt;
== w09 == &lt;br /&gt;
&lt;br /&gt;
- ''''Geomajas_Workshop_2011.vbox' crashes when loading with VirtualBox 4.1.0'''&lt;br /&gt;
&lt;br /&gt;
== w10 ==&lt;br /&gt;
&lt;br /&gt;
- OpenGeo Suite Enterprise Edition 2.4.3&lt;br /&gt;
&lt;br /&gt;
== w11 ==&lt;br /&gt;
&lt;br /&gt;
- Using a live DVD - nothing to install&lt;br /&gt;
&lt;br /&gt;
== w12 == &lt;br /&gt;
&lt;br /&gt;
using open office and a virtual box - nothing to be done&lt;br /&gt;
&lt;br /&gt;
== w13 ==&lt;br /&gt;
&lt;br /&gt;
- shortcut to Notepad2 on desktop&lt;br /&gt;
&lt;br /&gt;
- gx_workshop folder installed&lt;br /&gt;
&lt;br /&gt;
== w14 ==&lt;br /&gt;
&lt;br /&gt;
- Created a nodejs and polymaps vbox image (COMPLETE)&lt;br /&gt;
&lt;br /&gt;
== w15 ==&lt;br /&gt;
&lt;br /&gt;
- MS4W (MapServer 6.2-dev, Apache 2.2.19)&lt;br /&gt;
&lt;br /&gt;
== w16 ==&lt;br /&gt;
&lt;br /&gt;
- QGIS 1.7.0&lt;br /&gt;
&lt;br /&gt;
- North Carolina, South Dakota, and Alaska datasets loaded for QGIS 1.7.0&lt;br /&gt;
&lt;br /&gt;
- ColorPic 4.1&lt;br /&gt;
&lt;br /&gt;
- XML Copy Editor  1.2.0.6&lt;br /&gt;
&lt;br /&gt;
- Inkscape-0.48.1-2&lt;br /&gt;
&lt;br /&gt;
- PixelWindow&lt;br /&gt;
&lt;br /&gt;
== w17 == &lt;br /&gt;
&lt;br /&gt;
-- '''' EMAIL THE PRESENTER ABOUT NEEDING A VM or links to qt-designer and openlayers plugin for qgis''''&lt;br /&gt;
&lt;br /&gt;
- VirtualBox with the OSGEOLive 5.0 VM is fine (Pirmin Kalberer, Presenter)&lt;br /&gt;
&lt;br /&gt;
== w18 ==&lt;br /&gt;
&lt;br /&gt;
- created new VirtualBox machine with 'qgis-foss4g11-1004.vdi'&lt;br /&gt;
&lt;br /&gt;
== w19 ==&lt;br /&gt;
&lt;br /&gt;
- imported 'mapnik-foss4g-2011v2.ova' into VirtualBox&lt;br /&gt;
&lt;br /&gt;
== w20 == &lt;br /&gt;
&lt;br /&gt;
- using the opengeo suite nothing to be done&lt;br /&gt;
&lt;br /&gt;
== w21 ==&lt;br /&gt;
&lt;br /&gt;
- created VirtualBox machine with 'osgeo-live-vm-i2maps.vmdk'&lt;br /&gt;
&lt;br /&gt;
== w23 ==&lt;br /&gt;
&lt;br /&gt;
- workshop materials available at: C:\workshop-uploads\w23\data\GeoNode-Workshop-Materials\&lt;br /&gt;
&lt;br /&gt;
== w24 == &lt;br /&gt;
&lt;br /&gt;
- installed Putty on the desktop as per Sophia's request (COMPLETE)&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]]&lt;br /&gt;
[[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Talk:Live_GIS_Translate&amp;diff=56464</id>
		<title>Talk:Live GIS Translate</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Talk:Live_GIS_Translate&amp;diff=56464"/>
		<updated>2011-08-10T22:49:01Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* de quickstart translations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= German Translations =&lt;br /&gt;
&lt;br /&gt;
; application status sheet&lt;br /&gt;
* https://spreadsheets.google.com/ccc?key=0AlRFyY1XenjJdFRDbjFyWHg1MlNTRm10QXk0UWEzWlE&amp;amp;hl=en_GB&amp;amp;authkey=CPTB6uIE#gid=30&lt;br /&gt;
&lt;br /&gt;
; Ansicht der Seiten unter:&lt;br /&gt;
http://adhoc.osgeo.osuosl.org/livedvd/docs/de/index.html&lt;br /&gt;
&lt;br /&gt;
; Trac&lt;br /&gt;
http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/doc/de/&lt;br /&gt;
&lt;br /&gt;
'''fett''' -&amp;gt; erledigt&lt;br /&gt;
&lt;br /&gt;
== de ==&lt;br /&gt;
* copyright -&amp;gt; astrid&lt;br /&gt;
&lt;br /&gt;
== de overviews translations==&lt;br /&gt;
* '''geokettle_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* '''geomajas_overview.rst''' -&amp;gt; dominik &lt;br /&gt;
* '''geotools_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* liblas_overview.html -&amp;gt; astrid&lt;br /&gt;
* '''mapguide_overview.rst''' -&amp;gt; dominik&lt;br /&gt;
* metacrs_overview.rst  -&amp;gt; astrid&lt;br /&gt;
* '''naturalearth_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* pycws_overview.rst -&amp;gt; astrid&lt;br /&gt;
* '''tinyows_overview.rst''' -&amp;gt; frank&lt;br /&gt;
&lt;br /&gt;
== de quickstart translations ==&lt;br /&gt;
&lt;br /&gt;
* '''52nSOS_quickstart.rst'''   -&amp;gt; projekt&lt;br /&gt;
* 52nWPS_quickstart.rst -&amp;gt; projekt&lt;br /&gt;
* atlasstyler_quickstart.rst -&amp;gt; projekt stefan&lt;br /&gt;
* '''deegree_quickstart.rst''' -&amp;gt; projekt latlon&lt;br /&gt;
* '''gdal_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''geokettle_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''geomajas_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''geonetwork_quickstart.rst''' -&amp;gt; david  &lt;br /&gt;
* geopublisher_quickstart.rst -&amp;gt; projekt stefan&lt;br /&gt;
* '''geoserver_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''gmt_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* gpsdrive_quickstart.rst&lt;br /&gt;
* '''grass_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''gvsig_quickstart.rst''' ruth&lt;br /&gt;
* internationalisation_quickstart.rst&lt;br /&gt;
* kosmo_quickstart.rst &lt;br /&gt;
* '''mapbender_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''mapfish_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* mapguide_quickstart.rst &lt;br /&gt;
* '''mapnik_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''mapproxy_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''mapserver_quickstart.rst''' -&amp;gt; otto &lt;br /&gt;
* maptiler_quickstart.rst&lt;br /&gt;
* marble_quickstart.rst&lt;br /&gt;
* mb-system_quickstart.rst&lt;br /&gt;
* opencpn_quickstart.rst&lt;br /&gt;
* openjump_quickstart.rst&lt;br /&gt;
* openlayers_quickstart.rst --&amp;gt; dominik&lt;br /&gt;
* osgearth_quickstart.rst -&amp;gt; pirmin&lt;br /&gt;
* '''osgeolive_install_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* '''osgeolive_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* osm_quickstart.rst&lt;br /&gt;
* '''ossim_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* otb_quickstart.rst&lt;br /&gt;
* '''pgrouting_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* '''postgis_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''prune_quickstart.rst'''&lt;br /&gt;
* '''qgis_mapserver_quickstart.rst ''' -&amp;gt; pirmin&lt;br /&gt;
* qgis_quickstart.rst -&amp;gt; pirmin &lt;br /&gt;
* rasdaman_quickstart.rst -&amp;gt; projekt&lt;br /&gt;
* '''R_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''saga_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''sahana_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* '''spatialite_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* '''tinyows_quickstart.rst''' -&amp;gt; pirmin&lt;br /&gt;
* '''udig_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''usb_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* '''ushahidi_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* viking_quickstart.rst&lt;br /&gt;
* '''virtualbox_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''zoo-project_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* zygrib_quickstart.rst&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Talk:Live_GIS_Translate&amp;diff=56461</id>
		<title>Talk:Live GIS Translate</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Talk:Live_GIS_Translate&amp;diff=56461"/>
		<updated>2011-08-10T22:09:18Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: name typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= German Translations =&lt;br /&gt;
&lt;br /&gt;
; application status sheet&lt;br /&gt;
* https://spreadsheets.google.com/ccc?key=0AlRFyY1XenjJdFRDbjFyWHg1MlNTRm10QXk0UWEzWlE&amp;amp;hl=en_GB&amp;amp;authkey=CPTB6uIE#gid=30&lt;br /&gt;
&lt;br /&gt;
; Ansicht der Seiten unter:&lt;br /&gt;
http://adhoc.osgeo.osuosl.org/livedvd/docs/de/index.html&lt;br /&gt;
&lt;br /&gt;
; Trac&lt;br /&gt;
http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/doc/de/&lt;br /&gt;
&lt;br /&gt;
'''fett''' -&amp;gt; erledigt&lt;br /&gt;
&lt;br /&gt;
== de ==&lt;br /&gt;
* copyright -&amp;gt; astrid&lt;br /&gt;
&lt;br /&gt;
== de overviews translations==&lt;br /&gt;
* '''geokettle_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* '''geomajas_overview.rst''' -&amp;gt; dominik &lt;br /&gt;
* '''geotools_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* liblas_overview.html -&amp;gt; astrid&lt;br /&gt;
* '''mapguide_overview.rst''' -&amp;gt; dominik&lt;br /&gt;
* metacrs_overview.rst  -&amp;gt; astrid&lt;br /&gt;
* '''naturalearth_overview.rst''' -&amp;gt; frank&lt;br /&gt;
* pycws_overview.rst -&amp;gt; astrid&lt;br /&gt;
* '''tinyows_overview.rst''' -&amp;gt; frank&lt;br /&gt;
&lt;br /&gt;
== de quickstart translations ==&lt;br /&gt;
&lt;br /&gt;
* '''52nSOS_quickstart.rst'''   -&amp;gt; projekt&lt;br /&gt;
* 52nWPS_quickstart.rst -&amp;gt; projekt&lt;br /&gt;
* atlasstyler_quickstart.rst -&amp;gt; projekt stefan&lt;br /&gt;
* '''deegree_quickstart.rst''' -&amp;gt; projekt latlon&lt;br /&gt;
* '''gdal_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''geokettle_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''geomajas_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''geonetwork_quickstart.rst''' -&amp;gt; david  &lt;br /&gt;
* geopublisher_quickstart.rst -&amp;gt; projekt stefan&lt;br /&gt;
* '''geoserver_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''gmt_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* gpsdrive_quickstart.rst&lt;br /&gt;
* '''grass_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''gvsig_quickstart.rst''' ruth&lt;br /&gt;
* internationalisation_quickstart.rst&lt;br /&gt;
* kosmo_quickstart.rst &lt;br /&gt;
* '''mapbender_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''mapfish_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* mapguide_quickstart.rst &lt;br /&gt;
* '''mapnik_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''mapproxy_quickstart.rst''' -&amp;gt; dominik&lt;br /&gt;
* '''mapserver_quickstart.rst''' -&amp;gt; otto &lt;br /&gt;
* maptiler_quickstart.rst&lt;br /&gt;
* marble_quickstart.rst&lt;br /&gt;
* mb-system_quickstart.rst&lt;br /&gt;
* opencpn_quickstart.rst&lt;br /&gt;
* openjump_quickstart.rst&lt;br /&gt;
* openlayers_quickstart.rst --&amp;gt; dominik&lt;br /&gt;
* osgearth_quickstart.rst -&amp;gt; pirmin&lt;br /&gt;
* '''osgeolive_install_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* '''osgeolive_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* osm_quickstart.rst&lt;br /&gt;
* '''ossim_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* otb_quickstart.rst&lt;br /&gt;
* '''pgrouting_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* '''postgis_quickstart.rst''' -&amp;gt; astrid&lt;br /&gt;
* '''prune_quickstart.rst'''&lt;br /&gt;
* '''qgis_mapserver_quickstart.rst ''' -&amp;gt; pirmin&lt;br /&gt;
* qgis_quickstart.rst -&amp;gt; pirmin &lt;br /&gt;
* rasdaman_quickstart.rst -&amp;gt; projekt&lt;br /&gt;
* '''R_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''saga_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''sahana_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* '''spatialite_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* tiny_ows -&amp;gt; pirmin&lt;br /&gt;
* '''udig_quickstart.rst''' -&amp;gt; frank&lt;br /&gt;
* '''usb_quickstart.rst''' -&amp;gt; thomas&lt;br /&gt;
* '''ushahidi_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* viking_quickstart.rst&lt;br /&gt;
* '''virtualbox_quickstart.rst''' -&amp;gt; otto&lt;br /&gt;
* '''zoo-project_quickstart.rst''' -&amp;gt; daniel&lt;br /&gt;
* zygrib_quickstart.rst&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=55167</id>
		<title>Benchmarking 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=55167"/>
		<updated>2011-05-11T14:19:33Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Confirmation &amp;amp; Name change QGIS (map)server&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2010|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2011]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net (you can use [http://webchat.freenode.net/ webchat] to connect in browser)&lt;br /&gt;
&lt;br /&gt;
=== Next IRC Meeting ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Wed April 20th, 2011 @ [http://timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=04&amp;amp;day=20&amp;amp;hour=14&amp;amp;min=0&amp;amp;sec=0 14:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Create plan for vector (OSM) and raster (DEM) data processing&lt;br /&gt;
*** Discuss testing methodology&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC Meetings ===&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2011/MeetingLog | Meeting Log]]&lt;br /&gt;
&lt;br /&gt;
== Potential Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''Contacted'''&lt;br /&gt;
| '''Confirmed'''&lt;br /&gt;
| '''Comment'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [[User:Mpd|Martin Daly]]&lt;br /&gt;
| Dec 9th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Acuster|Adrian Custer]], [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| ESRI ArcServer&lt;br /&gt;
| Satish Sankaran&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| discussing internally&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime, [[User:groldan|Gabriel Roldan]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapGuide Open Source&lt;br /&gt;
| TBD (contacted mapguide-internals)&lt;br /&gt;
| Jan 12th, 2011&lt;br /&gt;
| &lt;br /&gt;
| Response from Jason Birch: Unable to participate&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]],  [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:LJQian|LJ Qian]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| QGIS Server&lt;br /&gt;
| [[User:Pirmin_Kalberer|Pirmin Kalberer]], Marco Hugentobler&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SPOT imagery&lt;br /&gt;
| [[User:Jeffaudi|Jean-Francois (Jeff) Faudi]]&lt;br /&gt;
| Dec 12th, 2010&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.interactive-instruments.de/index.php?id=107&amp;amp;L=1 XtraServer]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2011&lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 1st, 2011 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 2nd, 2011&lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2011 &lt;br /&gt;
| final testing begins (no more changes to data/styles/hardware, but changes to software is allowed)&lt;br /&gt;
|-&lt;br /&gt;
| September 1st, 2011 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 2nd, 2011 &lt;br /&gt;
| final results due from all teams&lt;br /&gt;
|-&lt;br /&gt;
| September 12-16, 2011&lt;br /&gt;
| present results at FOSS4G2011&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement (DRAFT) ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# One test will be run: a 'baseline' test with the data in any format desired, but teams cannot generalize or change the data's resolution from its raw values.&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server (such as spatial indexes created etc.).  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes either on a wiki subpage or in svn (or both).&lt;br /&gt;
&lt;br /&gt;
Generally teams keep notes on setup on the wiki while they put stylesheets and scripts in svn.&lt;br /&gt;
&lt;br /&gt;
A good organization for wiki pages is to create a subpage like: http://wiki.osgeo.org/wiki/Benchmarking_2011/Mapnik_notes&lt;br /&gt;
&lt;br /&gt;
And create a directory in svn named {servername}/{year} like: http://svn.osgeo.org/osgeo/foss4g/benchmarking/mapnik/2011&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
windows_wms_bm  (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
linux_wms_bm (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout-2010 FOSS4G2010 Benchmarking Presentation]&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout FOSS4G2009 Benchmarking Presentation]&lt;br /&gt;
* [[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
* [http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=53722</id>
		<title>User:Pirmin Kalberer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pirmin_Kalberer&amp;diff=53722"/>
		<updated>2011-03-08T07:59:31Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Ubuntu packages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pirmin Kalberer&lt;br /&gt;
&lt;br /&gt;
[http://www.sourcepole.ch/ Sourcepole AG]&lt;br /&gt;
Bad Ragaz, Switzerland&lt;br /&gt;
&lt;br /&gt;
Contact: pka at sourcepole dot ch&lt;br /&gt;
&lt;br /&gt;
== OSGeo and other geospatial Open Source project involvements ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sourcepole.com/2006/11/16/gis-knoppix-en GIS-Knoppix]: Creation of the first OSS GIS Live CD&lt;br /&gt;
* [http://www.gdal.org/ogr/ GDAL/OGR]: Maintainer Interlis driver, commiter Postgis driver&lt;br /&gt;
* [http://mapserver.org/ UMN Mapserver]: Initial Ruby binding, ArcSDE raster support&lt;br /&gt;
* [http://mapfish.org/doc/implementations/rails.html Mapfish]: Ruby support&lt;br /&gt;
* [http://wiki.github.com/pka/map_layers MapLayers]: Web mapping plugin for Ruby on Rails&lt;br /&gt;
* [http://qgis.org/ QGIS]: Plugin infrastructure and SpatiaLite contributions ([http://build.sourcepole.ch/qgis/plugins.xml Plugins])&lt;br /&gt;
* [http://www.tinyows.org/ TinyOWS]:  Ubuntu packages&lt;br /&gt;
* [http://osgearth.org/ osgEarth]:  Ubuntu packages&lt;br /&gt;
* [http://www.ossim.org/ OSSIM]: Ubuntu packages for Ossim and OssimPlanet&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=53721</id>
		<title>Benchmarking 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=53721"/>
		<updated>2011-03-08T07:55:49Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Potential Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2010|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2011]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net (you can use [http://webchat.freenode.net/ webchat] to connect in browser)&lt;br /&gt;
&lt;br /&gt;
=== Next IRC Meeting ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Wed February 23rd, 2011 @ [http://timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=02&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Create plan for vector (OSM) and raster (DEM) data processing&lt;br /&gt;
*** Discuss testing methodology&lt;br /&gt;
*** final presentation discussion&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC Meetings ===&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2011/MeetingLog | Meeting Log]]&lt;br /&gt;
&lt;br /&gt;
== Potential Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''Contacted'''&lt;br /&gt;
| '''Confirmed'''&lt;br /&gt;
| '''Comment'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [[User:Mpd|Martin Daly]]&lt;br /&gt;
| Dec 9th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Acuster|Adrian Custer]], [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| ESRI ArcServer&lt;br /&gt;
| Satish Sankaran&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| discussing internally&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime, [[User:groldan|Gabriel Roldan]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapGuide Open Source&lt;br /&gt;
| TBD (contacted mapguide-internals)&lt;br /&gt;
| Jan 12th, 2011&lt;br /&gt;
| &lt;br /&gt;
| Response from Jason Birch: Unable to participate&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]],  [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:LJQian|LJ Qian]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| [[User:Pirmin_Kalberer|Pirmin Kalberer]], Marco Hugentobler&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SPOT imagery&lt;br /&gt;
| [[User:Jeffaudi|Jean-Francois (Jeff) Faudi]]&lt;br /&gt;
| Dec 12th, 2010&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.interactive-instruments.de/index.php?id=107&amp;amp;L=1 XtraServer]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2011&lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 1st, 2011 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 2nd, 2011&lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2011 &lt;br /&gt;
| final testing begins (no more changes to data/styles/hardware, but changes to software is allowed)&lt;br /&gt;
|-&lt;br /&gt;
| September 1st, 2011 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 2nd, 2011 &lt;br /&gt;
| final results due from all teams&lt;br /&gt;
|-&lt;br /&gt;
| September 12-16, 2011&lt;br /&gt;
| present results at FOSS4G2011&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement (unofficial, copied from 2010) ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes either on a wiki subpage or in svn (or both).&lt;br /&gt;
&lt;br /&gt;
Generally teams keep notes on setup on the wiki while they put stylesheets and scripts in svn.&lt;br /&gt;
&lt;br /&gt;
A good organization for wiki pages is to create a subpage like: http://wiki.osgeo.org/wiki/Benchmarking_2011/Mapnik_notes&lt;br /&gt;
&lt;br /&gt;
And create a directory in svn named {servername}/{year} like: http://svn.osgeo.org/osgeo/foss4g/benchmarking/mapnik/2011&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
windows_wms_bm  (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
linux_wms_bm (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout-2010 FOSS4G2010 Benchmarking Presentation]&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout FOSS4G2009 Benchmarking Presentation]&lt;br /&gt;
* [[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
* [http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=53720</id>
		<title>Benchmarking 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2011&amp;diff=53720"/>
		<updated>2011-03-08T07:55:10Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS mapserver team leader&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2010|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2011]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net (you can use [http://webchat.freenode.net/ webchat] to connect in browser)&lt;br /&gt;
&lt;br /&gt;
=== Next IRC Meeting ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Wed February 23rd, 2011 @ [http://timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=02&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Create plan for vector (OSM) and raster (DEM) data processing&lt;br /&gt;
*** Discuss testing methodology&lt;br /&gt;
*** final presentation discussion&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC Meetings ===&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2011/MeetingLog | Meeting Log]]&lt;br /&gt;
&lt;br /&gt;
== Potential Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''Contacted'''&lt;br /&gt;
| '''Confirmed'''&lt;br /&gt;
| '''Comment'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [[User:Mpd|Martin Daly]]&lt;br /&gt;
| Dec 9th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Acuster|Adrian Custer]], [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| ESRI ArcServer&lt;br /&gt;
| Satish Sankaran&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| discussing internally&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime, [[User:groldan|Gabriel Roldan]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapGuide Open Source&lt;br /&gt;
| TBD (contacted mapguide-internals)&lt;br /&gt;
| Jan 12th, 2011&lt;br /&gt;
| &lt;br /&gt;
| Response from Jason Birch: Unable to participate&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]],  [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| Dec 8th, 2010&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:LJQian|LJ Qian]]&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| [[User:Pirmin_Kalberer]], Marco Hugentobler&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SPOT imagery&lt;br /&gt;
| [[User:Jeffaudi|Jean-Francois (Jeff) Faudi]]&lt;br /&gt;
| Dec 12th, 2010&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.interactive-instruments.de/index.php?id=107&amp;amp;L=1 XtraServer]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2011&lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 1st, 2011 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| March 2nd, 2011&lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2011 &lt;br /&gt;
| final testing begins (no more changes to data/styles/hardware, but changes to software is allowed)&lt;br /&gt;
|-&lt;br /&gt;
| September 1st, 2011 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 2nd, 2011 &lt;br /&gt;
| final results due from all teams&lt;br /&gt;
|-&lt;br /&gt;
| September 12-16, 2011&lt;br /&gt;
| present results at FOSS4G2011&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement (unofficial, copied from 2010) ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes either on a wiki subpage or in svn (or both).&lt;br /&gt;
&lt;br /&gt;
Generally teams keep notes on setup on the wiki while they put stylesheets and scripts in svn.&lt;br /&gt;
&lt;br /&gt;
A good organization for wiki pages is to create a subpage like: http://wiki.osgeo.org/wiki/Benchmarking_2011/Mapnik_notes&lt;br /&gt;
&lt;br /&gt;
And create a directory in svn named {servername}/{year} like: http://svn.osgeo.org/osgeo/foss4g/benchmarking/mapnik/2011&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
windows_wms_bm  (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
linux_wms_bm (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout-2010 FOSS4G2010 Benchmarking Presentation]&lt;br /&gt;
* [http://www.slideshare.net/gatewaygeomatics.com/wms-performance-shootout FOSS4G2009 Benchmarking Presentation]&lt;br /&gt;
* [[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
* [http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Breakout_Sessions&amp;diff=49916</id>
		<title>FOSS4G 2010 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Breakout_Sessions&amp;diff=49916"/>
		<updated>2010-08-31T11:40:23Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS user &amp;amp; developer meeting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:FOSS4G]]&lt;br /&gt;
[[Category:FOSS4G2010]]&lt;br /&gt;
&lt;br /&gt;
back to [[FOSS4G 2010]]&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
During the [http://2010.foss4g.org/ FOSS4G2010 conference] in Barcelona, Spain, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions sessions are unstructured timeslots where people can self-organise themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
This year, Breakout Sessions sessions will be held on Wednesday 8th September ('''and possibly at other times as well - depending on interest''').  A number of rooms will be available.  Most popular sessions will get bigger rooms.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
==Organising Contact==&lt;br /&gt;
* [[Tyler Mitchell]]&lt;br /&gt;
* [[Mauricio Miranda]]&lt;br /&gt;
* Other volunteers welcome - sign up here!&lt;br /&gt;
&lt;br /&gt;
==Timeslots Available==&lt;br /&gt;
&lt;br /&gt;
At this stage, each room is scheduled for one hour between 18:00 to 19:00.&lt;br /&gt;
&lt;br /&gt;
Remember the Gala Dinner is scheduled at 20:00.&lt;br /&gt;
&lt;br /&gt;
=Room Assignments=&lt;br /&gt;
==Rooms Available==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot;|Room&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|Wednesday 08&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|Contact&lt;br /&gt;
|-&lt;br /&gt;
| Room 4 (75 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Room 5 (250 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Room 6  (320 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Room 8 (100 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Room 11 (78 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Room 12  (90 pax)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics =&lt;br /&gt;
&lt;br /&gt;
* Add yours below...&lt;br /&gt;
&lt;br /&gt;
==Web Client (OpenLayers/GeoExt)==&lt;br /&gt;
&lt;br /&gt;
The first half of this session will be focused on OpenLayers, and the second half will focus on GeoExt.  We can decide on topics at the start of each session, but we'll likely cover ideas for OpenLayers 3.0/GeoExt 1.0, getting more developers involved, and just some general Q/A time.&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
&lt;br /&gt;
* Tim Schaub&lt;br /&gt;
* Eric Lemoine&lt;br /&gt;
* David Jonglez - for the first half, at least&lt;br /&gt;
* Florin Iosub&lt;br /&gt;
* Xurxo Méndez&lt;br /&gt;
* [[Ricardo Pinho|Ricardo Pinho]]&lt;br /&gt;
* [[Nuno Guerreiro|Nuno Guerreiro]]&lt;br /&gt;
* Hugo Pereira&lt;br /&gt;
* [[Just van den Broecke|Just van den Broecke]]&lt;br /&gt;
* Sébastien Deleuze&lt;br /&gt;
&lt;br /&gt;
==Spatial Databases BoF==&lt;br /&gt;
&lt;br /&gt;
Relational and non-relational persistence layers, let's get together and talk about interoperability, appropriate use cases, architecture and where we should be moving the spatial persistence state-of-the-art!&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
&lt;br /&gt;
* Paul Ramsey (PostGIS)&lt;br /&gt;
* Nicklas Avén (PostGIS)&lt;br /&gt;
* Brent Wood (NIWA)&lt;br /&gt;
* Peter Baumann (Jacobs University / rasdaman)&lt;br /&gt;
* Vincent Picavet (Oslandia/PostGIS)&lt;br /&gt;
* [[Nuno Guerreiro|Nuno Guerreiro]]&lt;br /&gt;
* Olivier Courtin (PostGIS)&lt;br /&gt;
* Hugo Pereira&lt;br /&gt;
* Volker Mische (CouchDB/GeoCouch)&lt;br /&gt;
&lt;br /&gt;
==WPS BoF==&lt;br /&gt;
&lt;br /&gt;
Several presentation on Web Processing selected &lt;br /&gt;
for presentation at FOSS4G2010 indicates a growing&lt;br /&gt;
interest amongst the communities.&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your names below...&lt;br /&gt;
&lt;br /&gt;
'''Who's coming:'''&lt;br /&gt;
&lt;br /&gt;
* Venkatesh Raghavan&lt;br /&gt;
* [[Markus Neteler]]&lt;br /&gt;
* [[Daniel Kastl]]&lt;br /&gt;
* Maria Brovelli&lt;br /&gt;
* [[Ian Turton]]&lt;br /&gt;
* [[Gerald Fenoy]]&lt;br /&gt;
* Nicolas Bozon&lt;br /&gt;
* [[Jody Garnett]]&lt;br /&gt;
* [[User:fpenarru | Fran Peñarrubia]]&lt;br /&gt;
* [[User:MarkusSchneider | Markus Schneider]]&lt;br /&gt;
* Luca Delucchi&lt;br /&gt;
* Milan Antonovic&lt;br /&gt;
* [[User:Maxi71 | Massimiliano cannata]]&lt;br /&gt;
* Luca Casagrande&lt;br /&gt;
* [[User:Rajsingh| Raj Singh ]]&lt;br /&gt;
* [[User:Jesus|Jorge de Jesus]] (Plymouth Marine Laboratory)&lt;br /&gt;
* Bertrand Gervais&lt;br /&gt;
* [[User:Schpidi | Stephan Meissl]]&lt;br /&gt;
* [[Sebastián Cruz|Sebastián Cruz]]&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
==Sensor Web BoF==&lt;br /&gt;
&lt;br /&gt;
The use of Sensor Web implementations has constantly increased during the last years.&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your names below...&lt;br /&gt;
&lt;br /&gt;
'''Who's coming:'''&lt;br /&gt;
&lt;br /&gt;
* Simon Jirka&lt;br /&gt;
* Marjorie Robert &lt;br /&gt;
* [[User:Maxi71 | Massimiliano cannata]]&lt;br /&gt;
* Graeme Mcferren&lt;br /&gt;
* Sarawut Ninsawat&lt;br /&gt;
* Brent Wood (NIWA)&lt;br /&gt;
* Jorge Piera&lt;br /&gt;
* Alain Tamayo&lt;br /&gt;
* Maria Brovelli&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
==Biodiversity/conservation projects and FOSS4G tools==&lt;br /&gt;
&lt;br /&gt;
More and more Open Source is catching on Biodiversity and conservation projects. Most of them are publicly funded so most of the time all the source they develop is Open Source. Aditionally Biodiversity and conservation heavily rely on GIS and they have specific needs. From geospatial niche modeling to species distributions, occurrence catalog, etc, there is a lot to talk about!&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your names below...&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
&lt;br /&gt;
* Javier de la Torre (Vizzuality)&lt;br /&gt;
* Brent Wood (NIWA)&lt;br /&gt;
* [[Markus Neteler]]&lt;br /&gt;
* [[User:jesus| Jorge de Jesus]] (Plymouth Marine Laboratory)&lt;br /&gt;
* [[User:Aghisla|Anne Ghisla]]&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
==Spatial Data Infrastructure==&lt;br /&gt;
&lt;br /&gt;
A birds of a feather session about using open source for spatial data infrastructure.  Come discuss implementation strategies, best practices, INSPIRE.  &lt;br /&gt;
&lt;br /&gt;
'''Who's coming:'''&lt;br /&gt;
&lt;br /&gt;
* Sebastian Benthall (GeoNode)&lt;br /&gt;
* David Winslow (GeoNode)&lt;br /&gt;
* Ariel Núñez (GeoNode)&lt;br /&gt;
* David Jonglez &lt;br /&gt;
* [[Ricardo Pinho|Ricardo Pinho]]&lt;br /&gt;
* Hugo Pereira&lt;br /&gt;
* Maria Brovelli&lt;br /&gt;
* Add your name here&lt;br /&gt;
* [[Sebastián Cruz|Sebastián Cruz]]&lt;br /&gt;
&lt;br /&gt;
==Virtualization and Cloud Computing BoF==&lt;br /&gt;
&lt;br /&gt;
Virtualization and Cloud Computing is growing fast on the GIS world, let's get together and talk about the use cases and share opinions and suggestions about how can we take the most out of this new technology!&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your name below...&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
* [[Ricardo Pinho|Ricardo Pinho]]&lt;br /&gt;
* Hugo Pereira&lt;br /&gt;
* [[Sebastián Cruz|Sebastián Cruz]]&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
==Spatial OLAP==&lt;br /&gt;
&lt;br /&gt;
Spatial OLAP can be defined as a visual platform built especially to support rapid and easy spatiotemporal analysis and exploration of data following a multidimensional approach comprised of aggregation levels available in cartographic displays as well as in tabular and diagram displays. Let's talk about new improvements combining GIS and BI technologies.&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your name below...&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
* [[Nuno Guerreiro|Nuno Guerreiro]]&lt;br /&gt;
* [[Mauricio Miranda]]&lt;br /&gt;
* [[User:Rajsingh| Raj Singh ]]&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
==Flex Mapping (Alternatives to HTML)==&lt;br /&gt;
&lt;br /&gt;
Flex is a highly productive, free, open source framework for building expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. &lt;br /&gt;
OpenScales is an open source (LGPL) mapping framework written in ActionScript 3 and Flex that allows developers to building Rich Internet Mapping Applications.&lt;br /&gt;
There are alternatives to HTML mapping, let's discuss about them...&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your name below...&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
* Sébastien Deleuze (OpenScales)&lt;br /&gt;
* Aurélien Barbier-Accary (OpenScales)&lt;br /&gt;
* Simon Lopez (OpenScales)&lt;br /&gt;
* Fabio Panettieri&lt;br /&gt;
* Marjorie Robert (if the session is planned on tuesday)&lt;br /&gt;
* Add your name here&lt;br /&gt;
&lt;br /&gt;
David Jonglez - As discussed previously with other parties, it would be interesting to plan this session in an other time schedule in order to allow a maximum of interested persons already involved in other sessions to participate. What do you think planning this session on tuesday, the 7th evening ? (I'm shure we'll find a place !)&lt;br /&gt;
&lt;br /&gt;
==QGIS user &amp;amp; developer meeting==&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* What's new in QGIS 1.5&lt;br /&gt;
* Interesting plugins&lt;br /&gt;
* What's coming in the next QGIS release&lt;br /&gt;
* Discussion&lt;br /&gt;
&lt;br /&gt;
If you are interested please add your name below...&lt;br /&gt;
&lt;br /&gt;
'''Coming:'''&lt;br /&gt;
* Marco Hugentobler&lt;br /&gt;
* [[User:Pirmin_Kalberer| Pirmin Kalberer]]&lt;br /&gt;
* Mathias Walker&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49639</id>
		<title>Benchmarking 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49639"/>
		<updated>2010-08-23T13:45:42Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* QGIS mapserver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2009|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2010]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''IRC nick'''&lt;br /&gt;
| '''Server status'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [mailto:martin.daly--@--cadcorp.com Martin Daly]&lt;br /&gt;
| mpdaly&lt;br /&gt;
| Production release of server installed with preliminary configuration for SHP, PostGIS, TIF and ECW&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| cedricbr&lt;br /&gt;
| Running on port 8280. Installation done for Shapefiles.&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting]&lt;br /&gt;
| dmonie&lt;br /&gt;
| Install and configuration on-going on windows server, ecw WMS configuration done, shape and DB WMS configuration on going. Port 80, port 8080&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime&lt;br /&gt;
| aaime&lt;br /&gt;
| Normally running on port 8080 on the Linux server. Shapefiles and TIFF mosaic have been configured.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;MapGuide Open Source&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;Zac Spitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;zacspitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| ''inactive''&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| springmeyer&lt;br /&gt;
| Running on port 8090 (paleoserver) 8091 (mod_mapnik_wms). Shapefiles styles ready, postgis and raster still to come.&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]]&lt;br /&gt;
| jmckenna&lt;br /&gt;
| linux_wms_bm serving WMS requests for shps, on port 8081.  windows wms_bm serving requests for shps, on port 8081.&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| msmith_&lt;br /&gt;
| Set up on port 8088&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| Marco Hugentobler&lt;br /&gt;
| marco___&lt;br /&gt;
| Set up on port 8081 (Linux server). Shapefiles and TIF (without reprojection) configured&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2010 &lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2010 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 2nd, 2010 &lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| August 1st, 2010 &lt;br /&gt;
| final testing begins&lt;br /&gt;
|-&lt;br /&gt;
| August 23rd, 2010 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 6-9, 2010 &lt;br /&gt;
| present results at FOSS4G2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes in your servers directory in svn: http://svn.osgeo.org/osgeo/foss4g/benchmarking/&lt;br /&gt;
&lt;br /&gt;
One particular thing that will differ is each team's use of spatial indexes on shapefiles.&lt;br /&gt;
&lt;br /&gt;
Teams are '''not''' allowed to modify the .shp, .shx, .dbf or .prj files of the vector data (for the baseline benchmark). They can, however, create auxiliary files for spatial indexes and the like.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| '''Mapping Server'''  || '''ext''' || '''type''' || '''command to create'''&lt;br /&gt;
|- &lt;br /&gt;
| MapServer || .qix || quadtree  || shptree &amp;lt;shpfile&amp;gt; ([[shptree notes]])&lt;br /&gt;
|- &lt;br /&gt;
| GeoServer || .qix || quadtree  || Using the ones generated for MapServer atm &lt;br /&gt;
|- &lt;br /&gt;
| Mapnik || .index || quadtree  || shapeindex &amp;lt;shpfile&amp;gt; ([[Benchmarking_2010/Mapnik_notes#shpindex_depth]])&lt;br /&gt;
|-&lt;br /&gt;
|Erdas || .rtr || RTree || RTreeBuilder basedir shapename max min ([[RTreeBuilder notes]]) &lt;br /&gt;
|-&lt;br /&gt;
|Cadcorp || *.shp.idx || RTree || GUI command in desktop SIS ([[Benchmarking_2010/Cadcorp_notes]])&lt;br /&gt;
|-&lt;br /&gt;
| Constellation || .qix || quadtree || Using the ones generated by MapServer&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer || .oix || RTree || GUI option in MapBuilder.jar, java map/theme/style builder&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Note: in your server setup documentation be sure to record the EXACT command used to create the indexes, with appropriate options passed (e.g depth)&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
A set of data published by the spanish National Mapping Agency will be used. This data is free for non-commercial use, so it's perfectly OK to use it in the benchmark.&lt;br /&gt;
&lt;br /&gt;
Vector data will be a topographic map, composed of several shapefiles (one shapefile per theme). Raster data will be 50cm/px aerial photography.&lt;br /&gt;
&lt;br /&gt;
We still do not have the definitive datasets, due to their size and the processing time needed to put them together. You can get some sample data by reading [[Benchmarking 2010/How to get some sample data]].&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
Machine A (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
Machine B (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
Machine C (DB Host)&lt;br /&gt;
* System Type:  Gateway E6610D&lt;br /&gt;
* Processor, Intel Core2 Duo - E6750 2.66 Ghz&lt;br /&gt;
* 4Gb Ram &lt;br /&gt;
* 250Gb Hard Drive 7200 rpm&lt;br /&gt;
* OS: Centos 5.5 x86-64 &lt;br /&gt;
&lt;br /&gt;
Machine D (testing server (JMeter))&lt;br /&gt;
* System Type:   Dell Precision Workstation 390&lt;br /&gt;
* Ship Date:     9/7/2006&lt;br /&gt;
* Processor, 6300, 1.86, 2M, Core Duo-conroe, Burn 2&lt;br /&gt;
* 2Gb RAM&lt;br /&gt;
* 160 Gb Hard drive 7200 rpm&lt;br /&gt;
* Service Tag:    5Q5LQB1&lt;br /&gt;
* OS: Centos 5.5 i386&lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net &lt;br /&gt;
&lt;br /&gt;
=== Next IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 18th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=18&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** baseline test styling equivalence: are we there yet?&lt;br /&gt;
*** starting and stopping all servers&lt;br /&gt;
*** slotting times for each team to run benchmarks&lt;br /&gt;
*** cleaning up the rendering benchmark blank tiles&lt;br /&gt;
*** graphic access to the JMeter machine&lt;br /&gt;
*** last testing date&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 11th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=11&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subsets?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
*** Status report from each team&lt;br /&gt;
*** Testing deadline: shall we extend it?&lt;br /&gt;
*** Can all server provide links to the sample requests and allow to build more? (style comparison, are we all doing the same work?)&lt;br /&gt;
*** Vector data&lt;br /&gt;
**** Changes in rendering (missing values for some attributes)&lt;br /&gt;
**** Gaps: what to do with the 9 missing sheets?&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-08-11.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed August 4th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=4&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Machine status / issues&lt;br /&gt;
*** Data status / issues&lt;br /&gt;
**** Characters mis-encoded in shapefiles (e.g. catalan in labels): fixable? impact on PostGIS database?&lt;br /&gt;
**** Raster conversion to GeoTIFF (torrent of results?)&lt;br /&gt;
*** Styles status / issues&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subset?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
** Summary: [[Benchmarking 2010 IRC meeting logs Aug 4th]]&lt;br /&gt;
&lt;br /&gt;
* Wed July 28th&lt;br /&gt;
(no info)&lt;br /&gt;
&lt;br /&gt;
* Wed July 21st @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=21&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** update on data styling&lt;br /&gt;
*** checkin on server installs / library dependencies&lt;br /&gt;
&lt;br /&gt;
* Wed July 14th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=14&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** data styling discussions&lt;br /&gt;
**** scales to use for layers&lt;br /&gt;
**** missing full road network&lt;br /&gt;
**** layer to use for labels along lines&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-07-14.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Dimitri Monie (dmonie)&lt;br /&gt;
**** Dane Springmeyer (springmeyer)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** data:&lt;br /&gt;
***** full dataset of Spain, vector and raster, has been processed by IvanSanchez, and he is checking it and will create a torrent for transfer, by the end of the week&lt;br /&gt;
***** because of shapefile size limit some layers may have to be split (contour-1.shp, contour-2.shp)&lt;br /&gt;
**** servers:&lt;br /&gt;
***** msmith has received both server machines&lt;br /&gt;
***** T1 router is being installed, it will be a dedicated line for this project&lt;br /&gt;
***** he is adding 2 TB drives to each&lt;br /&gt;
**** layer styling:&lt;br /&gt;
***** we notice that the Spain dataset we are using (BCN25) does not include street files (zoomed in road network)&lt;br /&gt;
***** we agreed to use contours for curved label tests instead&lt;br /&gt;
***** jmckenna will test the layer scales provided by Marco (QGIS mapserver)&lt;br /&gt;
***** aaime pointed out problem with the posted SLDs, in terms of the label property (jmckenna to look into it)&lt;br /&gt;
***** aaime pointed out that we should make sure that all servers compute the scales the same way&lt;br /&gt;
****** OGC recommends 90 DPI (GeoServer, Mapnik use the recommended 90...MapServer defaults to 72, but should be configurable)&lt;br /&gt;
****** all teams should look into how their engine handles this and report to group&lt;br /&gt;
**** other:&lt;br /&gt;
***** IvanSanchez reported that a Spanish custom-made WMS server may join the exercise (they access raster files only)&lt;br /&gt;
***** dmonie pointed out that Erdas has been quiet lately because one of the team leaders is on holiday&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 23rd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on proposed layer styling&lt;br /&gt;
*** update on available server specs&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-23.log log])&lt;br /&gt;
&lt;br /&gt;
* Wed June 16th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=16&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on server infrastructure&lt;br /&gt;
*** update on OSGeo-es dataset ([[Benchmarking 2010/How to get some sample data|Sample data download instructions]])&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-16.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Cédric Briançon (cedricbr)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** &amp;quot;base&amp;quot; run will use only shapefiles, &amp;quot;best&amp;quot; run will be any format (raster/vector)&lt;br /&gt;
**** teams can optionally test Oracle, PostGIS, Ingres connections during the &amp;quot;best&amp;quot; run&lt;br /&gt;
**** layers tested will be: labelled roads (with labels that follow the lines), thematic polygon map, and a test with labelled roads + thematic polygon + point layer in a single request (3 separate runs)&lt;br /&gt;
***** msmith and jmckenna to examine styling for one sheet (Barcelona, sheet# 420)&lt;br /&gt;
**** each base and best run will test data in raw projection (ETRS89 + UTM28/29/30/31) and then reprojected on-the-fly to the Google Mercator projection&lt;br /&gt;
**** threads (number of concurrent requests) will be: 1-2-4-8-16-32-64&lt;br /&gt;
**** US Army Corps is proposing to provide 4 desktop machines. 2 identical for testing ( win/lin ) and 1 for jmeter and 1 for databases&lt;br /&gt;
***** msmith will find out availability of 2-cpu machines this week&lt;br /&gt;
&lt;br /&gt;
* Wed June 2nd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=02&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** team representative introductions&lt;br /&gt;
*** Establish this year's 'Rules of Engagement' ([http://wiki.osgeo.org/wiki/Benchmarking_2009#Rules_of_Engagement previous RoE])&lt;br /&gt;
*** Discuss dataset to be used (including how to share the large dataset, for running local tests)&lt;br /&gt;
*** Discuss server infrastructure &lt;br /&gt;
*** Discuss possible changes to the test script parameters&lt;br /&gt;
*** Set next meeting date&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-02.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna, MapServer (jmckenna)&lt;br /&gt;
**** Cédric Briançon - Constellation (cedricbr)&lt;br /&gt;
**** Michael Smith - Oracle Mapviewer and Oracle connections in MapServer (msmith_)&lt;br /&gt;
**** Zac Spitzer - MapGuide (zacspitzer)&lt;br /&gt;
**** Martin Daly - Cadcorp (mpdaly)&lt;br /&gt;
**** Anne-Sophie Collignon - ERDAS (ascollignon)&lt;br /&gt;
**** Marco Hugentobler - QGIS mapserver (marco___)&lt;br /&gt;
**** Andrea Aime - GeoServer (aaime)&lt;br /&gt;
**** Dimitri Monie - ERDAS (dmonie)&lt;br /&gt;
**** Frank Warmerdam - MapServer, possibly Ingres as well (FrankW)&lt;br /&gt;
**** Iván Sánchez - provide geodata from Spanish sources and help out Mapnik (IvanSanchez)&lt;br /&gt;
**** Dane Springmeyer - Mapnik (springmeyer)&lt;br /&gt;
**** Johann Sorel - GeotoolKit / Constellation (Eclesia)&lt;br /&gt;
**** Adrian Custer - Constellation (acuster) &lt;br /&gt;
**** Pirmin Kalberer - QGIS mapserver (pirmin_k)&lt;br /&gt;
**** Trevor Wekel - MapGuide (trevorw)&lt;br /&gt;
**** Daniel Morissette - MapServer (danmo)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** All agreed to this year's &amp;quot;Rules of Engagement&amp;quot;&lt;br /&gt;
***** All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
***** Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
***** Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
***** Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
***** Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
***** WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
**** Dataset&lt;br /&gt;
***** Iván Sánchez Ortega from OSGeo-es is willing to provide local Spain datasets&lt;br /&gt;
***** data is for non-commercial use only&lt;br /&gt;
***** 10 GB of shapefiles&lt;br /&gt;
***** 100 GB of uncompressed rasters&lt;br /&gt;
**** Server infrastructure&lt;br /&gt;
***** possible hosts are msmith (US Army Corps) or Skygone (http://www.skygoneinc.com/)&lt;br /&gt;
***** need two identical servers, one running Unix and another Windows, plus a client machine&lt;br /&gt;
***** specs could be: quad core, 8GB of memory, 1TB hard drive&lt;br /&gt;
***** need fast pipe to server, as large datasets will be transferred&lt;br /&gt;
**** Next meeting date&lt;br /&gt;
***** all agreed to use same day and time next week, but limit the meeting length to one hour&lt;br /&gt;
&lt;br /&gt;
== Sample Dataset Styling ==&lt;br /&gt;
&lt;br /&gt;
* download [http://download.osgeo.org/benchmarking/barcelona-sample-dataset.zip sample dataset]&lt;br /&gt;
* layer [http://wiki.osgeo.org/wiki/Benchmarking_2010/How_to_get_some_sample_data#Vector_data_issues styling rules]&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''GetMap'''&lt;br /&gt;
| '''SLD'''&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 all layers]&lt;br /&gt;
| --&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=settlement&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 settlement]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/settlement-sld.xml settlement-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=building&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 building]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/building-sld.xml building-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=industry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=424932,4575961,427328,4577812&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 industry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/industry-sld.xml industry-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour_lines&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 contour lines]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/contour-sld.xml contour-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=motorway&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 motorway]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/motorway-sld.xml motorway-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=road&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 road]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/road-sld.xml road-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=ramp&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 ramp]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/ramp-sld.xml ramp-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=track&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 track]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/track-sld.xml track-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_geometry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels with geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-geom-sld.xml point-geom-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_nogeom&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels without geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-nogeom-sld.xml point-nogeom-sld.xml]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scale dependent rules checking requests ===&lt;br /&gt;
&lt;br /&gt;
These requests show the behavior of scale dependent styling around the critical scales. &lt;br /&gt;
The geographic area requested is always the same:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The image size changes instead to alter the scale:&lt;br /&gt;
&lt;br /&gt;
* roughly 1:29k: &amp;lt;tt&amp;gt;WIDTH=824&amp;amp;HEIGHT=472&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:31k: &amp;lt;tt&amp;gt;WIDTH=771&amp;amp;HEIGHT=442&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:49k: &amp;lt;tt&amp;gt;WIDTH=488&amp;amp;HEIGHT=280&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1.51k: &amp;lt;tt&amp;gt;WIDTH=469&amp;amp;HEIGHT=269&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The table allows to compare the various servers output. The GeoServer links use a vendor option to get the actual scale, as computed by the server, displayed at the bottom/right of the map.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Server'''&lt;br /&gt;
| '''1:29k''' &lt;br /&gt;
| '''1:31k'''&lt;br /&gt;
| '''1:49k'''&lt;br /&gt;
| '''1:51k'''&lt;br /&gt;
|-&lt;br /&gt;
| Constellation&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;format_options=layout:scale 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;format_options=layout:scale 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;format_options=layout:scale 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;format_options=layout:scale 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GeognoSIS&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS APOLLO&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:29k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:31k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:49k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:51k]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Benchmarking setup ==&lt;br /&gt;
&lt;br /&gt;
Tests are going to be run using JMeter, using a progression of 1, 2, 4, 8, 16, 32, and 64 threads, each thread group doing 100, 200, 200, 400, 400, 800 requests respectively, for a total of 2200 requests.&lt;br /&gt;
The requests bounds and sizes are going to be picked up from a csv file generated by a random generator script.&lt;br /&gt;
&lt;br /&gt;
The scripts to be run for the baseline tests, and repeated for the best effort one, are:&lt;br /&gt;
* raster data, JPEG output, EPSG:25831, scales between 1:1M and 1:10k&lt;br /&gt;
* raster data, JPEG output, EPSG:3857, scales between 1:1M and 1:10k&lt;br /&gt;
* vector data, PNG24 output, EPSG:4326, scales between 1:300k and 1:1k&lt;br /&gt;
* vector data, PNG24 output, EPSG:3875, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:25831, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:3785, scales between 1:300k and 1:1k&lt;br /&gt;
&lt;br /&gt;
The areas to be tested are:&lt;br /&gt;
* 6 E, 38 N, -1 E, 43 N for vector tests&lt;br /&gt;
* 372360,4557880,484490,4631460 for raster tests&lt;br /&gt;
&lt;br /&gt;
The raster layer in the baseline test is going to be the mosaic of GeoTIFF files Frank prepared out of the ECW files on the Linux server.&lt;br /&gt;
&lt;br /&gt;
The vector data set is composed of a stack of individual layers to be stacked in the following order (bottom to top):&lt;br /&gt;
* settlements&lt;br /&gt;
* contour-0&lt;br /&gt;
* contour-1&lt;br /&gt;
* contour-2&lt;br /&gt;
* contour-3&lt;br /&gt;
* contour-4&lt;br /&gt;
* contour-5&lt;br /&gt;
* contour-6&lt;br /&gt;
* contour-7&lt;br /&gt;
* building&lt;br /&gt;
* industry&lt;br /&gt;
* track&lt;br /&gt;
* ramp&lt;br /&gt;
* road&lt;br /&gt;
* motorway&lt;br /&gt;
* point-labels-for-geometry&lt;br /&gt;
* point-labels-no-geometry&lt;br /&gt;
&lt;br /&gt;
The best effort will use its own custom set of layers (e.g., it's likely contours will be merged into one, and so on)&lt;br /&gt;
&lt;br /&gt;
== Live Benchmark WMS GetMap Requests ==&lt;br /&gt;
&lt;br /&gt;
Note: sample bbox's fixed on Aug 12 to fit the proper aspect ratio of an 800/600 image request (springmeyer). Previous bbox for barcelona request was '1.8,41,2.4,42', new one used below is: '1.43333333333,41.0,2.76666666667,42.0'. Previous request for focused view was '2.1076723642349,41.407828508849,2.1178733654021,41.414271246429', new one is '2.10767236423,41.4072245022,2.1178733654,41.4148752531'. This was done to sidestep a deficiency in mapnik for affine transformation of geometries according to the WMS spec when the image w/h aspect does not match the bbox aspect, but was agreed upon as useful for these demo links by jeff and andrea in IRC.&lt;br /&gt;
&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
* Windows 64bit Server&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
* Linux&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (labelled contours, larger view)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
=== GeoServer ===&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (Barcelona extents)&lt;br /&gt;
*[http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles GeoServer 2.1.x] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (labelled contours, larger view)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeoServer 2.1.x]&lt;br /&gt;
&lt;br /&gt;
=== Mapnik ===&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik2 / paleoserver] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8091/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik0.7.2 / mod_mapnik_wms] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles Mapnik2 / paleoserver] (larger view - labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Constellation ===&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (labelled contours, larger view)&lt;br /&gt;
&lt;br /&gt;
=== Oracle MapViewer ===&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (Barcelona Extents)&lt;br /&gt;
&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (with labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Cadcorp GeognoSIS ===&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] ('''no contours''' - under investigation)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, whole area, GeognoSIS 7.0]&lt;br /&gt;
&lt;br /&gt;
=== QGIS mapserver ===&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles, QGIS mapserver] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, QGIS mapserver] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/pg.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 PostGIS, QGIS mapserver] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/pg.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, QGIS mapserver] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in,  QGIS mapserver]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom,  QGIS mapserver]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, QGIS mapserver]&lt;br /&gt;
&lt;br /&gt;
=== ERDAS APOLLO ===&lt;br /&gt;
&lt;br /&gt;
Windows 64bit Server&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2](mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
&lt;br /&gt;
== Starting and stopping the various servers ==&lt;br /&gt;
&lt;br /&gt;
* GeoServer on the Linux box:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/geoserver&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt;/benchmarking/geoserver/start_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping gracefully: &amp;lt;tt&amp;gt;/benchmarking/geoserver/stop_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep GEOSERVER&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* MapServer and QGIS Mapserver on the Linux box (both are running in the same Apache instance):&lt;br /&gt;
** starting: /opt/mapserver/bin/apachectl start&lt;br /&gt;
** stopping: /opt/mapserver/bin/apachectl stop&lt;br /&gt;
&lt;br /&gt;
* MapServer on Windows box:&lt;br /&gt;
** Command prompt (right-click &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
** cd \ms4w&lt;br /&gt;
** apache-stop.bat&lt;br /&gt;
** apache-start.bat&lt;br /&gt;
&lt;br /&gt;
* Mapnik:&lt;br /&gt;
** paleoserver (standalone daemon):&lt;br /&gt;
*** stopping: /opt/mapnik/paleoserver_stop.sh&lt;br /&gt;
*** starting: no easy way for other user to start&lt;br /&gt;
** mod_mapnik_wms (runs within apache):&lt;br /&gt;
** starting: /opt/mapnik/mod_mapnik_start.sh&lt;br /&gt;
** stopping: /opt/mapnik/mod_mapnik_stop.sh&lt;br /&gt;
&lt;br /&gt;
* Mapviewer:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/mapviewer&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt; /opt/mapviewer/start_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping: &amp;lt;tt&amp;gt; /opt/mapviewer/stop_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep java | grep mapviewer&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* Cadcorp GeognoSIS&lt;br /&gt;
** 7.0&lt;br /&gt;
*** Command line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting: net start geognosis-70&lt;br /&gt;
**** stopping: net stop geognosis-70&lt;br /&gt;
*** Or use services.msc, service name geognosis-70&lt;br /&gt;
** 7.1&lt;br /&gt;
*** Same as 7.0, but with &amp;quot;-71&amp;quot; suffix&lt;br /&gt;
&lt;br /&gt;
* Erdas Windows Server&lt;br /&gt;
** APOLLO SDI (vector services)&lt;br /&gt;
*** Command Line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\startup.bat&lt;br /&gt;
**** stopping : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\shutdown.bat&lt;br /&gt;
*** check the java process for erdas user has been killed&lt;br /&gt;
** APOLLO IWS (raster services)&lt;br /&gt;
*** Open IIS (Control Panel\Administrative Tools --&amp;gt; Internet Information Services (IIS) Manager)&lt;br /&gt;
**** starting : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Start&lt;br /&gt;
**** Stopping : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Stop&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
*[[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
*[http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2010]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49638</id>
		<title>Benchmarking 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49638"/>
		<updated>2010-08-23T13:45:00Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: PostGIS GetMap Requests for QGIS Mapserver&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2009|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2010]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''IRC nick'''&lt;br /&gt;
| '''Server status'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [mailto:martin.daly--@--cadcorp.com Martin Daly]&lt;br /&gt;
| mpdaly&lt;br /&gt;
| Production release of server installed with preliminary configuration for SHP, PostGIS, TIF and ECW&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| cedricbr&lt;br /&gt;
| Running on port 8280. Installation done for Shapefiles.&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting]&lt;br /&gt;
| dmonie&lt;br /&gt;
| Install and configuration on-going on windows server, ecw WMS configuration done, shape and DB WMS configuration on going. Port 80, port 8080&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime&lt;br /&gt;
| aaime&lt;br /&gt;
| Normally running on port 8080 on the Linux server. Shapefiles and TIFF mosaic have been configured.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;MapGuide Open Source&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;Zac Spitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;zacspitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| ''inactive''&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| springmeyer&lt;br /&gt;
| Running on port 8090 (paleoserver) 8091 (mod_mapnik_wms). Shapefiles styles ready, postgis and raster still to come.&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]]&lt;br /&gt;
| jmckenna&lt;br /&gt;
| linux_wms_bm serving WMS requests for shps, on port 8081.  windows wms_bm serving requests for shps, on port 8081.&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| msmith_&lt;br /&gt;
| Set up on port 8088&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| Marco Hugentobler&lt;br /&gt;
| marco___&lt;br /&gt;
| Set up on port 8081 (Linux server). Shapefiles and TIF (without reprojection) configured&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2010 &lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2010 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 2nd, 2010 &lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| August 1st, 2010 &lt;br /&gt;
| final testing begins&lt;br /&gt;
|-&lt;br /&gt;
| August 23rd, 2010 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 6-9, 2010 &lt;br /&gt;
| present results at FOSS4G2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes in your servers directory in svn: http://svn.osgeo.org/osgeo/foss4g/benchmarking/&lt;br /&gt;
&lt;br /&gt;
One particular thing that will differ is each team's use of spatial indexes on shapefiles.&lt;br /&gt;
&lt;br /&gt;
Teams are '''not''' allowed to modify the .shp, .shx, .dbf or .prj files of the vector data (for the baseline benchmark). They can, however, create auxiliary files for spatial indexes and the like.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| '''Mapping Server'''  || '''ext''' || '''type''' || '''command to create'''&lt;br /&gt;
|- &lt;br /&gt;
| MapServer || .qix || quadtree  || shptree &amp;lt;shpfile&amp;gt; ([[shptree notes]])&lt;br /&gt;
|- &lt;br /&gt;
| GeoServer || .qix || quadtree  || Using the ones generated for MapServer atm &lt;br /&gt;
|- &lt;br /&gt;
| Mapnik || .index || quadtree  || shapeindex &amp;lt;shpfile&amp;gt; ([[Benchmarking_2010/Mapnik_notes#shpindex_depth]])&lt;br /&gt;
|-&lt;br /&gt;
|Erdas || .rtr || RTree || RTreeBuilder basedir shapename max min ([[RTreeBuilder notes]]) &lt;br /&gt;
|-&lt;br /&gt;
|Cadcorp || *.shp.idx || RTree || GUI command in desktop SIS ([[Benchmarking_2010/Cadcorp_notes]])&lt;br /&gt;
|-&lt;br /&gt;
| Constellation || .qix || quadtree || Using the ones generated by MapServer&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer || .oix || RTree || GUI option in MapBuilder.jar, java map/theme/style builder&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Note: in your server setup documentation be sure to record the EXACT command used to create the indexes, with appropriate options passed (e.g depth)&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
A set of data published by the spanish National Mapping Agency will be used. This data is free for non-commercial use, so it's perfectly OK to use it in the benchmark.&lt;br /&gt;
&lt;br /&gt;
Vector data will be a topographic map, composed of several shapefiles (one shapefile per theme). Raster data will be 50cm/px aerial photography.&lt;br /&gt;
&lt;br /&gt;
We still do not have the definitive datasets, due to their size and the processing time needed to put them together. You can get some sample data by reading [[Benchmarking 2010/How to get some sample data]].&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
Machine A (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
Machine B (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
Machine C (DB Host)&lt;br /&gt;
* System Type:  Gateway E6610D&lt;br /&gt;
* Processor, Intel Core2 Duo - E6750 2.66 Ghz&lt;br /&gt;
* 4Gb Ram &lt;br /&gt;
* 250Gb Hard Drive 7200 rpm&lt;br /&gt;
* OS: Centos 5.5 x86-64 &lt;br /&gt;
&lt;br /&gt;
Machine D (testing server (JMeter))&lt;br /&gt;
* System Type:   Dell Precision Workstation 390&lt;br /&gt;
* Ship Date:     9/7/2006&lt;br /&gt;
* Processor, 6300, 1.86, 2M, Core Duo-conroe, Burn 2&lt;br /&gt;
* 2Gb RAM&lt;br /&gt;
* 160 Gb Hard drive 7200 rpm&lt;br /&gt;
* Service Tag:    5Q5LQB1&lt;br /&gt;
* OS: Centos 5.5 i386&lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net &lt;br /&gt;
&lt;br /&gt;
=== Next IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 18th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=18&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** baseline test styling equivalence: are we there yet?&lt;br /&gt;
*** starting and stopping all servers&lt;br /&gt;
*** slotting times for each team to run benchmarks&lt;br /&gt;
*** cleaning up the rendering benchmark blank tiles&lt;br /&gt;
*** graphic access to the JMeter machine&lt;br /&gt;
*** last testing date&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 11th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=11&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subsets?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
*** Status report from each team&lt;br /&gt;
*** Testing deadline: shall we extend it?&lt;br /&gt;
*** Can all server provide links to the sample requests and allow to build more? (style comparison, are we all doing the same work?)&lt;br /&gt;
*** Vector data&lt;br /&gt;
**** Changes in rendering (missing values for some attributes)&lt;br /&gt;
**** Gaps: what to do with the 9 missing sheets?&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-08-11.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed August 4th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=4&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Machine status / issues&lt;br /&gt;
*** Data status / issues&lt;br /&gt;
**** Characters mis-encoded in shapefiles (e.g. catalan in labels): fixable? impact on PostGIS database?&lt;br /&gt;
**** Raster conversion to GeoTIFF (torrent of results?)&lt;br /&gt;
*** Styles status / issues&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subset?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
** Summary: [[Benchmarking 2010 IRC meeting logs Aug 4th]]&lt;br /&gt;
&lt;br /&gt;
* Wed July 28th&lt;br /&gt;
(no info)&lt;br /&gt;
&lt;br /&gt;
* Wed July 21st @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=21&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** update on data styling&lt;br /&gt;
*** checkin on server installs / library dependencies&lt;br /&gt;
&lt;br /&gt;
* Wed July 14th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=14&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** data styling discussions&lt;br /&gt;
**** scales to use for layers&lt;br /&gt;
**** missing full road network&lt;br /&gt;
**** layer to use for labels along lines&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-07-14.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Dimitri Monie (dmonie)&lt;br /&gt;
**** Dane Springmeyer (springmeyer)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** data:&lt;br /&gt;
***** full dataset of Spain, vector and raster, has been processed by IvanSanchez, and he is checking it and will create a torrent for transfer, by the end of the week&lt;br /&gt;
***** because of shapefile size limit some layers may have to be split (contour-1.shp, contour-2.shp)&lt;br /&gt;
**** servers:&lt;br /&gt;
***** msmith has received both server machines&lt;br /&gt;
***** T1 router is being installed, it will be a dedicated line for this project&lt;br /&gt;
***** he is adding 2 TB drives to each&lt;br /&gt;
**** layer styling:&lt;br /&gt;
***** we notice that the Spain dataset we are using (BCN25) does not include street files (zoomed in road network)&lt;br /&gt;
***** we agreed to use contours for curved label tests instead&lt;br /&gt;
***** jmckenna will test the layer scales provided by Marco (QGIS mapserver)&lt;br /&gt;
***** aaime pointed out problem with the posted SLDs, in terms of the label property (jmckenna to look into it)&lt;br /&gt;
***** aaime pointed out that we should make sure that all servers compute the scales the same way&lt;br /&gt;
****** OGC recommends 90 DPI (GeoServer, Mapnik use the recommended 90...MapServer defaults to 72, but should be configurable)&lt;br /&gt;
****** all teams should look into how their engine handles this and report to group&lt;br /&gt;
**** other:&lt;br /&gt;
***** IvanSanchez reported that a Spanish custom-made WMS server may join the exercise (they access raster files only)&lt;br /&gt;
***** dmonie pointed out that Erdas has been quiet lately because one of the team leaders is on holiday&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 23rd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on proposed layer styling&lt;br /&gt;
*** update on available server specs&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-23.log log])&lt;br /&gt;
&lt;br /&gt;
* Wed June 16th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=16&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on server infrastructure&lt;br /&gt;
*** update on OSGeo-es dataset ([[Benchmarking 2010/How to get some sample data|Sample data download instructions]])&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-16.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Cédric Briançon (cedricbr)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** &amp;quot;base&amp;quot; run will use only shapefiles, &amp;quot;best&amp;quot; run will be any format (raster/vector)&lt;br /&gt;
**** teams can optionally test Oracle, PostGIS, Ingres connections during the &amp;quot;best&amp;quot; run&lt;br /&gt;
**** layers tested will be: labelled roads (with labels that follow the lines), thematic polygon map, and a test with labelled roads + thematic polygon + point layer in a single request (3 separate runs)&lt;br /&gt;
***** msmith and jmckenna to examine styling for one sheet (Barcelona, sheet# 420)&lt;br /&gt;
**** each base and best run will test data in raw projection (ETRS89 + UTM28/29/30/31) and then reprojected on-the-fly to the Google Mercator projection&lt;br /&gt;
**** threads (number of concurrent requests) will be: 1-2-4-8-16-32-64&lt;br /&gt;
**** US Army Corps is proposing to provide 4 desktop machines. 2 identical for testing ( win/lin ) and 1 for jmeter and 1 for databases&lt;br /&gt;
***** msmith will find out availability of 2-cpu machines this week&lt;br /&gt;
&lt;br /&gt;
* Wed June 2nd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=02&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** team representative introductions&lt;br /&gt;
*** Establish this year's 'Rules of Engagement' ([http://wiki.osgeo.org/wiki/Benchmarking_2009#Rules_of_Engagement previous RoE])&lt;br /&gt;
*** Discuss dataset to be used (including how to share the large dataset, for running local tests)&lt;br /&gt;
*** Discuss server infrastructure &lt;br /&gt;
*** Discuss possible changes to the test script parameters&lt;br /&gt;
*** Set next meeting date&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-02.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna, MapServer (jmckenna)&lt;br /&gt;
**** Cédric Briançon - Constellation (cedricbr)&lt;br /&gt;
**** Michael Smith - Oracle Mapviewer and Oracle connections in MapServer (msmith_)&lt;br /&gt;
**** Zac Spitzer - MapGuide (zacspitzer)&lt;br /&gt;
**** Martin Daly - Cadcorp (mpdaly)&lt;br /&gt;
**** Anne-Sophie Collignon - ERDAS (ascollignon)&lt;br /&gt;
**** Marco Hugentobler - QGIS mapserver (marco___)&lt;br /&gt;
**** Andrea Aime - GeoServer (aaime)&lt;br /&gt;
**** Dimitri Monie - ERDAS (dmonie)&lt;br /&gt;
**** Frank Warmerdam - MapServer, possibly Ingres as well (FrankW)&lt;br /&gt;
**** Iván Sánchez - provide geodata from Spanish sources and help out Mapnik (IvanSanchez)&lt;br /&gt;
**** Dane Springmeyer - Mapnik (springmeyer)&lt;br /&gt;
**** Johann Sorel - GeotoolKit / Constellation (Eclesia)&lt;br /&gt;
**** Adrian Custer - Constellation (acuster) &lt;br /&gt;
**** Pirmin Kalberer - QGIS mapserver (pirmin_k)&lt;br /&gt;
**** Trevor Wekel - MapGuide (trevorw)&lt;br /&gt;
**** Daniel Morissette - MapServer (danmo)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** All agreed to this year's &amp;quot;Rules of Engagement&amp;quot;&lt;br /&gt;
***** All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
***** Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
***** Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
***** Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
***** Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
***** WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
**** Dataset&lt;br /&gt;
***** Iván Sánchez Ortega from OSGeo-es is willing to provide local Spain datasets&lt;br /&gt;
***** data is for non-commercial use only&lt;br /&gt;
***** 10 GB of shapefiles&lt;br /&gt;
***** 100 GB of uncompressed rasters&lt;br /&gt;
**** Server infrastructure&lt;br /&gt;
***** possible hosts are msmith (US Army Corps) or Skygone (http://www.skygoneinc.com/)&lt;br /&gt;
***** need two identical servers, one running Unix and another Windows, plus a client machine&lt;br /&gt;
***** specs could be: quad core, 8GB of memory, 1TB hard drive&lt;br /&gt;
***** need fast pipe to server, as large datasets will be transferred&lt;br /&gt;
**** Next meeting date&lt;br /&gt;
***** all agreed to use same day and time next week, but limit the meeting length to one hour&lt;br /&gt;
&lt;br /&gt;
== Sample Dataset Styling ==&lt;br /&gt;
&lt;br /&gt;
* download [http://download.osgeo.org/benchmarking/barcelona-sample-dataset.zip sample dataset]&lt;br /&gt;
* layer [http://wiki.osgeo.org/wiki/Benchmarking_2010/How_to_get_some_sample_data#Vector_data_issues styling rules]&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''GetMap'''&lt;br /&gt;
| '''SLD'''&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 all layers]&lt;br /&gt;
| --&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=settlement&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 settlement]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/settlement-sld.xml settlement-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=building&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 building]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/building-sld.xml building-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=industry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=424932,4575961,427328,4577812&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 industry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/industry-sld.xml industry-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour_lines&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 contour lines]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/contour-sld.xml contour-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=motorway&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 motorway]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/motorway-sld.xml motorway-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=road&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 road]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/road-sld.xml road-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=ramp&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 ramp]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/ramp-sld.xml ramp-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=track&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 track]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/track-sld.xml track-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_geometry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels with geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-geom-sld.xml point-geom-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_nogeom&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels without geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-nogeom-sld.xml point-nogeom-sld.xml]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scale dependent rules checking requests ===&lt;br /&gt;
&lt;br /&gt;
These requests show the behavior of scale dependent styling around the critical scales. &lt;br /&gt;
The geographic area requested is always the same:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The image size changes instead to alter the scale:&lt;br /&gt;
&lt;br /&gt;
* roughly 1:29k: &amp;lt;tt&amp;gt;WIDTH=824&amp;amp;HEIGHT=472&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:31k: &amp;lt;tt&amp;gt;WIDTH=771&amp;amp;HEIGHT=442&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:49k: &amp;lt;tt&amp;gt;WIDTH=488&amp;amp;HEIGHT=280&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1.51k: &amp;lt;tt&amp;gt;WIDTH=469&amp;amp;HEIGHT=269&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The table allows to compare the various servers output. The GeoServer links use a vendor option to get the actual scale, as computed by the server, displayed at the bottom/right of the map.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Server'''&lt;br /&gt;
| '''1:29k''' &lt;br /&gt;
| '''1:31k'''&lt;br /&gt;
| '''1:49k'''&lt;br /&gt;
| '''1:51k'''&lt;br /&gt;
|-&lt;br /&gt;
| Constellation&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;format_options=layout:scale 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;format_options=layout:scale 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;format_options=layout:scale 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;format_options=layout:scale 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GeognoSIS&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS APOLLO&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:29k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:31k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:49k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:51k]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Benchmarking setup ==&lt;br /&gt;
&lt;br /&gt;
Tests are going to be run using JMeter, using a progression of 1, 2, 4, 8, 16, 32, and 64 threads, each thread group doing 100, 200, 200, 400, 400, 800 requests respectively, for a total of 2200 requests.&lt;br /&gt;
The requests bounds and sizes are going to be picked up from a csv file generated by a random generator script.&lt;br /&gt;
&lt;br /&gt;
The scripts to be run for the baseline tests, and repeated for the best effort one, are:&lt;br /&gt;
* raster data, JPEG output, EPSG:25831, scales between 1:1M and 1:10k&lt;br /&gt;
* raster data, JPEG output, EPSG:3857, scales between 1:1M and 1:10k&lt;br /&gt;
* vector data, PNG24 output, EPSG:4326, scales between 1:300k and 1:1k&lt;br /&gt;
* vector data, PNG24 output, EPSG:3875, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:25831, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:3785, scales between 1:300k and 1:1k&lt;br /&gt;
&lt;br /&gt;
The areas to be tested are:&lt;br /&gt;
* 6 E, 38 N, -1 E, 43 N for vector tests&lt;br /&gt;
* 372360,4557880,484490,4631460 for raster tests&lt;br /&gt;
&lt;br /&gt;
The raster layer in the baseline test is going to be the mosaic of GeoTIFF files Frank prepared out of the ECW files on the Linux server.&lt;br /&gt;
&lt;br /&gt;
The vector data set is composed of a stack of individual layers to be stacked in the following order (bottom to top):&lt;br /&gt;
* settlements&lt;br /&gt;
* contour-0&lt;br /&gt;
* contour-1&lt;br /&gt;
* contour-2&lt;br /&gt;
* contour-3&lt;br /&gt;
* contour-4&lt;br /&gt;
* contour-5&lt;br /&gt;
* contour-6&lt;br /&gt;
* contour-7&lt;br /&gt;
* building&lt;br /&gt;
* industry&lt;br /&gt;
* track&lt;br /&gt;
* ramp&lt;br /&gt;
* road&lt;br /&gt;
* motorway&lt;br /&gt;
* point-labels-for-geometry&lt;br /&gt;
* point-labels-no-geometry&lt;br /&gt;
&lt;br /&gt;
The best effort will use its own custom set of layers (e.g., it's likely contours will be merged into one, and so on)&lt;br /&gt;
&lt;br /&gt;
== Live Benchmark WMS GetMap Requests ==&lt;br /&gt;
&lt;br /&gt;
Note: sample bbox's fixed on Aug 12 to fit the proper aspect ratio of an 800/600 image request (springmeyer). Previous bbox for barcelona request was '1.8,41,2.4,42', new one used below is: '1.43333333333,41.0,2.76666666667,42.0'. Previous request for focused view was '2.1076723642349,41.407828508849,2.1178733654021,41.414271246429', new one is '2.10767236423,41.4072245022,2.1178733654,41.4148752531'. This was done to sidestep a deficiency in mapnik for affine transformation of geometries according to the WMS spec when the image w/h aspect does not match the bbox aspect, but was agreed upon as useful for these demo links by jeff and andrea in IRC.&lt;br /&gt;
&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
* Windows 64bit Server&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
* Linux&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (labelled contours, larger view)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
=== GeoServer ===&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (Barcelona extents)&lt;br /&gt;
*[http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles GeoServer 2.1.x] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (labelled contours, larger view)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeoServer 2.1.x]&lt;br /&gt;
&lt;br /&gt;
=== Mapnik ===&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik2 / paleoserver] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8091/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik0.7.2 / mod_mapnik_wms] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles Mapnik2 / paleoserver] (larger view - labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Constellation ===&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (labelled contours, larger view)&lt;br /&gt;
&lt;br /&gt;
=== Oracle MapViewer ===&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (Barcelona Extents)&lt;br /&gt;
&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (with labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Cadcorp GeognoSIS ===&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] ('''no contours''' - under investigation)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, whole area, GeognoSIS 7.0]&lt;br /&gt;
&lt;br /&gt;
=== QGIS mapserver ===&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles, QGIS mapserver] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, QGIS mapserver] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/pg.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 PostGIS, QGIS mapserver] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/pg.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, QGIS mapserver] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in,  QGIS mapserver]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, mid zoom]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, QGIS mapserver]&lt;br /&gt;
&lt;br /&gt;
=== ERDAS APOLLO ===&lt;br /&gt;
&lt;br /&gt;
Windows 64bit Server&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2](mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
&lt;br /&gt;
== Starting and stopping the various servers ==&lt;br /&gt;
&lt;br /&gt;
* GeoServer on the Linux box:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/geoserver&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt;/benchmarking/geoserver/start_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping gracefully: &amp;lt;tt&amp;gt;/benchmarking/geoserver/stop_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep GEOSERVER&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* MapServer and QGIS Mapserver on the Linux box (both are running in the same Apache instance):&lt;br /&gt;
** starting: /opt/mapserver/bin/apachectl start&lt;br /&gt;
** stopping: /opt/mapserver/bin/apachectl stop&lt;br /&gt;
&lt;br /&gt;
* MapServer on Windows box:&lt;br /&gt;
** Command prompt (right-click &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
** cd \ms4w&lt;br /&gt;
** apache-stop.bat&lt;br /&gt;
** apache-start.bat&lt;br /&gt;
&lt;br /&gt;
* Mapnik:&lt;br /&gt;
** paleoserver (standalone daemon):&lt;br /&gt;
*** stopping: /opt/mapnik/paleoserver_stop.sh&lt;br /&gt;
*** starting: no easy way for other user to start&lt;br /&gt;
** mod_mapnik_wms (runs within apache):&lt;br /&gt;
** starting: /opt/mapnik/mod_mapnik_start.sh&lt;br /&gt;
** stopping: /opt/mapnik/mod_mapnik_stop.sh&lt;br /&gt;
&lt;br /&gt;
* Mapviewer:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/mapviewer&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt; /opt/mapviewer/start_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping: &amp;lt;tt&amp;gt; /opt/mapviewer/stop_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep java | grep mapviewer&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* Cadcorp GeognoSIS&lt;br /&gt;
** 7.0&lt;br /&gt;
*** Command line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting: net start geognosis-70&lt;br /&gt;
**** stopping: net stop geognosis-70&lt;br /&gt;
*** Or use services.msc, service name geognosis-70&lt;br /&gt;
** 7.1&lt;br /&gt;
*** Same as 7.0, but with &amp;quot;-71&amp;quot; suffix&lt;br /&gt;
&lt;br /&gt;
* Erdas Windows Server&lt;br /&gt;
** APOLLO SDI (vector services)&lt;br /&gt;
*** Command Line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\startup.bat&lt;br /&gt;
**** stopping : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\shutdown.bat&lt;br /&gt;
*** check the java process for erdas user has been killed&lt;br /&gt;
** APOLLO IWS (raster services)&lt;br /&gt;
*** Open IIS (Control Panel\Administrative Tools --&amp;gt; Internet Information Services (IIS) Manager)&lt;br /&gt;
**** starting : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Start&lt;br /&gt;
**** Stopping : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Stop&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
*[[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
*[http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2010]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49635</id>
		<title>Benchmarking 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49635"/>
		<updated>2010-08-23T11:14:05Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: added cd command for stopping tomcats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2009|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2010]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''IRC nick'''&lt;br /&gt;
| '''Server status'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [mailto:martin.daly--@--cadcorp.com Martin Daly]&lt;br /&gt;
| mpdaly&lt;br /&gt;
| Production release of server installed with preliminary configuration for SHP, PostGIS, TIF and ECW&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| cedricbr&lt;br /&gt;
| Running on port 8280. Installation done for Shapefiles.&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting]&lt;br /&gt;
| dmonie&lt;br /&gt;
| Install and configuration on-going on windows server, ecw WMS configuration done, shape and DB WMS configuration on going. Port 80, port 8080&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime&lt;br /&gt;
| aaime&lt;br /&gt;
| Normally running on port 8080 on the Linux server. Shapefiles and TIFF mosaic have been configured.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;MapGuide Open Source&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;Zac Spitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;zacspitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| ''inactive''&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| springmeyer&lt;br /&gt;
| Running on port 8090 (paleoserver) 8091 (mod_mapnik_wms). Shapefiles styles ready, postgis and raster still to come.&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]]&lt;br /&gt;
| jmckenna&lt;br /&gt;
| linux_wms_bm serving WMS requests for shps, on port 8081.  windows wms_bm serving requests for shps, on port 8081.&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| msmith_&lt;br /&gt;
| Set up on port 8088&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| Marco Hugentobler&lt;br /&gt;
| marco___&lt;br /&gt;
| Set up on port 8081 (Linux server). Shapefiles and TIF (without reprojection) configured&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2010 &lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2010 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 2nd, 2010 &lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| August 1st, 2010 &lt;br /&gt;
| final testing begins&lt;br /&gt;
|-&lt;br /&gt;
| August 23rd, 2010 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 6-9, 2010 &lt;br /&gt;
| present results at FOSS4G2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes in your servers directory in svn: http://svn.osgeo.org/osgeo/foss4g/benchmarking/&lt;br /&gt;
&lt;br /&gt;
One particular thing that will differ is each team's use of spatial indexes on shapefiles.&lt;br /&gt;
&lt;br /&gt;
Teams are '''not''' allowed to modify the .shp, .shx, .dbf or .prj files of the vector data (for the baseline benchmark). They can, however, create auxiliary files for spatial indexes and the like.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| '''Mapping Server'''  || '''ext''' || '''type''' || '''command to create'''&lt;br /&gt;
|- &lt;br /&gt;
| MapServer || .qix || quadtree  || shptree &amp;lt;shpfile&amp;gt; ([[shptree notes]])&lt;br /&gt;
|- &lt;br /&gt;
| GeoServer || .qix || quadtree  || Using the ones generated for MapServer atm &lt;br /&gt;
|- &lt;br /&gt;
| Mapnik || .index || quadtree  || shapeindex &amp;lt;shpfile&amp;gt; ([[Benchmarking_2010/Mapnik_notes#shpindex_depth]])&lt;br /&gt;
|-&lt;br /&gt;
|Erdas || .rtr || RTree || RTreeBuilder basedir shapename max min ([[RTreeBuilder notes]]) &lt;br /&gt;
|-&lt;br /&gt;
|Cadcorp || *.shp.idx || RTree || GUI command in desktop SIS ([[Benchmarking_2010/Cadcorp_notes]])&lt;br /&gt;
|-&lt;br /&gt;
| Constellation || .qix || quadtree || Using the ones generated by MapServer&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer || .oix || RTree || GUI option in MapBuilder.jar, java map/theme/style builder&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Note: in your server setup documentation be sure to record the EXACT command used to create the indexes, with appropriate options passed (e.g depth)&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
A set of data published by the spanish National Mapping Agency will be used. This data is free for non-commercial use, so it's perfectly OK to use it in the benchmark.&lt;br /&gt;
&lt;br /&gt;
Vector data will be a topographic map, composed of several shapefiles (one shapefile per theme). Raster data will be 50cm/px aerial photography.&lt;br /&gt;
&lt;br /&gt;
We still do not have the definitive datasets, due to their size and the processing time needed to put them together. You can get some sample data by reading [[Benchmarking 2010/How to get some sample data]].&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
Machine A (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
Machine B (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
Machine C (DB Host)&lt;br /&gt;
* System Type:  Gateway E6610D&lt;br /&gt;
* Processor, Intel Core2 Duo - E6750 2.66 Ghz&lt;br /&gt;
* 4Gb Ram &lt;br /&gt;
* 250Gb Hard Drive 7200 rpm&lt;br /&gt;
* OS: Centos 5.5 x86-64 &lt;br /&gt;
&lt;br /&gt;
Machine D (testing server (JMeter))&lt;br /&gt;
* System Type:   Dell Precision Workstation 390&lt;br /&gt;
* Ship Date:     9/7/2006&lt;br /&gt;
* Processor, 6300, 1.86, 2M, Core Duo-conroe, Burn 2&lt;br /&gt;
* 2Gb RAM&lt;br /&gt;
* 160 Gb Hard drive 7200 rpm&lt;br /&gt;
* Service Tag:    5Q5LQB1&lt;br /&gt;
* OS: Centos 5.5 i386&lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net &lt;br /&gt;
&lt;br /&gt;
=== Next IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 18th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=18&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** baseline test styling equivalence: are we there yet?&lt;br /&gt;
*** starting and stopping all servers&lt;br /&gt;
*** slotting times for each team to run benchmarks&lt;br /&gt;
*** cleaning up the rendering benchmark blank tiles&lt;br /&gt;
*** graphic access to the JMeter machine&lt;br /&gt;
*** last testing date&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 11th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=11&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subsets?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
*** Status report from each team&lt;br /&gt;
*** Testing deadline: shall we extend it?&lt;br /&gt;
*** Can all server provide links to the sample requests and allow to build more? (style comparison, are we all doing the same work?)&lt;br /&gt;
*** Vector data&lt;br /&gt;
**** Changes in rendering (missing values for some attributes)&lt;br /&gt;
**** Gaps: what to do with the 9 missing sheets?&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-08-11.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed August 4th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=4&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Machine status / issues&lt;br /&gt;
*** Data status / issues&lt;br /&gt;
**** Characters mis-encoded in shapefiles (e.g. catalan in labels): fixable? impact on PostGIS database?&lt;br /&gt;
**** Raster conversion to GeoTIFF (torrent of results?)&lt;br /&gt;
*** Styles status / issues&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subset?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
** Summary: [[Benchmarking 2010 IRC meeting logs Aug 4th]]&lt;br /&gt;
&lt;br /&gt;
* Wed July 28th&lt;br /&gt;
(no info)&lt;br /&gt;
&lt;br /&gt;
* Wed July 21st @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=21&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** update on data styling&lt;br /&gt;
*** checkin on server installs / library dependencies&lt;br /&gt;
&lt;br /&gt;
* Wed July 14th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=14&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** data styling discussions&lt;br /&gt;
**** scales to use for layers&lt;br /&gt;
**** missing full road network&lt;br /&gt;
**** layer to use for labels along lines&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-07-14.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Dimitri Monie (dmonie)&lt;br /&gt;
**** Dane Springmeyer (springmeyer)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** data:&lt;br /&gt;
***** full dataset of Spain, vector and raster, has been processed by IvanSanchez, and he is checking it and will create a torrent for transfer, by the end of the week&lt;br /&gt;
***** because of shapefile size limit some layers may have to be split (contour-1.shp, contour-2.shp)&lt;br /&gt;
**** servers:&lt;br /&gt;
***** msmith has received both server machines&lt;br /&gt;
***** T1 router is being installed, it will be a dedicated line for this project&lt;br /&gt;
***** he is adding 2 TB drives to each&lt;br /&gt;
**** layer styling:&lt;br /&gt;
***** we notice that the Spain dataset we are using (BCN25) does not include street files (zoomed in road network)&lt;br /&gt;
***** we agreed to use contours for curved label tests instead&lt;br /&gt;
***** jmckenna will test the layer scales provided by Marco (QGIS mapserver)&lt;br /&gt;
***** aaime pointed out problem with the posted SLDs, in terms of the label property (jmckenna to look into it)&lt;br /&gt;
***** aaime pointed out that we should make sure that all servers compute the scales the same way&lt;br /&gt;
****** OGC recommends 90 DPI (GeoServer, Mapnik use the recommended 90...MapServer defaults to 72, but should be configurable)&lt;br /&gt;
****** all teams should look into how their engine handles this and report to group&lt;br /&gt;
**** other:&lt;br /&gt;
***** IvanSanchez reported that a Spanish custom-made WMS server may join the exercise (they access raster files only)&lt;br /&gt;
***** dmonie pointed out that Erdas has been quiet lately because one of the team leaders is on holiday&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 23rd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on proposed layer styling&lt;br /&gt;
*** update on available server specs&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-23.log log])&lt;br /&gt;
&lt;br /&gt;
* Wed June 16th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=16&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on server infrastructure&lt;br /&gt;
*** update on OSGeo-es dataset ([[Benchmarking 2010/How to get some sample data|Sample data download instructions]])&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-16.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Cédric Briançon (cedricbr)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** &amp;quot;base&amp;quot; run will use only shapefiles, &amp;quot;best&amp;quot; run will be any format (raster/vector)&lt;br /&gt;
**** teams can optionally test Oracle, PostGIS, Ingres connections during the &amp;quot;best&amp;quot; run&lt;br /&gt;
**** layers tested will be: labelled roads (with labels that follow the lines), thematic polygon map, and a test with labelled roads + thematic polygon + point layer in a single request (3 separate runs)&lt;br /&gt;
***** msmith and jmckenna to examine styling for one sheet (Barcelona, sheet# 420)&lt;br /&gt;
**** each base and best run will test data in raw projection (ETRS89 + UTM28/29/30/31) and then reprojected on-the-fly to the Google Mercator projection&lt;br /&gt;
**** threads (number of concurrent requests) will be: 1-2-4-8-16-32-64&lt;br /&gt;
**** US Army Corps is proposing to provide 4 desktop machines. 2 identical for testing ( win/lin ) and 1 for jmeter and 1 for databases&lt;br /&gt;
***** msmith will find out availability of 2-cpu machines this week&lt;br /&gt;
&lt;br /&gt;
* Wed June 2nd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=02&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** team representative introductions&lt;br /&gt;
*** Establish this year's 'Rules of Engagement' ([http://wiki.osgeo.org/wiki/Benchmarking_2009#Rules_of_Engagement previous RoE])&lt;br /&gt;
*** Discuss dataset to be used (including how to share the large dataset, for running local tests)&lt;br /&gt;
*** Discuss server infrastructure &lt;br /&gt;
*** Discuss possible changes to the test script parameters&lt;br /&gt;
*** Set next meeting date&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-02.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna, MapServer (jmckenna)&lt;br /&gt;
**** Cédric Briançon - Constellation (cedricbr)&lt;br /&gt;
**** Michael Smith - Oracle Mapviewer and Oracle connections in MapServer (msmith_)&lt;br /&gt;
**** Zac Spitzer - MapGuide (zacspitzer)&lt;br /&gt;
**** Martin Daly - Cadcorp (mpdaly)&lt;br /&gt;
**** Anne-Sophie Collignon - ERDAS (ascollignon)&lt;br /&gt;
**** Marco Hugentobler - QGIS mapserver (marco___)&lt;br /&gt;
**** Andrea Aime - GeoServer (aaime)&lt;br /&gt;
**** Dimitri Monie - ERDAS (dmonie)&lt;br /&gt;
**** Frank Warmerdam - MapServer, possibly Ingres as well (FrankW)&lt;br /&gt;
**** Iván Sánchez - provide geodata from Spanish sources and help out Mapnik (IvanSanchez)&lt;br /&gt;
**** Dane Springmeyer - Mapnik (springmeyer)&lt;br /&gt;
**** Johann Sorel - GeotoolKit / Constellation (Eclesia)&lt;br /&gt;
**** Adrian Custer - Constellation (acuster) &lt;br /&gt;
**** Pirmin Kalberer - QGIS mapserver (pirmin_k)&lt;br /&gt;
**** Trevor Wekel - MapGuide (trevorw)&lt;br /&gt;
**** Daniel Morissette - MapServer (danmo)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** All agreed to this year's &amp;quot;Rules of Engagement&amp;quot;&lt;br /&gt;
***** All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
***** Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
***** Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
***** Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
***** Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
***** WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
**** Dataset&lt;br /&gt;
***** Iván Sánchez Ortega from OSGeo-es is willing to provide local Spain datasets&lt;br /&gt;
***** data is for non-commercial use only&lt;br /&gt;
***** 10 GB of shapefiles&lt;br /&gt;
***** 100 GB of uncompressed rasters&lt;br /&gt;
**** Server infrastructure&lt;br /&gt;
***** possible hosts are msmith (US Army Corps) or Skygone (http://www.skygoneinc.com/)&lt;br /&gt;
***** need two identical servers, one running Unix and another Windows, plus a client machine&lt;br /&gt;
***** specs could be: quad core, 8GB of memory, 1TB hard drive&lt;br /&gt;
***** need fast pipe to server, as large datasets will be transferred&lt;br /&gt;
**** Next meeting date&lt;br /&gt;
***** all agreed to use same day and time next week, but limit the meeting length to one hour&lt;br /&gt;
&lt;br /&gt;
== Sample Dataset Styling ==&lt;br /&gt;
&lt;br /&gt;
* download [http://download.osgeo.org/benchmarking/barcelona-sample-dataset.zip sample dataset]&lt;br /&gt;
* layer [http://wiki.osgeo.org/wiki/Benchmarking_2010/How_to_get_some_sample_data#Vector_data_issues styling rules]&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''GetMap'''&lt;br /&gt;
| '''SLD'''&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 all layers]&lt;br /&gt;
| --&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=settlement&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 settlement]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/settlement-sld.xml settlement-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=building&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 building]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/building-sld.xml building-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=industry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=424932,4575961,427328,4577812&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 industry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/industry-sld.xml industry-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour_lines&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 contour lines]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/contour-sld.xml contour-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=motorway&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 motorway]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/motorway-sld.xml motorway-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=road&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 road]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/road-sld.xml road-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=ramp&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 ramp]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/ramp-sld.xml ramp-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=track&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 track]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/track-sld.xml track-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_geometry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels with geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-geom-sld.xml point-geom-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_nogeom&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels without geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-nogeom-sld.xml point-nogeom-sld.xml]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scale dependent rules checking requests ===&lt;br /&gt;
&lt;br /&gt;
These requests show the behavior of scale dependent styling around the critical scales. &lt;br /&gt;
The geographic area requested is always the same:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The image size changes instead to alter the scale:&lt;br /&gt;
&lt;br /&gt;
* roughly 1:29k: &amp;lt;tt&amp;gt;WIDTH=824&amp;amp;HEIGHT=472&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:31k: &amp;lt;tt&amp;gt;WIDTH=771&amp;amp;HEIGHT=442&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1:49k: &amp;lt;tt&amp;gt;WIDTH=488&amp;amp;HEIGHT=280&amp;lt;/tt&amp;gt;&lt;br /&gt;
* roughly 1.51k: &amp;lt;tt&amp;gt;WIDTH=469&amp;amp;HEIGHT=269&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The table allows to compare the various servers output. The GeoServer links use a vendor option to get the actual scale, as computed by the server, displayed at the bottom/right of the map.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Server'''&lt;br /&gt;
| '''1:29k''' &lt;br /&gt;
| '''1:31k'''&lt;br /&gt;
| '''1:49k'''&lt;br /&gt;
| '''1:51k'''&lt;br /&gt;
|-&lt;br /&gt;
| Constellation&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;format_options=layout:scale 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;format_options=layout:scale 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;format_options=layout:scale 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8080/geoserver/wms?LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;format_options=layout:scale 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| GeognoSIS&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k] &lt;br /&gt;
| [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472 1:29k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442 1:31k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280 1:49k]&lt;br /&gt;
| [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269 1:51k]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS APOLLO&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=824&amp;amp;HEIGHT=472&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:29k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=771&amp;amp;HEIGHT=442&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:31k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=488&amp;amp;HEIGHT=280&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:49k]&lt;br /&gt;
| [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=0.58671954345704,40.73922127533,0.64684991455078,40.773670967102&amp;amp;WIDTH=469&amp;amp;HEIGHT=269&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png 1:51k]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Benchmarking setup ==&lt;br /&gt;
&lt;br /&gt;
Tests are going to be run using JMeter, using a progression of 1, 2, 4, 8, 16, 32, and 64 threads, each thread group doing 100, 200, 200, 400, 400, 800 requests respectively, for a total of 2200 requests.&lt;br /&gt;
The requests bounds and sizes are going to be picked up from a csv file generated by a random generator script.&lt;br /&gt;
&lt;br /&gt;
The scripts to be run for the baseline tests, and repeated for the best effort one, are:&lt;br /&gt;
* raster data, JPEG output, EPSG:25831, scales between 1:1M and 1:10k&lt;br /&gt;
* raster data, JPEG output, EPSG:3857, scales between 1:1M and 1:10k&lt;br /&gt;
* vector data, PNG24 output, EPSG:4326, scales between 1:300k and 1:1k&lt;br /&gt;
* vector data, PNG24 output, EPSG:3875, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:25831, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:3785, scales between 1:300k and 1:1k&lt;br /&gt;
&lt;br /&gt;
The areas to be tested are:&lt;br /&gt;
* 6 E, 38 N, -1 E, 43 N for vector tests&lt;br /&gt;
* 372360,4557880,484490,4631460 for raster tests&lt;br /&gt;
&lt;br /&gt;
The raster layer in the baseline test is going to be the mosaic of GeoTIFF files Frank prepared out of the ECW files on the Linux server.&lt;br /&gt;
&lt;br /&gt;
The vector data set is composed of a stack of individual layers to be stacked in the following order (bottom to top):&lt;br /&gt;
* settlements&lt;br /&gt;
* contour-0&lt;br /&gt;
* contour-1&lt;br /&gt;
* contour-2&lt;br /&gt;
* contour-3&lt;br /&gt;
* contour-4&lt;br /&gt;
* contour-5&lt;br /&gt;
* contour-6&lt;br /&gt;
* contour-7&lt;br /&gt;
* building&lt;br /&gt;
* industry&lt;br /&gt;
* track&lt;br /&gt;
* ramp&lt;br /&gt;
* road&lt;br /&gt;
* motorway&lt;br /&gt;
* point-labels-for-geometry&lt;br /&gt;
* point-labels-no-geometry&lt;br /&gt;
&lt;br /&gt;
The best effort will use its own custom set of layers (e.g., it's likely contours will be merged into one, and so on)&lt;br /&gt;
&lt;br /&gt;
== Live Benchmark WMS GetMap Requests ==&lt;br /&gt;
&lt;br /&gt;
Note: sample bbox's fixed on Aug 12 to fit the proper aspect ratio of an 800/600 image request (springmeyer). Previous bbox for barcelona request was '1.8,41,2.4,42', new one used below is: '1.43333333333,41.0,2.76666666667,42.0'. Previous request for focused view was '2.1076723642349,41.407828508849,2.1178733654021,41.414271246429', new one is '2.10767236423,41.4072245022,2.1178733654,41.4148752531'. This was done to sidestep a deficiency in mapnik for affine transformation of geometries according to the WMS spec when the image w/h aspect does not match the bbox aspect, but was agreed upon as useful for these demo links by jeff and andrea in IRC.&lt;br /&gt;
&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
* Windows 64bit Server&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
* Linux&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (labelled contours, larger view)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-postgis.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=postgis_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png PostGIS, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapservfull?MAP=/benchmarking/mapserver/spain-oracle.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=oracle_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
=== GeoServer ===&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (Barcelona extents)&lt;br /&gt;
*[http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles GeoServer 2.1.x] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (labelled contours, larger view)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeoServer 2.1.x]&lt;br /&gt;
&lt;br /&gt;
=== Mapnik ===&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik2 / paleoserver] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8091/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik0.7.2 / mod_mapnik_wms] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles Mapnik2 / paleoserver] (larger view - labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Constellation ===&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (labelled contours, larger view)&lt;br /&gt;
&lt;br /&gt;
=== Oracle MapViewer ===&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (Barcelona Extents)&lt;br /&gt;
&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (with labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Cadcorp GeognoSIS ===&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] ('''no contours''' - under investigation)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, whole area, GeognoSIS 7.0]&lt;br /&gt;
&lt;br /&gt;
=== QGIS mapserver ===&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 QGIS mapserver shapefile] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png QGIS mapserver shapefile] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, zoomed in]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, mid zoom]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, whole area]&lt;br /&gt;
&lt;br /&gt;
=== ERDAS APOLLO ===&lt;br /&gt;
&lt;br /&gt;
Windows 64bit Server&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GSHAPES?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.75:8080/erdas-apollo/vector/FOSS4GORACLE?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour,building,settlement,industry,point_labels_for_geometry,point_labels_no_geometry,ramp,track,road,motorway&amp;amp;STYLES=prop,prop,prop,prop,prop,prop,prop,prop,prop,prop&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Oracle, APOLLO 10.1.2] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2](mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=TIFF&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 Geotiff, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Zoomed-in)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (mid-zoom)&lt;br /&gt;
* [http://12.189.158.75/ImageX/ecw_wms.dll?LAYERS=BENCHMARK&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, APOLLO 10.1.2] (Whole Area)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Starting and stopping the various servers ==&lt;br /&gt;
&lt;br /&gt;
* GeoServer on the Linux box:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/geoserver&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt;/benchmarking/geoserver/start_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping gracefully: &amp;lt;tt&amp;gt;/benchmarking/geoserver/stop_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep GEOSERVER&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* MapServer and QGIS Mapserver on the Linux box (both are running in the same Apache instance):&lt;br /&gt;
** starting: /opt/mapserver/bin/apachectl start&lt;br /&gt;
** stopping: /opt/mapserver/bin/apachectl stop&lt;br /&gt;
&lt;br /&gt;
* MapServer on Windows box:&lt;br /&gt;
** Command prompt (right-click &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
** cd \ms4w&lt;br /&gt;
** apache-stop.bat&lt;br /&gt;
** apache-start.bat&lt;br /&gt;
&lt;br /&gt;
* Mapnik:&lt;br /&gt;
** paleoserver (standalone daemon):&lt;br /&gt;
*** stopping: /opt/mapnik/paleoserver_stop.sh&lt;br /&gt;
*** starting: no easy way for other user to start&lt;br /&gt;
** mod_mapnik_wms (runs within apache):&lt;br /&gt;
** starting: /opt/mapnik/mod_mapnik_start.sh&lt;br /&gt;
** stopping: /opt/mapnik/mod_mapnik_stop.sh&lt;br /&gt;
&lt;br /&gt;
* Mapviewer:&lt;br /&gt;
** &amp;lt;tt&amp;gt;cd /benchmarking/mapviewer&amp;lt;/tt&amp;gt;&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt; /opt/mapviewer/start_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping: &amp;lt;tt&amp;gt; /opt/mapviewer/stop_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep java | grep mapviewer&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* Cadcorp GeognoSIS&lt;br /&gt;
** 7.0&lt;br /&gt;
*** Command line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting: net start geognosis-70&lt;br /&gt;
**** stopping: net stop geognosis-70&lt;br /&gt;
*** Or use services.msc, service name geognosis-70&lt;br /&gt;
** 7.1&lt;br /&gt;
*** Same as 7.0, but with &amp;quot;-71&amp;quot; suffix&lt;br /&gt;
&lt;br /&gt;
* Erdas Windows Server&lt;br /&gt;
** APOLLO SDI (vector services)&lt;br /&gt;
*** Command Line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\startup.bat&lt;br /&gt;
**** stopping : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\shutdown.bat&lt;br /&gt;
*** check the java process for erdas user has been killed&lt;br /&gt;
** APOLLO IWS (raster services)&lt;br /&gt;
*** Open IIS (Control Panel\Administrative Tools --&amp;gt; Internet Information Services (IIS) Manager)&lt;br /&gt;
**** starting : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Start&lt;br /&gt;
**** Stopping : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Stop&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
*[[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
*[http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2010]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_Benchmark&amp;diff=49626</id>
		<title>FOSS4G Benchmark</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_Benchmark&amp;diff=49626"/>
		<updated>2010-08-23T07:19:11Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: Update for Benchmark 2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== FOSS4G WMS Benchmark ==&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The FOSS4G WMS Benchmark tests how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform.  The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS.  A JMeter load will be run on the testing box to measure various aspects of those layers.&lt;br /&gt;
&lt;br /&gt;
== FOSS4G Performance Shoot-out ==&lt;br /&gt;
&lt;br /&gt;
Following a WMS server performance comparison between Mapserver and GeoServer at FOSS4G 2007 in Victoria, a performance shoot-out presentation at the yearly FOSS4G was institutionalized.&lt;br /&gt;
&lt;br /&gt;
One of the most important 'rules of engagement' for each Web server team is that all parties must contribute any changes that they make to their software for this exercise, back to their community.&lt;br /&gt;
&lt;br /&gt;
* [[Benchmarking_2010 | FOSS4G 2010 Barcelona]]&lt;br /&gt;
* [[Benchmarking_2009 | FOSS4G 2009 Sydney]]&lt;br /&gt;
* FOSS4G 2008 Cape Town&lt;br /&gt;
* [http://2007.foss4g.org/presentations/view.php?abstract_id=120 FOSS4G 2007 Victoria]&lt;br /&gt;
&lt;br /&gt;
== Running the FOSS4G WMS Benchmark ==&lt;br /&gt;
&lt;br /&gt;
The FOSS4G is a useful test suite for your own WMS server installation. This section gives you step-by-step instructions for running the FOSS4G WMS benchmark on different platforms.&lt;br /&gt;
&lt;br /&gt;
=== SVN ===&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
=== Running Benchmark 2009 on Ubuntu 9.10 &amp;quot;Karmic Koala&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
==== Install scripts and data sets ====&lt;br /&gt;
&lt;br /&gt;
Needed packages:&lt;br /&gt;
  sudo apt-get install subversion unzip&lt;br /&gt;
  sudo apt-get install jmeter jmeter-http jmeter-junit&lt;br /&gt;
  sudo ln -s /usr/share/jmeter/ /usr/share/jmeter/lib/junit&lt;br /&gt;
&lt;br /&gt;
Get the test scripts and configuration files:&lt;br /&gt;
  svn export -r 3084 http://svn.osgeo.org/osgeo/foss4g/benchmarking foss4g_benchmark&lt;br /&gt;
&lt;br /&gt;
Some scripts need base path /opt/benchmarking&lt;br /&gt;
  sudo ln -s $(pwd)/foss4g_benchmark /opt/benchmarking&lt;br /&gt;
&lt;br /&gt;
Download the test data sets:&lt;br /&gt;
  mkdir data&lt;br /&gt;
  cd data&lt;br /&gt;
  #Download data: http://wiki.osgeo.org/wiki/Benchmarking_2009#Download&lt;br /&gt;
  for i in GNIS-2009.zip raster-data.zip vector-data-tiger08-tx-merged.zip vector-data-tiger08-tx-counties.zip; do&lt;br /&gt;
    wget --user=foss4g --password=foss4g http://www.maptools.org/foss4g/$i&lt;br /&gt;
    unzip $i&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
==== PostgreSQL 8.4 ====&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install postgresql-8.4 postgresql-8.4-postgis&lt;br /&gt;
&lt;br /&gt;
  sudo su postgres&lt;br /&gt;
&lt;br /&gt;
  psql -c &amp;quot;CREATE ROLE benchmark LOGIN PASSWORD 'benchmark'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Optional: For local access via socket insert the following line in&lt;br /&gt;
/etc/postgresql/8.4/main/pg_hba.conf:&lt;br /&gt;
  local   benchmark    benchmark                         trust&lt;br /&gt;
&lt;br /&gt;
  createdb -E latin1 --owner benchmark benchmark&lt;br /&gt;
  createlang -d benchmark plpgsql&lt;br /&gt;
  psql -q -d benchmark -f /usr/share/postgresql/8.4/contrib/postgis.sql&lt;br /&gt;
  psql -q -d benchmark -f /usr/share/postgresql/8.4/contrib/spatial_ref_sys.sql&lt;br /&gt;
  psql -q -d benchmark -c &amp;quot;GRANT SELECT, UPDATE, INSERT, DELETE ON TABLE public.geometry_columns TO benchmark;&amp;quot;&lt;br /&gt;
  psql -q -d benchmark -c &amp;quot;GRANT SELECT, UPDATE, INSERT, DELETE ON TABLE public.spatial_ref_sys TO benchmark;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  export PGUSER=benchmark&lt;br /&gt;
  export PGPASSWORD=benchmark&lt;br /&gt;
&lt;br /&gt;
  shp2pgsql -I -D GNIS-2009/gnis_names09.shp gnis_names09 | psql -q -h localhost -d benchmark&lt;br /&gt;
  shp2pgsql -I -D TIGER-2008/48_TEXAS/areawater_merge.shp areawater_merge | psql -q -h localhost -d benchmark&lt;br /&gt;
  shp2pgsql -I -D TIGER-2008/48_TEXAS/edges_merge.shp edges_merge | psql -q -h localhost -d benchmark&lt;br /&gt;
&lt;br /&gt;
  exit #back to regular user&lt;br /&gt;
&lt;br /&gt;
==== UMN Mapserver ====&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install mapserver-bin cgi-mapserver&lt;br /&gt;
&lt;br /&gt;
Apache Fast-CGI:&lt;br /&gt;
&lt;br /&gt;
  apt-get install libapache2-mod-fcgid&lt;br /&gt;
  ln -s mapserv /usr/lib/cgi-bin/mapserv.fcgi&lt;br /&gt;
&lt;br /&gt;
/etc/apache2/conf.d/fcgi:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;IfModule fcgid_module&amp;gt;&lt;br /&gt;
      #fcgi settings (see http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html)&lt;br /&gt;
      DefaultMaxClassProcessCount 8&lt;br /&gt;
  &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  /etc/init.d/apache2 reload&lt;br /&gt;
&lt;br /&gt;
==== Installation checks ====&lt;br /&gt;
&lt;br /&gt;
  cd foss4g_benchmark/scripts&lt;br /&gt;
&lt;br /&gt;
Basic Mapserver installation check:&lt;br /&gt;
  shp2img -m ../mapserver/shapefile-merged.map -o /tmp/out.png&lt;br /&gt;
&lt;br /&gt;
Mapserver/Shapefile CGI:&lt;br /&gt;
  LANG=en_US jmeter -t mapserver/vector/shp_areawater_merge.jmx&lt;br /&gt;
&lt;br /&gt;
==== Setup connection settings ====&lt;br /&gt;
&lt;br /&gt;
Set your connection parameters:&lt;br /&gt;
  WMS_HOST=&amp;quot;localhost&amp;quot;&lt;br /&gt;
  PG_CONN=&amp;quot;dbname=benchmark user=benchmark password=benchmark port=5432 host=localhost&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Replace connection settings in map files:&lt;br /&gt;
  sed --in-place -e &amp;quot;s/dbname=benchmark user=postgres password=postgres port=5432 host=192.168.0.8/$PG_CONN/&amp;quot; ../mapserver/postgis.map&lt;br /&gt;
&lt;br /&gt;
Replace WMS host name in JMeter configuration:&lt;br /&gt;
  FILES=$(find . -name '*.jmx')&lt;br /&gt;
  sed --in-place -e &amp;quot;s/192.168.0.3/$WMS_HOST/&amp;quot; $FILES&lt;br /&gt;
&lt;br /&gt;
Set all jmeter configurations to Mapserver FCGI:&lt;br /&gt;
  FILES=$(find . -name '*.jmx')&lt;br /&gt;
  sed --in-place -e &amp;quot;s/mapserv560beta3/mapserv/&amp;quot; $FILES&lt;br /&gt;
  sed --in-place -e &amp;quot;s/mapserv560beta3.fcgi/mapserv.fcgi/&amp;quot; $FILES&lt;br /&gt;
  FILES=$(find . -name 'shp_*.jmx')&lt;br /&gt;
  sed --in-place -e &amp;quot;s!cgi-bin/mapserv&amp;lt;!cgi-bin/mapserv.fcgi&amp;lt;!&amp;quot; $FILES&lt;br /&gt;
&lt;br /&gt;
Set LANG when running jmeter:&lt;br /&gt;
  sed --in-place -e 's!$JMETER_HOME/jmeter!LANG=en_US jmeter!' benchmark&lt;br /&gt;
&lt;br /&gt;
==== Testing ====&lt;br /&gt;
&lt;br /&gt;
  cd foss4g_benchmark/scripts&lt;br /&gt;
&lt;br /&gt;
Mapserver/Shapefile FCGI:&lt;br /&gt;
  ./benchmark mapserver/vector/shp_areawater_merge.jmx&lt;br /&gt;
&lt;br /&gt;
Mapserver/PostgreSQL FCGI:&lt;br /&gt;
  ./benchmark mapserver/vector/pg_fcgi_areawater_merge.jmx&lt;br /&gt;
&lt;br /&gt;
Run all Mapserver tests:&lt;br /&gt;
  sh mapservconf | tee mapservconf.log&lt;br /&gt;
  grep -v &amp;quot;Generate&amp;quot; mapservconf.log | grep -v &amp;quot;Waiting&amp;quot;| grep -v &amp;quot;Starting&amp;quot; | grep -v &amp;quot;Created&amp;quot; | grep -v &amp;quot;Tidying&amp;quot; | grep -v &amp;quot;end of run&amp;quot; &amp;gt;mapservconf-summarized.log&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
Please edit the wiki for improvements and add instructions for your platform.&lt;br /&gt;
&lt;br /&gt;
Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49582</id>
		<title>Benchmarking 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=49582"/>
		<updated>2010-08-20T11:35:46Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: /* Starting and stopping the various servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise  ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking 2009|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2010]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform. The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS. A JMeter load will be run on the testing box to measure various aspects of those layers. &lt;br /&gt;
&lt;br /&gt;
== Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
| '''IRC nick'''&lt;br /&gt;
| '''Server status'''&lt;br /&gt;
|-&lt;br /&gt;
| Cadcorp GeognoSIS &lt;br /&gt;
| [mailto:martin.daly--@--cadcorp.com Martin Daly]&lt;br /&gt;
| mpdaly&lt;br /&gt;
| Production release of server installed with preliminary configuration for SHP, PostGIS, TIF and ECW&lt;br /&gt;
|-&lt;br /&gt;
| Constellation-SDI &lt;br /&gt;
| [[User:Cedricbr|Cédric Briançon]]&lt;br /&gt;
| cedricbr&lt;br /&gt;
| Running on port 8280. Installation done for Shapefiles.&lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| [mailto:dimitri.monie@erdas.com Dimitri Monie begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting begin_of_the_skype_highlighting     end_of_the_skype_highlighting]&lt;br /&gt;
| dmonie&lt;br /&gt;
| Install and configuration on-going on windows server, ecw WMS configuration done, shape and DB WMS configuration on going. Port 80, port 8080&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime&lt;br /&gt;
| aaime&lt;br /&gt;
| Normally running on port 8080 on the Linux server. Shapefiles and TIFF mosaic have been configured.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;MapGuide Open Source&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;Zac Spitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| &amp;lt;s&amp;gt;zacspitzer&amp;lt;/s&amp;gt;&lt;br /&gt;
| ''inactive''&lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
| springmeyer&lt;br /&gt;
| Running on port 8090 (paleoserver) 8091 (mod_mapnik_wms). Shapefiles styles ready, postgis and raster still to come.&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]]&lt;br /&gt;
| jmckenna&lt;br /&gt;
| linux_wms_bm serving WMS requests for shps, on port 8081.  windows wms_bm serving requests for shps, on port 8081.&lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| [[User:msmitherdc|Michael Smith]]&lt;br /&gt;
| msmith_&lt;br /&gt;
| Set up on port 8088&lt;br /&gt;
|-&lt;br /&gt;
| QGIS mapserver&lt;br /&gt;
| Marco Hugentobler&lt;br /&gt;
| marco___&lt;br /&gt;
| Set up on port 8081 (Linux server). Shapefiles and TIF (without reprojection) configured&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| January 1st, 2010 &lt;br /&gt;
| begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 1st, 2010 &lt;br /&gt;
| commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
| June 2nd, 2010 &lt;br /&gt;
| exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
| August 1st, 2010 &lt;br /&gt;
| final testing begins&lt;br /&gt;
|-&lt;br /&gt;
| August 23rd, 2010 &lt;br /&gt;
| no further testing&lt;br /&gt;
|-&lt;br /&gt;
| September 6-9, 2010 &lt;br /&gt;
| present results at FOSS4G2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules of Engagement ==&lt;br /&gt;
&lt;br /&gt;
# All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
# Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
# Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
# Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
# Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
# WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documenting Server Details and Differences ==&lt;br /&gt;
&lt;br /&gt;
It is the responsibility of each team to document their setup with regard to data. &lt;br /&gt;
&lt;br /&gt;
Please keep your notes in your servers directory in svn: http://svn.osgeo.org/osgeo/foss4g/benchmarking/&lt;br /&gt;
&lt;br /&gt;
One particular thing that will differ is each team's use of spatial indexes on shapefiles.&lt;br /&gt;
&lt;br /&gt;
Teams are '''not''' allowed to modify the .shp, .shx, .dbf or .prj files of the vector data (for the baseline benchmark). They can, however, create auxiliary files for spatial indexes and the like.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| '''Mapping Server'''  || '''ext''' || '''type''' || '''command to create'''&lt;br /&gt;
|- &lt;br /&gt;
| MapServer || .qix || quadtree  || shptree &amp;lt;shpfile&amp;gt; ([[shptree notes]])&lt;br /&gt;
|- &lt;br /&gt;
| GeoServer || .qix || quadtree  || Using the ones generated for MapServer atm &lt;br /&gt;
|- &lt;br /&gt;
| Mapnik || .index || quadtree  || shapeindex &amp;lt;shpfile&amp;gt; ([[Benchmarking_2010/Mapnik_notes#shpindex_depth]])&lt;br /&gt;
|-&lt;br /&gt;
|Erdas || .rtr || RTree || RTreeBuilder basedir shapename max min ([[RTreeBuilder notes]]) &lt;br /&gt;
|-&lt;br /&gt;
|Cadcorp || *.shp.idx || RTree || GUI command in desktop SIS ([[Benchmarking_2010/Cadcorp_notes]])&lt;br /&gt;
|-&lt;br /&gt;
| Constellation || .qix || quadtree || Using the ones generated by MapServer&lt;br /&gt;
|-&lt;br /&gt;
| MapViewer || .oix || RTree || GUI option in MapBuilder.jar, java map/theme/style builder&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Note: in your server setup documentation be sure to record the EXACT command used to create the indexes, with appropriate options passed (e.g depth)&lt;br /&gt;
&lt;br /&gt;
== Datasets ==&lt;br /&gt;
&lt;br /&gt;
A set of data published by the spanish National Mapping Agency will be used. This data is free for non-commercial use, so it's perfectly OK to use it in the benchmark.&lt;br /&gt;
&lt;br /&gt;
Vector data will be a topographic map, composed of several shapefiles (one shapefile per theme). Raster data will be 50cm/px aerial photography.&lt;br /&gt;
&lt;br /&gt;
We still do not have the definitive datasets, due to their size and the processing time needed to put them together. You can get some sample data by reading [[Benchmarking 2010/How to get some sample data]].&lt;br /&gt;
&lt;br /&gt;
== SVN ==&lt;br /&gt;
&lt;br /&gt;
The project files (minus data) are stored in Subversion (http://svn.osgeo.org/osgeo/foss4g/benchmarking/).&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
Machine A (windows server)&lt;br /&gt;
* System Type:   Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Windows Server 64bit &lt;br /&gt;
&lt;br /&gt;
Machine B (linux server)&lt;br /&gt;
* System Type:  Dell PowerEdge R410&lt;br /&gt;
* Ship Date:    7/7/2010&lt;br /&gt;
* Processor: Intel® Xeon® E5630 2.53Ghz, 12M Cache,Turbo, HT, 1066MHz Max Mem&lt;br /&gt;
* 8GB Memory (4x2GB), 1333MHz Dual Ranked RDIMMs for 1Processor, Optimized&lt;br /&gt;
* 2TB 7.2K RPM SATA&lt;br /&gt;
* OS: Centos 5.5 x86-64&lt;br /&gt;
&lt;br /&gt;
Machine C (DB Host)&lt;br /&gt;
* System Type:  Gateway E6610D&lt;br /&gt;
* Processor, Intel Core2 Duo - E6750 2.66 Ghz&lt;br /&gt;
* 4Gb Ram &lt;br /&gt;
* 250Gb Hard Drive 7200 rpm&lt;br /&gt;
* OS: Centos 5.5 x86-64 &lt;br /&gt;
&lt;br /&gt;
Machine D (testing server (JMeter))&lt;br /&gt;
* System Type:   Dell Precision Workstation 390&lt;br /&gt;
* Ship Date:     9/7/2006&lt;br /&gt;
* Processor, 6300, 1.86, 2M, Core Duo-conroe, Burn 2&lt;br /&gt;
* 2Gb RAM&lt;br /&gt;
* 160 Gb Hard drive 7200 rpm&lt;br /&gt;
* Service Tag:    5Q5LQB1&lt;br /&gt;
* OS: Centos 5.5 i386&lt;br /&gt;
&lt;br /&gt;
== Communication  ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking &lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net &lt;br /&gt;
&lt;br /&gt;
=== Next IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 18th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=18&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** baseline test styling equivalence: are we there yet?&lt;br /&gt;
*** starting and stopping all servers&lt;br /&gt;
*** slotting times for each team to run benchmarks&lt;br /&gt;
*** cleaning up the rendering benchmark blank tiles&lt;br /&gt;
*** graphic access to the JMeter machine&lt;br /&gt;
*** last testing date&lt;br /&gt;
&lt;br /&gt;
=== Previous IRC meeting ===&lt;br /&gt;
&lt;br /&gt;
* Wed August 11th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=11&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subsets?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
*** Status report from each team&lt;br /&gt;
*** Testing deadline: shall we extend it?&lt;br /&gt;
*** Can all server provide links to the sample requests and allow to build more? (style comparison, are we all doing the same work?)&lt;br /&gt;
*** Vector data&lt;br /&gt;
**** Changes in rendering (missing values for some attributes)&lt;br /&gt;
**** Gaps: what to do with the 9 missing sheets?&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-08-11.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed August 4th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=08&amp;amp;day=4&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Provisional Agenda:&lt;br /&gt;
*** Machine status / issues&lt;br /&gt;
*** Data status / issues&lt;br /&gt;
**** Characters mis-encoded in shapefiles (e.g. catalan in labels): fixable? impact on PostGIS database?&lt;br /&gt;
**** Raster conversion to GeoTIFF (torrent of results?)&lt;br /&gt;
*** Styles status / issues&lt;br /&gt;
*** Jmeter testing&lt;br /&gt;
**** what output formats will be requested?&lt;br /&gt;
**** what projections will be requested? (Platte-carré is not conformal)&lt;br /&gt;
**** what layer combinations will be requested? (All vector layers or various mixed subset?)&lt;br /&gt;
**** what envelopes will be issued? (Frank's 2009 query generation script forces a hard cutoff at the largest scale)&lt;br /&gt;
**** what output metrics will be created?&lt;br /&gt;
**** how will the jmx file be designed? (need one .csv file per thread so all requests are different)&lt;br /&gt;
** Summary: [[Benchmarking 2010 IRC meeting logs Aug 4th]]&lt;br /&gt;
&lt;br /&gt;
* Wed July 28th&lt;br /&gt;
(no info)&lt;br /&gt;
&lt;br /&gt;
* Wed July 21st @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=21&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** update on data styling&lt;br /&gt;
*** checkin on server installs / library dependencies&lt;br /&gt;
&lt;br /&gt;
* Wed July 14th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=07&amp;amp;day=14&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on data processing for all of Spain&lt;br /&gt;
*** update on server setup&lt;br /&gt;
*** data styling discussions&lt;br /&gt;
**** scales to use for layers&lt;br /&gt;
**** missing full road network&lt;br /&gt;
**** layer to use for labels along lines&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-07-14.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Dimitri Monie (dmonie)&lt;br /&gt;
**** Dane Springmeyer (springmeyer)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** data:&lt;br /&gt;
***** full dataset of Spain, vector and raster, has been processed by IvanSanchez, and he is checking it and will create a torrent for transfer, by the end of the week&lt;br /&gt;
***** because of shapefile size limit some layers may have to be split (contour-1.shp, contour-2.shp)&lt;br /&gt;
**** servers:&lt;br /&gt;
***** msmith has received both server machines&lt;br /&gt;
***** T1 router is being installed, it will be a dedicated line for this project&lt;br /&gt;
***** he is adding 2 TB drives to each&lt;br /&gt;
**** layer styling:&lt;br /&gt;
***** we notice that the Spain dataset we are using (BCN25) does not include street files (zoomed in road network)&lt;br /&gt;
***** we agreed to use contours for curved label tests instead&lt;br /&gt;
***** jmckenna will test the layer scales provided by Marco (QGIS mapserver)&lt;br /&gt;
***** aaime pointed out problem with the posted SLDs, in terms of the label property (jmckenna to look into it)&lt;br /&gt;
***** aaime pointed out that we should make sure that all servers compute the scales the same way&lt;br /&gt;
****** OGC recommends 90 DPI (GeoServer, Mapnik use the recommended 90...MapServer defaults to 72, but should be configurable)&lt;br /&gt;
****** all teams should look into how their engine handles this and report to group&lt;br /&gt;
**** other:&lt;br /&gt;
***** IvanSanchez reported that a Spanish custom-made WMS server may join the exercise (they access raster files only)&lt;br /&gt;
***** dmonie pointed out that Erdas has been quiet lately because one of the team leaders is on holiday&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 30th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=30&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Summary: [http://logs.qgis.org/foss4g/%23foss4g.2010-06-30.log log]&lt;br /&gt;
&lt;br /&gt;
* Wed June 23rd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=23&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on proposed layer styling&lt;br /&gt;
*** update on available server specs&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-23.log log])&lt;br /&gt;
&lt;br /&gt;
* Wed June 16th @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=16&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** update on server infrastructure&lt;br /&gt;
*** update on OSGeo-es dataset ([[Benchmarking 2010/How to get some sample data|Sample data download instructions]])&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-16.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna (jmckenna)&lt;br /&gt;
**** Andrea Aime (aaime)&lt;br /&gt;
**** Iván Sánchez (IvanSanchez)&lt;br /&gt;
**** Michael Smith (msmith_)&lt;br /&gt;
**** Cédric Briançon (cedricbr)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** &amp;quot;base&amp;quot; run will use only shapefiles, &amp;quot;best&amp;quot; run will be any format (raster/vector)&lt;br /&gt;
**** teams can optionally test Oracle, PostGIS, Ingres connections during the &amp;quot;best&amp;quot; run&lt;br /&gt;
**** layers tested will be: labelled roads (with labels that follow the lines), thematic polygon map, and a test with labelled roads + thematic polygon + point layer in a single request (3 separate runs)&lt;br /&gt;
***** msmith and jmckenna to examine styling for one sheet (Barcelona, sheet# 420)&lt;br /&gt;
**** each base and best run will test data in raw projection (ETRS89 + UTM28/29/30/31) and then reprojected on-the-fly to the Google Mercator projection&lt;br /&gt;
**** threads (number of concurrent requests) will be: 1-2-4-8-16-32-64&lt;br /&gt;
**** US Army Corps is proposing to provide 4 desktop machines. 2 identical for testing ( win/lin ) and 1 for jmeter and 1 for databases&lt;br /&gt;
***** msmith will find out availability of 2-cpu machines this week&lt;br /&gt;
&lt;br /&gt;
* Wed June 2nd @ [http://timeanddate.com/worldclock/fixedtime.html?year=2010&amp;amp;month=06&amp;amp;day=02&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 15:00:00 UTC]&lt;br /&gt;
** Agenda:&lt;br /&gt;
*** team representative introductions&lt;br /&gt;
*** Establish this year's 'Rules of Engagement' ([http://wiki.osgeo.org/wiki/Benchmarking_2009#Rules_of_Engagement previous RoE])&lt;br /&gt;
*** Discuss dataset to be used (including how to share the large dataset, for running local tests)&lt;br /&gt;
*** Discuss server infrastructure &lt;br /&gt;
*** Discuss possible changes to the test script parameters&lt;br /&gt;
*** Set next meeting date&lt;br /&gt;
** Summary: ([http://logs.qgis.org/foss4g/%23foss4g.2010-06-02.log log])&lt;br /&gt;
*** Attendance:&lt;br /&gt;
**** Jeff McKenna, MapServer (jmckenna)&lt;br /&gt;
**** Cédric Briançon - Constellation (cedricbr)&lt;br /&gt;
**** Michael Smith - Oracle Mapviewer and Oracle connections in MapServer (msmith_)&lt;br /&gt;
**** Zac Spitzer - MapGuide (zacspitzer)&lt;br /&gt;
**** Martin Daly - Cadcorp (mpdaly)&lt;br /&gt;
**** Anne-Sophie Collignon - ERDAS (ascollignon)&lt;br /&gt;
**** Marco Hugentobler - QGIS mapserver (marco___)&lt;br /&gt;
**** Andrea Aime - GeoServer (aaime)&lt;br /&gt;
**** Dimitri Monie - ERDAS (dmonie)&lt;br /&gt;
**** Frank Warmerdam - MapServer, possibly Ingres as well (FrankW)&lt;br /&gt;
**** Iván Sánchez - provide geodata from Spanish sources and help out Mapnik (IvanSanchez)&lt;br /&gt;
**** Dane Springmeyer - Mapnik (springmeyer)&lt;br /&gt;
**** Johann Sorel - GeotoolKit / Constellation (Eclesia)&lt;br /&gt;
**** Adrian Custer - Constellation (acuster) &lt;br /&gt;
**** Pirmin Kalberer - QGIS mapserver (pirmin_k)&lt;br /&gt;
**** Trevor Wekel - MapGuide (trevorw)&lt;br /&gt;
**** Daniel Morissette - MapServer (danmo)&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** All agreed to this year's &amp;quot;Rules of Engagement&amp;quot;&lt;br /&gt;
***** All parties must contribute any changes that they make to their software for this exercise, back to their community. Note that the changes don't have to be contributed before the conference, just in a reasonable period of time.&lt;br /&gt;
***** Comparisons will be made of the best available version of the software, be it a formal release or a development version. &lt;br /&gt;
***** Two tests will be run: one 'baseline' test with the data in its raw format (with spatial indexes), and another 'best effort' test where 'the sky is the limit' for what changes you want to make to the data (change format, generalize, etc)&lt;br /&gt;
***** Teams must document all steps they did to manipulate the data/server for both the 'baseline' and 'best effort' tests.  If a team does not document the steps on this wiki then that team's test results will not be used. &lt;br /&gt;
***** Data formats to be used will be shapefiles for vectors, and uncompressed geotiffs for rasters.&lt;br /&gt;
***** WMS output formats to be used will be png8 and png24 where possible&lt;br /&gt;
**** Dataset&lt;br /&gt;
***** Iván Sánchez Ortega from OSGeo-es is willing to provide local Spain datasets&lt;br /&gt;
***** data is for non-commercial use only&lt;br /&gt;
***** 10 GB of shapefiles&lt;br /&gt;
***** 100 GB of uncompressed rasters&lt;br /&gt;
**** Server infrastructure&lt;br /&gt;
***** possible hosts are msmith (US Army Corps) or Skygone (http://www.skygoneinc.com/)&lt;br /&gt;
***** need two identical servers, one running Unix and another Windows, plus a client machine&lt;br /&gt;
***** specs could be: quad core, 8GB of memory, 1TB hard drive&lt;br /&gt;
***** need fast pipe to server, as large datasets will be transferred&lt;br /&gt;
**** Next meeting date&lt;br /&gt;
***** all agreed to use same day and time next week, but limit the meeting length to one hour&lt;br /&gt;
&lt;br /&gt;
== Sample Dataset Styling ==&lt;br /&gt;
&lt;br /&gt;
* download [http://download.osgeo.org/benchmarking/barcelona-sample-dataset.zip sample dataset]&lt;br /&gt;
* layer [http://wiki.osgeo.org/wiki/Benchmarking_2010/How_to_get_some_sample_data#Vector_data_issues styling rules]&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''GetMap'''&lt;br /&gt;
| '''SLD'''&lt;br /&gt;
|-&lt;br /&gt;
| MapServer&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 all layers]&lt;br /&gt;
| --&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=settlement&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 settlement]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/settlement-sld.xml settlement-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=building&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=426633,4579926,429740,4582528&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 building]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/building-sld.xml building-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=industry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=424932,4575961,427328,4577812&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 industry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/industry-sld.xml industry-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=contour_lines&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 contour lines]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/contour-sld.xml contour-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=motorway&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 motorway]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/motorway-sld.xml motorway-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=road&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 road]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/road-sld.xml road-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=ramp&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 ramp]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/ramp-sld.xml ramp-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=track&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 track]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/track-sld.xml track-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_geometry&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels with geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-geom-sld.xml point-geom-sld.xml]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/cgi-bin/benchmark2010?SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=point_nogeom&amp;amp;SRS=EPSG:25831&amp;amp;BBOX=400637.456357,4576080.998882,456535.105266,4594947.942275&amp;amp;FORMAT=image/png&amp;amp;WIDTH=950&amp;amp;HEIGHT=600 point labels without geometry]&lt;br /&gt;
| [http://labs.gatewaygeomatics.com/benchmarking/sld/point-nogeom-sld.xml point-nogeom-sld.xml]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Benchmarking setup ==&lt;br /&gt;
&lt;br /&gt;
Tests are going to be run using JMeter, using a progression of 1, 2, 4, 8, 16, 32, and 64 threads, each thread group doing 100, 200, 200, 400, 400, 800 requests respectively, for a total of 2200 requests.&lt;br /&gt;
The requests bounds and sizes are going to be picked up from a csv file generated by a random generator script.&lt;br /&gt;
&lt;br /&gt;
The scripts to be run for the baseline tests, and repeated for the best effort one, are:&lt;br /&gt;
* raster data, JPEG output, EPSG:25831, scales between 1:1M and 1:10k&lt;br /&gt;
* raster data, JPEG output, EPSG:3857, scales between 1:1M and 1:10k&lt;br /&gt;
* vector data, PNG24 output, EPSG:4326, scales between 1:300k and 1:1k&lt;br /&gt;
* vector data, PNG24 output, EPSG:3875, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:25831, scales between 1:300k and 1:1k&lt;br /&gt;
* raster + vector, JPEG output, EPSG:3785, scales between 1:300k and 1:1k&lt;br /&gt;
&lt;br /&gt;
The areas to be tested are:&lt;br /&gt;
* 6 E, 38 N, -1 E, 43 N for vector tests&lt;br /&gt;
* 372360,4557880,484490,4631460 for raster tests&lt;br /&gt;
&lt;br /&gt;
The raster layer in the baseline test is going to be the mosaic of GeoTIFF files Frank prepared out of the ECW files on the Linux server.&lt;br /&gt;
&lt;br /&gt;
The vector data set is composed of a stack of individual layers to be stacked in the following order (bottom to top):&lt;br /&gt;
* settlements&lt;br /&gt;
* contour-0&lt;br /&gt;
* contour-1&lt;br /&gt;
* contour-2&lt;br /&gt;
* contour-3&lt;br /&gt;
* contour-4&lt;br /&gt;
* contour-5&lt;br /&gt;
* contour-6&lt;br /&gt;
* contour-7&lt;br /&gt;
* building&lt;br /&gt;
* industry&lt;br /&gt;
* track&lt;br /&gt;
* ramp&lt;br /&gt;
* road&lt;br /&gt;
* motorway&lt;br /&gt;
* point-labels-for-geometry&lt;br /&gt;
* point-labels-no-geometry&lt;br /&gt;
&lt;br /&gt;
The best effort will use its own custom set of layers (e.g., it's likely contours will be merged into one, and so on)&lt;br /&gt;
&lt;br /&gt;
== Live Benchmark WMS GetMap Requests ==&lt;br /&gt;
&lt;br /&gt;
Note: sample bbox's fixed on Aug 12 to fit the proper aspect ratio of an 800/600 image request (springmeyer). Previous bbox for barcelona request was '1.8,41,2.4,42', new one used below is: '1.43333333333,41.0,2.76666666667,42.0'. Previous request for focused view was '2.1076723642349,41.407828508849,2.1178733654021,41.414271246429', new one is '2.10767236423,41.4072245022,2.1178733654,41.4148752531'. This was done to sidestep a deficiency in mapnik for affine transformation of geometries according to the WMS spec when the image w/h aspect does not match the bbox aspect, but was agreed upon as useful for these demo links by jeff and andrea in IRC.&lt;br /&gt;
&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
* Windows 64bit Server&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.75:8081/cgi-bin/mapserv.exe?MAP=C:/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
&lt;br /&gt;
* Linux&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (Barcelona extents)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (with labelled contours)&lt;br /&gt;
** [http://12.189.158.78:8081/cgi-bin/mapserv_label?MAP=/benchmarking/mapserver/spain-shapefiles.map&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=vector_benchmarking_2010&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png Shapefiles, MapServer 5.7-dev-label-fix] (labelled contours, larger view)&lt;br /&gt;
&lt;br /&gt;
=== GeoServer ===&lt;br /&gt;
&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (Barcelona extents)&lt;br /&gt;
*[http://12.189.158.78:8080/geoserver/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles GeoServer 2.1.x] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;LAYERS=shp_alllayers_label&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles GeoServer 2.1.x] (labelled contours, larger view)&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeoServer 2.1.x]&lt;br /&gt;
* [http://12.189.158.78:8080/geoserver/wms?LAYERS=ras%3Amosaic_tif&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fjpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeoServer 2.1.x]&lt;br /&gt;
&lt;br /&gt;
=== Mapnik ===&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik2 / paleoserver] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8091/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Mapnik0.7.2 / mod_mapnik_wms] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8090/?SRS=EPSG%3A4326&amp;amp;LAYERS=__all__&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles Mapnik2 / paleoserver] (larger view - labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Constellation ===&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?SRS=EPSG%3A4326&amp;amp;LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (Barcelona extents)&lt;br /&gt;
* [http://12.189.158.78:8280/constellation/WS/wms?LAYERS=shp:settlement,shp:contour-0,shp:contour-1,shp:contour-2,shp:contour-3,shp:contour-4,shp:contour-5,shp:contour-6,shp:contour-7,shp:building,shp:industry,shp:track,shp:ramp,shp:road,shp:motorway,shp:point-labels-for-geometry,shp:point-labels-no-geometry&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG%3A4326&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.41487525316&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 Shapefiles Constellation] (labelled contours, larger view)&lt;br /&gt;
&lt;br /&gt;
=== Oracle MapViewer ===&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (Barcelona Extents)&lt;br /&gt;
&lt;br /&gt;
*[http://12.189.158.78:8088/mapviewer/wms?REQUEST=GetMap&amp;amp;BASEMAP=spain_oracle&amp;amp;LAYERS=&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png&amp;amp;aa=TRUE Oracle DB / MapViewer] (with labeled contours)&lt;br /&gt;
&lt;br /&gt;
=== Cadcorp GeognoSIS ===&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-shp&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Shapefiles, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-postgis&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 PostGIS, GeognoSIS 7.0] (with labelled contours)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=spain-oracle&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600 Oracle, GeognoSIS 7.0] ('''no contours''' - under investigation)&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-tif&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 TIFF mosaic, whole area, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, zoomed in, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, mid zoom, GeognoSIS 7.0]&lt;br /&gt;
* [http://12.189.158.75/cadcorp/geognosis-70.exe?VERSION=1.1.1&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;FORMAT=image%2fpng%3bPhotometricInterpretation=RGB&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=bcn-ecw&amp;amp;BGCOLOR=0xFFFFFF&amp;amp;SRS=EPSG%3A25831&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 ECW, whole area, GeognoSIS 7.0]&lt;br /&gt;
&lt;br /&gt;
=== QGIS mapserver ===&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SRS=EPSG:4326&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;FORMAT=image/png&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;BBOX=1.43333333333,41.0,2.76666666667,42.0&amp;amp;WIDTH=800&amp;amp;HEIGHT=600 QGIS mapserver shapefile] (Barcelona Extents)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector.qgs&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;LAYERS=shp_vector&amp;amp;STYLES=&amp;amp;BBOX=2.10767236423,41.4072245022,2.1178733654,41.4148752531&amp;amp;width=800&amp;amp;height=600&amp;amp;srs=EPSG:4326&amp;amp;FORMAT=image/png QGIS mapserver shapefile] (with labeled contours)&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=449647.84729003,4594968.4096903,450085.85510253,4595260.9852213&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, zoomed in]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=441127.2265625,4590970.3051752,455143.4765625,4600332.7221674&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, mid zoom]&lt;br /&gt;
* [http://12.189.158.78:8081/fcgi-bin/qgis_mapserv.fcgi?MAP=/opt/qgisms/fcgi-bin/vector_raster.qgs&amp;amp;LAYERS=vrt&amp;amp;STYLES=&amp;amp;FORMAT=image/jpeg&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;SRS=EPSG:3043&amp;amp;BBOX=316295,4519985.6640625,540555,4669784.3359375&amp;amp;WIDTH=512&amp;amp;HEIGHT=342 QGIS mapserver TIFF mosaic, whole area]&lt;br /&gt;
&lt;br /&gt;
== Starting and stopping the various servers ==&lt;br /&gt;
&lt;br /&gt;
* GeoServer on the Linux box:&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt;/benchmarking/geoserver/start_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping gracefully: &amp;lt;tt&amp;gt;/benchmarking/geoserver/stop_geoserver.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep GEOSERVER&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* MapServer and QGIS Mapserver on the Linux box (both are running in the same Apache instance):&lt;br /&gt;
** starting: /opt/mapserver/bin/apachectl start&lt;br /&gt;
** stopping: /opt/mapserver/bin/apachectl stop&lt;br /&gt;
&lt;br /&gt;
* Mapnik:&lt;br /&gt;
** paleoserver (standalone daemon):&lt;br /&gt;
*** stopping: /opt/mapnik/paleoserver_stop.sh&lt;br /&gt;
*** starting: no easy way for other user to start&lt;br /&gt;
** mod_mapnik_wms (runs within apache):&lt;br /&gt;
** starting: /opt/mapnik/mod_mapnik_start.sh&lt;br /&gt;
** stopping: /opt/mapnik/mod_mapnik_stop.sh&lt;br /&gt;
&lt;br /&gt;
* Mapviewer:&lt;br /&gt;
** starting: &amp;lt;tt&amp;gt; /opt/mapviewer/start_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** stopping: &amp;lt;tt&amp;gt; /opt/mapviewer/stop_mv.sh &amp;lt;/tt&amp;gt;&lt;br /&gt;
** check it's really dead:  &amp;lt;tt&amp;gt;ps aux | grep java | grep mapviewer&amp;lt;/tt&amp;gt; . If it hasn't stopped gracefully use &amp;lt;tt&amp;gt;kill -9 &amp;lt;pid&amp;gt;&amp;lt;/tt&amp;gt; to terminate the process&lt;br /&gt;
&lt;br /&gt;
* Cadcorp GeognoSIS&lt;br /&gt;
** 7.0&lt;br /&gt;
*** Command line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting: net start geognosis-70&lt;br /&gt;
**** stopping: net stop geognosis-70&lt;br /&gt;
*** Or use services.msc, service name geognosis-70&lt;br /&gt;
** 7.1&lt;br /&gt;
*** Same as 7.0, but with &amp;quot;-71&amp;quot; suffix&lt;br /&gt;
&lt;br /&gt;
* Erdas Windows Server&lt;br /&gt;
** APOLLO SDI (vector services)&lt;br /&gt;
*** Command Line (with &amp;quot;Run as Administrator&amp;quot;)&lt;br /&gt;
**** starting : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\startup.bat&lt;br /&gt;
**** stopping : cd C:\opt\ERDAS\APOLLOSDI\tomcat\bin\shutdown.bat&lt;br /&gt;
*** check the java process for erdas user has been killed&lt;br /&gt;
** APOLLO IWS (raster services)&lt;br /&gt;
*** Open IIS (Control Panel\Administrative Tools --&amp;gt; Internet Information Services (IIS) Manager)&lt;br /&gt;
**** starting : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Start&lt;br /&gt;
**** Stopping : select under &amp;quot;Site&amp;quot; &amp;quot;Default Web Site&amp;quot; --&amp;gt; Manage Web Site : Stop&lt;br /&gt;
&lt;br /&gt;
== External Related Links  ==&lt;br /&gt;
&lt;br /&gt;
*[[FOSS4G Benchmark|FOSS4G WMS Benchmark]] &lt;br /&gt;
*[http://sourceforge.net/projects/wmstester/ WMSTester - tool for testing not from OSGeo]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2010]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49249</id>
		<title>Live GIS Disc Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49249"/>
		<updated>2010-08-08T20:02:31Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: spatialite: reference to quickstart&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page describes how to test each application installed on the [[Live GIS Disc]]. Application test steps describe how an Ubuntu user who is unfamiliar an application can try it out and confirm that everything has been installed correctly within 5 minutes. Test Results document when the application was last verified to be working.'' &lt;br /&gt;
&lt;br /&gt;
''This page is maintained at: http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing and copied onto each release of the LiveDVD.'' &lt;br /&gt;
&lt;br /&gt;
* Please try to move the app list into more of an alphabetical order ...&lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*.action.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*Eg: From menu, select GeoSpatial-&amp;amp;gt;Application-&amp;amp;gt;Start&lt;br /&gt;
&lt;br /&gt;
:Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Boot and Installer =&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*. Straight up Live DVD Disk&lt;br /&gt;
*. Installer (into a VM if that is easier to clean up after)&lt;br /&gt;
*. Testing is performed offline&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*. You arrive at the desktop&lt;br /&gt;
*. Help opens&lt;br /&gt;
*. Firefox opens up&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2 GB, on live dvd&lt;br /&gt;
:System: Macbook Pro, 4 GB, on live dvd&lt;br /&gt;
:System: VirtualBox, 1 GB, 30GB HD image, on windows 7&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Bootloader&lt;br /&gt;
*. shows version 3.0&lt;br /&gt;
*. think pad boots fine&lt;br /&gt;
*. mac needed to hit ENTER to get to the initial boot loading screen&lt;br /&gt;
&lt;br /&gt;
Installer&lt;br /&gt;
*. tried with vitural box vm&lt;br /&gt;
*. install says &amp;quot;Arramagong live&amp;quot;&lt;br /&gt;
*. obviously installing will allow you to enter a user name; will this break applications expecting &amp;quot;user&amp;quot; ?&lt;br /&gt;
*. my install failed; not enough space on the device. Need instructions indicating how much space is needed&lt;br /&gt;
&lt;br /&gt;
Desktop&lt;br /&gt;
*. think pad displays fine&lt;br /&gt;
*. macbook pro - test OSGeo LIVE DVD Barcelona is cut off (and this one has higher resolution than many laptops)&lt;br /&gt;
*. virtual box - could not adjust the screen resolution beyond the initial 800x600, instructions for open-vm-tools were fine, oh wait it wants a reboot - of a live dvd?&lt;br /&gt;
*. never did get virtual box to have a different screen resolution even after adding the open-vm-tools&lt;br /&gt;
&lt;br /&gt;
Suggestions from IRC:&lt;br /&gt;
*. change background to not have text&lt;br /&gt;
*. text at bottom of desktop being cut off is probably a function of screen aspect ratio&lt;br /&gt;
*. indicate that &amp;quot;user&amp;quot; is the password in a box or make it more visible (good idea jasonbirch)&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The DVD has label Arramagong Live 3.0&lt;br /&gt;
* User name is asked for installation, but after first boot, automatic login can be selected.&lt;br /&gt;
* Had to install vbox-additions in order to change screen resolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: deegree 2.3 , osgeo-live 4.0&lt;br /&gt;
&lt;br /&gt;
Steps: Run the QuickStart.&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
Switch to running Quick Start over previous 3.0 test steps. Things working as expected.&lt;br /&gt;
&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: Virtual Box on Ubuntu&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad, 2 GB ram, live dvd&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with test script issues&lt;br /&gt;
&lt;br /&gt;
* start deegree not on desktop; has been moved … into Web Services&lt;br /&gt;
* running start deegree opens firefox; firefox is in offline mode and can't browse http://localhost:8081/&lt;br /&gt;
* services are there&lt;br /&gt;
* test WMS, test WFS or test WCS links are not there&lt;br /&gt;
* generic client works&lt;br /&gt;
* deegree logo tries to take me to the website (and I am not online); I would like to return to the initial start page?&lt;br /&gt;
* deegree iPortal does not exist&lt;br /&gt;
* super hard to tell if the service stopped&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Firefox starts before Tomcat + deegree are up, throwing a &amp;quot;not found&amp;quot; page. The user needs to refresh.&lt;br /&gt;
* iPortal: When changing from Utah theme to Salt Lake City theme, the overview window is not redrawn.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= atlasstyler  =&lt;br /&gt;
&lt;br /&gt;
Run Quickstart&lt;br /&gt;
&lt;br /&gt;
Quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/atlasstyler_quickstart.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
&lt;br /&gt;
*. Application is in &amp;quot;Education &amp;gt; Atlasstyler&amp;quot; (Not Science &amp;gt; Atlas Styler)&lt;br /&gt;
*. Quickstart is not specific enough; it is more a link to other docs&lt;br /&gt;
*. Application &amp;quot;window&amp;quot; is messed up; the window tilebar is folded up under the desktop bar; you can resise the window; but not move it.&lt;br /&gt;
*. Tried with natural_earth countries, a warning was provided that it would use the default style, progress bar is taking a long time&lt;br /&gt;
*. Oh wait the tutorials link to their website (I am offline); but the styling layers with SLD tutorials in french and english are actually included on the disk (verified both links work)&lt;br /&gt;
*. The application never came back to me; and the window issue result in a fail&lt;br /&gt;
*. darn I was looking forward to this one&lt;br /&gt;
*. figured out a workaround; clicking on task bar and asking the application to maximiz finally lets me get at the window tilebar&lt;br /&gt;
*. Whew was able to use &amp;quot;ps -ef | grep java&amp;quot; and &amp;quot;kill&amp;quot; to shut it down&lt;br /&gt;
&lt;br /&gt;
= geopublisher  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geopublisher_quickstart.html&lt;br /&gt;
&lt;br /&gt;
;Tests written for Unknown&lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and open Geopublishing documentation &lt;br /&gt;
**Verify that the green page from file:///usr/share/doc/geopublishing/index.html open in a browser &lt;br /&gt;
*Scroll to the bottom and click the demo atlas. &lt;br /&gt;
*Unzip it do your Desktop &lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and start Geopublisher &lt;br /&gt;
*Load the atlas.gpa from your Desktop/ChartDemoAtlas &lt;br /&gt;
**Verify that Geopublisher load the atlas. You should see a triparted GUI with a map-pool, data-pool and menu area. &lt;br /&gt;
*Select File-&amp;amp;gt;Export and follow the wizard.. &lt;br /&gt;
**export online and offline version of the atlas to a ''new directory'' Desktop/ChartAtlasExported &lt;br /&gt;
**When the export has finished, click the &amp;quot;open folder&amp;quot; button &lt;br /&gt;
**Close Geopublisher &lt;br /&gt;
*Go into the Desktop/ChartAtlasExported/DISK folder and run ''start.sh'' &lt;br /&gt;
**Verify that an atlas opens &lt;br /&gt;
**Verify that you see a &amp;quot;Charts available&amp;quot; button at the top right &lt;br /&gt;
**Verify that clicking selecting the chart opens a chart window&lt;br /&gt;
&lt;br /&gt;
Let that be the basic testing for Geopublisher now. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
:Results: GeoPublisher pass with issues&lt;br /&gt;
&lt;br /&gt;
*. Application &amp;gt; Education (not Science)&lt;br /&gt;
*. You could just have the demo atlas link in the quickstart? &lt;br /&gt;
*. I need a bit more advice no unzipping the demo atlas (firefox opened archive manager; but I think a picture is needed for those new to linux)&lt;br /&gt;
*. Open Folder button did not work&lt;br /&gt;
*. It is running and is very pretty&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
- http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geoserver_quickstart.html&lt;br /&gt;
&lt;br /&gt;
Previous test definition:&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Start GeoServer&amp;quot; icon. &lt;br /&gt;
*Wait ~ 60 seconds for GeoServer to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of map layers&lt;br /&gt;
&lt;br /&gt;
*Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&lt;br /&gt;
&lt;br /&gt;
:Verify you should see a web page with sample data in an interactive map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th,2010 ==&lt;br /&gt;
:Run by: Jody garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Quickstart document is not rendering correct; images rescale and text is pushed out of the way&lt;br /&gt;
* Start GeoServer icon is not specific; it is in Web Services now; or in the Education menu (sigh!)&lt;br /&gt;
* Nice progress bar as it starts up (who did that?)&lt;br /&gt;
* Helpful having the start page link in the docs; but that new little progress bar opened the page for me&lt;br /&gt;
* Suffers from the same &amp;quot;Firefox is in offline mode&amp;quot; error and cannot see local host (sent to email list)&lt;br /&gt;
* No need to login if all you are doing is showing the layer preview&lt;br /&gt;
* Warning is about the read-only file system; the live dvd provides this; so is this warning needed?&lt;br /&gt;
* the directory needs to be /home/user/data/natural_earth (since the live dvd user name is &amp;quot;user&amp;quot; )&lt;br /&gt;
* So adding a layer was fine; the sectino for adding the style to the layer is empty&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* Embeded GeoWebCache WMS TMS document throws an error.&lt;br /&gt;
* Quickstart: the path to find the data is /usr/lib/geoserver-2.0.2/data_dir/data instead of /usr/lib/geotools-2.0.2/data_dir/data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education and start gvSIG&lt;br /&gt;
&lt;br /&gt;
:Verify that gvSIG starts correctly&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add some shapefiles from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the shapefiles are correctly added to the view&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add any of the two TIFF files from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the raster files are correctly loaded to the view&lt;br /&gt;
&lt;br /&gt;
*If you have Internet access, try to add a WMS layer from the combo list (i.e. the NASA JPL server)&lt;br /&gt;
&lt;br /&gt;
:Verify that a WMS layer can be accessed&lt;br /&gt;
&lt;br /&gt;
*Open the sample project included in the LiveDVD at &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify the project loads all the data and layouts configured are available.&lt;br /&gt;
&lt;br /&gt;
*You can also try to access any of the other data available from the LiveDVD like the PostGIS Data, or WxS services by the map servers configured&lt;br /&gt;
&lt;br /&gt;
:This tests are related with the correct functioning of the other software installed on the LiveDVD&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with path issues to sample project&lt;br /&gt;
&lt;br /&gt;
* Programm runs fine, but on opening the sample project from &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;, a file not found / Invalid path to &amp;quot;/home/user/data/openjump/data/departement22.shp&amp;quot; and the same message to a lot of other files in that directory comes up.&lt;br /&gt;
&lt;br /&gt;
= gdal / ogr  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  ogrinfo --formats&lt;br /&gt;
  gdalinfo --formats&lt;br /&gt;
  &lt;br /&gt;
  ogrinfo data/natural_earth/10m_ocean.shp&lt;br /&gt;
  gdalinfo /usr/share/osgearth/data/terrain/mt_rainier_90m.tif&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;Start Geomajas&amp;quot; which will start the Geomajas startup script. This will in turn start up a Tomcat server.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:3420/geomajas-tutorial/applications/tutorial/html/&lt;br /&gt;
&lt;br /&gt;
*Click on the &amp;quot;Start demo!&amp;quot; link for the Attributes &amp;amp;amp; Features demo.&lt;br /&gt;
&lt;br /&gt;
:Verify that a sample demo page has opened with an application, showing the provinces of Belgium.&lt;br /&gt;
&lt;br /&gt;
*Doubleclick on one of the rows in the attribute table bottom right.&lt;br /&gt;
&lt;br /&gt;
:Verify that a floating window appears, showing the rows' contents in more detail.&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;Stop Geomajas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Tomcat server that runs Geomajas has stopped. &lt;br /&gt;
:*This can be done by refreshing the page. Firefox should give a warning that it is unable to connect.&lt;br /&gt;
&lt;br /&gt;
==Results from 9 March 2010== &lt;br /&gt;
:Run by: Pieter De Graef &lt;br /&gt;
:System: Virtualbox, ~512MB RAM, on Windows XP &lt;br /&gt;
:Version: distribution version: osgeo-live-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: fail&lt;br /&gt;
* After starting 'start Geomajas' in the Browser Clients folder Firefox opens URL &amp;quot;http://localhost:3420/showcase/&amp;quot;, which is a 404 Page delivered by Jetty.&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* The link http://localhost:3420/geomajas-tutorial/applications/tutorial/html/ does not work after start-up&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click icon &amp;quot;Start Geonetwork&amp;quot; - wait until the server intializes (see load graph in the upper right hand corner) &lt;br /&gt;
*open FireFox http://localhost:8880 &lt;br /&gt;
*you should see a list of active URLs, choose /geonetwork&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*(''copied from install_gpsdrive.sh'') &lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/gpsdrive_description.html on-disc help page]&lt;br /&gt;
&lt;br /&gt;
=== Testing  ===&lt;br /&gt;
&lt;br /&gt;
==== If no GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Double click on the GpsDrive desktop icon &lt;br /&gt;
*You should see a map of downtown Barcelona, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:150,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass). After a moment you should see all 3 FOSS4G 2010 venues.&lt;br /&gt;
*Enter Explore Mode by pressing the &amp;quot;e&amp;quot; key or in the Map Control button. &lt;br /&gt;
*Use the arrow keys or left mouse button to move off screen. &lt;br /&gt;
* Try clicking on the Workshop venue and mouse-wheel to zoom in on it&lt;br /&gt;
*Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;Find&amp;quot; button on the left&lt;br /&gt;
* Set &amp;quot;maximum distance&amp;quot; to 1.0 km&lt;br /&gt;
* Click the POI-Types drop down menu and select ''Food &amp;amp;rarr; Restaurant &amp;amp;rarr; Restaurant''&lt;br /&gt;
* Click the ''Find'' button in the top right&lt;br /&gt;
* Click on the nearest restaurant, and &amp;quot;Select Target&amp;quot; in the bottom right&lt;br /&gt;
* Make your way there and enjoy a nice meal&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps  =====&lt;br /&gt;
&lt;br /&gt;
*Change the scale setting to 1:1,000,000 you should see the limits of the PostGIS/Mapnik/OpenStreetMaps road database for the conference area.&lt;br /&gt;
*Click the &amp;quot;Map Control&amp;quot; button on the left hand side, and turn off Mapnik Mode.&lt;br /&gt;
: You should now see a continental image&lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on an island in the Med&lt;br /&gt;
*In the top-left menu, pick ''Options &amp;amp;rarr; Map &amp;amp;rarr; Download'' &lt;br /&gt;
**Map source: NASA LANDSAT, Scale: 1:500,000, [Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:500,000 &lt;br /&gt;
**This will be of more use in remote areas. &lt;br /&gt;
*Explore to the coast, click on an airport, headland, or some other conspicuous feature. You might want to use the magnifying glass buttons to zoom in on it better. Use a right click set the target on some other conspicuous feature nearby then demagnify back out. &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; Download &lt;br /&gt;
**Map source: OpenStreetMap, Scale: 1:40,000, left-click on map to center the green preview over your target and what looks like a populated area. &lt;br /&gt;
**[Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:40,000 and you should see a road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*If you have a GPX track file lying around ...&lt;br /&gt;
*Options -&amp;amp;gt; Import -&amp;amp;gt; GPX track &lt;br /&gt;
*Hidden folders are hidden in the file picker, but just start typing ~/.gpsdrive and hit enter. You should then see the tracks/ directory and be able to load &amp;lt;!-- australia.gpx. --&amp;gt;&lt;br /&gt;
*A red trace should appear &amp;lt;!-- along the coastline. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- *Check that it lines up well with the coast as shown in map tiles of varying scale. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Make sure gpsd is running by starting &amp;quot;xgps&amp;quot; from the command line. &lt;br /&gt;
*The program will automatically detect gpsd and jump to your current position. This should bring up a continental map as you won't have any map tiles downloaded for your area yet. (you may want to switch out of ''Mapnik Mode'' in the ''Map Control'' window)&lt;br /&gt;
*See the above &amp;quot;Downloading Maps&amp;quot; section to get some local tiles. &lt;br /&gt;
*If you have a local GPX track of some roads try loading that and making sure everything lines up, as detailed in the above &amp;quot;Overlay a GPX track&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:geokettle 3.2.0-20090609, osgeo-live 4.0-rc6 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:August 8th, 2010 &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a window prompting you to select a repository.&lt;br /&gt;
&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoKettle application is opened.&lt;br /&gt;
&lt;br /&gt;
*Close any startup tips dialog. &lt;br /&gt;
*Select File-&amp;amp;gt; Open &lt;br /&gt;
*Select &amp;lt;tt&amp;gt;/opt/geokettle/samples/transformations/geokettle/intersection.ktr&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify you see the &amp;quot;intersection&amp;quot; transformation in the work area, with a big yellow comment box and some step icons.&lt;br /&gt;
&lt;br /&gt;
*Run the transformation in preview mode &lt;br /&gt;
**Select Transformation menu -&amp;amp;gt; Preview &lt;br /&gt;
**Choose the &amp;quot;Intersecting rows&amp;quot; step (to view the rows that are outputted by that step) &lt;br /&gt;
**then click on Quick Launch.&lt;br /&gt;
&lt;br /&gt;
:Verify you see the result in the &amp;quot;Examine preview data&amp;quot; dialog (two rows with four columns: GEOM1_ID, geom1, GEOM2_ID, geom2. The geom1 and geom2 fields should contain MULTIPOLYGON WKT geometries).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Thierry Badard&lt;br /&gt;
:System: VirtualBox 3.1, 2Gig RAM, on ubuntu 10.04 base &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
There are 29 example jobs built in, and a script to run them all: &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples&lt;br /&gt;
 cd gmt-examples/&lt;br /&gt;
 ./do_examples.sh&lt;br /&gt;
&lt;br /&gt;
[whiz .. bang .. whirl] &lt;br /&gt;
&lt;br /&gt;
View results: (type 'q' to quit &amp;lt;tt&amp;gt;gv&amp;lt;/tt&amp;gt;) &lt;br /&gt;
&lt;br /&gt;
 for PLOT in `find . -name *.ps`&amp;amp;nbsp;; do&lt;br /&gt;
    echo &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
    gv &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Cleanup: &lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*do_examples command not found - I ran ls and it's there&lt;br /&gt;
: ''--did you put ./ in front of the ./do_examples.sh? --HB''&lt;br /&gt;
&lt;br /&gt;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Double click on the GRASS desktop icon&lt;br /&gt;
&lt;br /&gt;
:Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&lt;br /&gt;
&lt;br /&gt;
*Select Spearfish60 for location, User1 for mapset &lt;br /&gt;
*Click on [Start Grass] &lt;br /&gt;
*In the Layer Manager GUI window add a raster layer &lt;br /&gt;
**On the toolbar click the icon with a + and a checkerboard &lt;br /&gt;
**On map to be displayed pull down the list and select elevation.dem &lt;br /&gt;
*from the PERMANENT mapset and click [ok] &lt;br /&gt;
*In the Layer Manager GUI window add a vector layer &lt;br /&gt;
**On the toolbar click the icon with a + and a &amp;quot;V&amp;quot; line &lt;br /&gt;
**For input map name pull down the list and select roads from the PERMANENT mapset and click [ok] &lt;br /&gt;
*Over in the Map Display window toolbar click on the eyeball icon to render&lt;br /&gt;
&lt;br /&gt;
:Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
&lt;br /&gt;
*http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
&lt;br /&gt;
:(North Carolina dataset is already installed in grassdata/)&lt;br /&gt;
&lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/grass_description.html on-disc help page] &lt;br /&gt;
*http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
;Theming layer with PostGIS backend&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt;&amp;amp;nbsp;Desktop GIS &amp;amp;gt;&amp;amp;nbsp;Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot;&amp;amp;nbsp;panel and click ''Ok''&amp;lt;br&amp;gt; &lt;br /&gt;
*In the &amp;quot;''Spatial Reference System selection''&amp;quot; dialog, press the &amp;quot;...&amp;quot; button in order to select the view SRS &lt;br /&gt;
*Select &amp;quot;EPSG&amp;quot;&amp;amp;nbsp;as Type &lt;br /&gt;
*Enter 2270 in the textfield and click &amp;quot;Search&amp;quot;&amp;amp;nbsp;button;&amp;amp;nbsp;select the CRS&amp;amp;nbsp;given and click the ''Ok ''button &lt;br /&gt;
*Click Ok again to set EPSG:2270 as the current view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load&amp;amp;nbsp;Dataset...''&amp;quot; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Database''&amp;quot; (at the top-left corner) and &amp;quot;''PostGIS''&amp;quot; as database type &lt;br /&gt;
*Enter '''Database Name''': medford '''User Name''': user '''Password''': user and click the &amp;quot;Connect&amp;quot; button&amp;lt;br&amp;gt; &lt;br /&gt;
*Scroll down, check the box to the left of '''public.medford_zoning''' and click the ''Ok ''button &lt;br /&gt;
*Select the medford_zoning layer at left under 'Working' and click the checkbox to make it visible &lt;br /&gt;
*Right-click on the 'medford_zoning' layer and choose ''Simbology &amp;amp;gt;&amp;amp;nbsp;Change Styles...'' &lt;br /&gt;
*Select the &amp;quot;''Colour Theming''&amp;quot; tab; click the &amp;quot;''Enable colour theming''&amp;quot; checkbox &lt;br /&gt;
*Choose Attribute =&amp;amp;gt; zoning and click the Ok button to apply the changes&amp;lt;br&amp;gt; &lt;br /&gt;
*You should see the zoning areas of Medford coloured by attribute in the map&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
'''Shapefile and image loading'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt; Desktop GIS &amp;amp;gt; Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot; panel and click Ok&amp;lt;br&amp;gt; &lt;br /&gt;
*Repeat the steps described in the test &amp;quot;Layer&amp;amp;nbsp;Theme with PostGIS backend&amp;quot;, but selecting EPSG:26915 as the view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load Dataset...''&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Image file''&amp;quot; and navigate to ''/home/user/data/mapserver/demos/itasca/'' (or ''data/mapserver/demos/itasca/'' if it starts at the home/user directory)&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the directory &amp;quot;''data''&amp;quot; in order to load all the tiffs inside it as a mosaic and press the Ok button&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the '''data''' layer at left under 'Working' and click the checkbox to make it visible&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Shapefile''&amp;quot; and navigate inside ''data ''directory&amp;lt;br&amp;gt; &lt;br /&gt;
*Select all the shapefiles and press the Ok button in order to load them&amp;lt;br&amp;gt; &lt;br /&gt;
*Check that all the shapefiles have been loaded on the layer tree at the left. Make them visible by clicking on the checkbox of each one&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
see file:///usr/local/share/livedvd-docs/doc/mapnik_description.html Mapnik Description&lt;br /&gt;
* http://live.osgeo.org/doc/mapnik_description.html&lt;br /&gt;
: ''--this may be 6 months old, try the on-disk quickstart instead --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*link to World Population Example app not present&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*you need an GeoTIFF or other raster geodata to test the functionality. So download for example this: [http://download.osgeo.org/gdal/data/gtiff/utm.tif http://download.osgeo.org/gdal/data/gtiff/utm.tif] (when you use Firefox it will automatically save the files into ~/Downloads). &lt;br /&gt;
*start MapTiler: click on &amp;quot;Applications&amp;quot; -&amp;amp;gt; &amp;quot;Graphics&amp;quot; -&amp;amp;gt; &amp;quot;MapTiler&amp;quot; &lt;br /&gt;
*in the MapTiler application select on the first page &amp;quot;Google Maps compatible&amp;quot; tiles and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*in the second page of wizard add the tiff, it should be ~/Downloads/utm.tif and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*continue trough all other steps in the wizard (default options are fine) and then start &amp;quot;Render&amp;quot; &lt;br /&gt;
*when the rendering is finished you will see a link to the directory with tiles, click to open it (it opens in Firefox as a directory) &lt;br /&gt;
*open the &amp;quot;googlemaps.html&amp;quot;, you should see a black&amp;amp;amp;white overlay displayed on top of Google Maps hybrid layer. You can also open &amp;quot;openlayers.html&amp;quot; to see another presentation of the results.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*MapTiler application starts without problems when clicked on the icon &lt;br /&gt;
*When you press on &amp;quot;Render&amp;quot; applications starts the processing and does not report any error.&lt;br /&gt;
&lt;br /&gt;
Alternative &amp;quot;real&amp;quot; geodata for testing are for example [http://www.archive.org/details/maps_usgs USGS maps] or [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml NOAA RNCs]. &lt;br /&gt;
&lt;br /&gt;
Another way to try it: &lt;br /&gt;
&lt;br /&gt;
#Start MapTiler by clicking the icon on the Desktop &lt;br /&gt;
#Load in the second step example raster GEODATA (with georerence/srs) &lt;br /&gt;
#Go trough all the steps with 'Next' up to the Render &lt;br /&gt;
#Once the render is finished you can click in the GUI to open a folder with tiles. When you open googlemaps.html or openlayers.html then you see your geodata warped to the overlay of popular interactive web maps as Google Maps.&lt;br /&gt;
&lt;br /&gt;
The map tiles are displayed directly from your disk. To publish the map to Internet just upload the folder with tiles to any webserver or Amazon S3&amp;quot; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &lt;br /&gt;
*If you have used Google Earth before you should be able to figure this one out without much difficulty. &lt;br /&gt;
*In the Settings menu select full-screen mode &lt;br /&gt;
*Explore ... &lt;br /&gt;
*In the bottom-left corner of the program window there is a subtle tab called &amp;quot;Map View&amp;quot;. Click on it. &lt;br /&gt;
*Select another map (e.g. 'Precipitation (July)') &lt;br /&gt;
*Explore some more ...&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
* Make sure you have a working internet connection &lt;br /&gt;
* Double click on the Mapfish icon on the desktop &lt;br /&gt;
: Verify that a browser opens after a few seconds showing a map of the southwestern pacific &lt;br /&gt;
* Click the magnifying glass just under the word &amp;quot;Map&amp;quot; at the top of the map. &lt;br /&gt;
* Zoom in on Sydney&lt;br /&gt;
* Explore&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* Mapfish start-up script fails to start.&lt;br /&gt;
&lt;br /&gt;
= MapGuide Open Source =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapGuide Open Source 2.2.0, LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:June 26, 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
* Start LiveDVD and log in as &amp;quot;user&amp;quot;&lt;br /&gt;
:Verify presence of &amp;quot;Start MapGuide&amp;quot;, &amp;quot;Stop MapGuide&amp;quot;, and &amp;quot;MapGuide Maestro&amp;quot; desktop icons&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;quot;Start MapGuide&amp;quot; desktop icon and enter &amp;quot;user&amp;quot; password if prompted&lt;br /&gt;
:Verify that &amp;quot;Starting MapGuide&amp;quot; and &amp;quot;Starting Apache&amp;quot; messages appear &lt;br /&gt;
&lt;br /&gt;
* Open a browser window to http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php&lt;br /&gt;
:Verify that a map is displayed in the center of the screen with a layer legend to the left of the map and an application &amp;quot;Overview&amp;quot; pane to the right of the map.&lt;br /&gt;
&lt;br /&gt;
* Zoom into street level detail and click the pointer icon.  Select a parcel.&lt;br /&gt;
:Verify that a parcel is selected in blue.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side of the page, click &amp;quot;Tasks&amp;quot; then &amp;quot;Buffer&amp;quot;.  Set the distance to 20 meters and click &amp;quot;Done&amp;quot;&lt;br /&gt;
:Verify that a red buffer zone appears around the parcel.&lt;br /&gt;
&lt;br /&gt;
* Close the browser and double click the &amp;quot;MapGuide Maestro&amp;quot; desktop icon.  Login to &amp;quot;http://localhost:8008/mapguide/mapagent/mapagent.fcgi&amp;quot; as user &amp;quot;Administrator&amp;quot; and password &amp;quot;admin&amp;quot;.&lt;br /&gt;
:Verify that the tree view contains &amp;quot;Samples/Sheboygan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from August 5, 2010 ==&lt;br /&gt;
:Run by: Trevor Wekel &lt;br /&gt;
:System: VMware ESX 4.1, 16GB RAM &lt;br /&gt;
:Version: LiveDVD 4.0 RC 6&lt;br /&gt;
:Results: Pass with minor issue - the project overview is missing.  Cameron has already fixed it.&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with minor issue&lt;br /&gt;
&lt;br /&gt;
*The MapGuide Maestro points to the URL without the 8008 port after localhost, which results in an error, if the user does not fix this in the URL himself.&lt;br /&gt;
&lt;br /&gt;
= Mapbender =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Mapbender 2.6.1, OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:5. July 2010&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that you have a working internet connection&lt;br /&gt;
* make sure that your Apache and PostgreSQL is running&lt;br /&gt;
&lt;br /&gt;
* double click on the Mapbender icon on the desktop or browse to http://localhost/mapbender/&lt;br /&gt;
: Verify that a browser opens after a few seconds showing the Mapbender login-page&lt;br /&gt;
* login with user root / password root&lt;br /&gt;
: Verify that the list of the available applications appears&lt;br /&gt;
* choose application named &amp;quot;gui&amp;quot; with a click on the name&lt;br /&gt;
: verify that the application &amp;quot;gui&amp;quot; opens and that you see a Mapbender application with the demis-world WMS, a germany WMS and a mapbender-user WMS&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Results from 5.7.2010 ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: Mapbender 2.6.1, just ran ./install_postgis.sh and ./install_mapbender.sh&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
* I ran ./install_postgis.sh and ./install_mapbender.sh - When I started Mapbender the ALIAS was not created. After restart the Mapbender could be used without problem, login succeded&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* next test will be run with the osgeolive 4.0 rc&lt;br /&gt;
----&lt;br /&gt;
== test results from 23.7.2010  ==&lt;br /&gt;
:Run by: Marc Manns&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve beta2 Mapbender 2.6.1&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* create user/group&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* customize tree&lt;br /&gt;
* add WMSFromFilteredList&lt;br /&gt;
* change language in [Mapbender.conf] to german&lt;br /&gt;
&lt;br /&gt;
* suggestion: There is a password.txt at the desktop. I think, we should add our root/root authentication to it. -&amp;gt; '''done --[[User:Astrid Emde|astroide]] 09:28, 23 July 2010 (UTC) '''&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== test results from 8.8.2010  ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve rc6 Mapbender 2.6.2&lt;br /&gt;
:Results: Passed&lt;br /&gt;
&lt;br /&gt;
* create gui&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* print&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
----&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= mb-system  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/mbsystem/examples/&lt;br /&gt;
&lt;br /&gt;
List summary information about the contents of some bathymetric data files: &lt;br /&gt;
&lt;br /&gt;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it: &lt;br /&gt;
&lt;br /&gt;
 cd ../mbm_plot/&lt;br /&gt;
 ./mbm_plot_5.cmd&lt;br /&gt;
 &lt;br /&gt;
 # which creates this script:&lt;br /&gt;
 ./mbm_plot_test5.cmd&lt;br /&gt;
&lt;br /&gt;
You should now see a nice plot of the seafloor off Baja California. &lt;br /&gt;
&lt;br /&gt;
*(this also acts as a test of the GMT plotting package)&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapServer 5.6.3, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:30 June 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;MapServer&amp;quot; icon. &lt;br /&gt;
*Wait a few seconds for FireFox to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the MapServer web page opens at &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;Itasca&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Select &amp;quot;Basic Application&amp;quot; and click on &amp;quot;Initialize&amp;quot;. &lt;br /&gt;
:Verify you get a map.&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Query multiple features&amp;quot; tool on the right of the page and click somewhere on the map.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of features.&lt;br /&gt;
&lt;br /&gt;
*'''THE GMAP DEMO HAS BEEN REMOVE IN 4.0 ALPHA4, IT IS NOT YET COMPATIBLE WITH PHP 5.3''' &amp;lt;strike&amp;gt;Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; , scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;strike&amp;gt;Verify you get a map and a legend with icons rendered.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
:Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*All good, documentation link needs to be updated ( says 5.4.2 instead of 5.6, ) but docs themselves seem up to date&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Daniel Morissette&lt;br /&gt;
:System: Live DVD on Acer AST180 desktop (AMD Athlon X2 64, 3GB RAM)&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Itasca demo (and mapserv 5.6.5) work fine&lt;br /&gt;
* Problems in mapserver_description.html&lt;br /&gt;
** Need to remove &amp;quot;GMap&amp;quot; demo link (since GMap itself has been removed)&lt;br /&gt;
** Need to update Documentation link to read &amp;quot;MapServer 5.6 Documentation&amp;quot; or even better: &amp;quot;MapServer Documentation&amp;quot; (with no version number so we don't need to update it in the future)&lt;br /&gt;
** The main page of the MapServer 5.6 Docs that's on the DVD is from 5.6.3, and the OSM map in that page does not work: the link to the tiles point to a dead server. This is a known issue and the current version of the docs on the MapServer website (v5.6.5) have the map disabled... so it may be a good idea to grab the latest version of the 5.6 docs for the DVD.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;GMap&amp;quot; demo link needs to be removed&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= octave  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Start program by typing &amp;quot;&amp;lt;tt&amp;gt;octave&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
 % Which way to Barcelona from Sydney?&lt;br /&gt;
 sydney = [-33.8750 151.2005]&lt;br /&gt;
 barcelona = [41+23/60 2+11/60]&lt;br /&gt;
 &lt;br /&gt;
 dirn = azimuth(sydney, barcelona);&lt;br /&gt;
 deg_symb = 176;&lt;br /&gt;
 disp(['Heading: ' num2str(dirn) deg_symb])&lt;br /&gt;
&lt;br /&gt;
 % How far's the trip? (roughly!)&lt;br /&gt;
 system('proj -le')&lt;br /&gt;
 wgs84_a = 6378137.0 &amp;amp;nbsp;% major radius of the Earth, in meters&lt;br /&gt;
 dist_deg = distance(sydney, barcelona)&lt;br /&gt;
 dist_meters = pi * wgs84_a * (dist_deg / 360.0)&lt;br /&gt;
 disp(['Distance: ' num2str(dist_meters / 1000) ' km'])&lt;br /&gt;
&lt;br /&gt;
Type &amp;quot;exit&amp;quot; to quit. &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= opencpn  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Activate data&lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Type &amp;quot;&amp;lt;tt&amp;gt;opencpn_noaa_agreement.sh&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
;Run program&lt;br /&gt;
&lt;br /&gt;
(assuming your GPS is not plugged in and &amp;lt;tt&amp;gt;gpsd&amp;lt;/tt&amp;gt; is not running) &lt;br /&gt;
&lt;br /&gt;
*Double click the OpenCPN icon on the desktop or type &amp;quot;opencpn&amp;quot; at a terminal &lt;br /&gt;
*Left-click recenters the view &lt;br /&gt;
*Left-click-drag pans the view &lt;br /&gt;
*Mouse-wheel zooms in/out &lt;br /&gt;
*The blue bars in the bottom show previews of overlapping raster maps and clicking on them switches to them. The green buttons switch to vectorial charts.&lt;br /&gt;
* Right click on the map canvas to get a menu, select &amp;quot;Go to here&amp;quot;. &lt;br /&gt;
* At this point if you have your auto-pilot interfaced GPS plugged in you should feel your boat/airplane change course. If not, you'll see a red arrow and the destination target blinking anyway but will have make your own arrangements for getting there.&lt;br /&gt;
&lt;br /&gt;
;More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/opencpn_description.html on-disc help page] &lt;br /&gt;
:and specifically the [http://opencpn.cvs.sourceforge.net/viewvc/*checkout*/opencpn/opencpn/data/doc/tips.html#Getting_Started Getting Started] help page.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;JOSM &lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Merkaartor&lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* Click the &amp;quot;Download&amp;quot; button at the top left&lt;br /&gt;
* Zoom in on ''Mataro'' just to the north of Barcelona (or anywhere) until one zoom level past where you can read the street names, and click [ok] to start the download&lt;br /&gt;
: (download map: ''Left-click-drag to pan, mouse wheel to zoom'')&lt;br /&gt;
* Click on a road, see its attributes come up&lt;br /&gt;
* now it's ''Right-click-drag to pan, mouse wheel to zoom''&lt;br /&gt;
* In the Layers list in the top-left right-click on &amp;quot;Map - None&amp;quot; and select &amp;quot;Yahoo!&amp;quot;&lt;br /&gt;
* Click the little box to the left of &amp;quot;Map - Yahoo!&amp;quot; to enable the eyeball&lt;br /&gt;
* Behold the satellite image underlay&lt;br /&gt;
&lt;br /&gt;
;Osmarender&lt;br /&gt;
&lt;br /&gt;
* Open up Merkaartor again&lt;br /&gt;
* When satellite image comes up, click the &amp;quot;Download More&amp;quot; button&lt;br /&gt;
* Once the streets come up do ''File &amp;amp;rarr; Export &amp;amp;rarr; OSM (XML)''&lt;br /&gt;
* Select &amp;quot;All visible&amp;quot;, filename ~/test.osm&lt;br /&gt;
* Quit Merkaartor&lt;br /&gt;
* Open a terminal, then:&lt;br /&gt;
 osmarender test.osm&lt;br /&gt;
: [''whiz-bang-whirl'']&lt;br /&gt;
* After some time it should finish leaving a test.svg file behind&lt;br /&gt;
* Open the test.svg file in Inkscape or Firefox to view&lt;br /&gt;
 inkscape test.svg&lt;br /&gt;
* In inkscape it's middle-click-drag to pan, &amp;quot;+&amp;quot; key to zoom in&lt;br /&gt;
* In Firefox use Ctrl-+ to zoom in&lt;br /&gt;
&lt;br /&gt;
;Gosmore &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Import data with:&lt;br /&gt;
&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;-&amp;quot; in the bottom-right of the map canvas until you see the city, then left click to center on downtown, mouse wheel up to zoom in&lt;br /&gt;
* That's about it!&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Map didn't render to scale where I could find any roads. Probably because I'm not connected to network. Apps loaded up fine though&lt;br /&gt;
: ''-- which app are you talking about? net connection should not be needed as we supply data in Barcelona.osm.  for Merkaartor you need to un-bzip2 it first, see the quickstart for details. --HB''&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:ossim 1.8, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
Remark: OssimPlanet requires OpenGL support, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Couldn't find test file. no data/ossim directory&lt;br /&gt;
: ''The above paths are out of date. look in the data/raster/ or data/kml/ dirs  --HB''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osgearth  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:osgearth 1.3, osgeo-live 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08 &lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
&lt;br /&gt;
You should see a globe with different overlays. Remark: OpenGL support is required, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*command failed. Directory share/osgearth/maps/ does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Layer Theme with PostGIS backend&lt;br /&gt;
&lt;br /&gt;
*Open OpenJUMP &lt;br /&gt;
*under the File menu select 'Open...' &lt;br /&gt;
*select Data Store Layer &lt;br /&gt;
*on the Connection line, click on the database icon (far right) &lt;br /&gt;
*click on Add &lt;br /&gt;
*enter '''Name''': medford '''Server''': localhost '''Port''': 5432 '''Instance''': medford '''User''': user '''Password''': user &lt;br /&gt;
*click OK; click OK in the parent dialog box; you should be back in the Data Store Layer dialog &lt;br /&gt;
*from the Dataset: menu choose 'medford_zoning'; click Finish &lt;br /&gt;
*select the medford zoning layer at left under 'Working' &lt;br /&gt;
*click on the Palette Icon in the menu bar &lt;br /&gt;
*select the 'Colour Theming' tab; click 'Enable colour theming' checkbox &lt;br /&gt;
*choose Attribute =&amp;amp;gt; zoning &lt;br /&gt;
*choose a colour theme; click 'OK' to dismiss the dialog &lt;br /&gt;
*you should see the zoning areas of Medford in various colours&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Open Jump started but database 'medford' doesn't exist&lt;br /&gt;
: ''--test is out of date; run &amp;quot;psql -l&amp;quot; to list current installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Spatial Query with the Graphical Query Builder helper&lt;br /&gt;
&lt;br /&gt;
*Open PGAdmin III from the Development menu &lt;br /&gt;
*double-click on 'local' &lt;br /&gt;
*under Databases, double-click on medford &lt;br /&gt;
*open 'schemas' &lt;br /&gt;
*open 'public' &lt;br /&gt;
*select 'Tables', click on the 'Execute SQL' Icon above (it has a pencil in it) &lt;br /&gt;
*expand the window and click on 'Graphical Query Builder' &lt;br /&gt;
*open 'Schemas', double-click on 'public' &lt;br /&gt;
*click and drag 'medford_wards' to the work area on the right &lt;br /&gt;
*click and drag 'jacksonco_schools' to the work area on the right &lt;br /&gt;
*choose 'jacksonco_schools' name, address, city and students &lt;br /&gt;
*choose 'medford_wards' council_me (meaning council members) &lt;br /&gt;
*click and drag from the_geom in 'medford_wards' to the_geom in 'jacksonco_schools' (you should see a solid line form with an '=' in it) &lt;br /&gt;
*click on the 'SQL Editor' tab above, to navigate away from the Graphical Query Builder &lt;br /&gt;
*edit the WHERE line to say&lt;br /&gt;
&lt;br /&gt;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
&lt;br /&gt;
*add an additional line&lt;br /&gt;
&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&lt;br /&gt;
&lt;br /&gt;
*the entire query ends with one semicolon ';' &lt;br /&gt;
*click on the 'execute query' icon above (a green triangle pointing to the right) you should see a list of council districts, schools, school sizes and the names of council members for each district as a result&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*database 'medford' doesn't exist&lt;br /&gt;
: ''--test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= pgRouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
* Follow pgRouting Quick Start documentation, and confirm you get results described.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= qgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;FIXME &lt;br /&gt;
:These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
;open GeoTiff&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one?&lt;br /&gt;
&lt;br /&gt;
:(''if needed geotiff and shapefile export could be added to the GRASS testing procedure to make some'')&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data I&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
     Name: medford&lt;br /&gt;
     Host: localhost&lt;br /&gt;
     Database: medford&lt;br /&gt;
     Port: 5432&lt;br /&gt;
     username: user&lt;br /&gt;
     password: user&lt;br /&gt;
     SSL Mode: allow&lt;br /&gt;
&lt;br /&gt;
    Test Connect should show success&lt;br /&gt;
    select sample point, line and poly layers&lt;br /&gt;
    view selected data&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data &lt;br /&gt;
:(''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
 Name: ________ &amp;quot;OpenStreetMap Import&amp;quot; &lt;br /&gt;
 Database: ____ &amp;quot;osm_barcelona&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on [Test Connect], with luck you will get a message that the connection to the database was successful. &lt;br /&gt;
*Click [Ok] to close the New Database window. &lt;br /&gt;
*Click on [Connect] in the top left of the Add PostGIS Table window. You should see a listing of tables come up. &lt;br /&gt;
*Click on all of the table names to highlight them. &lt;br /&gt;
*Click on [Add] at the bottom. &lt;br /&gt;
*After some moments you should see the data displayed in the main map canvas. &lt;br /&gt;
*Zoom, pan, query as you like.&lt;br /&gt;
&lt;br /&gt;
This should at least prove to you that the database is correctly populated and running. &lt;br /&gt;
&lt;br /&gt;
;open shapefile&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one? &lt;br /&gt;
*From the menu: Layer → Add Vector Layer ...&lt;br /&gt;
&lt;br /&gt;
:Do not select New Vector Layer ... (that's for creating new data, not opening existing data)&lt;br /&gt;
&lt;br /&gt;
*Dataset: [Browse]&lt;br /&gt;
&lt;br /&gt;
:&amp;amp;nbsp;? where on disc&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
*Ctrl-click on each of the *.shp files in that directory, then click [Open] and finally [Ok] &lt;br /&gt;
*After some momements you should see the data displayed in the main map canvas. &lt;br /&gt;
*Because the some of the shapefiles use a different map projection than the PostGIS database, things may not line up exactly. In the Settings → Projection Properties, Coordinate Reference System tab, you can tick the [•] Enable 'on the fly' CRS transformation box to overlay them. Be warned that this is computationally expensive and the layer may need to have its CRS set manually. &lt;br /&gt;
*Zoom, pan, query as you like. Drag layer names up and down in the left-pane list to change their position in the stack.&lt;br /&gt;
&lt;br /&gt;
;open OSM data&lt;br /&gt;
&lt;br /&gt;
*need to enable plugin? &lt;br /&gt;
*open /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Test the GRASS plugin&lt;br /&gt;
&lt;br /&gt;
*(it's installed, right?) &lt;br /&gt;
*Go menu &amp;quot;Plugins, Pluginmanager, activate &amp;quot;GRASS plugin&amp;quot;, OK button: a set of new buttons should appear &lt;br /&gt;
*open location/mapset → ~/grassdata/spearfish90/PERMANENT &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation&amp;quot; map &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation_shade&amp;quot; map &lt;br /&gt;
*click right mouse button in legend on &amp;quot;elevation_shade&amp;quot; map, move transparency to 40% &lt;br /&gt;
*click &amp;quot;Add GRASS vector layer&amp;quot; button, select &amp;quot;roadsmajor&amp;quot; map, select layer &amp;quot;1-line&amp;quot; (level 1 is the topological level), OK&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Problem with settings, says database medford does not exist&lt;br /&gt;
: ''test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The GRASS plugin could not load the data from the /hom/user/grassdata folder&lt;br /&gt;
&lt;br /&gt;
= QGIS Mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:QGIS Mapserver 1.0, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
&lt;br /&gt;
* Start ''QGIS Mapserver'' from ''Web Services''&lt;br /&gt;
&lt;br /&gt;
:Verify that a browser opens and shows a world map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= R =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*double click on the R Icon &lt;br /&gt;
*at the command line, type demo(graphics) and hit return &lt;br /&gt;
*follow the prompt and watch the target window for examples&lt;br /&gt;
&lt;br /&gt;
''If it is possible please add steps here to test the included geostats packages, they are both more interesting and more likely to have problems in the build. tx'' &lt;br /&gt;
&lt;br /&gt;
:''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6&amp;amp;nbsp;?''&lt;br /&gt;
&lt;br /&gt;
 #Load a library&lt;br /&gt;
 library(sp)&lt;br /&gt;
 #list the demos available&lt;br /&gt;
 demo()&lt;br /&gt;
 #Run the demo from the sp package&lt;br /&gt;
 #This will step you through several examples of code and the resulting plots&lt;br /&gt;
 demo(gallery)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Some examples to try here: &lt;br /&gt;
&lt;br /&gt;
:http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= SAGA =&lt;br /&gt;
;Tests written for&lt;br /&gt;
: OSGeo LiveDVD 4.0&lt;br /&gt;
* Start the program&lt;br /&gt;
* Check if no errors occur during initialisation (messages text)&lt;br /&gt;
* Run the steps in the quickstart guide&lt;br /&gt;
As an extra test, you could check whether saga_cmd works:&lt;br /&gt;
run SAGA_MLB=/usr/lib/saga saga_cmd from a terminal. The list of modules should be given. There should be 45 modules.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-05 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, 700Mb RAM, on xubuntu 10.4 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Sahana =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* The '''4.0rc6''' release installer broke. Please rerun the gisvm/trunk/install_sahana.sh script as root before testing.&lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/sahana_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Didn't have permission to run Sahana even when running under SUDO&lt;br /&gt;
: ''--see above comment: it's not there because the installer failed. (now fixed) --HB''&lt;br /&gt;
&lt;br /&gt;
= spatialite =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:spatialite 2.4, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*should read user/data/spatialite/regions.sqlite&lt;br /&gt;
*sql query doesn't work with 'order by' qualifier&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*open UDig&lt;br /&gt;
&lt;br /&gt;
:Verify you see a Welcome screen&lt;br /&gt;
&lt;br /&gt;
*Close the Welcome display. (Note if you don't close this display, then you can't load layers later on) &lt;br /&gt;
*from the Layer menu, choose &amp;quot;Add...&amp;quot; &lt;br /&gt;
*Choose Files from /home/user/data/udig/udig-data/data-v1_2/ &lt;br /&gt;
*select bc_border.shp &lt;br /&gt;
*you may also select others, for example all shp files starting with bc_ &lt;br /&gt;
*click OK&lt;br /&gt;
&lt;br /&gt;
:Verify you see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base system Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*uDig opened but test data directory was not present&lt;br /&gt;
&lt;br /&gt;
Raised issues:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/621 fix symbolic link so udig-data is available&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/622 fails to show geoserver wms&lt;br /&gt;
&lt;br /&gt;
= Ushahidi =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/ushahidi_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan&lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Viking =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* If you have a GPX file handy, File &amp;amp;rarr; Open&lt;br /&gt;
* Layers &amp;amp;rarr; New Map Layer&lt;br /&gt;
* pick OpenStreetMaps (Cycle), [ok]&lt;br /&gt;
* On the ''Layer Name'' list on the left side, right click on &amp;quot;Map&amp;quot; and ''Download Onscreen Maps''&lt;br /&gt;
* It should start to download street maps of lower Manhattan&lt;br /&gt;
* Select ''Tools &amp;amp;rarr; Ruler'' from the menu&lt;br /&gt;
* Click on the Brooklyn Bridge, then on Batter Park to get a distance and heading&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2 Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: &amp;lt;s&amp;gt;Fail&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Viking opened but with no gpx 'handy' I could not verify that it worked&lt;br /&gt;
: ''--that's not really a fail. --HB''&lt;br /&gt;
&lt;br /&gt;
= ZOO Project  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.ZOO Project. 1.0.0, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:- &lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that your Apache and GeoServer are running&lt;br /&gt;
* click on &amp;quot;ZOO Project&amp;quot; icon from the Servers Desktop directory to make firefox loading the Spatialtools demo page&lt;br /&gt;
* select a feature from the displayed states then click on a spatialtools buton to get the RawDataOutput result of processing displayed on the map&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Gérald Fenoy&lt;br /&gt;
:System: VMWare Fusion, instance with 2Gig RAM and 2CPU&lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, instance with 700Mb RAM &lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass after manual install - *if* geoserver started&lt;br /&gt;
&lt;br /&gt;
= zyGrib =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* click the magnifying glass 1:1 button on the toolbar to go to the world map&lt;br /&gt;
* left-click drag a box over Europe&lt;br /&gt;
* click the [] zoom button to the left of the 1:1 zoom button to zoom in to that box&lt;br /&gt;
* click the power plug button on the right to check the server status&lt;br /&gt;
* left-click drag an area of interest again&lt;br /&gt;
* ''File &amp;amp;rarr; Download GRIB''&lt;br /&gt;
* click the [Download GRIB file] button in the lower-left, and save it.&lt;br /&gt;
* You should now see a weather map&lt;br /&gt;
* In the ''Data'' menu you can select different maps to look at&lt;br /&gt;
* Click the rocketship button on the right end of the toolbar to see a 5 day animation of the forecast. Set speed, Play, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*Could not connect to network so power plug failed. Could not retrieve network data&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Open Help by selecting he help icon (a yellow sign with a wombat)&lt;br /&gt;
&lt;br /&gt;
:Verify that the firefox web browser opens at file:///usr/local/share/livedvd-docs/index.thml &lt;br /&gt;
:Verify that the browser opens with &amp;quot;Home&amp;quot;, &amp;quot;Contents&amp;quot;, &amp;quot;Contact and Support&amp;quot;, &amp;quot;Tests&amp;quot;, &amp;quot;Sponsors&amp;quot; tabs.&lt;br /&gt;
&lt;br /&gt;
*Click on the above tabs.&lt;br /&gt;
&lt;br /&gt;
:Verify the respective pages are opened.&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;quot;Contents&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
:Verify that each project is mentioned. &lt;br /&gt;
:Verify that the project version numbers matches version numbers here: http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;amp;hl=en_GB &lt;br /&gt;
:Verify that when clicking on each project title, a description page is opened.&lt;br /&gt;
&lt;br /&gt;
*Install a link checker&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
*Run the linkchecker against the installed docs:&lt;br /&gt;
&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;amp;gt;&amp;amp;amp;1 | tee /var/log/osgeo-live/linkchecker.log&lt;br /&gt;
&lt;br /&gt;
:Verify there are not errors in the log file&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 dual core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The following project listings had issues&lt;br /&gt;
*52 degree North Web Processing Service not present in contents&lt;br /&gt;
*Geopublisher should be listed as version 1.5 in contents ( it's 1.4 )&lt;br /&gt;
*Geoserver 2.0.1 should read 2.0.2&lt;br /&gt;
*Mapbender not present in contents&lt;br /&gt;
*Octave mapping tools not present in contents&lt;br /&gt;
: ''--disabled on purpose. --HB''&lt;br /&gt;
*Open Jump 1.3 should read 1.3.1&lt;br /&gt;
*R Geostatistics 2.10.1 should read 2.11.1&lt;br /&gt;
*SAFA GIS not present in contents&lt;br /&gt;
*uDIG 1.2rc1 should read 1.2rc3&lt;br /&gt;
*Zoo Project not present in contents&lt;br /&gt;
&lt;br /&gt;
The apt-get command failed because I was not connected to a network ( I'm not supposed to be connected to a network, apparently ) and also I was asked for a SUDO password which is not provided.&lt;br /&gt;
: ''--sudo password now in welcome message --HB''&lt;br /&gt;
&lt;br /&gt;
The linkchecker could thus not be run as I was unable to acquire it&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Windows Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a windows computer, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the WindowsInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each WindowsInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Mac Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a Mac, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the MacInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each MacInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06  ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Booted from Disk. Base System Mac Mini 2.0 Dual Core, 2 Gig RAM &lt;br /&gt;
:Version: Arramagong Live GIS 3.0&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Could not run directly from OSX Snow Leopard. Had to change system settings to boot from disk which worked fine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49248</id>
		<title>Live GIS Disc Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49248"/>
		<updated>2010-08-08T19:44:10Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: QGIS Mapserver: test steps and results added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page describes how to test each application installed on the [[Live GIS Disc]]. Application test steps describe how an Ubuntu user who is unfamiliar an application can try it out and confirm that everything has been installed correctly within 5 minutes. Test Results document when the application was last verified to be working.'' &lt;br /&gt;
&lt;br /&gt;
''This page is maintained at: http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing and copied onto each release of the LiveDVD.'' &lt;br /&gt;
&lt;br /&gt;
* Please try to move the app list into more of an alphabetical order ...&lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*.action.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*Eg: From menu, select GeoSpatial-&amp;amp;gt;Application-&amp;amp;gt;Start&lt;br /&gt;
&lt;br /&gt;
:Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Boot and Installer =&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*. Straight up Live DVD Disk&lt;br /&gt;
*. Installer (into a VM if that is easier to clean up after)&lt;br /&gt;
*. Testing is performed offline&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*. You arrive at the desktop&lt;br /&gt;
*. Help opens&lt;br /&gt;
*. Firefox opens up&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2 GB, on live dvd&lt;br /&gt;
:System: Macbook Pro, 4 GB, on live dvd&lt;br /&gt;
:System: VirtualBox, 1 GB, 30GB HD image, on windows 7&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Bootloader&lt;br /&gt;
*. shows version 3.0&lt;br /&gt;
*. think pad boots fine&lt;br /&gt;
*. mac needed to hit ENTER to get to the initial boot loading screen&lt;br /&gt;
&lt;br /&gt;
Installer&lt;br /&gt;
*. tried with vitural box vm&lt;br /&gt;
*. install says &amp;quot;Arramagong live&amp;quot;&lt;br /&gt;
*. obviously installing will allow you to enter a user name; will this break applications expecting &amp;quot;user&amp;quot; ?&lt;br /&gt;
*. my install failed; not enough space on the device. Need instructions indicating how much space is needed&lt;br /&gt;
&lt;br /&gt;
Desktop&lt;br /&gt;
*. think pad displays fine&lt;br /&gt;
*. macbook pro - test OSGeo LIVE DVD Barcelona is cut off (and this one has higher resolution than many laptops)&lt;br /&gt;
*. virtual box - could not adjust the screen resolution beyond the initial 800x600, instructions for open-vm-tools were fine, oh wait it wants a reboot - of a live dvd?&lt;br /&gt;
*. never did get virtual box to have a different screen resolution even after adding the open-vm-tools&lt;br /&gt;
&lt;br /&gt;
Suggestions from IRC:&lt;br /&gt;
*. change background to not have text&lt;br /&gt;
*. text at bottom of desktop being cut off is probably a function of screen aspect ratio&lt;br /&gt;
*. indicate that &amp;quot;user&amp;quot; is the password in a box or make it more visible (good idea jasonbirch)&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The DVD has label Arramagong Live 3.0&lt;br /&gt;
* User name is asked for installation, but after first boot, automatic login can be selected.&lt;br /&gt;
* Had to install vbox-additions in order to change screen resolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: deegree 2.3 , osgeo-live 4.0&lt;br /&gt;
&lt;br /&gt;
Steps: Run the QuickStart.&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
Switch to running Quick Start over previous 3.0 test steps. Things working as expected.&lt;br /&gt;
&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: Virtual Box on Ubuntu&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad, 2 GB ram, live dvd&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with test script issues&lt;br /&gt;
&lt;br /&gt;
* start deegree not on desktop; has been moved … into Web Services&lt;br /&gt;
* running start deegree opens firefox; firefox is in offline mode and can't browse http://localhost:8081/&lt;br /&gt;
* services are there&lt;br /&gt;
* test WMS, test WFS or test WCS links are not there&lt;br /&gt;
* generic client works&lt;br /&gt;
* deegree logo tries to take me to the website (and I am not online); I would like to return to the initial start page?&lt;br /&gt;
* deegree iPortal does not exist&lt;br /&gt;
* super hard to tell if the service stopped&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Firefox starts before Tomcat + deegree are up, throwing a &amp;quot;not found&amp;quot; page. The user needs to refresh.&lt;br /&gt;
* iPortal: When changing from Utah theme to Salt Lake City theme, the overview window is not redrawn.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= atlasstyler  =&lt;br /&gt;
&lt;br /&gt;
Run Quickstart&lt;br /&gt;
&lt;br /&gt;
Quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/atlasstyler_quickstart.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
&lt;br /&gt;
*. Application is in &amp;quot;Education &amp;gt; Atlasstyler&amp;quot; (Not Science &amp;gt; Atlas Styler)&lt;br /&gt;
*. Quickstart is not specific enough; it is more a link to other docs&lt;br /&gt;
*. Application &amp;quot;window&amp;quot; is messed up; the window tilebar is folded up under the desktop bar; you can resise the window; but not move it.&lt;br /&gt;
*. Tried with natural_earth countries, a warning was provided that it would use the default style, progress bar is taking a long time&lt;br /&gt;
*. Oh wait the tutorials link to their website (I am offline); but the styling layers with SLD tutorials in french and english are actually included on the disk (verified both links work)&lt;br /&gt;
*. The application never came back to me; and the window issue result in a fail&lt;br /&gt;
*. darn I was looking forward to this one&lt;br /&gt;
*. figured out a workaround; clicking on task bar and asking the application to maximiz finally lets me get at the window tilebar&lt;br /&gt;
*. Whew was able to use &amp;quot;ps -ef | grep java&amp;quot; and &amp;quot;kill&amp;quot; to shut it down&lt;br /&gt;
&lt;br /&gt;
= geopublisher  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geopublisher_quickstart.html&lt;br /&gt;
&lt;br /&gt;
;Tests written for Unknown&lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and open Geopublishing documentation &lt;br /&gt;
**Verify that the green page from file:///usr/share/doc/geopublishing/index.html open in a browser &lt;br /&gt;
*Scroll to the bottom and click the demo atlas. &lt;br /&gt;
*Unzip it do your Desktop &lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and start Geopublisher &lt;br /&gt;
*Load the atlas.gpa from your Desktop/ChartDemoAtlas &lt;br /&gt;
**Verify that Geopublisher load the atlas. You should see a triparted GUI with a map-pool, data-pool and menu area. &lt;br /&gt;
*Select File-&amp;amp;gt;Export and follow the wizard.. &lt;br /&gt;
**export online and offline version of the atlas to a ''new directory'' Desktop/ChartAtlasExported &lt;br /&gt;
**When the export has finished, click the &amp;quot;open folder&amp;quot; button &lt;br /&gt;
**Close Geopublisher &lt;br /&gt;
*Go into the Desktop/ChartAtlasExported/DISK folder and run ''start.sh'' &lt;br /&gt;
**Verify that an atlas opens &lt;br /&gt;
**Verify that you see a &amp;quot;Charts available&amp;quot; button at the top right &lt;br /&gt;
**Verify that clicking selecting the chart opens a chart window&lt;br /&gt;
&lt;br /&gt;
Let that be the basic testing for Geopublisher now. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
:Results: GeoPublisher pass with issues&lt;br /&gt;
&lt;br /&gt;
*. Application &amp;gt; Education (not Science)&lt;br /&gt;
*. You could just have the demo atlas link in the quickstart? &lt;br /&gt;
*. I need a bit more advice no unzipping the demo atlas (firefox opened archive manager; but I think a picture is needed for those new to linux)&lt;br /&gt;
*. Open Folder button did not work&lt;br /&gt;
*. It is running and is very pretty&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
- http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geoserver_quickstart.html&lt;br /&gt;
&lt;br /&gt;
Previous test definition:&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Start GeoServer&amp;quot; icon. &lt;br /&gt;
*Wait ~ 60 seconds for GeoServer to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of map layers&lt;br /&gt;
&lt;br /&gt;
*Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&lt;br /&gt;
&lt;br /&gt;
:Verify you should see a web page with sample data in an interactive map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th,2010 ==&lt;br /&gt;
:Run by: Jody garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Quickstart document is not rendering correct; images rescale and text is pushed out of the way&lt;br /&gt;
* Start GeoServer icon is not specific; it is in Web Services now; or in the Education menu (sigh!)&lt;br /&gt;
* Nice progress bar as it starts up (who did that?)&lt;br /&gt;
* Helpful having the start page link in the docs; but that new little progress bar opened the page for me&lt;br /&gt;
* Suffers from the same &amp;quot;Firefox is in offline mode&amp;quot; error and cannot see local host (sent to email list)&lt;br /&gt;
* No need to login if all you are doing is showing the layer preview&lt;br /&gt;
* Warning is about the read-only file system; the live dvd provides this; so is this warning needed?&lt;br /&gt;
* the directory needs to be /home/user/data/natural_earth (since the live dvd user name is &amp;quot;user&amp;quot; )&lt;br /&gt;
* So adding a layer was fine; the sectino for adding the style to the layer is empty&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* Embeded GeoWebCache WMS TMS document throws an error.&lt;br /&gt;
* Quickstart: the path to find the data is /usr/lib/geoserver-2.0.2/data_dir/data instead of /usr/lib/geotools-2.0.2/data_dir/data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education and start gvSIG&lt;br /&gt;
&lt;br /&gt;
:Verify that gvSIG starts correctly&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add some shapefiles from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the shapefiles are correctly added to the view&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add any of the two TIFF files from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the raster files are correctly loaded to the view&lt;br /&gt;
&lt;br /&gt;
*If you have Internet access, try to add a WMS layer from the combo list (i.e. the NASA JPL server)&lt;br /&gt;
&lt;br /&gt;
:Verify that a WMS layer can be accessed&lt;br /&gt;
&lt;br /&gt;
*Open the sample project included in the LiveDVD at &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify the project loads all the data and layouts configured are available.&lt;br /&gt;
&lt;br /&gt;
*You can also try to access any of the other data available from the LiveDVD like the PostGIS Data, or WxS services by the map servers configured&lt;br /&gt;
&lt;br /&gt;
:This tests are related with the correct functioning of the other software installed on the LiveDVD&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with path issues to sample project&lt;br /&gt;
&lt;br /&gt;
* Programm runs fine, but on opening the sample project from &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;, a file not found / Invalid path to &amp;quot;/home/user/data/openjump/data/departement22.shp&amp;quot; and the same message to a lot of other files in that directory comes up.&lt;br /&gt;
&lt;br /&gt;
= gdal / ogr  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  ogrinfo --formats&lt;br /&gt;
  gdalinfo --formats&lt;br /&gt;
  &lt;br /&gt;
  ogrinfo data/natural_earth/10m_ocean.shp&lt;br /&gt;
  gdalinfo /usr/share/osgearth/data/terrain/mt_rainier_90m.tif&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;Start Geomajas&amp;quot; which will start the Geomajas startup script. This will in turn start up a Tomcat server.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:3420/geomajas-tutorial/applications/tutorial/html/&lt;br /&gt;
&lt;br /&gt;
*Click on the &amp;quot;Start demo!&amp;quot; link for the Attributes &amp;amp;amp; Features demo.&lt;br /&gt;
&lt;br /&gt;
:Verify that a sample demo page has opened with an application, showing the provinces of Belgium.&lt;br /&gt;
&lt;br /&gt;
*Doubleclick on one of the rows in the attribute table bottom right.&lt;br /&gt;
&lt;br /&gt;
:Verify that a floating window appears, showing the rows' contents in more detail.&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;Stop Geomajas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Tomcat server that runs Geomajas has stopped. &lt;br /&gt;
:*This can be done by refreshing the page. Firefox should give a warning that it is unable to connect.&lt;br /&gt;
&lt;br /&gt;
==Results from 9 March 2010== &lt;br /&gt;
:Run by: Pieter De Graef &lt;br /&gt;
:System: Virtualbox, ~512MB RAM, on Windows XP &lt;br /&gt;
:Version: distribution version: osgeo-live-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: fail&lt;br /&gt;
* After starting 'start Geomajas' in the Browser Clients folder Firefox opens URL &amp;quot;http://localhost:3420/showcase/&amp;quot;, which is a 404 Page delivered by Jetty.&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* The link http://localhost:3420/geomajas-tutorial/applications/tutorial/html/ does not work after start-up&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click icon &amp;quot;Start Geonetwork&amp;quot; - wait until the server intializes (see load graph in the upper right hand corner) &lt;br /&gt;
*open FireFox http://localhost:8880 &lt;br /&gt;
*you should see a list of active URLs, choose /geonetwork&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*(''copied from install_gpsdrive.sh'') &lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/gpsdrive_description.html on-disc help page]&lt;br /&gt;
&lt;br /&gt;
=== Testing  ===&lt;br /&gt;
&lt;br /&gt;
==== If no GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Double click on the GpsDrive desktop icon &lt;br /&gt;
*You should see a map of downtown Barcelona, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:150,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass). After a moment you should see all 3 FOSS4G 2010 venues.&lt;br /&gt;
*Enter Explore Mode by pressing the &amp;quot;e&amp;quot; key or in the Map Control button. &lt;br /&gt;
*Use the arrow keys or left mouse button to move off screen. &lt;br /&gt;
* Try clicking on the Workshop venue and mouse-wheel to zoom in on it&lt;br /&gt;
*Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;Find&amp;quot; button on the left&lt;br /&gt;
* Set &amp;quot;maximum distance&amp;quot; to 1.0 km&lt;br /&gt;
* Click the POI-Types drop down menu and select ''Food &amp;amp;rarr; Restaurant &amp;amp;rarr; Restaurant''&lt;br /&gt;
* Click the ''Find'' button in the top right&lt;br /&gt;
* Click on the nearest restaurant, and &amp;quot;Select Target&amp;quot; in the bottom right&lt;br /&gt;
* Make your way there and enjoy a nice meal&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps  =====&lt;br /&gt;
&lt;br /&gt;
*Change the scale setting to 1:1,000,000 you should see the limits of the PostGIS/Mapnik/OpenStreetMaps road database for the conference area.&lt;br /&gt;
*Click the &amp;quot;Map Control&amp;quot; button on the left hand side, and turn off Mapnik Mode.&lt;br /&gt;
: You should now see a continental image&lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on an island in the Med&lt;br /&gt;
*In the top-left menu, pick ''Options &amp;amp;rarr; Map &amp;amp;rarr; Download'' &lt;br /&gt;
**Map source: NASA LANDSAT, Scale: 1:500,000, [Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:500,000 &lt;br /&gt;
**This will be of more use in remote areas. &lt;br /&gt;
*Explore to the coast, click on an airport, headland, or some other conspicuous feature. You might want to use the magnifying glass buttons to zoom in on it better. Use a right click set the target on some other conspicuous feature nearby then demagnify back out. &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; Download &lt;br /&gt;
**Map source: OpenStreetMap, Scale: 1:40,000, left-click on map to center the green preview over your target and what looks like a populated area. &lt;br /&gt;
**[Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:40,000 and you should see a road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*If you have a GPX track file lying around ...&lt;br /&gt;
*Options -&amp;amp;gt; Import -&amp;amp;gt; GPX track &lt;br /&gt;
*Hidden folders are hidden in the file picker, but just start typing ~/.gpsdrive and hit enter. You should then see the tracks/ directory and be able to load &amp;lt;!-- australia.gpx. --&amp;gt;&lt;br /&gt;
*A red trace should appear &amp;lt;!-- along the coastline. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- *Check that it lines up well with the coast as shown in map tiles of varying scale. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Make sure gpsd is running by starting &amp;quot;xgps&amp;quot; from the command line. &lt;br /&gt;
*The program will automatically detect gpsd and jump to your current position. This should bring up a continental map as you won't have any map tiles downloaded for your area yet. (you may want to switch out of ''Mapnik Mode'' in the ''Map Control'' window)&lt;br /&gt;
*See the above &amp;quot;Downloading Maps&amp;quot; section to get some local tiles. &lt;br /&gt;
*If you have a local GPX track of some roads try loading that and making sure everything lines up, as detailed in the above &amp;quot;Overlay a GPX track&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:geokettle 3.2.0-20090609, osgeo-live 4.0-rc6 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:August 8th, 2010 &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a window prompting you to select a repository.&lt;br /&gt;
&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoKettle application is opened.&lt;br /&gt;
&lt;br /&gt;
*Close any startup tips dialog. &lt;br /&gt;
*Select File-&amp;amp;gt; Open &lt;br /&gt;
*Select &amp;lt;tt&amp;gt;/opt/geokettle/samples/transformations/geokettle/intersection.ktr&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify you see the &amp;quot;intersection&amp;quot; transformation in the work area, with a big yellow comment box and some step icons.&lt;br /&gt;
&lt;br /&gt;
*Run the transformation in preview mode &lt;br /&gt;
**Select Transformation menu -&amp;amp;gt; Preview &lt;br /&gt;
**Choose the &amp;quot;Intersecting rows&amp;quot; step (to view the rows that are outputted by that step) &lt;br /&gt;
**then click on Quick Launch.&lt;br /&gt;
&lt;br /&gt;
:Verify you see the result in the &amp;quot;Examine preview data&amp;quot; dialog (two rows with four columns: GEOM1_ID, geom1, GEOM2_ID, geom2. The geom1 and geom2 fields should contain MULTIPOLYGON WKT geometries).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Thierry Badard&lt;br /&gt;
:System: VirtualBox 3.1, 2Gig RAM, on ubuntu 10.04 base &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
There are 29 example jobs built in, and a script to run them all: &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples&lt;br /&gt;
 cd gmt-examples/&lt;br /&gt;
 ./do_examples.sh&lt;br /&gt;
&lt;br /&gt;
[whiz .. bang .. whirl] &lt;br /&gt;
&lt;br /&gt;
View results: (type 'q' to quit &amp;lt;tt&amp;gt;gv&amp;lt;/tt&amp;gt;) &lt;br /&gt;
&lt;br /&gt;
 for PLOT in `find . -name *.ps`&amp;amp;nbsp;; do&lt;br /&gt;
    echo &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
    gv &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Cleanup: &lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*do_examples command not found - I ran ls and it's there&lt;br /&gt;
: ''--did you put ./ in front of the ./do_examples.sh? --HB''&lt;br /&gt;
&lt;br /&gt;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Double click on the GRASS desktop icon&lt;br /&gt;
&lt;br /&gt;
:Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&lt;br /&gt;
&lt;br /&gt;
*Select Spearfish60 for location, User1 for mapset &lt;br /&gt;
*Click on [Start Grass] &lt;br /&gt;
*In the Layer Manager GUI window add a raster layer &lt;br /&gt;
**On the toolbar click the icon with a + and a checkerboard &lt;br /&gt;
**On map to be displayed pull down the list and select elevation.dem &lt;br /&gt;
*from the PERMANENT mapset and click [ok] &lt;br /&gt;
*In the Layer Manager GUI window add a vector layer &lt;br /&gt;
**On the toolbar click the icon with a + and a &amp;quot;V&amp;quot; line &lt;br /&gt;
**For input map name pull down the list and select roads from the PERMANENT mapset and click [ok] &lt;br /&gt;
*Over in the Map Display window toolbar click on the eyeball icon to render&lt;br /&gt;
&lt;br /&gt;
:Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
&lt;br /&gt;
*http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
&lt;br /&gt;
:(North Carolina dataset is already installed in grassdata/)&lt;br /&gt;
&lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/grass_description.html on-disc help page] &lt;br /&gt;
*http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
;Theming layer with PostGIS backend&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt;&amp;amp;nbsp;Desktop GIS &amp;amp;gt;&amp;amp;nbsp;Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot;&amp;amp;nbsp;panel and click ''Ok''&amp;lt;br&amp;gt; &lt;br /&gt;
*In the &amp;quot;''Spatial Reference System selection''&amp;quot; dialog, press the &amp;quot;...&amp;quot; button in order to select the view SRS &lt;br /&gt;
*Select &amp;quot;EPSG&amp;quot;&amp;amp;nbsp;as Type &lt;br /&gt;
*Enter 2270 in the textfield and click &amp;quot;Search&amp;quot;&amp;amp;nbsp;button;&amp;amp;nbsp;select the CRS&amp;amp;nbsp;given and click the ''Ok ''button &lt;br /&gt;
*Click Ok again to set EPSG:2270 as the current view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load&amp;amp;nbsp;Dataset...''&amp;quot; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Database''&amp;quot; (at the top-left corner) and &amp;quot;''PostGIS''&amp;quot; as database type &lt;br /&gt;
*Enter '''Database Name''': medford '''User Name''': user '''Password''': user and click the &amp;quot;Connect&amp;quot; button&amp;lt;br&amp;gt; &lt;br /&gt;
*Scroll down, check the box to the left of '''public.medford_zoning''' and click the ''Ok ''button &lt;br /&gt;
*Select the medford_zoning layer at left under 'Working' and click the checkbox to make it visible &lt;br /&gt;
*Right-click on the 'medford_zoning' layer and choose ''Simbology &amp;amp;gt;&amp;amp;nbsp;Change Styles...'' &lt;br /&gt;
*Select the &amp;quot;''Colour Theming''&amp;quot; tab; click the &amp;quot;''Enable colour theming''&amp;quot; checkbox &lt;br /&gt;
*Choose Attribute =&amp;amp;gt; zoning and click the Ok button to apply the changes&amp;lt;br&amp;gt; &lt;br /&gt;
*You should see the zoning areas of Medford coloured by attribute in the map&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
'''Shapefile and image loading'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt; Desktop GIS &amp;amp;gt; Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot; panel and click Ok&amp;lt;br&amp;gt; &lt;br /&gt;
*Repeat the steps described in the test &amp;quot;Layer&amp;amp;nbsp;Theme with PostGIS backend&amp;quot;, but selecting EPSG:26915 as the view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load Dataset...''&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Image file''&amp;quot; and navigate to ''/home/user/data/mapserver/demos/itasca/'' (or ''data/mapserver/demos/itasca/'' if it starts at the home/user directory)&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the directory &amp;quot;''data''&amp;quot; in order to load all the tiffs inside it as a mosaic and press the Ok button&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the '''data''' layer at left under 'Working' and click the checkbox to make it visible&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Shapefile''&amp;quot; and navigate inside ''data ''directory&amp;lt;br&amp;gt; &lt;br /&gt;
*Select all the shapefiles and press the Ok button in order to load them&amp;lt;br&amp;gt; &lt;br /&gt;
*Check that all the shapefiles have been loaded on the layer tree at the left. Make them visible by clicking on the checkbox of each one&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
see file:///usr/local/share/livedvd-docs/doc/mapnik_description.html Mapnik Description&lt;br /&gt;
* http://live.osgeo.org/doc/mapnik_description.html&lt;br /&gt;
: ''--this may be 6 months old, try the on-disk quickstart instead --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*link to World Population Example app not present&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*you need an GeoTIFF or other raster geodata to test the functionality. So download for example this: [http://download.osgeo.org/gdal/data/gtiff/utm.tif http://download.osgeo.org/gdal/data/gtiff/utm.tif] (when you use Firefox it will automatically save the files into ~/Downloads). &lt;br /&gt;
*start MapTiler: click on &amp;quot;Applications&amp;quot; -&amp;amp;gt; &amp;quot;Graphics&amp;quot; -&amp;amp;gt; &amp;quot;MapTiler&amp;quot; &lt;br /&gt;
*in the MapTiler application select on the first page &amp;quot;Google Maps compatible&amp;quot; tiles and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*in the second page of wizard add the tiff, it should be ~/Downloads/utm.tif and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*continue trough all other steps in the wizard (default options are fine) and then start &amp;quot;Render&amp;quot; &lt;br /&gt;
*when the rendering is finished you will see a link to the directory with tiles, click to open it (it opens in Firefox as a directory) &lt;br /&gt;
*open the &amp;quot;googlemaps.html&amp;quot;, you should see a black&amp;amp;amp;white overlay displayed on top of Google Maps hybrid layer. You can also open &amp;quot;openlayers.html&amp;quot; to see another presentation of the results.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*MapTiler application starts without problems when clicked on the icon &lt;br /&gt;
*When you press on &amp;quot;Render&amp;quot; applications starts the processing and does not report any error.&lt;br /&gt;
&lt;br /&gt;
Alternative &amp;quot;real&amp;quot; geodata for testing are for example [http://www.archive.org/details/maps_usgs USGS maps] or [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml NOAA RNCs]. &lt;br /&gt;
&lt;br /&gt;
Another way to try it: &lt;br /&gt;
&lt;br /&gt;
#Start MapTiler by clicking the icon on the Desktop &lt;br /&gt;
#Load in the second step example raster GEODATA (with georerence/srs) &lt;br /&gt;
#Go trough all the steps with 'Next' up to the Render &lt;br /&gt;
#Once the render is finished you can click in the GUI to open a folder with tiles. When you open googlemaps.html or openlayers.html then you see your geodata warped to the overlay of popular interactive web maps as Google Maps.&lt;br /&gt;
&lt;br /&gt;
The map tiles are displayed directly from your disk. To publish the map to Internet just upload the folder with tiles to any webserver or Amazon S3&amp;quot; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &lt;br /&gt;
*If you have used Google Earth before you should be able to figure this one out without much difficulty. &lt;br /&gt;
*In the Settings menu select full-screen mode &lt;br /&gt;
*Explore ... &lt;br /&gt;
*In the bottom-left corner of the program window there is a subtle tab called &amp;quot;Map View&amp;quot;. Click on it. &lt;br /&gt;
*Select another map (e.g. 'Precipitation (July)') &lt;br /&gt;
*Explore some more ...&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
* Make sure you have a working internet connection &lt;br /&gt;
* Double click on the Mapfish icon on the desktop &lt;br /&gt;
: Verify that a browser opens after a few seconds showing a map of the southwestern pacific &lt;br /&gt;
* Click the magnifying glass just under the word &amp;quot;Map&amp;quot; at the top of the map. &lt;br /&gt;
* Zoom in on Sydney&lt;br /&gt;
* Explore&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* Mapfish start-up script fails to start.&lt;br /&gt;
&lt;br /&gt;
= MapGuide Open Source =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapGuide Open Source 2.2.0, LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:June 26, 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
* Start LiveDVD and log in as &amp;quot;user&amp;quot;&lt;br /&gt;
:Verify presence of &amp;quot;Start MapGuide&amp;quot;, &amp;quot;Stop MapGuide&amp;quot;, and &amp;quot;MapGuide Maestro&amp;quot; desktop icons&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;quot;Start MapGuide&amp;quot; desktop icon and enter &amp;quot;user&amp;quot; password if prompted&lt;br /&gt;
:Verify that &amp;quot;Starting MapGuide&amp;quot; and &amp;quot;Starting Apache&amp;quot; messages appear &lt;br /&gt;
&lt;br /&gt;
* Open a browser window to http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php&lt;br /&gt;
:Verify that a map is displayed in the center of the screen with a layer legend to the left of the map and an application &amp;quot;Overview&amp;quot; pane to the right of the map.&lt;br /&gt;
&lt;br /&gt;
* Zoom into street level detail and click the pointer icon.  Select a parcel.&lt;br /&gt;
:Verify that a parcel is selected in blue.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side of the page, click &amp;quot;Tasks&amp;quot; then &amp;quot;Buffer&amp;quot;.  Set the distance to 20 meters and click &amp;quot;Done&amp;quot;&lt;br /&gt;
:Verify that a red buffer zone appears around the parcel.&lt;br /&gt;
&lt;br /&gt;
* Close the browser and double click the &amp;quot;MapGuide Maestro&amp;quot; desktop icon.  Login to &amp;quot;http://localhost:8008/mapguide/mapagent/mapagent.fcgi&amp;quot; as user &amp;quot;Administrator&amp;quot; and password &amp;quot;admin&amp;quot;.&lt;br /&gt;
:Verify that the tree view contains &amp;quot;Samples/Sheboygan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from August 5, 2010 ==&lt;br /&gt;
:Run by: Trevor Wekel &lt;br /&gt;
:System: VMware ESX 4.1, 16GB RAM &lt;br /&gt;
:Version: LiveDVD 4.0 RC 6&lt;br /&gt;
:Results: Pass with minor issue - the project overview is missing.  Cameron has already fixed it.&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with minor issue&lt;br /&gt;
&lt;br /&gt;
*The MapGuide Maestro points to the URL without the 8008 port after localhost, which results in an error, if the user does not fix this in the URL himself.&lt;br /&gt;
&lt;br /&gt;
= Mapbender =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Mapbender 2.6.1, OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:5. July 2010&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that you have a working internet connection&lt;br /&gt;
* make sure that your Apache and PostgreSQL is running&lt;br /&gt;
&lt;br /&gt;
* double click on the Mapbender icon on the desktop or browse to http://localhost/mapbender/&lt;br /&gt;
: Verify that a browser opens after a few seconds showing the Mapbender login-page&lt;br /&gt;
* login with user root / password root&lt;br /&gt;
: Verify that the list of the available applications appears&lt;br /&gt;
* choose application named &amp;quot;gui&amp;quot; with a click on the name&lt;br /&gt;
: verify that the application &amp;quot;gui&amp;quot; opens and that you see a Mapbender application with the demis-world WMS, a germany WMS and a mapbender-user WMS&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Results from 5.7.2010 ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: Mapbender 2.6.1, just ran ./install_postgis.sh and ./install_mapbender.sh&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
* I ran ./install_postgis.sh and ./install_mapbender.sh - When I started Mapbender the ALIAS was not created. After restart the Mapbender could be used without problem, login succeded&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* next test will be run with the osgeolive 4.0 rc&lt;br /&gt;
----&lt;br /&gt;
== test results from 23.7.2010  ==&lt;br /&gt;
:Run by: Marc Manns&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve beta2 Mapbender 2.6.1&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* create user/group&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* customize tree&lt;br /&gt;
* add WMSFromFilteredList&lt;br /&gt;
* change language in [Mapbender.conf] to german&lt;br /&gt;
&lt;br /&gt;
* suggestion: There is a password.txt at the desktop. I think, we should add our root/root authentication to it. -&amp;gt; '''done --[[User:Astrid Emde|astroide]] 09:28, 23 July 2010 (UTC) '''&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== test results from 8.8.2010  ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve rc6 Mapbender 2.6.2&lt;br /&gt;
:Results: Passed&lt;br /&gt;
&lt;br /&gt;
* create gui&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* print&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
----&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= mb-system  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/mbsystem/examples/&lt;br /&gt;
&lt;br /&gt;
List summary information about the contents of some bathymetric data files: &lt;br /&gt;
&lt;br /&gt;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it: &lt;br /&gt;
&lt;br /&gt;
 cd ../mbm_plot/&lt;br /&gt;
 ./mbm_plot_5.cmd&lt;br /&gt;
 &lt;br /&gt;
 # which creates this script:&lt;br /&gt;
 ./mbm_plot_test5.cmd&lt;br /&gt;
&lt;br /&gt;
You should now see a nice plot of the seafloor off Baja California. &lt;br /&gt;
&lt;br /&gt;
*(this also acts as a test of the GMT plotting package)&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapServer 5.6.3, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:30 June 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;MapServer&amp;quot; icon. &lt;br /&gt;
*Wait a few seconds for FireFox to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the MapServer web page opens at &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;Itasca&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Select &amp;quot;Basic Application&amp;quot; and click on &amp;quot;Initialize&amp;quot;. &lt;br /&gt;
:Verify you get a map.&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Query multiple features&amp;quot; tool on the right of the page and click somewhere on the map.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of features.&lt;br /&gt;
&lt;br /&gt;
*'''THE GMAP DEMO HAS BEEN REMOVE IN 4.0 ALPHA4, IT IS NOT YET COMPATIBLE WITH PHP 5.3''' &amp;lt;strike&amp;gt;Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; , scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;strike&amp;gt;Verify you get a map and a legend with icons rendered.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
:Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*All good, documentation link needs to be updated ( says 5.4.2 instead of 5.6, ) but docs themselves seem up to date&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Daniel Morissette&lt;br /&gt;
:System: Live DVD on Acer AST180 desktop (AMD Athlon X2 64, 3GB RAM)&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Itasca demo (and mapserv 5.6.5) work fine&lt;br /&gt;
* Problems in mapserver_description.html&lt;br /&gt;
** Need to remove &amp;quot;GMap&amp;quot; demo link (since GMap itself has been removed)&lt;br /&gt;
** Need to update Documentation link to read &amp;quot;MapServer 5.6 Documentation&amp;quot; or even better: &amp;quot;MapServer Documentation&amp;quot; (with no version number so we don't need to update it in the future)&lt;br /&gt;
** The main page of the MapServer 5.6 Docs that's on the DVD is from 5.6.3, and the OSM map in that page does not work: the link to the tiles point to a dead server. This is a known issue and the current version of the docs on the MapServer website (v5.6.5) have the map disabled... so it may be a good idea to grab the latest version of the 5.6 docs for the DVD.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;GMap&amp;quot; demo link needs to be removed&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= octave  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Start program by typing &amp;quot;&amp;lt;tt&amp;gt;octave&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
 % Which way to Barcelona from Sydney?&lt;br /&gt;
 sydney = [-33.8750 151.2005]&lt;br /&gt;
 barcelona = [41+23/60 2+11/60]&lt;br /&gt;
 &lt;br /&gt;
 dirn = azimuth(sydney, barcelona);&lt;br /&gt;
 deg_symb = 176;&lt;br /&gt;
 disp(['Heading: ' num2str(dirn) deg_symb])&lt;br /&gt;
&lt;br /&gt;
 % How far's the trip? (roughly!)&lt;br /&gt;
 system('proj -le')&lt;br /&gt;
 wgs84_a = 6378137.0 &amp;amp;nbsp;% major radius of the Earth, in meters&lt;br /&gt;
 dist_deg = distance(sydney, barcelona)&lt;br /&gt;
 dist_meters = pi * wgs84_a * (dist_deg / 360.0)&lt;br /&gt;
 disp(['Distance: ' num2str(dist_meters / 1000) ' km'])&lt;br /&gt;
&lt;br /&gt;
Type &amp;quot;exit&amp;quot; to quit. &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= opencpn  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Activate data&lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Type &amp;quot;&amp;lt;tt&amp;gt;opencpn_noaa_agreement.sh&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
;Run program&lt;br /&gt;
&lt;br /&gt;
(assuming your GPS is not plugged in and &amp;lt;tt&amp;gt;gpsd&amp;lt;/tt&amp;gt; is not running) &lt;br /&gt;
&lt;br /&gt;
*Double click the OpenCPN icon on the desktop or type &amp;quot;opencpn&amp;quot; at a terminal &lt;br /&gt;
*Left-click recenters the view &lt;br /&gt;
*Left-click-drag pans the view &lt;br /&gt;
*Mouse-wheel zooms in/out &lt;br /&gt;
*The blue bars in the bottom show previews of overlapping raster maps and clicking on them switches to them. The green buttons switch to vectorial charts.&lt;br /&gt;
* Right click on the map canvas to get a menu, select &amp;quot;Go to here&amp;quot;. &lt;br /&gt;
* At this point if you have your auto-pilot interfaced GPS plugged in you should feel your boat/airplane change course. If not, you'll see a red arrow and the destination target blinking anyway but will have make your own arrangements for getting there.&lt;br /&gt;
&lt;br /&gt;
;More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/opencpn_description.html on-disc help page] &lt;br /&gt;
:and specifically the [http://opencpn.cvs.sourceforge.net/viewvc/*checkout*/opencpn/opencpn/data/doc/tips.html#Getting_Started Getting Started] help page.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;JOSM &lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Merkaartor&lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* Click the &amp;quot;Download&amp;quot; button at the top left&lt;br /&gt;
* Zoom in on ''Mataro'' just to the north of Barcelona (or anywhere) until one zoom level past where you can read the street names, and click [ok] to start the download&lt;br /&gt;
: (download map: ''Left-click-drag to pan, mouse wheel to zoom'')&lt;br /&gt;
* Click on a road, see its attributes come up&lt;br /&gt;
* now it's ''Right-click-drag to pan, mouse wheel to zoom''&lt;br /&gt;
* In the Layers list in the top-left right-click on &amp;quot;Map - None&amp;quot; and select &amp;quot;Yahoo!&amp;quot;&lt;br /&gt;
* Click the little box to the left of &amp;quot;Map - Yahoo!&amp;quot; to enable the eyeball&lt;br /&gt;
* Behold the satellite image underlay&lt;br /&gt;
&lt;br /&gt;
;Osmarender&lt;br /&gt;
&lt;br /&gt;
* Open up Merkaartor again&lt;br /&gt;
* When satellite image comes up, click the &amp;quot;Download More&amp;quot; button&lt;br /&gt;
* Once the streets come up do ''File &amp;amp;rarr; Export &amp;amp;rarr; OSM (XML)''&lt;br /&gt;
* Select &amp;quot;All visible&amp;quot;, filename ~/test.osm&lt;br /&gt;
* Quit Merkaartor&lt;br /&gt;
* Open a terminal, then:&lt;br /&gt;
 osmarender test.osm&lt;br /&gt;
: [''whiz-bang-whirl'']&lt;br /&gt;
* After some time it should finish leaving a test.svg file behind&lt;br /&gt;
* Open the test.svg file in Inkscape or Firefox to view&lt;br /&gt;
 inkscape test.svg&lt;br /&gt;
* In inkscape it's middle-click-drag to pan, &amp;quot;+&amp;quot; key to zoom in&lt;br /&gt;
* In Firefox use Ctrl-+ to zoom in&lt;br /&gt;
&lt;br /&gt;
;Gosmore &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Import data with:&lt;br /&gt;
&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;-&amp;quot; in the bottom-right of the map canvas until you see the city, then left click to center on downtown, mouse wheel up to zoom in&lt;br /&gt;
* That's about it!&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Map didn't render to scale where I could find any roads. Probably because I'm not connected to network. Apps loaded up fine though&lt;br /&gt;
: ''-- which app are you talking about? net connection should not be needed as we supply data in Barcelona.osm.  for Merkaartor you need to un-bzip2 it first, see the quickstart for details. --HB''&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:ossim 1.8, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
Remark: OssimPlanet requires OpenGL support, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Couldn't find test file. no data/ossim directory&lt;br /&gt;
: ''The above paths are out of date. look in the data/raster/ or data/kml/ dirs  --HB''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osgearth  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:osgearth 1.3, osgeo-live 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08 &lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
&lt;br /&gt;
You should see a globe with different overlays. Remark: OpenGL support is required, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*command failed. Directory share/osgearth/maps/ does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Layer Theme with PostGIS backend&lt;br /&gt;
&lt;br /&gt;
*Open OpenJUMP &lt;br /&gt;
*under the File menu select 'Open...' &lt;br /&gt;
*select Data Store Layer &lt;br /&gt;
*on the Connection line, click on the database icon (far right) &lt;br /&gt;
*click on Add &lt;br /&gt;
*enter '''Name''': medford '''Server''': localhost '''Port''': 5432 '''Instance''': medford '''User''': user '''Password''': user &lt;br /&gt;
*click OK; click OK in the parent dialog box; you should be back in the Data Store Layer dialog &lt;br /&gt;
*from the Dataset: menu choose 'medford_zoning'; click Finish &lt;br /&gt;
*select the medford zoning layer at left under 'Working' &lt;br /&gt;
*click on the Palette Icon in the menu bar &lt;br /&gt;
*select the 'Colour Theming' tab; click 'Enable colour theming' checkbox &lt;br /&gt;
*choose Attribute =&amp;amp;gt; zoning &lt;br /&gt;
*choose a colour theme; click 'OK' to dismiss the dialog &lt;br /&gt;
*you should see the zoning areas of Medford in various colours&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Open Jump started but database 'medford' doesn't exist&lt;br /&gt;
: ''--test is out of date; run &amp;quot;psql -l&amp;quot; to list current installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Spatial Query with the Graphical Query Builder helper&lt;br /&gt;
&lt;br /&gt;
*Open PGAdmin III from the Development menu &lt;br /&gt;
*double-click on 'local' &lt;br /&gt;
*under Databases, double-click on medford &lt;br /&gt;
*open 'schemas' &lt;br /&gt;
*open 'public' &lt;br /&gt;
*select 'Tables', click on the 'Execute SQL' Icon above (it has a pencil in it) &lt;br /&gt;
*expand the window and click on 'Graphical Query Builder' &lt;br /&gt;
*open 'Schemas', double-click on 'public' &lt;br /&gt;
*click and drag 'medford_wards' to the work area on the right &lt;br /&gt;
*click and drag 'jacksonco_schools' to the work area on the right &lt;br /&gt;
*choose 'jacksonco_schools' name, address, city and students &lt;br /&gt;
*choose 'medford_wards' council_me (meaning council members) &lt;br /&gt;
*click and drag from the_geom in 'medford_wards' to the_geom in 'jacksonco_schools' (you should see a solid line form with an '=' in it) &lt;br /&gt;
*click on the 'SQL Editor' tab above, to navigate away from the Graphical Query Builder &lt;br /&gt;
*edit the WHERE line to say&lt;br /&gt;
&lt;br /&gt;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
&lt;br /&gt;
*add an additional line&lt;br /&gt;
&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&lt;br /&gt;
&lt;br /&gt;
*the entire query ends with one semicolon ';' &lt;br /&gt;
*click on the 'execute query' icon above (a green triangle pointing to the right) you should see a list of council districts, schools, school sizes and the names of council members for each district as a result&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*database 'medford' doesn't exist&lt;br /&gt;
: ''--test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= pgRouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
* Follow pgRouting Quick Start documentation, and confirm you get results described.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= qgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;FIXME &lt;br /&gt;
:These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
;open GeoTiff&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one?&lt;br /&gt;
&lt;br /&gt;
:(''if needed geotiff and shapefile export could be added to the GRASS testing procedure to make some'')&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data I&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
     Name: medford&lt;br /&gt;
     Host: localhost&lt;br /&gt;
     Database: medford&lt;br /&gt;
     Port: 5432&lt;br /&gt;
     username: user&lt;br /&gt;
     password: user&lt;br /&gt;
     SSL Mode: allow&lt;br /&gt;
&lt;br /&gt;
    Test Connect should show success&lt;br /&gt;
    select sample point, line and poly layers&lt;br /&gt;
    view selected data&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data &lt;br /&gt;
:(''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
 Name: ________ &amp;quot;OpenStreetMap Import&amp;quot; &lt;br /&gt;
 Database: ____ &amp;quot;osm_barcelona&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on [Test Connect], with luck you will get a message that the connection to the database was successful. &lt;br /&gt;
*Click [Ok] to close the New Database window. &lt;br /&gt;
*Click on [Connect] in the top left of the Add PostGIS Table window. You should see a listing of tables come up. &lt;br /&gt;
*Click on all of the table names to highlight them. &lt;br /&gt;
*Click on [Add] at the bottom. &lt;br /&gt;
*After some moments you should see the data displayed in the main map canvas. &lt;br /&gt;
*Zoom, pan, query as you like.&lt;br /&gt;
&lt;br /&gt;
This should at least prove to you that the database is correctly populated and running. &lt;br /&gt;
&lt;br /&gt;
;open shapefile&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one? &lt;br /&gt;
*From the menu: Layer → Add Vector Layer ...&lt;br /&gt;
&lt;br /&gt;
:Do not select New Vector Layer ... (that's for creating new data, not opening existing data)&lt;br /&gt;
&lt;br /&gt;
*Dataset: [Browse]&lt;br /&gt;
&lt;br /&gt;
:&amp;amp;nbsp;? where on disc&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
*Ctrl-click on each of the *.shp files in that directory, then click [Open] and finally [Ok] &lt;br /&gt;
*After some momements you should see the data displayed in the main map canvas. &lt;br /&gt;
*Because the some of the shapefiles use a different map projection than the PostGIS database, things may not line up exactly. In the Settings → Projection Properties, Coordinate Reference System tab, you can tick the [•] Enable 'on the fly' CRS transformation box to overlay them. Be warned that this is computationally expensive and the layer may need to have its CRS set manually. &lt;br /&gt;
*Zoom, pan, query as you like. Drag layer names up and down in the left-pane list to change their position in the stack.&lt;br /&gt;
&lt;br /&gt;
;open OSM data&lt;br /&gt;
&lt;br /&gt;
*need to enable plugin? &lt;br /&gt;
*open /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Test the GRASS plugin&lt;br /&gt;
&lt;br /&gt;
*(it's installed, right?) &lt;br /&gt;
*Go menu &amp;quot;Plugins, Pluginmanager, activate &amp;quot;GRASS plugin&amp;quot;, OK button: a set of new buttons should appear &lt;br /&gt;
*open location/mapset → ~/grassdata/spearfish90/PERMANENT &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation&amp;quot; map &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation_shade&amp;quot; map &lt;br /&gt;
*click right mouse button in legend on &amp;quot;elevation_shade&amp;quot; map, move transparency to 40% &lt;br /&gt;
*click &amp;quot;Add GRASS vector layer&amp;quot; button, select &amp;quot;roadsmajor&amp;quot; map, select layer &amp;quot;1-line&amp;quot; (level 1 is the topological level), OK&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Problem with settings, says database medford does not exist&lt;br /&gt;
: ''test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The GRASS plugin could not load the data from the /hom/user/grassdata folder&lt;br /&gt;
&lt;br /&gt;
= QGIS Mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:QGIS Mapserver 1.0, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
&lt;br /&gt;
* Start ''QGIS Mapserver'' from ''Web Services''&lt;br /&gt;
&lt;br /&gt;
:Verify that a browser opens and shows a world map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= R =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*double click on the R Icon &lt;br /&gt;
*at the command line, type demo(graphics) and hit return &lt;br /&gt;
*follow the prompt and watch the target window for examples&lt;br /&gt;
&lt;br /&gt;
''If it is possible please add steps here to test the included geostats packages, they are both more interesting and more likely to have problems in the build. tx'' &lt;br /&gt;
&lt;br /&gt;
:''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6&amp;amp;nbsp;?''&lt;br /&gt;
&lt;br /&gt;
 #Load a library&lt;br /&gt;
 library(sp)&lt;br /&gt;
 #list the demos available&lt;br /&gt;
 demo()&lt;br /&gt;
 #Run the demo from the sp package&lt;br /&gt;
 #This will step you through several examples of code and the resulting plots&lt;br /&gt;
 demo(gallery)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Some examples to try here: &lt;br /&gt;
&lt;br /&gt;
:http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= SAGA =&lt;br /&gt;
;Tests written for&lt;br /&gt;
: OSGeo LiveDVD 4.0&lt;br /&gt;
* Start the program&lt;br /&gt;
* Check if no errors occur during initialisation (messages text)&lt;br /&gt;
* Run the steps in the quickstart guide&lt;br /&gt;
As an extra test, you could check whether saga_cmd works:&lt;br /&gt;
run SAGA_MLB=/usr/lib/saga saga_cmd from a terminal. The list of modules should be given. There should be 45 modules.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-05 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, 700Mb RAM, on xubuntu 10.4 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Sahana =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* The '''4.0rc6''' release installer broke. Please rerun the gisvm/trunk/install_sahana.sh script as root before testing.&lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/sahana_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Didn't have permission to run Sahana even when running under SUDO&lt;br /&gt;
: ''--see above comment: it's not there because the installer failed. (now fixed) --HB''&lt;br /&gt;
&lt;br /&gt;
= spatialite  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 spatialite /usr/local/share/spatialite/regions.sqlite&lt;br /&gt;
 select r.NOME_REG, a.Nome from Aeroporti a, reg2008_s r where CONTAINS( r.Geometry, a.Geometry ) order by r.NOME_REG;&lt;br /&gt;
&lt;br /&gt;
;''a graphical view of the same data''&lt;br /&gt;
&lt;br /&gt;
*Run spatialite-gis&lt;br /&gt;
&lt;br /&gt;
open file &amp;lt;tt&amp;gt;/usr/local/share/spatialite/regions.sqlite&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;Result - test please&lt;br /&gt;
&lt;br /&gt;
You should see a set of Airports in Italy &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*should read user/data/spatialite/regions.sqlite&lt;br /&gt;
*sql query doesn't work with 'order by' qualifier&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*open UDig&lt;br /&gt;
&lt;br /&gt;
:Verify you see a Welcome screen&lt;br /&gt;
&lt;br /&gt;
*Close the Welcome display. (Note if you don't close this display, then you can't load layers later on) &lt;br /&gt;
*from the Layer menu, choose &amp;quot;Add...&amp;quot; &lt;br /&gt;
*Choose Files from /home/user/data/udig/udig-data/data-v1_2/ &lt;br /&gt;
*select bc_border.shp &lt;br /&gt;
*you may also select others, for example all shp files starting with bc_ &lt;br /&gt;
*click OK&lt;br /&gt;
&lt;br /&gt;
:Verify you see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base system Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*uDig opened but test data directory was not present&lt;br /&gt;
&lt;br /&gt;
Raised issues:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/621 fix symbolic link so udig-data is available&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/622 fails to show geoserver wms&lt;br /&gt;
&lt;br /&gt;
= Ushahidi =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/ushahidi_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan&lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Viking =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* If you have a GPX file handy, File &amp;amp;rarr; Open&lt;br /&gt;
* Layers &amp;amp;rarr; New Map Layer&lt;br /&gt;
* pick OpenStreetMaps (Cycle), [ok]&lt;br /&gt;
* On the ''Layer Name'' list on the left side, right click on &amp;quot;Map&amp;quot; and ''Download Onscreen Maps''&lt;br /&gt;
* It should start to download street maps of lower Manhattan&lt;br /&gt;
* Select ''Tools &amp;amp;rarr; Ruler'' from the menu&lt;br /&gt;
* Click on the Brooklyn Bridge, then on Batter Park to get a distance and heading&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2 Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: &amp;lt;s&amp;gt;Fail&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Viking opened but with no gpx 'handy' I could not verify that it worked&lt;br /&gt;
: ''--that's not really a fail. --HB''&lt;br /&gt;
&lt;br /&gt;
= ZOO Project  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.ZOO Project. 1.0.0, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:- &lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that your Apache and GeoServer are running&lt;br /&gt;
* click on &amp;quot;ZOO Project&amp;quot; icon from the Servers Desktop directory to make firefox loading the Spatialtools demo page&lt;br /&gt;
* select a feature from the displayed states then click on a spatialtools buton to get the RawDataOutput result of processing displayed on the map&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Gérald Fenoy&lt;br /&gt;
:System: VMWare Fusion, instance with 2Gig RAM and 2CPU&lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, instance with 700Mb RAM &lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass after manual install - *if* geoserver started&lt;br /&gt;
&lt;br /&gt;
= zyGrib =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* click the magnifying glass 1:1 button on the toolbar to go to the world map&lt;br /&gt;
* left-click drag a box over Europe&lt;br /&gt;
* click the [] zoom button to the left of the 1:1 zoom button to zoom in to that box&lt;br /&gt;
* click the power plug button on the right to check the server status&lt;br /&gt;
* left-click drag an area of interest again&lt;br /&gt;
* ''File &amp;amp;rarr; Download GRIB''&lt;br /&gt;
* click the [Download GRIB file] button in the lower-left, and save it.&lt;br /&gt;
* You should now see a weather map&lt;br /&gt;
* In the ''Data'' menu you can select different maps to look at&lt;br /&gt;
* Click the rocketship button on the right end of the toolbar to see a 5 day animation of the forecast. Set speed, Play, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*Could not connect to network so power plug failed. Could not retrieve network data&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Open Help by selecting he help icon (a yellow sign with a wombat)&lt;br /&gt;
&lt;br /&gt;
:Verify that the firefox web browser opens at file:///usr/local/share/livedvd-docs/index.thml &lt;br /&gt;
:Verify that the browser opens with &amp;quot;Home&amp;quot;, &amp;quot;Contents&amp;quot;, &amp;quot;Contact and Support&amp;quot;, &amp;quot;Tests&amp;quot;, &amp;quot;Sponsors&amp;quot; tabs.&lt;br /&gt;
&lt;br /&gt;
*Click on the above tabs.&lt;br /&gt;
&lt;br /&gt;
:Verify the respective pages are opened.&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;quot;Contents&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
:Verify that each project is mentioned. &lt;br /&gt;
:Verify that the project version numbers matches version numbers here: http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;amp;hl=en_GB &lt;br /&gt;
:Verify that when clicking on each project title, a description page is opened.&lt;br /&gt;
&lt;br /&gt;
*Install a link checker&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
*Run the linkchecker against the installed docs:&lt;br /&gt;
&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;amp;gt;&amp;amp;amp;1 | tee /var/log/osgeo-live/linkchecker.log&lt;br /&gt;
&lt;br /&gt;
:Verify there are not errors in the log file&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 dual core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The following project listings had issues&lt;br /&gt;
*52 degree North Web Processing Service not present in contents&lt;br /&gt;
*Geopublisher should be listed as version 1.5 in contents ( it's 1.4 )&lt;br /&gt;
*Geoserver 2.0.1 should read 2.0.2&lt;br /&gt;
*Mapbender not present in contents&lt;br /&gt;
*Octave mapping tools not present in contents&lt;br /&gt;
: ''--disabled on purpose. --HB''&lt;br /&gt;
*Open Jump 1.3 should read 1.3.1&lt;br /&gt;
*R Geostatistics 2.10.1 should read 2.11.1&lt;br /&gt;
*SAFA GIS not present in contents&lt;br /&gt;
*uDIG 1.2rc1 should read 1.2rc3&lt;br /&gt;
*Zoo Project not present in contents&lt;br /&gt;
&lt;br /&gt;
The apt-get command failed because I was not connected to a network ( I'm not supposed to be connected to a network, apparently ) and also I was asked for a SUDO password which is not provided.&lt;br /&gt;
: ''--sudo password now in welcome message --HB''&lt;br /&gt;
&lt;br /&gt;
The linkchecker could thus not be run as I was unable to acquire it&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Windows Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a windows computer, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the WindowsInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each WindowsInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Mac Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a Mac, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the MacInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each MacInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06  ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Booted from Disk. Base System Mac Mini 2.0 Dual Core, 2 Gig RAM &lt;br /&gt;
:Version: Arramagong Live GIS 3.0&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Could not run directly from OSX Snow Leopard. Had to change system settings to boot from disk which worked fine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49247</id>
		<title>Live GIS Disc Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49247"/>
		<updated>2010-08-08T19:36:01Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: ossim: OpenGL remark&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page describes how to test each application installed on the [[Live GIS Disc]]. Application test steps describe how an Ubuntu user who is unfamiliar an application can try it out and confirm that everything has been installed correctly within 5 minutes. Test Results document when the application was last verified to be working.'' &lt;br /&gt;
&lt;br /&gt;
''This page is maintained at: http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing and copied onto each release of the LiveDVD.'' &lt;br /&gt;
&lt;br /&gt;
* Please try to move the app list into more of an alphabetical order ...&lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*.action.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*Eg: From menu, select GeoSpatial-&amp;amp;gt;Application-&amp;amp;gt;Start&lt;br /&gt;
&lt;br /&gt;
:Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Boot and Installer =&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*. Straight up Live DVD Disk&lt;br /&gt;
*. Installer (into a VM if that is easier to clean up after)&lt;br /&gt;
*. Testing is performed offline&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*. You arrive at the desktop&lt;br /&gt;
*. Help opens&lt;br /&gt;
*. Firefox opens up&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2 GB, on live dvd&lt;br /&gt;
:System: Macbook Pro, 4 GB, on live dvd&lt;br /&gt;
:System: VirtualBox, 1 GB, 30GB HD image, on windows 7&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Bootloader&lt;br /&gt;
*. shows version 3.0&lt;br /&gt;
*. think pad boots fine&lt;br /&gt;
*. mac needed to hit ENTER to get to the initial boot loading screen&lt;br /&gt;
&lt;br /&gt;
Installer&lt;br /&gt;
*. tried with vitural box vm&lt;br /&gt;
*. install says &amp;quot;Arramagong live&amp;quot;&lt;br /&gt;
*. obviously installing will allow you to enter a user name; will this break applications expecting &amp;quot;user&amp;quot; ?&lt;br /&gt;
*. my install failed; not enough space on the device. Need instructions indicating how much space is needed&lt;br /&gt;
&lt;br /&gt;
Desktop&lt;br /&gt;
*. think pad displays fine&lt;br /&gt;
*. macbook pro - test OSGeo LIVE DVD Barcelona is cut off (and this one has higher resolution than many laptops)&lt;br /&gt;
*. virtual box - could not adjust the screen resolution beyond the initial 800x600, instructions for open-vm-tools were fine, oh wait it wants a reboot - of a live dvd?&lt;br /&gt;
*. never did get virtual box to have a different screen resolution even after adding the open-vm-tools&lt;br /&gt;
&lt;br /&gt;
Suggestions from IRC:&lt;br /&gt;
*. change background to not have text&lt;br /&gt;
*. text at bottom of desktop being cut off is probably a function of screen aspect ratio&lt;br /&gt;
*. indicate that &amp;quot;user&amp;quot; is the password in a box or make it more visible (good idea jasonbirch)&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The DVD has label Arramagong Live 3.0&lt;br /&gt;
* User name is asked for installation, but after first boot, automatic login can be selected.&lt;br /&gt;
* Had to install vbox-additions in order to change screen resolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: deegree 2.3 , osgeo-live 4.0&lt;br /&gt;
&lt;br /&gt;
Steps: Run the QuickStart.&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
Switch to running Quick Start over previous 3.0 test steps. Things working as expected.&lt;br /&gt;
&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: Virtual Box on Ubuntu&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad, 2 GB ram, live dvd&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with test script issues&lt;br /&gt;
&lt;br /&gt;
* start deegree not on desktop; has been moved … into Web Services&lt;br /&gt;
* running start deegree opens firefox; firefox is in offline mode and can't browse http://localhost:8081/&lt;br /&gt;
* services are there&lt;br /&gt;
* test WMS, test WFS or test WCS links are not there&lt;br /&gt;
* generic client works&lt;br /&gt;
* deegree logo tries to take me to the website (and I am not online); I would like to return to the initial start page?&lt;br /&gt;
* deegree iPortal does not exist&lt;br /&gt;
* super hard to tell if the service stopped&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Firefox starts before Tomcat + deegree are up, throwing a &amp;quot;not found&amp;quot; page. The user needs to refresh.&lt;br /&gt;
* iPortal: When changing from Utah theme to Salt Lake City theme, the overview window is not redrawn.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= atlasstyler  =&lt;br /&gt;
&lt;br /&gt;
Run Quickstart&lt;br /&gt;
&lt;br /&gt;
Quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/atlasstyler_quickstart.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
&lt;br /&gt;
*. Application is in &amp;quot;Education &amp;gt; Atlasstyler&amp;quot; (Not Science &amp;gt; Atlas Styler)&lt;br /&gt;
*. Quickstart is not specific enough; it is more a link to other docs&lt;br /&gt;
*. Application &amp;quot;window&amp;quot; is messed up; the window tilebar is folded up under the desktop bar; you can resise the window; but not move it.&lt;br /&gt;
*. Tried with natural_earth countries, a warning was provided that it would use the default style, progress bar is taking a long time&lt;br /&gt;
*. Oh wait the tutorials link to their website (I am offline); but the styling layers with SLD tutorials in french and english are actually included on the disk (verified both links work)&lt;br /&gt;
*. The application never came back to me; and the window issue result in a fail&lt;br /&gt;
*. darn I was looking forward to this one&lt;br /&gt;
*. figured out a workaround; clicking on task bar and asking the application to maximiz finally lets me get at the window tilebar&lt;br /&gt;
*. Whew was able to use &amp;quot;ps -ef | grep java&amp;quot; and &amp;quot;kill&amp;quot; to shut it down&lt;br /&gt;
&lt;br /&gt;
= geopublisher  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geopublisher_quickstart.html&lt;br /&gt;
&lt;br /&gt;
;Tests written for Unknown&lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and open Geopublishing documentation &lt;br /&gt;
**Verify that the green page from file:///usr/share/doc/geopublishing/index.html open in a browser &lt;br /&gt;
*Scroll to the bottom and click the demo atlas. &lt;br /&gt;
*Unzip it do your Desktop &lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and start Geopublisher &lt;br /&gt;
*Load the atlas.gpa from your Desktop/ChartDemoAtlas &lt;br /&gt;
**Verify that Geopublisher load the atlas. You should see a triparted GUI with a map-pool, data-pool and menu area. &lt;br /&gt;
*Select File-&amp;amp;gt;Export and follow the wizard.. &lt;br /&gt;
**export online and offline version of the atlas to a ''new directory'' Desktop/ChartAtlasExported &lt;br /&gt;
**When the export has finished, click the &amp;quot;open folder&amp;quot; button &lt;br /&gt;
**Close Geopublisher &lt;br /&gt;
*Go into the Desktop/ChartAtlasExported/DISK folder and run ''start.sh'' &lt;br /&gt;
**Verify that an atlas opens &lt;br /&gt;
**Verify that you see a &amp;quot;Charts available&amp;quot; button at the top right &lt;br /&gt;
**Verify that clicking selecting the chart opens a chart window&lt;br /&gt;
&lt;br /&gt;
Let that be the basic testing for Geopublisher now. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
:Results: GeoPublisher pass with issues&lt;br /&gt;
&lt;br /&gt;
*. Application &amp;gt; Education (not Science)&lt;br /&gt;
*. You could just have the demo atlas link in the quickstart? &lt;br /&gt;
*. I need a bit more advice no unzipping the demo atlas (firefox opened archive manager; but I think a picture is needed for those new to linux)&lt;br /&gt;
*. Open Folder button did not work&lt;br /&gt;
*. It is running and is very pretty&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
- http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geoserver_quickstart.html&lt;br /&gt;
&lt;br /&gt;
Previous test definition:&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Start GeoServer&amp;quot; icon. &lt;br /&gt;
*Wait ~ 60 seconds for GeoServer to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of map layers&lt;br /&gt;
&lt;br /&gt;
*Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&lt;br /&gt;
&lt;br /&gt;
:Verify you should see a web page with sample data in an interactive map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th,2010 ==&lt;br /&gt;
:Run by: Jody garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Quickstart document is not rendering correct; images rescale and text is pushed out of the way&lt;br /&gt;
* Start GeoServer icon is not specific; it is in Web Services now; or in the Education menu (sigh!)&lt;br /&gt;
* Nice progress bar as it starts up (who did that?)&lt;br /&gt;
* Helpful having the start page link in the docs; but that new little progress bar opened the page for me&lt;br /&gt;
* Suffers from the same &amp;quot;Firefox is in offline mode&amp;quot; error and cannot see local host (sent to email list)&lt;br /&gt;
* No need to login if all you are doing is showing the layer preview&lt;br /&gt;
* Warning is about the read-only file system; the live dvd provides this; so is this warning needed?&lt;br /&gt;
* the directory needs to be /home/user/data/natural_earth (since the live dvd user name is &amp;quot;user&amp;quot; )&lt;br /&gt;
* So adding a layer was fine; the sectino for adding the style to the layer is empty&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* Embeded GeoWebCache WMS TMS document throws an error.&lt;br /&gt;
* Quickstart: the path to find the data is /usr/lib/geoserver-2.0.2/data_dir/data instead of /usr/lib/geotools-2.0.2/data_dir/data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education and start gvSIG&lt;br /&gt;
&lt;br /&gt;
:Verify that gvSIG starts correctly&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add some shapefiles from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the shapefiles are correctly added to the view&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add any of the two TIFF files from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the raster files are correctly loaded to the view&lt;br /&gt;
&lt;br /&gt;
*If you have Internet access, try to add a WMS layer from the combo list (i.e. the NASA JPL server)&lt;br /&gt;
&lt;br /&gt;
:Verify that a WMS layer can be accessed&lt;br /&gt;
&lt;br /&gt;
*Open the sample project included in the LiveDVD at &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify the project loads all the data and layouts configured are available.&lt;br /&gt;
&lt;br /&gt;
*You can also try to access any of the other data available from the LiveDVD like the PostGIS Data, or WxS services by the map servers configured&lt;br /&gt;
&lt;br /&gt;
:This tests are related with the correct functioning of the other software installed on the LiveDVD&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with path issues to sample project&lt;br /&gt;
&lt;br /&gt;
* Programm runs fine, but on opening the sample project from &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;, a file not found / Invalid path to &amp;quot;/home/user/data/openjump/data/departement22.shp&amp;quot; and the same message to a lot of other files in that directory comes up.&lt;br /&gt;
&lt;br /&gt;
= gdal / ogr  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  ogrinfo --formats&lt;br /&gt;
  gdalinfo --formats&lt;br /&gt;
  &lt;br /&gt;
  ogrinfo data/natural_earth/10m_ocean.shp&lt;br /&gt;
  gdalinfo /usr/share/osgearth/data/terrain/mt_rainier_90m.tif&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;Start Geomajas&amp;quot; which will start the Geomajas startup script. This will in turn start up a Tomcat server.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:3420/geomajas-tutorial/applications/tutorial/html/&lt;br /&gt;
&lt;br /&gt;
*Click on the &amp;quot;Start demo!&amp;quot; link for the Attributes &amp;amp;amp; Features demo.&lt;br /&gt;
&lt;br /&gt;
:Verify that a sample demo page has opened with an application, showing the provinces of Belgium.&lt;br /&gt;
&lt;br /&gt;
*Doubleclick on one of the rows in the attribute table bottom right.&lt;br /&gt;
&lt;br /&gt;
:Verify that a floating window appears, showing the rows' contents in more detail.&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;Stop Geomajas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Tomcat server that runs Geomajas has stopped. &lt;br /&gt;
:*This can be done by refreshing the page. Firefox should give a warning that it is unable to connect.&lt;br /&gt;
&lt;br /&gt;
==Results from 9 March 2010== &lt;br /&gt;
:Run by: Pieter De Graef &lt;br /&gt;
:System: Virtualbox, ~512MB RAM, on Windows XP &lt;br /&gt;
:Version: distribution version: osgeo-live-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: fail&lt;br /&gt;
* After starting 'start Geomajas' in the Browser Clients folder Firefox opens URL &amp;quot;http://localhost:3420/showcase/&amp;quot;, which is a 404 Page delivered by Jetty.&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* The link http://localhost:3420/geomajas-tutorial/applications/tutorial/html/ does not work after start-up&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click icon &amp;quot;Start Geonetwork&amp;quot; - wait until the server intializes (see load graph in the upper right hand corner) &lt;br /&gt;
*open FireFox http://localhost:8880 &lt;br /&gt;
*you should see a list of active URLs, choose /geonetwork&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*(''copied from install_gpsdrive.sh'') &lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/gpsdrive_description.html on-disc help page]&lt;br /&gt;
&lt;br /&gt;
=== Testing  ===&lt;br /&gt;
&lt;br /&gt;
==== If no GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Double click on the GpsDrive desktop icon &lt;br /&gt;
*You should see a map of downtown Barcelona, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:150,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass). After a moment you should see all 3 FOSS4G 2010 venues.&lt;br /&gt;
*Enter Explore Mode by pressing the &amp;quot;e&amp;quot; key or in the Map Control button. &lt;br /&gt;
*Use the arrow keys or left mouse button to move off screen. &lt;br /&gt;
* Try clicking on the Workshop venue and mouse-wheel to zoom in on it&lt;br /&gt;
*Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;Find&amp;quot; button on the left&lt;br /&gt;
* Set &amp;quot;maximum distance&amp;quot; to 1.0 km&lt;br /&gt;
* Click the POI-Types drop down menu and select ''Food &amp;amp;rarr; Restaurant &amp;amp;rarr; Restaurant''&lt;br /&gt;
* Click the ''Find'' button in the top right&lt;br /&gt;
* Click on the nearest restaurant, and &amp;quot;Select Target&amp;quot; in the bottom right&lt;br /&gt;
* Make your way there and enjoy a nice meal&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps  =====&lt;br /&gt;
&lt;br /&gt;
*Change the scale setting to 1:1,000,000 you should see the limits of the PostGIS/Mapnik/OpenStreetMaps road database for the conference area.&lt;br /&gt;
*Click the &amp;quot;Map Control&amp;quot; button on the left hand side, and turn off Mapnik Mode.&lt;br /&gt;
: You should now see a continental image&lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on an island in the Med&lt;br /&gt;
*In the top-left menu, pick ''Options &amp;amp;rarr; Map &amp;amp;rarr; Download'' &lt;br /&gt;
**Map source: NASA LANDSAT, Scale: 1:500,000, [Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:500,000 &lt;br /&gt;
**This will be of more use in remote areas. &lt;br /&gt;
*Explore to the coast, click on an airport, headland, or some other conspicuous feature. You might want to use the magnifying glass buttons to zoom in on it better. Use a right click set the target on some other conspicuous feature nearby then demagnify back out. &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; Download &lt;br /&gt;
**Map source: OpenStreetMap, Scale: 1:40,000, left-click on map to center the green preview over your target and what looks like a populated area. &lt;br /&gt;
**[Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:40,000 and you should see a road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*If you have a GPX track file lying around ...&lt;br /&gt;
*Options -&amp;amp;gt; Import -&amp;amp;gt; GPX track &lt;br /&gt;
*Hidden folders are hidden in the file picker, but just start typing ~/.gpsdrive and hit enter. You should then see the tracks/ directory and be able to load &amp;lt;!-- australia.gpx. --&amp;gt;&lt;br /&gt;
*A red trace should appear &amp;lt;!-- along the coastline. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- *Check that it lines up well with the coast as shown in map tiles of varying scale. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Make sure gpsd is running by starting &amp;quot;xgps&amp;quot; from the command line. &lt;br /&gt;
*The program will automatically detect gpsd and jump to your current position. This should bring up a continental map as you won't have any map tiles downloaded for your area yet. (you may want to switch out of ''Mapnik Mode'' in the ''Map Control'' window)&lt;br /&gt;
*See the above &amp;quot;Downloading Maps&amp;quot; section to get some local tiles. &lt;br /&gt;
*If you have a local GPX track of some roads try loading that and making sure everything lines up, as detailed in the above &amp;quot;Overlay a GPX track&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:geokettle 3.2.0-20090609, osgeo-live 4.0-rc6 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:August 8th, 2010 &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a window prompting you to select a repository.&lt;br /&gt;
&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoKettle application is opened.&lt;br /&gt;
&lt;br /&gt;
*Close any startup tips dialog. &lt;br /&gt;
*Select File-&amp;amp;gt; Open &lt;br /&gt;
*Select &amp;lt;tt&amp;gt;/opt/geokettle/samples/transformations/geokettle/intersection.ktr&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify you see the &amp;quot;intersection&amp;quot; transformation in the work area, with a big yellow comment box and some step icons.&lt;br /&gt;
&lt;br /&gt;
*Run the transformation in preview mode &lt;br /&gt;
**Select Transformation menu -&amp;amp;gt; Preview &lt;br /&gt;
**Choose the &amp;quot;Intersecting rows&amp;quot; step (to view the rows that are outputted by that step) &lt;br /&gt;
**then click on Quick Launch.&lt;br /&gt;
&lt;br /&gt;
:Verify you see the result in the &amp;quot;Examine preview data&amp;quot; dialog (two rows with four columns: GEOM1_ID, geom1, GEOM2_ID, geom2. The geom1 and geom2 fields should contain MULTIPOLYGON WKT geometries).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Thierry Badard&lt;br /&gt;
:System: VirtualBox 3.1, 2Gig RAM, on ubuntu 10.04 base &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
There are 29 example jobs built in, and a script to run them all: &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples&lt;br /&gt;
 cd gmt-examples/&lt;br /&gt;
 ./do_examples.sh&lt;br /&gt;
&lt;br /&gt;
[whiz .. bang .. whirl] &lt;br /&gt;
&lt;br /&gt;
View results: (type 'q' to quit &amp;lt;tt&amp;gt;gv&amp;lt;/tt&amp;gt;) &lt;br /&gt;
&lt;br /&gt;
 for PLOT in `find . -name *.ps`&amp;amp;nbsp;; do&lt;br /&gt;
    echo &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
    gv &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Cleanup: &lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*do_examples command not found - I ran ls and it's there&lt;br /&gt;
: ''--did you put ./ in front of the ./do_examples.sh? --HB''&lt;br /&gt;
&lt;br /&gt;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Double click on the GRASS desktop icon&lt;br /&gt;
&lt;br /&gt;
:Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&lt;br /&gt;
&lt;br /&gt;
*Select Spearfish60 for location, User1 for mapset &lt;br /&gt;
*Click on [Start Grass] &lt;br /&gt;
*In the Layer Manager GUI window add a raster layer &lt;br /&gt;
**On the toolbar click the icon with a + and a checkerboard &lt;br /&gt;
**On map to be displayed pull down the list and select elevation.dem &lt;br /&gt;
*from the PERMANENT mapset and click [ok] &lt;br /&gt;
*In the Layer Manager GUI window add a vector layer &lt;br /&gt;
**On the toolbar click the icon with a + and a &amp;quot;V&amp;quot; line &lt;br /&gt;
**For input map name pull down the list and select roads from the PERMANENT mapset and click [ok] &lt;br /&gt;
*Over in the Map Display window toolbar click on the eyeball icon to render&lt;br /&gt;
&lt;br /&gt;
:Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
&lt;br /&gt;
*http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
&lt;br /&gt;
:(North Carolina dataset is already installed in grassdata/)&lt;br /&gt;
&lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/grass_description.html on-disc help page] &lt;br /&gt;
*http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
;Theming layer with PostGIS backend&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt;&amp;amp;nbsp;Desktop GIS &amp;amp;gt;&amp;amp;nbsp;Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot;&amp;amp;nbsp;panel and click ''Ok''&amp;lt;br&amp;gt; &lt;br /&gt;
*In the &amp;quot;''Spatial Reference System selection''&amp;quot; dialog, press the &amp;quot;...&amp;quot; button in order to select the view SRS &lt;br /&gt;
*Select &amp;quot;EPSG&amp;quot;&amp;amp;nbsp;as Type &lt;br /&gt;
*Enter 2270 in the textfield and click &amp;quot;Search&amp;quot;&amp;amp;nbsp;button;&amp;amp;nbsp;select the CRS&amp;amp;nbsp;given and click the ''Ok ''button &lt;br /&gt;
*Click Ok again to set EPSG:2270 as the current view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load&amp;amp;nbsp;Dataset...''&amp;quot; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Database''&amp;quot; (at the top-left corner) and &amp;quot;''PostGIS''&amp;quot; as database type &lt;br /&gt;
*Enter '''Database Name''': medford '''User Name''': user '''Password''': user and click the &amp;quot;Connect&amp;quot; button&amp;lt;br&amp;gt; &lt;br /&gt;
*Scroll down, check the box to the left of '''public.medford_zoning''' and click the ''Ok ''button &lt;br /&gt;
*Select the medford_zoning layer at left under 'Working' and click the checkbox to make it visible &lt;br /&gt;
*Right-click on the 'medford_zoning' layer and choose ''Simbology &amp;amp;gt;&amp;amp;nbsp;Change Styles...'' &lt;br /&gt;
*Select the &amp;quot;''Colour Theming''&amp;quot; tab; click the &amp;quot;''Enable colour theming''&amp;quot; checkbox &lt;br /&gt;
*Choose Attribute =&amp;amp;gt; zoning and click the Ok button to apply the changes&amp;lt;br&amp;gt; &lt;br /&gt;
*You should see the zoning areas of Medford coloured by attribute in the map&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
'''Shapefile and image loading'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt; Desktop GIS &amp;amp;gt; Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot; panel and click Ok&amp;lt;br&amp;gt; &lt;br /&gt;
*Repeat the steps described in the test &amp;quot;Layer&amp;amp;nbsp;Theme with PostGIS backend&amp;quot;, but selecting EPSG:26915 as the view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load Dataset...''&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Image file''&amp;quot; and navigate to ''/home/user/data/mapserver/demos/itasca/'' (or ''data/mapserver/demos/itasca/'' if it starts at the home/user directory)&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the directory &amp;quot;''data''&amp;quot; in order to load all the tiffs inside it as a mosaic and press the Ok button&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the '''data''' layer at left under 'Working' and click the checkbox to make it visible&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Shapefile''&amp;quot; and navigate inside ''data ''directory&amp;lt;br&amp;gt; &lt;br /&gt;
*Select all the shapefiles and press the Ok button in order to load them&amp;lt;br&amp;gt; &lt;br /&gt;
*Check that all the shapefiles have been loaded on the layer tree at the left. Make them visible by clicking on the checkbox of each one&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
see file:///usr/local/share/livedvd-docs/doc/mapnik_description.html Mapnik Description&lt;br /&gt;
* http://live.osgeo.org/doc/mapnik_description.html&lt;br /&gt;
: ''--this may be 6 months old, try the on-disk quickstart instead --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*link to World Population Example app not present&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*you need an GeoTIFF or other raster geodata to test the functionality. So download for example this: [http://download.osgeo.org/gdal/data/gtiff/utm.tif http://download.osgeo.org/gdal/data/gtiff/utm.tif] (when you use Firefox it will automatically save the files into ~/Downloads). &lt;br /&gt;
*start MapTiler: click on &amp;quot;Applications&amp;quot; -&amp;amp;gt; &amp;quot;Graphics&amp;quot; -&amp;amp;gt; &amp;quot;MapTiler&amp;quot; &lt;br /&gt;
*in the MapTiler application select on the first page &amp;quot;Google Maps compatible&amp;quot; tiles and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*in the second page of wizard add the tiff, it should be ~/Downloads/utm.tif and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*continue trough all other steps in the wizard (default options are fine) and then start &amp;quot;Render&amp;quot; &lt;br /&gt;
*when the rendering is finished you will see a link to the directory with tiles, click to open it (it opens in Firefox as a directory) &lt;br /&gt;
*open the &amp;quot;googlemaps.html&amp;quot;, you should see a black&amp;amp;amp;white overlay displayed on top of Google Maps hybrid layer. You can also open &amp;quot;openlayers.html&amp;quot; to see another presentation of the results.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*MapTiler application starts without problems when clicked on the icon &lt;br /&gt;
*When you press on &amp;quot;Render&amp;quot; applications starts the processing and does not report any error.&lt;br /&gt;
&lt;br /&gt;
Alternative &amp;quot;real&amp;quot; geodata for testing are for example [http://www.archive.org/details/maps_usgs USGS maps] or [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml NOAA RNCs]. &lt;br /&gt;
&lt;br /&gt;
Another way to try it: &lt;br /&gt;
&lt;br /&gt;
#Start MapTiler by clicking the icon on the Desktop &lt;br /&gt;
#Load in the second step example raster GEODATA (with georerence/srs) &lt;br /&gt;
#Go trough all the steps with 'Next' up to the Render &lt;br /&gt;
#Once the render is finished you can click in the GUI to open a folder with tiles. When you open googlemaps.html or openlayers.html then you see your geodata warped to the overlay of popular interactive web maps as Google Maps.&lt;br /&gt;
&lt;br /&gt;
The map tiles are displayed directly from your disk. To publish the map to Internet just upload the folder with tiles to any webserver or Amazon S3&amp;quot; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &lt;br /&gt;
*If you have used Google Earth before you should be able to figure this one out without much difficulty. &lt;br /&gt;
*In the Settings menu select full-screen mode &lt;br /&gt;
*Explore ... &lt;br /&gt;
*In the bottom-left corner of the program window there is a subtle tab called &amp;quot;Map View&amp;quot;. Click on it. &lt;br /&gt;
*Select another map (e.g. 'Precipitation (July)') &lt;br /&gt;
*Explore some more ...&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
* Make sure you have a working internet connection &lt;br /&gt;
* Double click on the Mapfish icon on the desktop &lt;br /&gt;
: Verify that a browser opens after a few seconds showing a map of the southwestern pacific &lt;br /&gt;
* Click the magnifying glass just under the word &amp;quot;Map&amp;quot; at the top of the map. &lt;br /&gt;
* Zoom in on Sydney&lt;br /&gt;
* Explore&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* Mapfish start-up script fails to start.&lt;br /&gt;
&lt;br /&gt;
= MapGuide Open Source =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapGuide Open Source 2.2.0, LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:June 26, 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
* Start LiveDVD and log in as &amp;quot;user&amp;quot;&lt;br /&gt;
:Verify presence of &amp;quot;Start MapGuide&amp;quot;, &amp;quot;Stop MapGuide&amp;quot;, and &amp;quot;MapGuide Maestro&amp;quot; desktop icons&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;quot;Start MapGuide&amp;quot; desktop icon and enter &amp;quot;user&amp;quot; password if prompted&lt;br /&gt;
:Verify that &amp;quot;Starting MapGuide&amp;quot; and &amp;quot;Starting Apache&amp;quot; messages appear &lt;br /&gt;
&lt;br /&gt;
* Open a browser window to http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php&lt;br /&gt;
:Verify that a map is displayed in the center of the screen with a layer legend to the left of the map and an application &amp;quot;Overview&amp;quot; pane to the right of the map.&lt;br /&gt;
&lt;br /&gt;
* Zoom into street level detail and click the pointer icon.  Select a parcel.&lt;br /&gt;
:Verify that a parcel is selected in blue.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side of the page, click &amp;quot;Tasks&amp;quot; then &amp;quot;Buffer&amp;quot;.  Set the distance to 20 meters and click &amp;quot;Done&amp;quot;&lt;br /&gt;
:Verify that a red buffer zone appears around the parcel.&lt;br /&gt;
&lt;br /&gt;
* Close the browser and double click the &amp;quot;MapGuide Maestro&amp;quot; desktop icon.  Login to &amp;quot;http://localhost:8008/mapguide/mapagent/mapagent.fcgi&amp;quot; as user &amp;quot;Administrator&amp;quot; and password &amp;quot;admin&amp;quot;.&lt;br /&gt;
:Verify that the tree view contains &amp;quot;Samples/Sheboygan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from August 5, 2010 ==&lt;br /&gt;
:Run by: Trevor Wekel &lt;br /&gt;
:System: VMware ESX 4.1, 16GB RAM &lt;br /&gt;
:Version: LiveDVD 4.0 RC 6&lt;br /&gt;
:Results: Pass with minor issue - the project overview is missing.  Cameron has already fixed it.&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with minor issue&lt;br /&gt;
&lt;br /&gt;
*The MapGuide Maestro points to the URL without the 8008 port after localhost, which results in an error, if the user does not fix this in the URL himself.&lt;br /&gt;
&lt;br /&gt;
= Mapbender =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Mapbender 2.6.1, OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:5. July 2010&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that you have a working internet connection&lt;br /&gt;
* make sure that your Apache and PostgreSQL is running&lt;br /&gt;
&lt;br /&gt;
* double click on the Mapbender icon on the desktop or browse to http://localhost/mapbender/&lt;br /&gt;
: Verify that a browser opens after a few seconds showing the Mapbender login-page&lt;br /&gt;
* login with user root / password root&lt;br /&gt;
: Verify that the list of the available applications appears&lt;br /&gt;
* choose application named &amp;quot;gui&amp;quot; with a click on the name&lt;br /&gt;
: verify that the application &amp;quot;gui&amp;quot; opens and that you see a Mapbender application with the demis-world WMS, a germany WMS and a mapbender-user WMS&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Results from 5.7.2010 ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: Mapbender 2.6.1, just ran ./install_postgis.sh and ./install_mapbender.sh&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
* I ran ./install_postgis.sh and ./install_mapbender.sh - When I started Mapbender the ALIAS was not created. After restart the Mapbender could be used without problem, login succeded&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* next test will be run with the osgeolive 4.0 rc&lt;br /&gt;
----&lt;br /&gt;
== test results from 23.7.2010  ==&lt;br /&gt;
:Run by: Marc Manns&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve beta2 Mapbender 2.6.1&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* create user/group&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* customize tree&lt;br /&gt;
* add WMSFromFilteredList&lt;br /&gt;
* change language in [Mapbender.conf] to german&lt;br /&gt;
&lt;br /&gt;
* suggestion: There is a password.txt at the desktop. I think, we should add our root/root authentication to it. -&amp;gt; '''done --[[User:Astrid Emde|astroide]] 09:28, 23 July 2010 (UTC) '''&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== test results from 8.8.2010  ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve rc6 Mapbender 2.6.2&lt;br /&gt;
:Results: Passed&lt;br /&gt;
&lt;br /&gt;
* create gui&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* print&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
----&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= mb-system  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/mbsystem/examples/&lt;br /&gt;
&lt;br /&gt;
List summary information about the contents of some bathymetric data files: &lt;br /&gt;
&lt;br /&gt;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it: &lt;br /&gt;
&lt;br /&gt;
 cd ../mbm_plot/&lt;br /&gt;
 ./mbm_plot_5.cmd&lt;br /&gt;
 &lt;br /&gt;
 # which creates this script:&lt;br /&gt;
 ./mbm_plot_test5.cmd&lt;br /&gt;
&lt;br /&gt;
You should now see a nice plot of the seafloor off Baja California. &lt;br /&gt;
&lt;br /&gt;
*(this also acts as a test of the GMT plotting package)&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapServer 5.6.3, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:30 June 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;MapServer&amp;quot; icon. &lt;br /&gt;
*Wait a few seconds for FireFox to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the MapServer web page opens at &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;Itasca&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Select &amp;quot;Basic Application&amp;quot; and click on &amp;quot;Initialize&amp;quot;. &lt;br /&gt;
:Verify you get a map.&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Query multiple features&amp;quot; tool on the right of the page and click somewhere on the map.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of features.&lt;br /&gt;
&lt;br /&gt;
*'''THE GMAP DEMO HAS BEEN REMOVE IN 4.0 ALPHA4, IT IS NOT YET COMPATIBLE WITH PHP 5.3''' &amp;lt;strike&amp;gt;Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; , scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;strike&amp;gt;Verify you get a map and a legend with icons rendered.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
:Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*All good, documentation link needs to be updated ( says 5.4.2 instead of 5.6, ) but docs themselves seem up to date&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Daniel Morissette&lt;br /&gt;
:System: Live DVD on Acer AST180 desktop (AMD Athlon X2 64, 3GB RAM)&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Itasca demo (and mapserv 5.6.5) work fine&lt;br /&gt;
* Problems in mapserver_description.html&lt;br /&gt;
** Need to remove &amp;quot;GMap&amp;quot; demo link (since GMap itself has been removed)&lt;br /&gt;
** Need to update Documentation link to read &amp;quot;MapServer 5.6 Documentation&amp;quot; or even better: &amp;quot;MapServer Documentation&amp;quot; (with no version number so we don't need to update it in the future)&lt;br /&gt;
** The main page of the MapServer 5.6 Docs that's on the DVD is from 5.6.3, and the OSM map in that page does not work: the link to the tiles point to a dead server. This is a known issue and the current version of the docs on the MapServer website (v5.6.5) have the map disabled... so it may be a good idea to grab the latest version of the 5.6 docs for the DVD.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;GMap&amp;quot; demo link needs to be removed&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= octave  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Start program by typing &amp;quot;&amp;lt;tt&amp;gt;octave&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
 % Which way to Barcelona from Sydney?&lt;br /&gt;
 sydney = [-33.8750 151.2005]&lt;br /&gt;
 barcelona = [41+23/60 2+11/60]&lt;br /&gt;
 &lt;br /&gt;
 dirn = azimuth(sydney, barcelona);&lt;br /&gt;
 deg_symb = 176;&lt;br /&gt;
 disp(['Heading: ' num2str(dirn) deg_symb])&lt;br /&gt;
&lt;br /&gt;
 % How far's the trip? (roughly!)&lt;br /&gt;
 system('proj -le')&lt;br /&gt;
 wgs84_a = 6378137.0 &amp;amp;nbsp;% major radius of the Earth, in meters&lt;br /&gt;
 dist_deg = distance(sydney, barcelona)&lt;br /&gt;
 dist_meters = pi * wgs84_a * (dist_deg / 360.0)&lt;br /&gt;
 disp(['Distance: ' num2str(dist_meters / 1000) ' km'])&lt;br /&gt;
&lt;br /&gt;
Type &amp;quot;exit&amp;quot; to quit. &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= opencpn  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Activate data&lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Type &amp;quot;&amp;lt;tt&amp;gt;opencpn_noaa_agreement.sh&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
;Run program&lt;br /&gt;
&lt;br /&gt;
(assuming your GPS is not plugged in and &amp;lt;tt&amp;gt;gpsd&amp;lt;/tt&amp;gt; is not running) &lt;br /&gt;
&lt;br /&gt;
*Double click the OpenCPN icon on the desktop or type &amp;quot;opencpn&amp;quot; at a terminal &lt;br /&gt;
*Left-click recenters the view &lt;br /&gt;
*Left-click-drag pans the view &lt;br /&gt;
*Mouse-wheel zooms in/out &lt;br /&gt;
*The blue bars in the bottom show previews of overlapping raster maps and clicking on them switches to them. The green buttons switch to vectorial charts.&lt;br /&gt;
* Right click on the map canvas to get a menu, select &amp;quot;Go to here&amp;quot;. &lt;br /&gt;
* At this point if you have your auto-pilot interfaced GPS plugged in you should feel your boat/airplane change course. If not, you'll see a red arrow and the destination target blinking anyway but will have make your own arrangements for getting there.&lt;br /&gt;
&lt;br /&gt;
;More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/opencpn_description.html on-disc help page] &lt;br /&gt;
:and specifically the [http://opencpn.cvs.sourceforge.net/viewvc/*checkout*/opencpn/opencpn/data/doc/tips.html#Getting_Started Getting Started] help page.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;JOSM &lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Merkaartor&lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* Click the &amp;quot;Download&amp;quot; button at the top left&lt;br /&gt;
* Zoom in on ''Mataro'' just to the north of Barcelona (or anywhere) until one zoom level past where you can read the street names, and click [ok] to start the download&lt;br /&gt;
: (download map: ''Left-click-drag to pan, mouse wheel to zoom'')&lt;br /&gt;
* Click on a road, see its attributes come up&lt;br /&gt;
* now it's ''Right-click-drag to pan, mouse wheel to zoom''&lt;br /&gt;
* In the Layers list in the top-left right-click on &amp;quot;Map - None&amp;quot; and select &amp;quot;Yahoo!&amp;quot;&lt;br /&gt;
* Click the little box to the left of &amp;quot;Map - Yahoo!&amp;quot; to enable the eyeball&lt;br /&gt;
* Behold the satellite image underlay&lt;br /&gt;
&lt;br /&gt;
;Osmarender&lt;br /&gt;
&lt;br /&gt;
* Open up Merkaartor again&lt;br /&gt;
* When satellite image comes up, click the &amp;quot;Download More&amp;quot; button&lt;br /&gt;
* Once the streets come up do ''File &amp;amp;rarr; Export &amp;amp;rarr; OSM (XML)''&lt;br /&gt;
* Select &amp;quot;All visible&amp;quot;, filename ~/test.osm&lt;br /&gt;
* Quit Merkaartor&lt;br /&gt;
* Open a terminal, then:&lt;br /&gt;
 osmarender test.osm&lt;br /&gt;
: [''whiz-bang-whirl'']&lt;br /&gt;
* After some time it should finish leaving a test.svg file behind&lt;br /&gt;
* Open the test.svg file in Inkscape or Firefox to view&lt;br /&gt;
 inkscape test.svg&lt;br /&gt;
* In inkscape it's middle-click-drag to pan, &amp;quot;+&amp;quot; key to zoom in&lt;br /&gt;
* In Firefox use Ctrl-+ to zoom in&lt;br /&gt;
&lt;br /&gt;
;Gosmore &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Import data with:&lt;br /&gt;
&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;-&amp;quot; in the bottom-right of the map canvas until you see the city, then left click to center on downtown, mouse wheel up to zoom in&lt;br /&gt;
* That's about it!&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Map didn't render to scale where I could find any roads. Probably because I'm not connected to network. Apps loaded up fine though&lt;br /&gt;
: ''-- which app are you talking about? net connection should not be needed as we supply data in Barcelona.osm.  for Merkaartor you need to un-bzip2 it first, see the quickstart for details. --HB''&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:ossim 1.8, osgeo-live 4.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
Remark: OssimPlanet requires OpenGL support, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Couldn't find test file. no data/ossim directory&lt;br /&gt;
: ''The above paths are out of date. look in the data/raster/ or data/kml/ dirs  --HB''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osgearth  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:osgearth 1.3, osgeo-live 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08 &lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
&lt;br /&gt;
You should see a globe with different overlays. Remark: OpenGL support is required, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*command failed. Directory share/osgearth/maps/ does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Layer Theme with PostGIS backend&lt;br /&gt;
&lt;br /&gt;
*Open OpenJUMP &lt;br /&gt;
*under the File menu select 'Open...' &lt;br /&gt;
*select Data Store Layer &lt;br /&gt;
*on the Connection line, click on the database icon (far right) &lt;br /&gt;
*click on Add &lt;br /&gt;
*enter '''Name''': medford '''Server''': localhost '''Port''': 5432 '''Instance''': medford '''User''': user '''Password''': user &lt;br /&gt;
*click OK; click OK in the parent dialog box; you should be back in the Data Store Layer dialog &lt;br /&gt;
*from the Dataset: menu choose 'medford_zoning'; click Finish &lt;br /&gt;
*select the medford zoning layer at left under 'Working' &lt;br /&gt;
*click on the Palette Icon in the menu bar &lt;br /&gt;
*select the 'Colour Theming' tab; click 'Enable colour theming' checkbox &lt;br /&gt;
*choose Attribute =&amp;amp;gt; zoning &lt;br /&gt;
*choose a colour theme; click 'OK' to dismiss the dialog &lt;br /&gt;
*you should see the zoning areas of Medford in various colours&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Open Jump started but database 'medford' doesn't exist&lt;br /&gt;
: ''--test is out of date; run &amp;quot;psql -l&amp;quot; to list current installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Spatial Query with the Graphical Query Builder helper&lt;br /&gt;
&lt;br /&gt;
*Open PGAdmin III from the Development menu &lt;br /&gt;
*double-click on 'local' &lt;br /&gt;
*under Databases, double-click on medford &lt;br /&gt;
*open 'schemas' &lt;br /&gt;
*open 'public' &lt;br /&gt;
*select 'Tables', click on the 'Execute SQL' Icon above (it has a pencil in it) &lt;br /&gt;
*expand the window and click on 'Graphical Query Builder' &lt;br /&gt;
*open 'Schemas', double-click on 'public' &lt;br /&gt;
*click and drag 'medford_wards' to the work area on the right &lt;br /&gt;
*click and drag 'jacksonco_schools' to the work area on the right &lt;br /&gt;
*choose 'jacksonco_schools' name, address, city and students &lt;br /&gt;
*choose 'medford_wards' council_me (meaning council members) &lt;br /&gt;
*click and drag from the_geom in 'medford_wards' to the_geom in 'jacksonco_schools' (you should see a solid line form with an '=' in it) &lt;br /&gt;
*click on the 'SQL Editor' tab above, to navigate away from the Graphical Query Builder &lt;br /&gt;
*edit the WHERE line to say&lt;br /&gt;
&lt;br /&gt;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
&lt;br /&gt;
*add an additional line&lt;br /&gt;
&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&lt;br /&gt;
&lt;br /&gt;
*the entire query ends with one semicolon ';' &lt;br /&gt;
*click on the 'execute query' icon above (a green triangle pointing to the right) you should see a list of council districts, schools, school sizes and the names of council members for each district as a result&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*database 'medford' doesn't exist&lt;br /&gt;
: ''--test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= pgRouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
* Follow pgRouting Quick Start documentation, and confirm you get results described.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= qgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;FIXME &lt;br /&gt;
:These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
;open GeoTiff&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one?&lt;br /&gt;
&lt;br /&gt;
:(''if needed geotiff and shapefile export could be added to the GRASS testing procedure to make some'')&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data I&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
     Name: medford&lt;br /&gt;
     Host: localhost&lt;br /&gt;
     Database: medford&lt;br /&gt;
     Port: 5432&lt;br /&gt;
     username: user&lt;br /&gt;
     password: user&lt;br /&gt;
     SSL Mode: allow&lt;br /&gt;
&lt;br /&gt;
    Test Connect should show success&lt;br /&gt;
    select sample point, line and poly layers&lt;br /&gt;
    view selected data&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data &lt;br /&gt;
:(''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
 Name: ________ &amp;quot;OpenStreetMap Import&amp;quot; &lt;br /&gt;
 Database: ____ &amp;quot;osm_barcelona&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on [Test Connect], with luck you will get a message that the connection to the database was successful. &lt;br /&gt;
*Click [Ok] to close the New Database window. &lt;br /&gt;
*Click on [Connect] in the top left of the Add PostGIS Table window. You should see a listing of tables come up. &lt;br /&gt;
*Click on all of the table names to highlight them. &lt;br /&gt;
*Click on [Add] at the bottom. &lt;br /&gt;
*After some moments you should see the data displayed in the main map canvas. &lt;br /&gt;
*Zoom, pan, query as you like.&lt;br /&gt;
&lt;br /&gt;
This should at least prove to you that the database is correctly populated and running. &lt;br /&gt;
&lt;br /&gt;
;open shapefile&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one? &lt;br /&gt;
*From the menu: Layer → Add Vector Layer ...&lt;br /&gt;
&lt;br /&gt;
:Do not select New Vector Layer ... (that's for creating new data, not opening existing data)&lt;br /&gt;
&lt;br /&gt;
*Dataset: [Browse]&lt;br /&gt;
&lt;br /&gt;
:&amp;amp;nbsp;? where on disc&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
*Ctrl-click on each of the *.shp files in that directory, then click [Open] and finally [Ok] &lt;br /&gt;
*After some momements you should see the data displayed in the main map canvas. &lt;br /&gt;
*Because the some of the shapefiles use a different map projection than the PostGIS database, things may not line up exactly. In the Settings → Projection Properties, Coordinate Reference System tab, you can tick the [•] Enable 'on the fly' CRS transformation box to overlay them. Be warned that this is computationally expensive and the layer may need to have its CRS set manually. &lt;br /&gt;
*Zoom, pan, query as you like. Drag layer names up and down in the left-pane list to change their position in the stack.&lt;br /&gt;
&lt;br /&gt;
;open OSM data&lt;br /&gt;
&lt;br /&gt;
*need to enable plugin? &lt;br /&gt;
*open /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Test the GRASS plugin&lt;br /&gt;
&lt;br /&gt;
*(it's installed, right?) &lt;br /&gt;
*Go menu &amp;quot;Plugins, Pluginmanager, activate &amp;quot;GRASS plugin&amp;quot;, OK button: a set of new buttons should appear &lt;br /&gt;
*open location/mapset → ~/grassdata/spearfish90/PERMANENT &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation&amp;quot; map &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation_shade&amp;quot; map &lt;br /&gt;
*click right mouse button in legend on &amp;quot;elevation_shade&amp;quot; map, move transparency to 40% &lt;br /&gt;
*click &amp;quot;Add GRASS vector layer&amp;quot; button, select &amp;quot;roadsmajor&amp;quot; map, select layer &amp;quot;1-line&amp;quot; (level 1 is the topological level), OK&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Problem with settings, says database medford does not exist&lt;br /&gt;
: ''test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The GRASS plugin could not load the data from the /hom/user/grassdata folder&lt;br /&gt;
&lt;br /&gt;
= R =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*double click on the R Icon &lt;br /&gt;
*at the command line, type demo(graphics) and hit return &lt;br /&gt;
*follow the prompt and watch the target window for examples&lt;br /&gt;
&lt;br /&gt;
''If it is possible please add steps here to test the included geostats packages, they are both more interesting and more likely to have problems in the build. tx'' &lt;br /&gt;
&lt;br /&gt;
:''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6&amp;amp;nbsp;?''&lt;br /&gt;
&lt;br /&gt;
 #Load a library&lt;br /&gt;
 library(sp)&lt;br /&gt;
 #list the demos available&lt;br /&gt;
 demo()&lt;br /&gt;
 #Run the demo from the sp package&lt;br /&gt;
 #This will step you through several examples of code and the resulting plots&lt;br /&gt;
 demo(gallery)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Some examples to try here: &lt;br /&gt;
&lt;br /&gt;
:http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= SAGA =&lt;br /&gt;
;Tests written for&lt;br /&gt;
: OSGeo LiveDVD 4.0&lt;br /&gt;
* Start the program&lt;br /&gt;
* Check if no errors occur during initialisation (messages text)&lt;br /&gt;
* Run the steps in the quickstart guide&lt;br /&gt;
As an extra test, you could check whether saga_cmd works:&lt;br /&gt;
run SAGA_MLB=/usr/lib/saga saga_cmd from a terminal. The list of modules should be given. There should be 45 modules.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-05 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, 700Mb RAM, on xubuntu 10.4 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Sahana =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* The '''4.0rc6''' release installer broke. Please rerun the gisvm/trunk/install_sahana.sh script as root before testing.&lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/sahana_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Didn't have permission to run Sahana even when running under SUDO&lt;br /&gt;
: ''--see above comment: it's not there because the installer failed. (now fixed) --HB''&lt;br /&gt;
&lt;br /&gt;
= spatialite  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 spatialite /usr/local/share/spatialite/regions.sqlite&lt;br /&gt;
 select r.NOME_REG, a.Nome from Aeroporti a, reg2008_s r where CONTAINS( r.Geometry, a.Geometry ) order by r.NOME_REG;&lt;br /&gt;
&lt;br /&gt;
;''a graphical view of the same data''&lt;br /&gt;
&lt;br /&gt;
*Run spatialite-gis&lt;br /&gt;
&lt;br /&gt;
open file &amp;lt;tt&amp;gt;/usr/local/share/spatialite/regions.sqlite&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;Result - test please&lt;br /&gt;
&lt;br /&gt;
You should see a set of Airports in Italy &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*should read user/data/spatialite/regions.sqlite&lt;br /&gt;
*sql query doesn't work with 'order by' qualifier&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*open UDig&lt;br /&gt;
&lt;br /&gt;
:Verify you see a Welcome screen&lt;br /&gt;
&lt;br /&gt;
*Close the Welcome display. (Note if you don't close this display, then you can't load layers later on) &lt;br /&gt;
*from the Layer menu, choose &amp;quot;Add...&amp;quot; &lt;br /&gt;
*Choose Files from /home/user/data/udig/udig-data/data-v1_2/ &lt;br /&gt;
*select bc_border.shp &lt;br /&gt;
*you may also select others, for example all shp files starting with bc_ &lt;br /&gt;
*click OK&lt;br /&gt;
&lt;br /&gt;
:Verify you see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base system Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*uDig opened but test data directory was not present&lt;br /&gt;
&lt;br /&gt;
Raised issues:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/621 fix symbolic link so udig-data is available&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/622 fails to show geoserver wms&lt;br /&gt;
&lt;br /&gt;
= Ushahidi =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/ushahidi_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan&lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Viking =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* If you have a GPX file handy, File &amp;amp;rarr; Open&lt;br /&gt;
* Layers &amp;amp;rarr; New Map Layer&lt;br /&gt;
* pick OpenStreetMaps (Cycle), [ok]&lt;br /&gt;
* On the ''Layer Name'' list on the left side, right click on &amp;quot;Map&amp;quot; and ''Download Onscreen Maps''&lt;br /&gt;
* It should start to download street maps of lower Manhattan&lt;br /&gt;
* Select ''Tools &amp;amp;rarr; Ruler'' from the menu&lt;br /&gt;
* Click on the Brooklyn Bridge, then on Batter Park to get a distance and heading&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2 Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: &amp;lt;s&amp;gt;Fail&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Viking opened but with no gpx 'handy' I could not verify that it worked&lt;br /&gt;
: ''--that's not really a fail. --HB''&lt;br /&gt;
&lt;br /&gt;
= ZOO Project  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.ZOO Project. 1.0.0, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:- &lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that your Apache and GeoServer are running&lt;br /&gt;
* click on &amp;quot;ZOO Project&amp;quot; icon from the Servers Desktop directory to make firefox loading the Spatialtools demo page&lt;br /&gt;
* select a feature from the displayed states then click on a spatialtools buton to get the RawDataOutput result of processing displayed on the map&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Gérald Fenoy&lt;br /&gt;
:System: VMWare Fusion, instance with 2Gig RAM and 2CPU&lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, instance with 700Mb RAM &lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass after manual install - *if* geoserver started&lt;br /&gt;
&lt;br /&gt;
= zyGrib =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* click the magnifying glass 1:1 button on the toolbar to go to the world map&lt;br /&gt;
* left-click drag a box over Europe&lt;br /&gt;
* click the [] zoom button to the left of the 1:1 zoom button to zoom in to that box&lt;br /&gt;
* click the power plug button on the right to check the server status&lt;br /&gt;
* left-click drag an area of interest again&lt;br /&gt;
* ''File &amp;amp;rarr; Download GRIB''&lt;br /&gt;
* click the [Download GRIB file] button in the lower-left, and save it.&lt;br /&gt;
* You should now see a weather map&lt;br /&gt;
* In the ''Data'' menu you can select different maps to look at&lt;br /&gt;
* Click the rocketship button on the right end of the toolbar to see a 5 day animation of the forecast. Set speed, Play, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*Could not connect to network so power plug failed. Could not retrieve network data&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Open Help by selecting he help icon (a yellow sign with a wombat)&lt;br /&gt;
&lt;br /&gt;
:Verify that the firefox web browser opens at file:///usr/local/share/livedvd-docs/index.thml &lt;br /&gt;
:Verify that the browser opens with &amp;quot;Home&amp;quot;, &amp;quot;Contents&amp;quot;, &amp;quot;Contact and Support&amp;quot;, &amp;quot;Tests&amp;quot;, &amp;quot;Sponsors&amp;quot; tabs.&lt;br /&gt;
&lt;br /&gt;
*Click on the above tabs.&lt;br /&gt;
&lt;br /&gt;
:Verify the respective pages are opened.&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;quot;Contents&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
:Verify that each project is mentioned. &lt;br /&gt;
:Verify that the project version numbers matches version numbers here: http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;amp;hl=en_GB &lt;br /&gt;
:Verify that when clicking on each project title, a description page is opened.&lt;br /&gt;
&lt;br /&gt;
*Install a link checker&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
*Run the linkchecker against the installed docs:&lt;br /&gt;
&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;amp;gt;&amp;amp;amp;1 | tee /var/log/osgeo-live/linkchecker.log&lt;br /&gt;
&lt;br /&gt;
:Verify there are not errors in the log file&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 dual core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The following project listings had issues&lt;br /&gt;
*52 degree North Web Processing Service not present in contents&lt;br /&gt;
*Geopublisher should be listed as version 1.5 in contents ( it's 1.4 )&lt;br /&gt;
*Geoserver 2.0.1 should read 2.0.2&lt;br /&gt;
*Mapbender not present in contents&lt;br /&gt;
*Octave mapping tools not present in contents&lt;br /&gt;
: ''--disabled on purpose. --HB''&lt;br /&gt;
*Open Jump 1.3 should read 1.3.1&lt;br /&gt;
*R Geostatistics 2.10.1 should read 2.11.1&lt;br /&gt;
*SAFA GIS not present in contents&lt;br /&gt;
*uDIG 1.2rc1 should read 1.2rc3&lt;br /&gt;
*Zoo Project not present in contents&lt;br /&gt;
&lt;br /&gt;
The apt-get command failed because I was not connected to a network ( I'm not supposed to be connected to a network, apparently ) and also I was asked for a SUDO password which is not provided.&lt;br /&gt;
: ''--sudo password now in welcome message --HB''&lt;br /&gt;
&lt;br /&gt;
The linkchecker could thus not be run as I was unable to acquire it&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Windows Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a windows computer, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the WindowsInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each WindowsInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Mac Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a Mac, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the MacInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each MacInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06  ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Booted from Disk. Base System Mac Mini 2.0 Dual Core, 2 Gig RAM &lt;br /&gt;
:Version: Arramagong Live GIS 3.0&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Could not run directly from OSX Snow Leopard. Had to change system settings to boot from disk which worked fine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49246</id>
		<title>Live GIS Disc Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49246"/>
		<updated>2010-08-08T19:35:43Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: osgearth: Updated tests &amp;amp; adeed test results from 2010-08-04&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page describes how to test each application installed on the [[Live GIS Disc]]. Application test steps describe how an Ubuntu user who is unfamiliar an application can try it out and confirm that everything has been installed correctly within 5 minutes. Test Results document when the application was last verified to be working.'' &lt;br /&gt;
&lt;br /&gt;
''This page is maintained at: http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing and copied onto each release of the LiveDVD.'' &lt;br /&gt;
&lt;br /&gt;
* Please try to move the app list into more of an alphabetical order ...&lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*.action.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*Eg: From menu, select GeoSpatial-&amp;amp;gt;Application-&amp;amp;gt;Start&lt;br /&gt;
&lt;br /&gt;
:Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Boot and Installer =&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*. Straight up Live DVD Disk&lt;br /&gt;
*. Installer (into a VM if that is easier to clean up after)&lt;br /&gt;
*. Testing is performed offline&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*. You arrive at the desktop&lt;br /&gt;
*. Help opens&lt;br /&gt;
*. Firefox opens up&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2 GB, on live dvd&lt;br /&gt;
:System: Macbook Pro, 4 GB, on live dvd&lt;br /&gt;
:System: VirtualBox, 1 GB, 30GB HD image, on windows 7&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Bootloader&lt;br /&gt;
*. shows version 3.0&lt;br /&gt;
*. think pad boots fine&lt;br /&gt;
*. mac needed to hit ENTER to get to the initial boot loading screen&lt;br /&gt;
&lt;br /&gt;
Installer&lt;br /&gt;
*. tried with vitural box vm&lt;br /&gt;
*. install says &amp;quot;Arramagong live&amp;quot;&lt;br /&gt;
*. obviously installing will allow you to enter a user name; will this break applications expecting &amp;quot;user&amp;quot; ?&lt;br /&gt;
*. my install failed; not enough space on the device. Need instructions indicating how much space is needed&lt;br /&gt;
&lt;br /&gt;
Desktop&lt;br /&gt;
*. think pad displays fine&lt;br /&gt;
*. macbook pro - test OSGeo LIVE DVD Barcelona is cut off (and this one has higher resolution than many laptops)&lt;br /&gt;
*. virtual box - could not adjust the screen resolution beyond the initial 800x600, instructions for open-vm-tools were fine, oh wait it wants a reboot - of a live dvd?&lt;br /&gt;
*. never did get virtual box to have a different screen resolution even after adding the open-vm-tools&lt;br /&gt;
&lt;br /&gt;
Suggestions from IRC:&lt;br /&gt;
*. change background to not have text&lt;br /&gt;
*. text at bottom of desktop being cut off is probably a function of screen aspect ratio&lt;br /&gt;
*. indicate that &amp;quot;user&amp;quot; is the password in a box or make it more visible (good idea jasonbirch)&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The DVD has label Arramagong Live 3.0&lt;br /&gt;
* User name is asked for installation, but after first boot, automatic login can be selected.&lt;br /&gt;
* Had to install vbox-additions in order to change screen resolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: deegree 2.3 , osgeo-live 4.0&lt;br /&gt;
&lt;br /&gt;
Steps: Run the QuickStart.&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
Switch to running Quick Start over previous 3.0 test steps. Things working as expected.&lt;br /&gt;
&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: Virtual Box on Ubuntu&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad, 2 GB ram, live dvd&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with test script issues&lt;br /&gt;
&lt;br /&gt;
* start deegree not on desktop; has been moved … into Web Services&lt;br /&gt;
* running start deegree opens firefox; firefox is in offline mode and can't browse http://localhost:8081/&lt;br /&gt;
* services are there&lt;br /&gt;
* test WMS, test WFS or test WCS links are not there&lt;br /&gt;
* generic client works&lt;br /&gt;
* deegree logo tries to take me to the website (and I am not online); I would like to return to the initial start page?&lt;br /&gt;
* deegree iPortal does not exist&lt;br /&gt;
* super hard to tell if the service stopped&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Firefox starts before Tomcat + deegree are up, throwing a &amp;quot;not found&amp;quot; page. The user needs to refresh.&lt;br /&gt;
* iPortal: When changing from Utah theme to Salt Lake City theme, the overview window is not redrawn.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= atlasstyler  =&lt;br /&gt;
&lt;br /&gt;
Run Quickstart&lt;br /&gt;
&lt;br /&gt;
Quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/atlasstyler_quickstart.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
&lt;br /&gt;
*. Application is in &amp;quot;Education &amp;gt; Atlasstyler&amp;quot; (Not Science &amp;gt; Atlas Styler)&lt;br /&gt;
*. Quickstart is not specific enough; it is more a link to other docs&lt;br /&gt;
*. Application &amp;quot;window&amp;quot; is messed up; the window tilebar is folded up under the desktop bar; you can resise the window; but not move it.&lt;br /&gt;
*. Tried with natural_earth countries, a warning was provided that it would use the default style, progress bar is taking a long time&lt;br /&gt;
*. Oh wait the tutorials link to their website (I am offline); but the styling layers with SLD tutorials in french and english are actually included on the disk (verified both links work)&lt;br /&gt;
*. The application never came back to me; and the window issue result in a fail&lt;br /&gt;
*. darn I was looking forward to this one&lt;br /&gt;
*. figured out a workaround; clicking on task bar and asking the application to maximiz finally lets me get at the window tilebar&lt;br /&gt;
*. Whew was able to use &amp;quot;ps -ef | grep java&amp;quot; and &amp;quot;kill&amp;quot; to shut it down&lt;br /&gt;
&lt;br /&gt;
= geopublisher  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geopublisher_quickstart.html&lt;br /&gt;
&lt;br /&gt;
;Tests written for Unknown&lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and open Geopublishing documentation &lt;br /&gt;
**Verify that the green page from file:///usr/share/doc/geopublishing/index.html open in a browser &lt;br /&gt;
*Scroll to the bottom and click the demo atlas. &lt;br /&gt;
*Unzip it do your Desktop &lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and start Geopublisher &lt;br /&gt;
*Load the atlas.gpa from your Desktop/ChartDemoAtlas &lt;br /&gt;
**Verify that Geopublisher load the atlas. You should see a triparted GUI with a map-pool, data-pool and menu area. &lt;br /&gt;
*Select File-&amp;amp;gt;Export and follow the wizard.. &lt;br /&gt;
**export online and offline version of the atlas to a ''new directory'' Desktop/ChartAtlasExported &lt;br /&gt;
**When the export has finished, click the &amp;quot;open folder&amp;quot; button &lt;br /&gt;
**Close Geopublisher &lt;br /&gt;
*Go into the Desktop/ChartAtlasExported/DISK folder and run ''start.sh'' &lt;br /&gt;
**Verify that an atlas opens &lt;br /&gt;
**Verify that you see a &amp;quot;Charts available&amp;quot; button at the top right &lt;br /&gt;
**Verify that clicking selecting the chart opens a chart window&lt;br /&gt;
&lt;br /&gt;
Let that be the basic testing for Geopublisher now. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
:Results: GeoPublisher pass with issues&lt;br /&gt;
&lt;br /&gt;
*. Application &amp;gt; Education (not Science)&lt;br /&gt;
*. You could just have the demo atlas link in the quickstart? &lt;br /&gt;
*. I need a bit more advice no unzipping the demo atlas (firefox opened archive manager; but I think a picture is needed for those new to linux)&lt;br /&gt;
*. Open Folder button did not work&lt;br /&gt;
*. It is running and is very pretty&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
- http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geoserver_quickstart.html&lt;br /&gt;
&lt;br /&gt;
Previous test definition:&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Start GeoServer&amp;quot; icon. &lt;br /&gt;
*Wait ~ 60 seconds for GeoServer to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of map layers&lt;br /&gt;
&lt;br /&gt;
*Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&lt;br /&gt;
&lt;br /&gt;
:Verify you should see a web page with sample data in an interactive map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th,2010 ==&lt;br /&gt;
:Run by: Jody garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Quickstart document is not rendering correct; images rescale and text is pushed out of the way&lt;br /&gt;
* Start GeoServer icon is not specific; it is in Web Services now; or in the Education menu (sigh!)&lt;br /&gt;
* Nice progress bar as it starts up (who did that?)&lt;br /&gt;
* Helpful having the start page link in the docs; but that new little progress bar opened the page for me&lt;br /&gt;
* Suffers from the same &amp;quot;Firefox is in offline mode&amp;quot; error and cannot see local host (sent to email list)&lt;br /&gt;
* No need to login if all you are doing is showing the layer preview&lt;br /&gt;
* Warning is about the read-only file system; the live dvd provides this; so is this warning needed?&lt;br /&gt;
* the directory needs to be /home/user/data/natural_earth (since the live dvd user name is &amp;quot;user&amp;quot; )&lt;br /&gt;
* So adding a layer was fine; the sectino for adding the style to the layer is empty&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* Embeded GeoWebCache WMS TMS document throws an error.&lt;br /&gt;
* Quickstart: the path to find the data is /usr/lib/geoserver-2.0.2/data_dir/data instead of /usr/lib/geotools-2.0.2/data_dir/data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education and start gvSIG&lt;br /&gt;
&lt;br /&gt;
:Verify that gvSIG starts correctly&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add some shapefiles from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the shapefiles are correctly added to the view&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add any of the two TIFF files from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the raster files are correctly loaded to the view&lt;br /&gt;
&lt;br /&gt;
*If you have Internet access, try to add a WMS layer from the combo list (i.e. the NASA JPL server)&lt;br /&gt;
&lt;br /&gt;
:Verify that a WMS layer can be accessed&lt;br /&gt;
&lt;br /&gt;
*Open the sample project included in the LiveDVD at &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify the project loads all the data and layouts configured are available.&lt;br /&gt;
&lt;br /&gt;
*You can also try to access any of the other data available from the LiveDVD like the PostGIS Data, or WxS services by the map servers configured&lt;br /&gt;
&lt;br /&gt;
:This tests are related with the correct functioning of the other software installed on the LiveDVD&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with path issues to sample project&lt;br /&gt;
&lt;br /&gt;
* Programm runs fine, but on opening the sample project from &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;, a file not found / Invalid path to &amp;quot;/home/user/data/openjump/data/departement22.shp&amp;quot; and the same message to a lot of other files in that directory comes up.&lt;br /&gt;
&lt;br /&gt;
= gdal / ogr  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  ogrinfo --formats&lt;br /&gt;
  gdalinfo --formats&lt;br /&gt;
  &lt;br /&gt;
  ogrinfo data/natural_earth/10m_ocean.shp&lt;br /&gt;
  gdalinfo /usr/share/osgearth/data/terrain/mt_rainier_90m.tif&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;Start Geomajas&amp;quot; which will start the Geomajas startup script. This will in turn start up a Tomcat server.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:3420/geomajas-tutorial/applications/tutorial/html/&lt;br /&gt;
&lt;br /&gt;
*Click on the &amp;quot;Start demo!&amp;quot; link for the Attributes &amp;amp;amp; Features demo.&lt;br /&gt;
&lt;br /&gt;
:Verify that a sample demo page has opened with an application, showing the provinces of Belgium.&lt;br /&gt;
&lt;br /&gt;
*Doubleclick on one of the rows in the attribute table bottom right.&lt;br /&gt;
&lt;br /&gt;
:Verify that a floating window appears, showing the rows' contents in more detail.&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;Stop Geomajas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Tomcat server that runs Geomajas has stopped. &lt;br /&gt;
:*This can be done by refreshing the page. Firefox should give a warning that it is unable to connect.&lt;br /&gt;
&lt;br /&gt;
==Results from 9 March 2010== &lt;br /&gt;
:Run by: Pieter De Graef &lt;br /&gt;
:System: Virtualbox, ~512MB RAM, on Windows XP &lt;br /&gt;
:Version: distribution version: osgeo-live-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: fail&lt;br /&gt;
* After starting 'start Geomajas' in the Browser Clients folder Firefox opens URL &amp;quot;http://localhost:3420/showcase/&amp;quot;, which is a 404 Page delivered by Jetty.&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* The link http://localhost:3420/geomajas-tutorial/applications/tutorial/html/ does not work after start-up&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click icon &amp;quot;Start Geonetwork&amp;quot; - wait until the server intializes (see load graph in the upper right hand corner) &lt;br /&gt;
*open FireFox http://localhost:8880 &lt;br /&gt;
*you should see a list of active URLs, choose /geonetwork&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*(''copied from install_gpsdrive.sh'') &lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/gpsdrive_description.html on-disc help page]&lt;br /&gt;
&lt;br /&gt;
=== Testing  ===&lt;br /&gt;
&lt;br /&gt;
==== If no GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Double click on the GpsDrive desktop icon &lt;br /&gt;
*You should see a map of downtown Barcelona, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:150,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass). After a moment you should see all 3 FOSS4G 2010 venues.&lt;br /&gt;
*Enter Explore Mode by pressing the &amp;quot;e&amp;quot; key or in the Map Control button. &lt;br /&gt;
*Use the arrow keys or left mouse button to move off screen. &lt;br /&gt;
* Try clicking on the Workshop venue and mouse-wheel to zoom in on it&lt;br /&gt;
*Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;Find&amp;quot; button on the left&lt;br /&gt;
* Set &amp;quot;maximum distance&amp;quot; to 1.0 km&lt;br /&gt;
* Click the POI-Types drop down menu and select ''Food &amp;amp;rarr; Restaurant &amp;amp;rarr; Restaurant''&lt;br /&gt;
* Click the ''Find'' button in the top right&lt;br /&gt;
* Click on the nearest restaurant, and &amp;quot;Select Target&amp;quot; in the bottom right&lt;br /&gt;
* Make your way there and enjoy a nice meal&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps  =====&lt;br /&gt;
&lt;br /&gt;
*Change the scale setting to 1:1,000,000 you should see the limits of the PostGIS/Mapnik/OpenStreetMaps road database for the conference area.&lt;br /&gt;
*Click the &amp;quot;Map Control&amp;quot; button on the left hand side, and turn off Mapnik Mode.&lt;br /&gt;
: You should now see a continental image&lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on an island in the Med&lt;br /&gt;
*In the top-left menu, pick ''Options &amp;amp;rarr; Map &amp;amp;rarr; Download'' &lt;br /&gt;
**Map source: NASA LANDSAT, Scale: 1:500,000, [Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:500,000 &lt;br /&gt;
**This will be of more use in remote areas. &lt;br /&gt;
*Explore to the coast, click on an airport, headland, or some other conspicuous feature. You might want to use the magnifying glass buttons to zoom in on it better. Use a right click set the target on some other conspicuous feature nearby then demagnify back out. &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; Download &lt;br /&gt;
**Map source: OpenStreetMap, Scale: 1:40,000, left-click on map to center the green preview over your target and what looks like a populated area. &lt;br /&gt;
**[Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:40,000 and you should see a road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*If you have a GPX track file lying around ...&lt;br /&gt;
*Options -&amp;amp;gt; Import -&amp;amp;gt; GPX track &lt;br /&gt;
*Hidden folders are hidden in the file picker, but just start typing ~/.gpsdrive and hit enter. You should then see the tracks/ directory and be able to load &amp;lt;!-- australia.gpx. --&amp;gt;&lt;br /&gt;
*A red trace should appear &amp;lt;!-- along the coastline. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- *Check that it lines up well with the coast as shown in map tiles of varying scale. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Make sure gpsd is running by starting &amp;quot;xgps&amp;quot; from the command line. &lt;br /&gt;
*The program will automatically detect gpsd and jump to your current position. This should bring up a continental map as you won't have any map tiles downloaded for your area yet. (you may want to switch out of ''Mapnik Mode'' in the ''Map Control'' window)&lt;br /&gt;
*See the above &amp;quot;Downloading Maps&amp;quot; section to get some local tiles. &lt;br /&gt;
*If you have a local GPX track of some roads try loading that and making sure everything lines up, as detailed in the above &amp;quot;Overlay a GPX track&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:geokettle 3.2.0-20090609, osgeo-live 4.0-rc6 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:August 8th, 2010 &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a window prompting you to select a repository.&lt;br /&gt;
&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoKettle application is opened.&lt;br /&gt;
&lt;br /&gt;
*Close any startup tips dialog. &lt;br /&gt;
*Select File-&amp;amp;gt; Open &lt;br /&gt;
*Select &amp;lt;tt&amp;gt;/opt/geokettle/samples/transformations/geokettle/intersection.ktr&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify you see the &amp;quot;intersection&amp;quot; transformation in the work area, with a big yellow comment box and some step icons.&lt;br /&gt;
&lt;br /&gt;
*Run the transformation in preview mode &lt;br /&gt;
**Select Transformation menu -&amp;amp;gt; Preview &lt;br /&gt;
**Choose the &amp;quot;Intersecting rows&amp;quot; step (to view the rows that are outputted by that step) &lt;br /&gt;
**then click on Quick Launch.&lt;br /&gt;
&lt;br /&gt;
:Verify you see the result in the &amp;quot;Examine preview data&amp;quot; dialog (two rows with four columns: GEOM1_ID, geom1, GEOM2_ID, geom2. The geom1 and geom2 fields should contain MULTIPOLYGON WKT geometries).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Thierry Badard&lt;br /&gt;
:System: VirtualBox 3.1, 2Gig RAM, on ubuntu 10.04 base &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
There are 29 example jobs built in, and a script to run them all: &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples&lt;br /&gt;
 cd gmt-examples/&lt;br /&gt;
 ./do_examples.sh&lt;br /&gt;
&lt;br /&gt;
[whiz .. bang .. whirl] &lt;br /&gt;
&lt;br /&gt;
View results: (type 'q' to quit &amp;lt;tt&amp;gt;gv&amp;lt;/tt&amp;gt;) &lt;br /&gt;
&lt;br /&gt;
 for PLOT in `find . -name *.ps`&amp;amp;nbsp;; do&lt;br /&gt;
    echo &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
    gv &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Cleanup: &lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*do_examples command not found - I ran ls and it's there&lt;br /&gt;
: ''--did you put ./ in front of the ./do_examples.sh? --HB''&lt;br /&gt;
&lt;br /&gt;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Double click on the GRASS desktop icon&lt;br /&gt;
&lt;br /&gt;
:Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&lt;br /&gt;
&lt;br /&gt;
*Select Spearfish60 for location, User1 for mapset &lt;br /&gt;
*Click on [Start Grass] &lt;br /&gt;
*In the Layer Manager GUI window add a raster layer &lt;br /&gt;
**On the toolbar click the icon with a + and a checkerboard &lt;br /&gt;
**On map to be displayed pull down the list and select elevation.dem &lt;br /&gt;
*from the PERMANENT mapset and click [ok] &lt;br /&gt;
*In the Layer Manager GUI window add a vector layer &lt;br /&gt;
**On the toolbar click the icon with a + and a &amp;quot;V&amp;quot; line &lt;br /&gt;
**For input map name pull down the list and select roads from the PERMANENT mapset and click [ok] &lt;br /&gt;
*Over in the Map Display window toolbar click on the eyeball icon to render&lt;br /&gt;
&lt;br /&gt;
:Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
&lt;br /&gt;
*http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
&lt;br /&gt;
:(North Carolina dataset is already installed in grassdata/)&lt;br /&gt;
&lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/grass_description.html on-disc help page] &lt;br /&gt;
*http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
;Theming layer with PostGIS backend&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt;&amp;amp;nbsp;Desktop GIS &amp;amp;gt;&amp;amp;nbsp;Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot;&amp;amp;nbsp;panel and click ''Ok''&amp;lt;br&amp;gt; &lt;br /&gt;
*In the &amp;quot;''Spatial Reference System selection''&amp;quot; dialog, press the &amp;quot;...&amp;quot; button in order to select the view SRS &lt;br /&gt;
*Select &amp;quot;EPSG&amp;quot;&amp;amp;nbsp;as Type &lt;br /&gt;
*Enter 2270 in the textfield and click &amp;quot;Search&amp;quot;&amp;amp;nbsp;button;&amp;amp;nbsp;select the CRS&amp;amp;nbsp;given and click the ''Ok ''button &lt;br /&gt;
*Click Ok again to set EPSG:2270 as the current view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load&amp;amp;nbsp;Dataset...''&amp;quot; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Database''&amp;quot; (at the top-left corner) and &amp;quot;''PostGIS''&amp;quot; as database type &lt;br /&gt;
*Enter '''Database Name''': medford '''User Name''': user '''Password''': user and click the &amp;quot;Connect&amp;quot; button&amp;lt;br&amp;gt; &lt;br /&gt;
*Scroll down, check the box to the left of '''public.medford_zoning''' and click the ''Ok ''button &lt;br /&gt;
*Select the medford_zoning layer at left under 'Working' and click the checkbox to make it visible &lt;br /&gt;
*Right-click on the 'medford_zoning' layer and choose ''Simbology &amp;amp;gt;&amp;amp;nbsp;Change Styles...'' &lt;br /&gt;
*Select the &amp;quot;''Colour Theming''&amp;quot; tab; click the &amp;quot;''Enable colour theming''&amp;quot; checkbox &lt;br /&gt;
*Choose Attribute =&amp;amp;gt; zoning and click the Ok button to apply the changes&amp;lt;br&amp;gt; &lt;br /&gt;
*You should see the zoning areas of Medford coloured by attribute in the map&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
'''Shapefile and image loading'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt; Desktop GIS &amp;amp;gt; Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot; panel and click Ok&amp;lt;br&amp;gt; &lt;br /&gt;
*Repeat the steps described in the test &amp;quot;Layer&amp;amp;nbsp;Theme with PostGIS backend&amp;quot;, but selecting EPSG:26915 as the view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load Dataset...''&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Image file''&amp;quot; and navigate to ''/home/user/data/mapserver/demos/itasca/'' (or ''data/mapserver/demos/itasca/'' if it starts at the home/user directory)&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the directory &amp;quot;''data''&amp;quot; in order to load all the tiffs inside it as a mosaic and press the Ok button&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the '''data''' layer at left under 'Working' and click the checkbox to make it visible&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Shapefile''&amp;quot; and navigate inside ''data ''directory&amp;lt;br&amp;gt; &lt;br /&gt;
*Select all the shapefiles and press the Ok button in order to load them&amp;lt;br&amp;gt; &lt;br /&gt;
*Check that all the shapefiles have been loaded on the layer tree at the left. Make them visible by clicking on the checkbox of each one&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
see file:///usr/local/share/livedvd-docs/doc/mapnik_description.html Mapnik Description&lt;br /&gt;
* http://live.osgeo.org/doc/mapnik_description.html&lt;br /&gt;
: ''--this may be 6 months old, try the on-disk quickstart instead --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*link to World Population Example app not present&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*you need an GeoTIFF or other raster geodata to test the functionality. So download for example this: [http://download.osgeo.org/gdal/data/gtiff/utm.tif http://download.osgeo.org/gdal/data/gtiff/utm.tif] (when you use Firefox it will automatically save the files into ~/Downloads). &lt;br /&gt;
*start MapTiler: click on &amp;quot;Applications&amp;quot; -&amp;amp;gt; &amp;quot;Graphics&amp;quot; -&amp;amp;gt; &amp;quot;MapTiler&amp;quot; &lt;br /&gt;
*in the MapTiler application select on the first page &amp;quot;Google Maps compatible&amp;quot; tiles and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*in the second page of wizard add the tiff, it should be ~/Downloads/utm.tif and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*continue trough all other steps in the wizard (default options are fine) and then start &amp;quot;Render&amp;quot; &lt;br /&gt;
*when the rendering is finished you will see a link to the directory with tiles, click to open it (it opens in Firefox as a directory) &lt;br /&gt;
*open the &amp;quot;googlemaps.html&amp;quot;, you should see a black&amp;amp;amp;white overlay displayed on top of Google Maps hybrid layer. You can also open &amp;quot;openlayers.html&amp;quot; to see another presentation of the results.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*MapTiler application starts without problems when clicked on the icon &lt;br /&gt;
*When you press on &amp;quot;Render&amp;quot; applications starts the processing and does not report any error.&lt;br /&gt;
&lt;br /&gt;
Alternative &amp;quot;real&amp;quot; geodata for testing are for example [http://www.archive.org/details/maps_usgs USGS maps] or [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml NOAA RNCs]. &lt;br /&gt;
&lt;br /&gt;
Another way to try it: &lt;br /&gt;
&lt;br /&gt;
#Start MapTiler by clicking the icon on the Desktop &lt;br /&gt;
#Load in the second step example raster GEODATA (with georerence/srs) &lt;br /&gt;
#Go trough all the steps with 'Next' up to the Render &lt;br /&gt;
#Once the render is finished you can click in the GUI to open a folder with tiles. When you open googlemaps.html or openlayers.html then you see your geodata warped to the overlay of popular interactive web maps as Google Maps.&lt;br /&gt;
&lt;br /&gt;
The map tiles are displayed directly from your disk. To publish the map to Internet just upload the folder with tiles to any webserver or Amazon S3&amp;quot; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &lt;br /&gt;
*If you have used Google Earth before you should be able to figure this one out without much difficulty. &lt;br /&gt;
*In the Settings menu select full-screen mode &lt;br /&gt;
*Explore ... &lt;br /&gt;
*In the bottom-left corner of the program window there is a subtle tab called &amp;quot;Map View&amp;quot;. Click on it. &lt;br /&gt;
*Select another map (e.g. 'Precipitation (July)') &lt;br /&gt;
*Explore some more ...&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
* Make sure you have a working internet connection &lt;br /&gt;
* Double click on the Mapfish icon on the desktop &lt;br /&gt;
: Verify that a browser opens after a few seconds showing a map of the southwestern pacific &lt;br /&gt;
* Click the magnifying glass just under the word &amp;quot;Map&amp;quot; at the top of the map. &lt;br /&gt;
* Zoom in on Sydney&lt;br /&gt;
* Explore&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* Mapfish start-up script fails to start.&lt;br /&gt;
&lt;br /&gt;
= MapGuide Open Source =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapGuide Open Source 2.2.0, LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:June 26, 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
* Start LiveDVD and log in as &amp;quot;user&amp;quot;&lt;br /&gt;
:Verify presence of &amp;quot;Start MapGuide&amp;quot;, &amp;quot;Stop MapGuide&amp;quot;, and &amp;quot;MapGuide Maestro&amp;quot; desktop icons&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;quot;Start MapGuide&amp;quot; desktop icon and enter &amp;quot;user&amp;quot; password if prompted&lt;br /&gt;
:Verify that &amp;quot;Starting MapGuide&amp;quot; and &amp;quot;Starting Apache&amp;quot; messages appear &lt;br /&gt;
&lt;br /&gt;
* Open a browser window to http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php&lt;br /&gt;
:Verify that a map is displayed in the center of the screen with a layer legend to the left of the map and an application &amp;quot;Overview&amp;quot; pane to the right of the map.&lt;br /&gt;
&lt;br /&gt;
* Zoom into street level detail and click the pointer icon.  Select a parcel.&lt;br /&gt;
:Verify that a parcel is selected in blue.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side of the page, click &amp;quot;Tasks&amp;quot; then &amp;quot;Buffer&amp;quot;.  Set the distance to 20 meters and click &amp;quot;Done&amp;quot;&lt;br /&gt;
:Verify that a red buffer zone appears around the parcel.&lt;br /&gt;
&lt;br /&gt;
* Close the browser and double click the &amp;quot;MapGuide Maestro&amp;quot; desktop icon.  Login to &amp;quot;http://localhost:8008/mapguide/mapagent/mapagent.fcgi&amp;quot; as user &amp;quot;Administrator&amp;quot; and password &amp;quot;admin&amp;quot;.&lt;br /&gt;
:Verify that the tree view contains &amp;quot;Samples/Sheboygan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from August 5, 2010 ==&lt;br /&gt;
:Run by: Trevor Wekel &lt;br /&gt;
:System: VMware ESX 4.1, 16GB RAM &lt;br /&gt;
:Version: LiveDVD 4.0 RC 6&lt;br /&gt;
:Results: Pass with minor issue - the project overview is missing.  Cameron has already fixed it.&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with minor issue&lt;br /&gt;
&lt;br /&gt;
*The MapGuide Maestro points to the URL without the 8008 port after localhost, which results in an error, if the user does not fix this in the URL himself.&lt;br /&gt;
&lt;br /&gt;
= Mapbender =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Mapbender 2.6.1, OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:5. July 2010&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that you have a working internet connection&lt;br /&gt;
* make sure that your Apache and PostgreSQL is running&lt;br /&gt;
&lt;br /&gt;
* double click on the Mapbender icon on the desktop or browse to http://localhost/mapbender/&lt;br /&gt;
: Verify that a browser opens after a few seconds showing the Mapbender login-page&lt;br /&gt;
* login with user root / password root&lt;br /&gt;
: Verify that the list of the available applications appears&lt;br /&gt;
* choose application named &amp;quot;gui&amp;quot; with a click on the name&lt;br /&gt;
: verify that the application &amp;quot;gui&amp;quot; opens and that you see a Mapbender application with the demis-world WMS, a germany WMS and a mapbender-user WMS&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Results from 5.7.2010 ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: Mapbender 2.6.1, just ran ./install_postgis.sh and ./install_mapbender.sh&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
* I ran ./install_postgis.sh and ./install_mapbender.sh - When I started Mapbender the ALIAS was not created. After restart the Mapbender could be used without problem, login succeded&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* next test will be run with the osgeolive 4.0 rc&lt;br /&gt;
----&lt;br /&gt;
== test results from 23.7.2010  ==&lt;br /&gt;
:Run by: Marc Manns&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve beta2 Mapbender 2.6.1&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* create user/group&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* customize tree&lt;br /&gt;
* add WMSFromFilteredList&lt;br /&gt;
* change language in [Mapbender.conf] to german&lt;br /&gt;
&lt;br /&gt;
* suggestion: There is a password.txt at the desktop. I think, we should add our root/root authentication to it. -&amp;gt; '''done --[[User:Astrid Emde|astroide]] 09:28, 23 July 2010 (UTC) '''&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== test results from 8.8.2010  ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve rc6 Mapbender 2.6.2&lt;br /&gt;
:Results: Passed&lt;br /&gt;
&lt;br /&gt;
* create gui&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* print&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
----&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= mb-system  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/mbsystem/examples/&lt;br /&gt;
&lt;br /&gt;
List summary information about the contents of some bathymetric data files: &lt;br /&gt;
&lt;br /&gt;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it: &lt;br /&gt;
&lt;br /&gt;
 cd ../mbm_plot/&lt;br /&gt;
 ./mbm_plot_5.cmd&lt;br /&gt;
 &lt;br /&gt;
 # which creates this script:&lt;br /&gt;
 ./mbm_plot_test5.cmd&lt;br /&gt;
&lt;br /&gt;
You should now see a nice plot of the seafloor off Baja California. &lt;br /&gt;
&lt;br /&gt;
*(this also acts as a test of the GMT plotting package)&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapServer 5.6.3, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:30 June 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;MapServer&amp;quot; icon. &lt;br /&gt;
*Wait a few seconds for FireFox to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the MapServer web page opens at &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;Itasca&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Select &amp;quot;Basic Application&amp;quot; and click on &amp;quot;Initialize&amp;quot;. &lt;br /&gt;
:Verify you get a map.&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Query multiple features&amp;quot; tool on the right of the page and click somewhere on the map.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of features.&lt;br /&gt;
&lt;br /&gt;
*'''THE GMAP DEMO HAS BEEN REMOVE IN 4.0 ALPHA4, IT IS NOT YET COMPATIBLE WITH PHP 5.3''' &amp;lt;strike&amp;gt;Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; , scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;strike&amp;gt;Verify you get a map and a legend with icons rendered.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
:Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*All good, documentation link needs to be updated ( says 5.4.2 instead of 5.6, ) but docs themselves seem up to date&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Daniel Morissette&lt;br /&gt;
:System: Live DVD on Acer AST180 desktop (AMD Athlon X2 64, 3GB RAM)&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Itasca demo (and mapserv 5.6.5) work fine&lt;br /&gt;
* Problems in mapserver_description.html&lt;br /&gt;
** Need to remove &amp;quot;GMap&amp;quot; demo link (since GMap itself has been removed)&lt;br /&gt;
** Need to update Documentation link to read &amp;quot;MapServer 5.6 Documentation&amp;quot; or even better: &amp;quot;MapServer Documentation&amp;quot; (with no version number so we don't need to update it in the future)&lt;br /&gt;
** The main page of the MapServer 5.6 Docs that's on the DVD is from 5.6.3, and the OSM map in that page does not work: the link to the tiles point to a dead server. This is a known issue and the current version of the docs on the MapServer website (v5.6.5) have the map disabled... so it may be a good idea to grab the latest version of the 5.6 docs for the DVD.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;GMap&amp;quot; demo link needs to be removed&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= octave  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Start program by typing &amp;quot;&amp;lt;tt&amp;gt;octave&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
 % Which way to Barcelona from Sydney?&lt;br /&gt;
 sydney = [-33.8750 151.2005]&lt;br /&gt;
 barcelona = [41+23/60 2+11/60]&lt;br /&gt;
 &lt;br /&gt;
 dirn = azimuth(sydney, barcelona);&lt;br /&gt;
 deg_symb = 176;&lt;br /&gt;
 disp(['Heading: ' num2str(dirn) deg_symb])&lt;br /&gt;
&lt;br /&gt;
 % How far's the trip? (roughly!)&lt;br /&gt;
 system('proj -le')&lt;br /&gt;
 wgs84_a = 6378137.0 &amp;amp;nbsp;% major radius of the Earth, in meters&lt;br /&gt;
 dist_deg = distance(sydney, barcelona)&lt;br /&gt;
 dist_meters = pi * wgs84_a * (dist_deg / 360.0)&lt;br /&gt;
 disp(['Distance: ' num2str(dist_meters / 1000) ' km'])&lt;br /&gt;
&lt;br /&gt;
Type &amp;quot;exit&amp;quot; to quit. &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= opencpn  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Activate data&lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Type &amp;quot;&amp;lt;tt&amp;gt;opencpn_noaa_agreement.sh&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
;Run program&lt;br /&gt;
&lt;br /&gt;
(assuming your GPS is not plugged in and &amp;lt;tt&amp;gt;gpsd&amp;lt;/tt&amp;gt; is not running) &lt;br /&gt;
&lt;br /&gt;
*Double click the OpenCPN icon on the desktop or type &amp;quot;opencpn&amp;quot; at a terminal &lt;br /&gt;
*Left-click recenters the view &lt;br /&gt;
*Left-click-drag pans the view &lt;br /&gt;
*Mouse-wheel zooms in/out &lt;br /&gt;
*The blue bars in the bottom show previews of overlapping raster maps and clicking on them switches to them. The green buttons switch to vectorial charts.&lt;br /&gt;
* Right click on the map canvas to get a menu, select &amp;quot;Go to here&amp;quot;. &lt;br /&gt;
* At this point if you have your auto-pilot interfaced GPS plugged in you should feel your boat/airplane change course. If not, you'll see a red arrow and the destination target blinking anyway but will have make your own arrangements for getting there.&lt;br /&gt;
&lt;br /&gt;
;More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/opencpn_description.html on-disc help page] &lt;br /&gt;
:and specifically the [http://opencpn.cvs.sourceforge.net/viewvc/*checkout*/opencpn/opencpn/data/doc/tips.html#Getting_Started Getting Started] help page.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;JOSM &lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Merkaartor&lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* Click the &amp;quot;Download&amp;quot; button at the top left&lt;br /&gt;
* Zoom in on ''Mataro'' just to the north of Barcelona (or anywhere) until one zoom level past where you can read the street names, and click [ok] to start the download&lt;br /&gt;
: (download map: ''Left-click-drag to pan, mouse wheel to zoom'')&lt;br /&gt;
* Click on a road, see its attributes come up&lt;br /&gt;
* now it's ''Right-click-drag to pan, mouse wheel to zoom''&lt;br /&gt;
* In the Layers list in the top-left right-click on &amp;quot;Map - None&amp;quot; and select &amp;quot;Yahoo!&amp;quot;&lt;br /&gt;
* Click the little box to the left of &amp;quot;Map - Yahoo!&amp;quot; to enable the eyeball&lt;br /&gt;
* Behold the satellite image underlay&lt;br /&gt;
&lt;br /&gt;
;Osmarender&lt;br /&gt;
&lt;br /&gt;
* Open up Merkaartor again&lt;br /&gt;
* When satellite image comes up, click the &amp;quot;Download More&amp;quot; button&lt;br /&gt;
* Once the streets come up do ''File &amp;amp;rarr; Export &amp;amp;rarr; OSM (XML)''&lt;br /&gt;
* Select &amp;quot;All visible&amp;quot;, filename ~/test.osm&lt;br /&gt;
* Quit Merkaartor&lt;br /&gt;
* Open a terminal, then:&lt;br /&gt;
 osmarender test.osm&lt;br /&gt;
: [''whiz-bang-whirl'']&lt;br /&gt;
* After some time it should finish leaving a test.svg file behind&lt;br /&gt;
* Open the test.svg file in Inkscape or Firefox to view&lt;br /&gt;
 inkscape test.svg&lt;br /&gt;
* In inkscape it's middle-click-drag to pan, &amp;quot;+&amp;quot; key to zoom in&lt;br /&gt;
* In Firefox use Ctrl-+ to zoom in&lt;br /&gt;
&lt;br /&gt;
;Gosmore &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Import data with:&lt;br /&gt;
&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;-&amp;quot; in the bottom-right of the map canvas until you see the city, then left click to center on downtown, mouse wheel up to zoom in&lt;br /&gt;
* That's about it!&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Map didn't render to scale where I could find any roads. Probably because I'm not connected to network. Apps loaded up fine though&lt;br /&gt;
: ''-- which app are you talking about? net connection should not be needed as we supply data in Barcelona.osm.  for Merkaartor you need to un-bzip2 it first, see the quickstart for details. --HB''&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:ossim 1.8, osgeo-live 3.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Couldn't find test file. no data/ossim directory&lt;br /&gt;
: ''The above paths are out of date. look in the data/raster/ or data/kml/ dirs  --HB''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osgearth  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:osgearth 1.3, osgeo-live 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08 &lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
&lt;br /&gt;
You should see a globe with different overlays. Remark: OpenGL support is required, which might not be available on virtualized environments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*command failed. Directory share/osgearth/maps/ does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Layer Theme with PostGIS backend&lt;br /&gt;
&lt;br /&gt;
*Open OpenJUMP &lt;br /&gt;
*under the File menu select 'Open...' &lt;br /&gt;
*select Data Store Layer &lt;br /&gt;
*on the Connection line, click on the database icon (far right) &lt;br /&gt;
*click on Add &lt;br /&gt;
*enter '''Name''': medford '''Server''': localhost '''Port''': 5432 '''Instance''': medford '''User''': user '''Password''': user &lt;br /&gt;
*click OK; click OK in the parent dialog box; you should be back in the Data Store Layer dialog &lt;br /&gt;
*from the Dataset: menu choose 'medford_zoning'; click Finish &lt;br /&gt;
*select the medford zoning layer at left under 'Working' &lt;br /&gt;
*click on the Palette Icon in the menu bar &lt;br /&gt;
*select the 'Colour Theming' tab; click 'Enable colour theming' checkbox &lt;br /&gt;
*choose Attribute =&amp;amp;gt; zoning &lt;br /&gt;
*choose a colour theme; click 'OK' to dismiss the dialog &lt;br /&gt;
*you should see the zoning areas of Medford in various colours&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Open Jump started but database 'medford' doesn't exist&lt;br /&gt;
: ''--test is out of date; run &amp;quot;psql -l&amp;quot; to list current installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Spatial Query with the Graphical Query Builder helper&lt;br /&gt;
&lt;br /&gt;
*Open PGAdmin III from the Development menu &lt;br /&gt;
*double-click on 'local' &lt;br /&gt;
*under Databases, double-click on medford &lt;br /&gt;
*open 'schemas' &lt;br /&gt;
*open 'public' &lt;br /&gt;
*select 'Tables', click on the 'Execute SQL' Icon above (it has a pencil in it) &lt;br /&gt;
*expand the window and click on 'Graphical Query Builder' &lt;br /&gt;
*open 'Schemas', double-click on 'public' &lt;br /&gt;
*click and drag 'medford_wards' to the work area on the right &lt;br /&gt;
*click and drag 'jacksonco_schools' to the work area on the right &lt;br /&gt;
*choose 'jacksonco_schools' name, address, city and students &lt;br /&gt;
*choose 'medford_wards' council_me (meaning council members) &lt;br /&gt;
*click and drag from the_geom in 'medford_wards' to the_geom in 'jacksonco_schools' (you should see a solid line form with an '=' in it) &lt;br /&gt;
*click on the 'SQL Editor' tab above, to navigate away from the Graphical Query Builder &lt;br /&gt;
*edit the WHERE line to say&lt;br /&gt;
&lt;br /&gt;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
&lt;br /&gt;
*add an additional line&lt;br /&gt;
&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&lt;br /&gt;
&lt;br /&gt;
*the entire query ends with one semicolon ';' &lt;br /&gt;
*click on the 'execute query' icon above (a green triangle pointing to the right) you should see a list of council districts, schools, school sizes and the names of council members for each district as a result&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*database 'medford' doesn't exist&lt;br /&gt;
: ''--test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= pgRouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
* Follow pgRouting Quick Start documentation, and confirm you get results described.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= qgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;FIXME &lt;br /&gt;
:These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
;open GeoTiff&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one?&lt;br /&gt;
&lt;br /&gt;
:(''if needed geotiff and shapefile export could be added to the GRASS testing procedure to make some'')&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data I&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
     Name: medford&lt;br /&gt;
     Host: localhost&lt;br /&gt;
     Database: medford&lt;br /&gt;
     Port: 5432&lt;br /&gt;
     username: user&lt;br /&gt;
     password: user&lt;br /&gt;
     SSL Mode: allow&lt;br /&gt;
&lt;br /&gt;
    Test Connect should show success&lt;br /&gt;
    select sample point, line and poly layers&lt;br /&gt;
    view selected data&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data &lt;br /&gt;
:(''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
 Name: ________ &amp;quot;OpenStreetMap Import&amp;quot; &lt;br /&gt;
 Database: ____ &amp;quot;osm_barcelona&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on [Test Connect], with luck you will get a message that the connection to the database was successful. &lt;br /&gt;
*Click [Ok] to close the New Database window. &lt;br /&gt;
*Click on [Connect] in the top left of the Add PostGIS Table window. You should see a listing of tables come up. &lt;br /&gt;
*Click on all of the table names to highlight them. &lt;br /&gt;
*Click on [Add] at the bottom. &lt;br /&gt;
*After some moments you should see the data displayed in the main map canvas. &lt;br /&gt;
*Zoom, pan, query as you like.&lt;br /&gt;
&lt;br /&gt;
This should at least prove to you that the database is correctly populated and running. &lt;br /&gt;
&lt;br /&gt;
;open shapefile&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one? &lt;br /&gt;
*From the menu: Layer → Add Vector Layer ...&lt;br /&gt;
&lt;br /&gt;
:Do not select New Vector Layer ... (that's for creating new data, not opening existing data)&lt;br /&gt;
&lt;br /&gt;
*Dataset: [Browse]&lt;br /&gt;
&lt;br /&gt;
:&amp;amp;nbsp;? where on disc&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
*Ctrl-click on each of the *.shp files in that directory, then click [Open] and finally [Ok] &lt;br /&gt;
*After some momements you should see the data displayed in the main map canvas. &lt;br /&gt;
*Because the some of the shapefiles use a different map projection than the PostGIS database, things may not line up exactly. In the Settings → Projection Properties, Coordinate Reference System tab, you can tick the [•] Enable 'on the fly' CRS transformation box to overlay them. Be warned that this is computationally expensive and the layer may need to have its CRS set manually. &lt;br /&gt;
*Zoom, pan, query as you like. Drag layer names up and down in the left-pane list to change their position in the stack.&lt;br /&gt;
&lt;br /&gt;
;open OSM data&lt;br /&gt;
&lt;br /&gt;
*need to enable plugin? &lt;br /&gt;
*open /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Test the GRASS plugin&lt;br /&gt;
&lt;br /&gt;
*(it's installed, right?) &lt;br /&gt;
*Go menu &amp;quot;Plugins, Pluginmanager, activate &amp;quot;GRASS plugin&amp;quot;, OK button: a set of new buttons should appear &lt;br /&gt;
*open location/mapset → ~/grassdata/spearfish90/PERMANENT &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation&amp;quot; map &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation_shade&amp;quot; map &lt;br /&gt;
*click right mouse button in legend on &amp;quot;elevation_shade&amp;quot; map, move transparency to 40% &lt;br /&gt;
*click &amp;quot;Add GRASS vector layer&amp;quot; button, select &amp;quot;roadsmajor&amp;quot; map, select layer &amp;quot;1-line&amp;quot; (level 1 is the topological level), OK&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Problem with settings, says database medford does not exist&lt;br /&gt;
: ''test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The GRASS plugin could not load the data from the /hom/user/grassdata folder&lt;br /&gt;
&lt;br /&gt;
= R =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*double click on the R Icon &lt;br /&gt;
*at the command line, type demo(graphics) and hit return &lt;br /&gt;
*follow the prompt and watch the target window for examples&lt;br /&gt;
&lt;br /&gt;
''If it is possible please add steps here to test the included geostats packages, they are both more interesting and more likely to have problems in the build. tx'' &lt;br /&gt;
&lt;br /&gt;
:''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6&amp;amp;nbsp;?''&lt;br /&gt;
&lt;br /&gt;
 #Load a library&lt;br /&gt;
 library(sp)&lt;br /&gt;
 #list the demos available&lt;br /&gt;
 demo()&lt;br /&gt;
 #Run the demo from the sp package&lt;br /&gt;
 #This will step you through several examples of code and the resulting plots&lt;br /&gt;
 demo(gallery)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Some examples to try here: &lt;br /&gt;
&lt;br /&gt;
:http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= SAGA =&lt;br /&gt;
;Tests written for&lt;br /&gt;
: OSGeo LiveDVD 4.0&lt;br /&gt;
* Start the program&lt;br /&gt;
* Check if no errors occur during initialisation (messages text)&lt;br /&gt;
* Run the steps in the quickstart guide&lt;br /&gt;
As an extra test, you could check whether saga_cmd works:&lt;br /&gt;
run SAGA_MLB=/usr/lib/saga saga_cmd from a terminal. The list of modules should be given. There should be 45 modules.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-05 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, 700Mb RAM, on xubuntu 10.4 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Sahana =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* The '''4.0rc6''' release installer broke. Please rerun the gisvm/trunk/install_sahana.sh script as root before testing.&lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/sahana_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Didn't have permission to run Sahana even when running under SUDO&lt;br /&gt;
: ''--see above comment: it's not there because the installer failed. (now fixed) --HB''&lt;br /&gt;
&lt;br /&gt;
= spatialite  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 spatialite /usr/local/share/spatialite/regions.sqlite&lt;br /&gt;
 select r.NOME_REG, a.Nome from Aeroporti a, reg2008_s r where CONTAINS( r.Geometry, a.Geometry ) order by r.NOME_REG;&lt;br /&gt;
&lt;br /&gt;
;''a graphical view of the same data''&lt;br /&gt;
&lt;br /&gt;
*Run spatialite-gis&lt;br /&gt;
&lt;br /&gt;
open file &amp;lt;tt&amp;gt;/usr/local/share/spatialite/regions.sqlite&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;Result - test please&lt;br /&gt;
&lt;br /&gt;
You should see a set of Airports in Italy &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*should read user/data/spatialite/regions.sqlite&lt;br /&gt;
*sql query doesn't work with 'order by' qualifier&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*open UDig&lt;br /&gt;
&lt;br /&gt;
:Verify you see a Welcome screen&lt;br /&gt;
&lt;br /&gt;
*Close the Welcome display. (Note if you don't close this display, then you can't load layers later on) &lt;br /&gt;
*from the Layer menu, choose &amp;quot;Add...&amp;quot; &lt;br /&gt;
*Choose Files from /home/user/data/udig/udig-data/data-v1_2/ &lt;br /&gt;
*select bc_border.shp &lt;br /&gt;
*you may also select others, for example all shp files starting with bc_ &lt;br /&gt;
*click OK&lt;br /&gt;
&lt;br /&gt;
:Verify you see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base system Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*uDig opened but test data directory was not present&lt;br /&gt;
&lt;br /&gt;
Raised issues:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/621 fix symbolic link so udig-data is available&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/622 fails to show geoserver wms&lt;br /&gt;
&lt;br /&gt;
= Ushahidi =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/ushahidi_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan&lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Viking =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* If you have a GPX file handy, File &amp;amp;rarr; Open&lt;br /&gt;
* Layers &amp;amp;rarr; New Map Layer&lt;br /&gt;
* pick OpenStreetMaps (Cycle), [ok]&lt;br /&gt;
* On the ''Layer Name'' list on the left side, right click on &amp;quot;Map&amp;quot; and ''Download Onscreen Maps''&lt;br /&gt;
* It should start to download street maps of lower Manhattan&lt;br /&gt;
* Select ''Tools &amp;amp;rarr; Ruler'' from the menu&lt;br /&gt;
* Click on the Brooklyn Bridge, then on Batter Park to get a distance and heading&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2 Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: &amp;lt;s&amp;gt;Fail&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Viking opened but with no gpx 'handy' I could not verify that it worked&lt;br /&gt;
: ''--that's not really a fail. --HB''&lt;br /&gt;
&lt;br /&gt;
= ZOO Project  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.ZOO Project. 1.0.0, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:- &lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that your Apache and GeoServer are running&lt;br /&gt;
* click on &amp;quot;ZOO Project&amp;quot; icon from the Servers Desktop directory to make firefox loading the Spatialtools demo page&lt;br /&gt;
* select a feature from the displayed states then click on a spatialtools buton to get the RawDataOutput result of processing displayed on the map&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Gérald Fenoy&lt;br /&gt;
:System: VMWare Fusion, instance with 2Gig RAM and 2CPU&lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, instance with 700Mb RAM &lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass after manual install - *if* geoserver started&lt;br /&gt;
&lt;br /&gt;
= zyGrib =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* click the magnifying glass 1:1 button on the toolbar to go to the world map&lt;br /&gt;
* left-click drag a box over Europe&lt;br /&gt;
* click the [] zoom button to the left of the 1:1 zoom button to zoom in to that box&lt;br /&gt;
* click the power plug button on the right to check the server status&lt;br /&gt;
* left-click drag an area of interest again&lt;br /&gt;
* ''File &amp;amp;rarr; Download GRIB''&lt;br /&gt;
* click the [Download GRIB file] button in the lower-left, and save it.&lt;br /&gt;
* You should now see a weather map&lt;br /&gt;
* In the ''Data'' menu you can select different maps to look at&lt;br /&gt;
* Click the rocketship button on the right end of the toolbar to see a 5 day animation of the forecast. Set speed, Play, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*Could not connect to network so power plug failed. Could not retrieve network data&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Open Help by selecting he help icon (a yellow sign with a wombat)&lt;br /&gt;
&lt;br /&gt;
:Verify that the firefox web browser opens at file:///usr/local/share/livedvd-docs/index.thml &lt;br /&gt;
:Verify that the browser opens with &amp;quot;Home&amp;quot;, &amp;quot;Contents&amp;quot;, &amp;quot;Contact and Support&amp;quot;, &amp;quot;Tests&amp;quot;, &amp;quot;Sponsors&amp;quot; tabs.&lt;br /&gt;
&lt;br /&gt;
*Click on the above tabs.&lt;br /&gt;
&lt;br /&gt;
:Verify the respective pages are opened.&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;quot;Contents&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
:Verify that each project is mentioned. &lt;br /&gt;
:Verify that the project version numbers matches version numbers here: http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;amp;hl=en_GB &lt;br /&gt;
:Verify that when clicking on each project title, a description page is opened.&lt;br /&gt;
&lt;br /&gt;
*Install a link checker&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
*Run the linkchecker against the installed docs:&lt;br /&gt;
&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;amp;gt;&amp;amp;amp;1 | tee /var/log/osgeo-live/linkchecker.log&lt;br /&gt;
&lt;br /&gt;
:Verify there are not errors in the log file&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 dual core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The following project listings had issues&lt;br /&gt;
*52 degree North Web Processing Service not present in contents&lt;br /&gt;
*Geopublisher should be listed as version 1.5 in contents ( it's 1.4 )&lt;br /&gt;
*Geoserver 2.0.1 should read 2.0.2&lt;br /&gt;
*Mapbender not present in contents&lt;br /&gt;
*Octave mapping tools not present in contents&lt;br /&gt;
: ''--disabled on purpose. --HB''&lt;br /&gt;
*Open Jump 1.3 should read 1.3.1&lt;br /&gt;
*R Geostatistics 2.10.1 should read 2.11.1&lt;br /&gt;
*SAFA GIS not present in contents&lt;br /&gt;
*uDIG 1.2rc1 should read 1.2rc3&lt;br /&gt;
*Zoo Project not present in contents&lt;br /&gt;
&lt;br /&gt;
The apt-get command failed because I was not connected to a network ( I'm not supposed to be connected to a network, apparently ) and also I was asked for a SUDO password which is not provided.&lt;br /&gt;
: ''--sudo password now in welcome message --HB''&lt;br /&gt;
&lt;br /&gt;
The linkchecker could thus not be run as I was unable to acquire it&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Windows Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a windows computer, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the WindowsInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each WindowsInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Mac Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a Mac, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the MacInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each MacInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06  ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Booted from Disk. Base System Mac Mini 2.0 Dual Core, 2 Gig RAM &lt;br /&gt;
:Version: Arramagong Live GIS 3.0&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Could not run directly from OSX Snow Leopard. Had to change system settings to boot from disk which worked fine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49245</id>
		<title>Live GIS Disc Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=49245"/>
		<updated>2010-08-08T19:23:38Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: ossim description update and results from 2010-08-04&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page describes how to test each application installed on the [[Live GIS Disc]]. Application test steps describe how an Ubuntu user who is unfamiliar an application can try it out and confirm that everything has been installed correctly within 5 minutes. Test Results document when the application was last verified to be working.'' &lt;br /&gt;
&lt;br /&gt;
''This page is maintained at: http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing and copied onto each release of the LiveDVD.'' &lt;br /&gt;
&lt;br /&gt;
* Please try to move the app list into more of an alphabetical order ...&lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*.action.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*Eg: From menu, select GeoSpatial-&amp;amp;gt;Application-&amp;amp;gt;Start&lt;br /&gt;
&lt;br /&gt;
:Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Boot and Installer =&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
''Ideally, steps will reference Quick Start documentation, otherwise use following:''&lt;br /&gt;
&lt;br /&gt;
*. Straight up Live DVD Disk&lt;br /&gt;
*. Installer (into a VM if that is easier to clean up after)&lt;br /&gt;
*. Testing is performed offline&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*. You arrive at the desktop&lt;br /&gt;
*. Help opens&lt;br /&gt;
*. Firefox opens up&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2 GB, on live dvd&lt;br /&gt;
:System: Macbook Pro, 4 GB, on live dvd&lt;br /&gt;
:System: VirtualBox, 1 GB, 30GB HD image, on windows 7&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Bootloader&lt;br /&gt;
*. shows version 3.0&lt;br /&gt;
*. think pad boots fine&lt;br /&gt;
*. mac needed to hit ENTER to get to the initial boot loading screen&lt;br /&gt;
&lt;br /&gt;
Installer&lt;br /&gt;
*. tried with vitural box vm&lt;br /&gt;
*. install says &amp;quot;Arramagong live&amp;quot;&lt;br /&gt;
*. obviously installing will allow you to enter a user name; will this break applications expecting &amp;quot;user&amp;quot; ?&lt;br /&gt;
*. my install failed; not enough space on the device. Need instructions indicating how much space is needed&lt;br /&gt;
&lt;br /&gt;
Desktop&lt;br /&gt;
*. think pad displays fine&lt;br /&gt;
*. macbook pro - test OSGeo LIVE DVD Barcelona is cut off (and this one has higher resolution than many laptops)&lt;br /&gt;
*. virtual box - could not adjust the screen resolution beyond the initial 800x600, instructions for open-vm-tools were fine, oh wait it wants a reboot - of a live dvd?&lt;br /&gt;
*. never did get virtual box to have a different screen resolution even after adding the open-vm-tools&lt;br /&gt;
&lt;br /&gt;
Suggestions from IRC:&lt;br /&gt;
*. change background to not have text&lt;br /&gt;
*. text at bottom of desktop being cut off is probably a function of screen aspect ratio&lt;br /&gt;
*. indicate that &amp;quot;user&amp;quot; is the password in a box or make it more visible (good idea jasonbirch)&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The DVD has label Arramagong Live 3.0&lt;br /&gt;
* User name is asked for installation, but after first boot, automatic login can be selected.&lt;br /&gt;
* Had to install vbox-additions in order to change screen resolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: deegree 2.3 , osgeo-live 4.0&lt;br /&gt;
&lt;br /&gt;
Steps: Run the QuickStart.&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
Switch to running Quick Start over previous 3.0 test steps. Things working as expected.&lt;br /&gt;
&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: Virtual Box on Ubuntu&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad, 2 GB ram, live dvd&lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with test script issues&lt;br /&gt;
&lt;br /&gt;
* start deegree not on desktop; has been moved … into Web Services&lt;br /&gt;
* running start deegree opens firefox; firefox is in offline mode and can't browse http://localhost:8081/&lt;br /&gt;
* services are there&lt;br /&gt;
* test WMS, test WFS or test WCS links are not there&lt;br /&gt;
* generic client works&lt;br /&gt;
* deegree logo tries to take me to the website (and I am not online); I would like to return to the initial start page?&lt;br /&gt;
* deegree iPortal does not exist&lt;br /&gt;
* super hard to tell if the service stopped&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Firefox starts before Tomcat + deegree are up, throwing a &amp;quot;not found&amp;quot; page. The user needs to refresh.&lt;br /&gt;
* iPortal: When changing from Utah theme to Salt Lake City theme, the overview window is not redrawn.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= atlasstyler  =&lt;br /&gt;
&lt;br /&gt;
Run Quickstart&lt;br /&gt;
&lt;br /&gt;
Quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/atlasstyler_quickstart.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
&lt;br /&gt;
*. Application is in &amp;quot;Education &amp;gt; Atlasstyler&amp;quot; (Not Science &amp;gt; Atlas Styler)&lt;br /&gt;
*. Quickstart is not specific enough; it is more a link to other docs&lt;br /&gt;
*. Application &amp;quot;window&amp;quot; is messed up; the window tilebar is folded up under the desktop bar; you can resise the window; but not move it.&lt;br /&gt;
*. Tried with natural_earth countries, a warning was provided that it would use the default style, progress bar is taking a long time&lt;br /&gt;
*. Oh wait the tutorials link to their website (I am offline); but the styling layers with SLD tutorials in french and english are actually included on the disk (verified both links work)&lt;br /&gt;
*. The application never came back to me; and the window issue result in a fail&lt;br /&gt;
*. darn I was looking forward to this one&lt;br /&gt;
*. figured out a workaround; clicking on task bar and asking the application to maximiz finally lets me get at the window tilebar&lt;br /&gt;
*. Whew was able to use &amp;quot;ps -ef | grep java&amp;quot; and &amp;quot;kill&amp;quot; to shut it down&lt;br /&gt;
&lt;br /&gt;
= geopublisher  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
*. http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geopublisher_quickstart.html&lt;br /&gt;
&lt;br /&gt;
;Tests written for Unknown&lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and open Geopublishing documentation &lt;br /&gt;
**Verify that the green page from file:///usr/share/doc/geopublishing/index.html open in a browser &lt;br /&gt;
*Scroll to the bottom and click the demo atlas. &lt;br /&gt;
*Unzip it do your Desktop &lt;br /&gt;
*Go to applications-&amp;amp;gt;education-&amp;amp;gt; and start Geopublisher &lt;br /&gt;
*Load the atlas.gpa from your Desktop/ChartDemoAtlas &lt;br /&gt;
**Verify that Geopublisher load the atlas. You should see a triparted GUI with a map-pool, data-pool and menu area. &lt;br /&gt;
*Select File-&amp;amp;gt;Export and follow the wizard.. &lt;br /&gt;
**export online and offline version of the atlas to a ''new directory'' Desktop/ChartAtlasExported &lt;br /&gt;
**When the export has finished, click the &amp;quot;open folder&amp;quot; button &lt;br /&gt;
**Close Geopublisher &lt;br /&gt;
*Go into the Desktop/ChartAtlasExported/DISK folder and run ''start.sh'' &lt;br /&gt;
**Verify that an atlas opens &lt;br /&gt;
**Verify that you see a &amp;quot;Charts available&amp;quot; button at the top right &lt;br /&gt;
**Verify that clicking selecting the chart opens a chart window&lt;br /&gt;
&lt;br /&gt;
Let that be the basic testing for Geopublisher now. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th, 2010 ==&lt;br /&gt;
:Run by: Jody Garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Atlas styler fail&lt;br /&gt;
:Results: GeoPublisher pass with issues&lt;br /&gt;
&lt;br /&gt;
*. Application &amp;gt; Education (not Science)&lt;br /&gt;
*. You could just have the demo atlas link in the quickstart? &lt;br /&gt;
*. I need a bit more advice no unzipping the demo atlas (firefox opened archive manager; but I think a picture is needed for those new to linux)&lt;br /&gt;
*. Open Folder button did not work&lt;br /&gt;
*. It is running and is very pretty&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
Run quickstart:&lt;br /&gt;
- http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/quickstart/geoserver_quickstart.html&lt;br /&gt;
&lt;br /&gt;
Previous test definition:&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Start GeoServer&amp;quot; icon. &lt;br /&gt;
*Wait ~ 60 seconds for GeoServer to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of map layers&lt;br /&gt;
&lt;br /&gt;
*Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&lt;br /&gt;
&lt;br /&gt;
:Verify you should see a web page with sample data in an interactive map&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 6th,2010 ==&lt;br /&gt;
:Run by: Jody garnett&lt;br /&gt;
:System: Thinkpad T43, 2Gig RAM, on live dvd&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Quickstart document is not rendering correct; images rescale and text is pushed out of the way&lt;br /&gt;
* Start GeoServer icon is not specific; it is in Web Services now; or in the Education menu (sigh!)&lt;br /&gt;
* Nice progress bar as it starts up (who did that?)&lt;br /&gt;
* Helpful having the start page link in the docs; but that new little progress bar opened the page for me&lt;br /&gt;
* Suffers from the same &amp;quot;Firefox is in offline mode&amp;quot; error and cannot see local host (sent to email list)&lt;br /&gt;
* No need to login if all you are doing is showing the layer preview&lt;br /&gt;
* Warning is about the read-only file system; the live dvd provides this; so is this warning needed?&lt;br /&gt;
* the directory needs to be /home/user/data/natural_earth (since the live dvd user name is &amp;quot;user&amp;quot; )&lt;br /&gt;
* So adding a layer was fine; the sectino for adding the style to the layer is empty&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* Embeded GeoWebCache WMS TMS document throws an error.&lt;br /&gt;
* Quickstart: the path to find the data is /usr/lib/geoserver-2.0.2/data_dir/data instead of /usr/lib/geotools-2.0.2/data_dir/data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Go to applications-&amp;amp;gt;education and start gvSIG&lt;br /&gt;
&lt;br /&gt;
:Verify that gvSIG starts correctly&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add some shapefiles from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the shapefiles are correctly added to the view&lt;br /&gt;
&lt;br /&gt;
*Create a new view and add any of the two TIFF files from &amp;lt;tt&amp;gt;/usr/local/share/mapserver/demos/itasca/data&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify that the raster files are correctly loaded to the view&lt;br /&gt;
&lt;br /&gt;
*If you have Internet access, try to add a WMS layer from the combo list (i.e. the NASA JPL server)&lt;br /&gt;
&lt;br /&gt;
:Verify that a WMS layer can be accessed&lt;br /&gt;
&lt;br /&gt;
*Open the sample project included in the LiveDVD at &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify the project loads all the data and layouts configured are available.&lt;br /&gt;
&lt;br /&gt;
*You can also try to access any of the other data available from the LiveDVD like the PostGIS Data, or WxS services by the map servers configured&lt;br /&gt;
&lt;br /&gt;
:This tests are related with the correct functioning of the other software installed on the LiveDVD&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with path issues to sample project&lt;br /&gt;
&lt;br /&gt;
* Programm runs fine, but on opening the sample project from &amp;lt;tt&amp;gt;/usr/local/share/gisvm/app-data/gvsig/sample-project.gvp&amp;lt;/tt&amp;gt;, a file not found / Invalid path to &amp;quot;/home/user/data/openjump/data/departement22.shp&amp;quot; and the same message to a lot of other files in that directory comes up.&lt;br /&gt;
&lt;br /&gt;
= gdal / ogr  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  ogrinfo --formats&lt;br /&gt;
  gdalinfo --formats&lt;br /&gt;
  &lt;br /&gt;
  ogrinfo data/natural_earth/10m_ocean.shp&lt;br /&gt;
  gdalinfo /usr/share/osgearth/data/terrain/mt_rainier_90m.tif&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;Start Geomajas&amp;quot; which will start the Geomajas startup script. This will in turn start up a Tomcat server.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:3420/geomajas-tutorial/applications/tutorial/html/&lt;br /&gt;
&lt;br /&gt;
*Click on the &amp;quot;Start demo!&amp;quot; link for the Attributes &amp;amp;amp; Features demo.&lt;br /&gt;
&lt;br /&gt;
:Verify that a sample demo page has opened with an application, showing the provinces of Belgium.&lt;br /&gt;
&lt;br /&gt;
*Doubleclick on one of the rows in the attribute table bottom right.&lt;br /&gt;
&lt;br /&gt;
:Verify that a floating window appears, showing the rows' contents in more detail.&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;Stop Geomajas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Tomcat server that runs Geomajas has stopped. &lt;br /&gt;
:*This can be done by refreshing the page. Firefox should give a warning that it is unable to connect.&lt;br /&gt;
&lt;br /&gt;
==Results from 9 March 2010== &lt;br /&gt;
:Run by: Pieter De Graef &lt;br /&gt;
:System: Virtualbox, ~512MB RAM, on Windows XP &lt;br /&gt;
:Version: distribution version: osgeo-live-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: fail&lt;br /&gt;
* After starting 'start Geomajas' in the Browser Clients folder Firefox opens URL &amp;quot;http://localhost:3420/showcase/&amp;quot;, which is a 404 Page delivered by Jetty.&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* The link http://localhost:3420/geomajas-tutorial/applications/tutorial/html/ does not work after start-up&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click icon &amp;quot;Start Geonetwork&amp;quot; - wait until the server intializes (see load graph in the upper right hand corner) &lt;br /&gt;
*open FireFox http://localhost:8880 &lt;br /&gt;
*you should see a list of active URLs, choose /geonetwork&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*(''copied from install_gpsdrive.sh'') &lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/gpsdrive_description.html on-disc help page]&lt;br /&gt;
&lt;br /&gt;
=== Testing  ===&lt;br /&gt;
&lt;br /&gt;
==== If no GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Double click on the GpsDrive desktop icon &lt;br /&gt;
*You should see a map of downtown Barcelona, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:150,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass). After a moment you should see all 3 FOSS4G 2010 venues.&lt;br /&gt;
*Enter Explore Mode by pressing the &amp;quot;e&amp;quot; key or in the Map Control button. &lt;br /&gt;
*Use the arrow keys or left mouse button to move off screen. &lt;br /&gt;
* Try clicking on the Workshop venue and mouse-wheel to zoom in on it&lt;br /&gt;
*Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;Find&amp;quot; button on the left&lt;br /&gt;
* Set &amp;quot;maximum distance&amp;quot; to 1.0 km&lt;br /&gt;
* Click the POI-Types drop down menu and select ''Food &amp;amp;rarr; Restaurant &amp;amp;rarr; Restaurant''&lt;br /&gt;
* Click the ''Find'' button in the top right&lt;br /&gt;
* Click on the nearest restaurant, and &amp;quot;Select Target&amp;quot; in the bottom right&lt;br /&gt;
* Make your way there and enjoy a nice meal&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps  =====&lt;br /&gt;
&lt;br /&gt;
*Change the scale setting to 1:1,000,000 you should see the limits of the PostGIS/Mapnik/OpenStreetMaps road database for the conference area.&lt;br /&gt;
*Click the &amp;quot;Map Control&amp;quot; button on the left hand side, and turn off Mapnik Mode.&lt;br /&gt;
: You should now see a continental image&lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on an island in the Med&lt;br /&gt;
*In the top-left menu, pick ''Options &amp;amp;rarr; Map &amp;amp;rarr; Download'' &lt;br /&gt;
**Map source: NASA LANDSAT, Scale: 1:500,000, [Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:500,000 &lt;br /&gt;
**This will be of more use in remote areas. &lt;br /&gt;
*Explore to the coast, click on an airport, headland, or some other conspicuous feature. You might want to use the magnifying glass buttons to zoom in on it better. Use a right click set the target on some other conspicuous feature nearby then demagnify back out. &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; Download &lt;br /&gt;
**Map source: OpenStreetMap, Scale: 1:40,000, left-click on map to center the green preview over your target and what looks like a populated area. &lt;br /&gt;
**[Download Map] &lt;br /&gt;
**When download is complete click [ok] then change the preferred scale slider to 1:40,000 and you should see a road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*If you have a GPX track file lying around ...&lt;br /&gt;
*Options -&amp;amp;gt; Import -&amp;amp;gt; GPX track &lt;br /&gt;
*Hidden folders are hidden in the file picker, but just start typing ~/.gpsdrive and hit enter. You should then see the tracks/ directory and be able to load &amp;lt;!-- australia.gpx. --&amp;gt;&lt;br /&gt;
*A red trace should appear &amp;lt;!-- along the coastline. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- *Check that it lines up well with the coast as shown in map tiles of varying scale. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in  ====&lt;br /&gt;
&lt;br /&gt;
*Make sure gpsd is running by starting &amp;quot;xgps&amp;quot; from the command line. &lt;br /&gt;
*The program will automatically detect gpsd and jump to your current position. This should bring up a continental map as you won't have any map tiles downloaded for your area yet. (you may want to switch out of ''Mapnik Mode'' in the ''Map Control'' window)&lt;br /&gt;
*See the above &amp;quot;Downloading Maps&amp;quot; section to get some local tiles. &lt;br /&gt;
*If you have a local GPX track of some roads try loading that and making sure everything lines up, as detailed in the above &amp;quot;Overlay a GPX track&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:geokettle 3.2.0-20090609, osgeo-live 4.0-rc6 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:August 8th, 2010 &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a window prompting you to select a repository.&lt;br /&gt;
&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify the GeoKettle application is opened.&lt;br /&gt;
&lt;br /&gt;
*Close any startup tips dialog. &lt;br /&gt;
*Select File-&amp;amp;gt; Open &lt;br /&gt;
*Select &amp;lt;tt&amp;gt;/opt/geokettle/samples/transformations/geokettle/intersection.ktr&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Verify you see the &amp;quot;intersection&amp;quot; transformation in the work area, with a big yellow comment box and some step icons.&lt;br /&gt;
&lt;br /&gt;
*Run the transformation in preview mode &lt;br /&gt;
**Select Transformation menu -&amp;amp;gt; Preview &lt;br /&gt;
**Choose the &amp;quot;Intersecting rows&amp;quot; step (to view the rows that are outputted by that step) &lt;br /&gt;
**then click on Quick Launch.&lt;br /&gt;
&lt;br /&gt;
:Verify you see the result in the &amp;quot;Examine preview data&amp;quot; dialog (two rows with four columns: GEOM1_ID, geom1, GEOM2_ID, geom2. The geom1 and geom2 fields should contain MULTIPOLYGON WKT geometries).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Thierry Badard&lt;br /&gt;
:System: VirtualBox 3.1, 2Gig RAM, on ubuntu 10.04 base &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
There are 29 example jobs built in, and a script to run them all: &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cp -r /usr/share/doc/gmt-examples/examples/ gmt-examples&lt;br /&gt;
 cd gmt-examples/&lt;br /&gt;
 ./do_examples.sh&lt;br /&gt;
&lt;br /&gt;
[whiz .. bang .. whirl] &lt;br /&gt;
&lt;br /&gt;
View results: (type 'q' to quit &amp;lt;tt&amp;gt;gv&amp;lt;/tt&amp;gt;) &lt;br /&gt;
&lt;br /&gt;
 for PLOT in `find . -name *.ps`&amp;amp;nbsp;; do&lt;br /&gt;
    echo &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
    gv &amp;quot;$PLOT&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Cleanup: &lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*do_examples command not found - I ran ls and it's there&lt;br /&gt;
: ''--did you put ./ in front of the ./do_examples.sh? --HB''&lt;br /&gt;
&lt;br /&gt;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Double click on the GRASS desktop icon&lt;br /&gt;
&lt;br /&gt;
:Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&lt;br /&gt;
&lt;br /&gt;
*Select Spearfish60 for location, User1 for mapset &lt;br /&gt;
*Click on [Start Grass] &lt;br /&gt;
*In the Layer Manager GUI window add a raster layer &lt;br /&gt;
**On the toolbar click the icon with a + and a checkerboard &lt;br /&gt;
**On map to be displayed pull down the list and select elevation.dem &lt;br /&gt;
*from the PERMANENT mapset and click [ok] &lt;br /&gt;
*In the Layer Manager GUI window add a vector layer &lt;br /&gt;
**On the toolbar click the icon with a + and a &amp;quot;V&amp;quot; line &lt;br /&gt;
**For input map name pull down the list and select roads from the PERMANENT mapset and click [ok] &lt;br /&gt;
*Over in the Map Display window toolbar click on the eyeball icon to render&lt;br /&gt;
&lt;br /&gt;
:Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
&lt;br /&gt;
*http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
&lt;br /&gt;
:(North Carolina dataset is already installed in grassdata/)&lt;br /&gt;
&lt;br /&gt;
*More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/grass_description.html on-disc help page] &lt;br /&gt;
*http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
;Theming layer with PostGIS backend&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt;&amp;amp;nbsp;Desktop GIS &amp;amp;gt;&amp;amp;nbsp;Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot;&amp;amp;nbsp;panel and click ''Ok''&amp;lt;br&amp;gt; &lt;br /&gt;
*In the &amp;quot;''Spatial Reference System selection''&amp;quot; dialog, press the &amp;quot;...&amp;quot; button in order to select the view SRS &lt;br /&gt;
*Select &amp;quot;EPSG&amp;quot;&amp;amp;nbsp;as Type &lt;br /&gt;
*Enter 2270 in the textfield and click &amp;quot;Search&amp;quot;&amp;amp;nbsp;button;&amp;amp;nbsp;select the CRS&amp;amp;nbsp;given and click the ''Ok ''button &lt;br /&gt;
*Click Ok again to set EPSG:2270 as the current view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load&amp;amp;nbsp;Dataset...''&amp;quot; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Database''&amp;quot; (at the top-left corner) and &amp;quot;''PostGIS''&amp;quot; as database type &lt;br /&gt;
*Enter '''Database Name''': medford '''User Name''': user '''Password''': user and click the &amp;quot;Connect&amp;quot; button&amp;lt;br&amp;gt; &lt;br /&gt;
*Scroll down, check the box to the left of '''public.medford_zoning''' and click the ''Ok ''button &lt;br /&gt;
*Select the medford_zoning layer at left under 'Working' and click the checkbox to make it visible &lt;br /&gt;
*Right-click on the 'medford_zoning' layer and choose ''Simbology &amp;amp;gt;&amp;amp;nbsp;Change Styles...'' &lt;br /&gt;
*Select the &amp;quot;''Colour Theming''&amp;quot; tab; click the &amp;quot;''Enable colour theming''&amp;quot; checkbox &lt;br /&gt;
*Choose Attribute =&amp;amp;gt; zoning and click the Ok button to apply the changes&amp;lt;br&amp;gt; &lt;br /&gt;
*You should see the zoning areas of Medford coloured by attribute in the map&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
'''Shapefile and image loading'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Select ''Geospatial &amp;amp;gt; Desktop GIS &amp;amp;gt; Kosmo'' in order to start Kosmo - Desktop&amp;lt;br&amp;gt; &lt;br /&gt;
*In the welcome dialog, select the option &amp;quot;''With a new view''&amp;quot; inside the &amp;quot;''Create a new project''&amp;quot; panel and click Ok&amp;lt;br&amp;gt; &lt;br /&gt;
*Repeat the steps described in the test &amp;quot;Layer&amp;amp;nbsp;Theme with PostGIS backend&amp;quot;, but selecting EPSG:26915 as the view projection&amp;lt;br&amp;gt; &lt;br /&gt;
*In the main menu &amp;quot;''View''&amp;quot;, select the option &amp;quot;''Load Dataset...''&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Image file''&amp;quot; and navigate to ''/home/user/data/mapserver/demos/itasca/'' (or ''data/mapserver/demos/itasca/'' if it starts at the home/user directory)&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the directory &amp;quot;''data''&amp;quot; in order to load all the tiffs inside it as a mosaic and press the Ok button&amp;lt;br&amp;gt; &lt;br /&gt;
*Select the '''data''' layer at left under 'Working' and click the checkbox to make it visible&amp;lt;br&amp;gt; &lt;br /&gt;
*Select as Format -&amp;amp;gt;&amp;amp;nbsp;&amp;quot;''Shapefile''&amp;quot; and navigate inside ''data ''directory&amp;lt;br&amp;gt; &lt;br /&gt;
*Select all the shapefiles and press the Ok button in order to load them&amp;lt;br&amp;gt; &lt;br /&gt;
*Check that all the shapefiles have been loaded on the layer tree at the left. Make them visible by clicking on the checkbox of each one&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
see file:///usr/local/share/livedvd-docs/doc/mapnik_description.html Mapnik Description&lt;br /&gt;
* http://live.osgeo.org/doc/mapnik_description.html&lt;br /&gt;
: ''--this may be 6 months old, try the on-disk quickstart instead --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*link to World Population Example app not present&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*you need an GeoTIFF or other raster geodata to test the functionality. So download for example this: [http://download.osgeo.org/gdal/data/gtiff/utm.tif http://download.osgeo.org/gdal/data/gtiff/utm.tif] (when you use Firefox it will automatically save the files into ~/Downloads). &lt;br /&gt;
*start MapTiler: click on &amp;quot;Applications&amp;quot; -&amp;amp;gt; &amp;quot;Graphics&amp;quot; -&amp;amp;gt; &amp;quot;MapTiler&amp;quot; &lt;br /&gt;
*in the MapTiler application select on the first page &amp;quot;Google Maps compatible&amp;quot; tiles and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*in the second page of wizard add the tiff, it should be ~/Downloads/utm.tif and click &amp;quot;Continue&amp;quot; &lt;br /&gt;
*continue trough all other steps in the wizard (default options are fine) and then start &amp;quot;Render&amp;quot; &lt;br /&gt;
*when the rendering is finished you will see a link to the directory with tiles, click to open it (it opens in Firefox as a directory) &lt;br /&gt;
*open the &amp;quot;googlemaps.html&amp;quot;, you should see a black&amp;amp;amp;white overlay displayed on top of Google Maps hybrid layer. You can also open &amp;quot;openlayers.html&amp;quot; to see another presentation of the results.&lt;br /&gt;
&lt;br /&gt;
:Verify that ...&lt;br /&gt;
&lt;br /&gt;
*MapTiler application starts without problems when clicked on the icon &lt;br /&gt;
*When you press on &amp;quot;Render&amp;quot; applications starts the processing and does not report any error.&lt;br /&gt;
&lt;br /&gt;
Alternative &amp;quot;real&amp;quot; geodata for testing are for example [http://www.archive.org/details/maps_usgs USGS maps] or [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml NOAA RNCs]. &lt;br /&gt;
&lt;br /&gt;
Another way to try it: &lt;br /&gt;
&lt;br /&gt;
#Start MapTiler by clicking the icon on the Desktop &lt;br /&gt;
#Load in the second step example raster GEODATA (with georerence/srs) &lt;br /&gt;
#Go trough all the steps with 'Next' up to the Render &lt;br /&gt;
#Once the render is finished you can click in the GUI to open a folder with tiles. When you open googlemaps.html or openlayers.html then you see your geodata warped to the overlay of popular interactive web maps as Google Maps.&lt;br /&gt;
&lt;br /&gt;
The map tiles are displayed directly from your disk. To publish the map to Internet just upload the folder with tiles to any webserver or Amazon S3&amp;quot; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &lt;br /&gt;
*If you have used Google Earth before you should be able to figure this one out without much difficulty. &lt;br /&gt;
*In the Settings menu select full-screen mode &lt;br /&gt;
*Explore ... &lt;br /&gt;
*In the bottom-left corner of the program window there is a subtle tab called &amp;quot;Map View&amp;quot;. Click on it. &lt;br /&gt;
*Select another map (e.g. 'Precipitation (July)') &lt;br /&gt;
*Explore some more ...&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
* Make sure you have a working internet connection &lt;br /&gt;
* Double click on the Mapfish icon on the desktop &lt;br /&gt;
: Verify that a browser opens after a few seconds showing a map of the southwestern pacific &lt;br /&gt;
* Click the magnifying glass just under the word &amp;quot;Map&amp;quot; at the top of the map. &lt;br /&gt;
* Zoom in on Sydney&lt;br /&gt;
* Explore&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
* Mapfish start-up script fails to start.&lt;br /&gt;
&lt;br /&gt;
= MapGuide Open Source =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapGuide Open Source 2.2.0, LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:June 26, 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
* Start LiveDVD and log in as &amp;quot;user&amp;quot;&lt;br /&gt;
:Verify presence of &amp;quot;Start MapGuide&amp;quot;, &amp;quot;Stop MapGuide&amp;quot;, and &amp;quot;MapGuide Maestro&amp;quot; desktop icons&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;quot;Start MapGuide&amp;quot; desktop icon and enter &amp;quot;user&amp;quot; password if prompted&lt;br /&gt;
:Verify that &amp;quot;Starting MapGuide&amp;quot; and &amp;quot;Starting Apache&amp;quot; messages appear &lt;br /&gt;
&lt;br /&gt;
* Open a browser window to http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php&lt;br /&gt;
:Verify that a map is displayed in the center of the screen with a layer legend to the left of the map and an application &amp;quot;Overview&amp;quot; pane to the right of the map.&lt;br /&gt;
&lt;br /&gt;
* Zoom into street level detail and click the pointer icon.  Select a parcel.&lt;br /&gt;
:Verify that a parcel is selected in blue.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side of the page, click &amp;quot;Tasks&amp;quot; then &amp;quot;Buffer&amp;quot;.  Set the distance to 20 meters and click &amp;quot;Done&amp;quot;&lt;br /&gt;
:Verify that a red buffer zone appears around the parcel.&lt;br /&gt;
&lt;br /&gt;
* Close the browser and double click the &amp;quot;MapGuide Maestro&amp;quot; desktop icon.  Login to &amp;quot;http://localhost:8008/mapguide/mapagent/mapagent.fcgi&amp;quot; as user &amp;quot;Administrator&amp;quot; and password &amp;quot;admin&amp;quot;.&lt;br /&gt;
:Verify that the tree view contains &amp;quot;Samples/Sheboygan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Results from August 5, 2010 ==&lt;br /&gt;
:Run by: Trevor Wekel &lt;br /&gt;
:System: VMware ESX 4.1, 16GB RAM &lt;br /&gt;
:Version: LiveDVD 4.0 RC 6&lt;br /&gt;
:Results: Pass with minor issue - the project overview is missing.  Cameron has already fixed it.&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
==Results from 6 Aug 2010== &lt;br /&gt;
:Run by: Christian Willmes &lt;br /&gt;
:System: Virtualbox 3.2, 2048MB RAM, on Ubuntu 10.4 &lt;br /&gt;
:Version: distribution version: OSGeoLive-v4-rc6.7z &lt;br /&gt;
:Results: pass with minor issue&lt;br /&gt;
&lt;br /&gt;
*The MapGuide Maestro points to the URL without the 8008 port after localhost, which results in an error, if the user does not fix this in the URL himself.&lt;br /&gt;
&lt;br /&gt;
= Mapbender =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Mapbender 2.6.1, OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:5. July 2010&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that you have a working internet connection&lt;br /&gt;
* make sure that your Apache and PostgreSQL is running&lt;br /&gt;
&lt;br /&gt;
* double click on the Mapbender icon on the desktop or browse to http://localhost/mapbender/&lt;br /&gt;
: Verify that a browser opens after a few seconds showing the Mapbender login-page&lt;br /&gt;
* login with user root / password root&lt;br /&gt;
: Verify that the list of the available applications appears&lt;br /&gt;
* choose application named &amp;quot;gui&amp;quot; with a click on the name&lt;br /&gt;
: verify that the application &amp;quot;gui&amp;quot; opens and that you see a Mapbender application with the demis-world WMS, a germany WMS and a mapbender-user WMS&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results (after these test steps)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Results from 5.7.2010 ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: Mapbender 2.6.1, just ran ./install_postgis.sh and ./install_mapbender.sh&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
* I ran ./install_postgis.sh and ./install_mapbender.sh - When I started Mapbender the ALIAS was not created. After restart the Mapbender could be used without problem, login succeded&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* next test will be run with the osgeolive 4.0 rc&lt;br /&gt;
----&lt;br /&gt;
== test results from 23.7.2010  ==&lt;br /&gt;
:Run by: Marc Manns&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve beta2 Mapbender 2.6.1&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* create user/group&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* customize tree&lt;br /&gt;
* add WMSFromFilteredList&lt;br /&gt;
* change language in [Mapbender.conf] to german&lt;br /&gt;
&lt;br /&gt;
* suggestion: There is a password.txt at the desktop. I think, we should add our root/root authentication to it. -&amp;gt; '''done --[[User:Astrid Emde|astroide]] 09:28, 23 July 2010 (UTC) '''&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== test results from 8.8.2010  ==&lt;br /&gt;
:Run by: Astrid Emde&lt;br /&gt;
:System: VirtualBox, 2Gig RAM, on ubuntu 8.10 &lt;br /&gt;
:Version: OSGeoLIve rc6 Mapbender 2.6.2&lt;br /&gt;
:Results: Passed&lt;br /&gt;
&lt;br /&gt;
* create gui&lt;br /&gt;
* create application&lt;br /&gt;
* register new WMS&lt;br /&gt;
* print&lt;br /&gt;
&lt;br /&gt;
; Result&lt;br /&gt;
* the Mapbender applications handling worked fine&lt;br /&gt;
----&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= mb-system  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/mbsystem/examples/&lt;br /&gt;
&lt;br /&gt;
List summary information about the contents of some bathymetric data files: &lt;br /&gt;
&lt;br /&gt;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it: &lt;br /&gt;
&lt;br /&gt;
 cd ../mbm_plot/&lt;br /&gt;
 ./mbm_plot_5.cmd&lt;br /&gt;
 &lt;br /&gt;
 # which creates this script:&lt;br /&gt;
 ./mbm_plot_test5.cmd&lt;br /&gt;
&lt;br /&gt;
You should now see a nice plot of the seafloor off Baja California. &lt;br /&gt;
&lt;br /&gt;
*(this also acts as a test of the GMT plotting package)&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:MapServer 5.6.3, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:30 June 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;MapServer&amp;quot; icon. &lt;br /&gt;
*Wait a few seconds for FireFox to start.&lt;br /&gt;
&lt;br /&gt;
:Verify the MapServer web page opens at &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*In the firefox browser, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;Itasca&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Select &amp;quot;Basic Application&amp;quot; and click on &amp;quot;Initialize&amp;quot;. &lt;br /&gt;
:Verify you get a map.&lt;br /&gt;
&lt;br /&gt;
*Select the &amp;quot;Query multiple features&amp;quot; tool on the right of the page and click somewhere on the map.&lt;br /&gt;
&lt;br /&gt;
:Verify you get a list of features.&lt;br /&gt;
&lt;br /&gt;
*'''THE GMAP DEMO HAS BEEN REMOVE IN 4.0 ALPHA4, IT IS NOT YET COMPATIBLE WITH PHP 5.3''' &amp;lt;strike&amp;gt;Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; , scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;strike&amp;gt;Verify you get a map and a legend with icons rendered.&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Return to the the initial MapServer web page, &amp;lt;tt&amp;gt;file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&amp;lt;/tt&amp;gt; on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
&lt;br /&gt;
:Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*All good, documentation link needs to be updated ( says 5.4.2 instead of 5.6, ) but docs themselves seem up to date&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Daniel Morissette&lt;br /&gt;
:System: Live DVD on Acer AST180 desktop (AMD Athlon X2 64, 3GB RAM)&lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* Itasca demo (and mapserv 5.6.5) work fine&lt;br /&gt;
* Problems in mapserver_description.html&lt;br /&gt;
** Need to remove &amp;quot;GMap&amp;quot; demo link (since GMap itself has been removed)&lt;br /&gt;
** Need to update Documentation link to read &amp;quot;MapServer 5.6 Documentation&amp;quot; or even better: &amp;quot;MapServer Documentation&amp;quot; (with no version number so we don't need to update it in the future)&lt;br /&gt;
** The main page of the MapServer 5.6 Docs that's on the DVD is from 5.6.3, and the OSM map in that page does not work: the link to the tiles point to a dead server. This is a known issue and the current version of the docs on the MapServer website (v5.6.5) have the map disabled... so it may be a good idea to grab the latest version of the 5.6 docs for the DVD.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from August 7th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;GMap&amp;quot; demo link needs to be removed&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= octave  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Start program by typing &amp;quot;&amp;lt;tt&amp;gt;octave&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
 % Which way to Barcelona from Sydney?&lt;br /&gt;
 sydney = [-33.8750 151.2005]&lt;br /&gt;
 barcelona = [41+23/60 2+11/60]&lt;br /&gt;
 &lt;br /&gt;
 dirn = azimuth(sydney, barcelona);&lt;br /&gt;
 deg_symb = 176;&lt;br /&gt;
 disp(['Heading: ' num2str(dirn) deg_symb])&lt;br /&gt;
&lt;br /&gt;
 % How far's the trip? (roughly!)&lt;br /&gt;
 system('proj -le')&lt;br /&gt;
 wgs84_a = 6378137.0 &amp;amp;nbsp;% major radius of the Earth, in meters&lt;br /&gt;
 dist_deg = distance(sydney, barcelona)&lt;br /&gt;
 dist_meters = pi * wgs84_a * (dist_deg / 360.0)&lt;br /&gt;
 disp(['Distance: ' num2str(dist_meters / 1000) ' km'])&lt;br /&gt;
&lt;br /&gt;
Type &amp;quot;exit&amp;quot; to quit. &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= opencpn  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Activate data&lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Type &amp;quot;&amp;lt;tt&amp;gt;opencpn_noaa_agreement.sh&amp;lt;/tt&amp;gt;&amp;quot; at the prompt&lt;br /&gt;
&lt;br /&gt;
;Run program&lt;br /&gt;
&lt;br /&gt;
(assuming your GPS is not plugged in and &amp;lt;tt&amp;gt;gpsd&amp;lt;/tt&amp;gt; is not running) &lt;br /&gt;
&lt;br /&gt;
*Double click the OpenCPN icon on the desktop or type &amp;quot;opencpn&amp;quot; at a terminal &lt;br /&gt;
*Left-click recenters the view &lt;br /&gt;
*Left-click-drag pans the view &lt;br /&gt;
*Mouse-wheel zooms in/out &lt;br /&gt;
*The blue bars in the bottom show previews of overlapping raster maps and clicking on them switches to them. The green buttons switch to vectorial charts.&lt;br /&gt;
* Right click on the map canvas to get a menu, select &amp;quot;Go to here&amp;quot;. &lt;br /&gt;
* At this point if you have your auto-pilot interfaced GPS plugged in you should feel your boat/airplane change course. If not, you'll see a red arrow and the destination target blinking anyway but will have make your own arrangements for getting there.&lt;br /&gt;
&lt;br /&gt;
;More details in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/opencpn_description.html on-disc help page] &lt;br /&gt;
:and specifically the [http://opencpn.cvs.sourceforge.net/viewvc/*checkout*/opencpn/opencpn/data/doc/tips.html#Getting_Started Getting Started] help page.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;JOSM &lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Merkaartor&lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* Click the &amp;quot;Download&amp;quot; button at the top left&lt;br /&gt;
* Zoom in on ''Mataro'' just to the north of Barcelona (or anywhere) until one zoom level past where you can read the street names, and click [ok] to start the download&lt;br /&gt;
: (download map: ''Left-click-drag to pan, mouse wheel to zoom'')&lt;br /&gt;
* Click on a road, see its attributes come up&lt;br /&gt;
* now it's ''Right-click-drag to pan, mouse wheel to zoom''&lt;br /&gt;
* In the Layers list in the top-left right-click on &amp;quot;Map - None&amp;quot; and select &amp;quot;Yahoo!&amp;quot;&lt;br /&gt;
* Click the little box to the left of &amp;quot;Map - Yahoo!&amp;quot; to enable the eyeball&lt;br /&gt;
* Behold the satellite image underlay&lt;br /&gt;
&lt;br /&gt;
;Osmarender&lt;br /&gt;
&lt;br /&gt;
* Open up Merkaartor again&lt;br /&gt;
* When satellite image comes up, click the &amp;quot;Download More&amp;quot; button&lt;br /&gt;
* Once the streets come up do ''File &amp;amp;rarr; Export &amp;amp;rarr; OSM (XML)''&lt;br /&gt;
* Select &amp;quot;All visible&amp;quot;, filename ~/test.osm&lt;br /&gt;
* Quit Merkaartor&lt;br /&gt;
* Open a terminal, then:&lt;br /&gt;
 osmarender test.osm&lt;br /&gt;
: [''whiz-bang-whirl'']&lt;br /&gt;
* After some time it should finish leaving a test.svg file behind&lt;br /&gt;
* Open the test.svg file in Inkscape or Firefox to view&lt;br /&gt;
 inkscape test.svg&lt;br /&gt;
* In inkscape it's middle-click-drag to pan, &amp;quot;+&amp;quot; key to zoom in&lt;br /&gt;
* In Firefox use Ctrl-+ to zoom in&lt;br /&gt;
&lt;br /&gt;
;Gosmore &lt;br /&gt;
&lt;br /&gt;
*Open a terminal &lt;br /&gt;
*Import data with:&lt;br /&gt;
&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
* Click on the &amp;quot;-&amp;quot; in the bottom-right of the map canvas until you see the city, then left click to center on downtown, mouse wheel up to zoom in&lt;br /&gt;
* That's about it!&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Map didn't render to scale where I could find any roads. Probably because I'm not connected to network. Apps loaded up fine though&lt;br /&gt;
: ''-- which app are you talking about? net connection should not be needed as we supply data in Barcelona.osm.  for Merkaartor you need to un-bzip2 it first, see the quickstart for details. --HB''&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:ossim 1.8, osgeo-live 3.0&lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:2010-08-08&lt;br /&gt;
&lt;br /&gt;
* Run the steps in the quickstart guide &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Couldn't find test file. no data/ossim directory&lt;br /&gt;
: ''The above paths are out of date. look in the data/raster/ or data/kml/ dirs  --HB''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-04 ==&lt;br /&gt;
&lt;br /&gt;
:Run by: Pirmin Kalberer &lt;br /&gt;
:System: KVM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= osgearth  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
  osgearth_simple /usr/share/osgearth/maps/nexrad.earth&lt;br /&gt;
&lt;br /&gt;
;Result - test please&lt;br /&gt;
&lt;br /&gt;
You should see a globe with radar data over some parts of North America. &lt;br /&gt;
&lt;br /&gt;
click to navigate; right-click or scroll wheel to zoom in and out. &lt;br /&gt;
&lt;br /&gt;
hit the 'escape' key to quit &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*command failed. Directory share/osgearth/maps/ does not exist&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Layer Theme with PostGIS backend&lt;br /&gt;
&lt;br /&gt;
*Open OpenJUMP &lt;br /&gt;
*under the File menu select 'Open...' &lt;br /&gt;
*select Data Store Layer &lt;br /&gt;
*on the Connection line, click on the database icon (far right) &lt;br /&gt;
*click on Add &lt;br /&gt;
*enter '''Name''': medford '''Server''': localhost '''Port''': 5432 '''Instance''': medford '''User''': user '''Password''': user &lt;br /&gt;
*click OK; click OK in the parent dialog box; you should be back in the Data Store Layer dialog &lt;br /&gt;
*from the Dataset: menu choose 'medford_zoning'; click Finish &lt;br /&gt;
*select the medford zoning layer at left under 'Working' &lt;br /&gt;
*click on the Palette Icon in the menu bar &lt;br /&gt;
*select the 'Colour Theming' tab; click 'Enable colour theming' checkbox &lt;br /&gt;
*choose Attribute =&amp;amp;gt; zoning &lt;br /&gt;
*choose a colour theme; click 'OK' to dismiss the dialog &lt;br /&gt;
*you should see the zoning areas of Medford in various colours&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Open Jump started but database 'medford' doesn't exist&lt;br /&gt;
: ''--test is out of date; run &amp;quot;psql -l&amp;quot; to list current installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Spatial Query with the Graphical Query Builder helper&lt;br /&gt;
&lt;br /&gt;
*Open PGAdmin III from the Development menu &lt;br /&gt;
*double-click on 'local' &lt;br /&gt;
*under Databases, double-click on medford &lt;br /&gt;
*open 'schemas' &lt;br /&gt;
*open 'public' &lt;br /&gt;
*select 'Tables', click on the 'Execute SQL' Icon above (it has a pencil in it) &lt;br /&gt;
*expand the window and click on 'Graphical Query Builder' &lt;br /&gt;
*open 'Schemas', double-click on 'public' &lt;br /&gt;
*click and drag 'medford_wards' to the work area on the right &lt;br /&gt;
*click and drag 'jacksonco_schools' to the work area on the right &lt;br /&gt;
*choose 'jacksonco_schools' name, address, city and students &lt;br /&gt;
*choose 'medford_wards' council_me (meaning council members) &lt;br /&gt;
*click and drag from the_geom in 'medford_wards' to the_geom in 'jacksonco_schools' (you should see a solid line form with an '=' in it) &lt;br /&gt;
*click on the 'SQL Editor' tab above, to navigate away from the Graphical Query Builder &lt;br /&gt;
*edit the WHERE line to say&lt;br /&gt;
&lt;br /&gt;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
&lt;br /&gt;
*add an additional line&lt;br /&gt;
&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&lt;br /&gt;
&lt;br /&gt;
*the entire query ends with one semicolon ';' &lt;br /&gt;
*click on the 'execute query' icon above (a green triangle pointing to the right) you should see a list of council districts, schools, school sizes and the names of council members for each district as a result&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*database 'medford' doesn't exist&lt;br /&gt;
: ''--test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed databases. --HB''&lt;br /&gt;
&lt;br /&gt;
= pgRouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
* Follow pgRouting Quick Start documentation, and confirm you get results described.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= qgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;FIXME &lt;br /&gt;
:These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
;open GeoTiff&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one?&lt;br /&gt;
&lt;br /&gt;
:(''if needed geotiff and shapefile export could be added to the GRASS testing procedure to make some'')&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data I&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
     Name: medford&lt;br /&gt;
     Host: localhost&lt;br /&gt;
     Database: medford&lt;br /&gt;
     Port: 5432&lt;br /&gt;
     username: user&lt;br /&gt;
     password: user&lt;br /&gt;
     SSL Mode: allow&lt;br /&gt;
&lt;br /&gt;
    Test Connect should show success&lt;br /&gt;
    select sample point, line and poly layers&lt;br /&gt;
    view selected data&lt;br /&gt;
&lt;br /&gt;
;open PostGIS data &lt;br /&gt;
:(''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
&lt;br /&gt;
*From the menu: Layer → Add PostGIS Layer ... &lt;br /&gt;
*PostgreSQL Connections: [New]&lt;br /&gt;
&lt;br /&gt;
 Name: ________ &amp;quot;OpenStreetMap Import&amp;quot; &lt;br /&gt;
 Database: ____ &amp;quot;osm_barcelona&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on [Test Connect], with luck you will get a message that the connection to the database was successful. &lt;br /&gt;
*Click [Ok] to close the New Database window. &lt;br /&gt;
*Click on [Connect] in the top left of the Add PostGIS Table window. You should see a listing of tables come up. &lt;br /&gt;
*Click on all of the table names to highlight them. &lt;br /&gt;
*Click on [Add] at the bottom. &lt;br /&gt;
*After some moments you should see the data displayed in the main map canvas. &lt;br /&gt;
*Zoom, pan, query as you like.&lt;br /&gt;
&lt;br /&gt;
This should at least prove to you that the database is correctly populated and running. &lt;br /&gt;
&lt;br /&gt;
;open shapefile&lt;br /&gt;
&lt;br /&gt;
*where on the disc is one? &lt;br /&gt;
*From the menu: Layer → Add Vector Layer ...&lt;br /&gt;
&lt;br /&gt;
:Do not select New Vector Layer ... (that's for creating new data, not opening existing data)&lt;br /&gt;
&lt;br /&gt;
*Dataset: [Browse]&lt;br /&gt;
&lt;br /&gt;
:&amp;amp;nbsp;? where on disc&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
*Ctrl-click on each of the *.shp files in that directory, then click [Open] and finally [Ok] &lt;br /&gt;
*After some momements you should see the data displayed in the main map canvas. &lt;br /&gt;
*Because the some of the shapefiles use a different map projection than the PostGIS database, things may not line up exactly. In the Settings → Projection Properties, Coordinate Reference System tab, you can tick the [•] Enable 'on the fly' CRS transformation box to overlay them. Be warned that this is computationally expensive and the layer may need to have its CRS set manually. &lt;br /&gt;
*Zoom, pan, query as you like. Drag layer names up and down in the left-pane list to change their position in the stack.&lt;br /&gt;
&lt;br /&gt;
;open OSM data&lt;br /&gt;
&lt;br /&gt;
*need to enable plugin? &lt;br /&gt;
*open /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Test the GRASS plugin&lt;br /&gt;
&lt;br /&gt;
*(it's installed, right?) &lt;br /&gt;
*Go menu &amp;quot;Plugins, Pluginmanager, activate &amp;quot;GRASS plugin&amp;quot;, OK button: a set of new buttons should appear &lt;br /&gt;
*open location/mapset → ~/grassdata/spearfish90/PERMANENT &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation&amp;quot; map &lt;br /&gt;
*click &amp;quot;Add GRASS raster layer&amp;quot; button, select &amp;quot;elevation_shade&amp;quot; map &lt;br /&gt;
*click right mouse button in legend on &amp;quot;elevation_shade&amp;quot; map, move transparency to 40% &lt;br /&gt;
*click &amp;quot;Add GRASS vector layer&amp;quot; button, select &amp;quot;roadsmajor&amp;quot; map, select layer &amp;quot;1-line&amp;quot; (level 1 is the topological level), OK&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Problem with settings, says database medford does not exist&lt;br /&gt;
: ''test docs are out of date. run &amp;quot;psql -l&amp;quot; to list currently installed PostGIS databases. --HB''&lt;br /&gt;
&lt;br /&gt;
==Results from August 8th, 2010 ==&lt;br /&gt;
:Run by: Angelos Tzotsos &lt;br /&gt;
:System: VirtualBox 3.2, 1Gig RAM, on OpenSUSE 11.2 &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* The GRASS plugin could not load the data from the /hom/user/grassdata folder&lt;br /&gt;
&lt;br /&gt;
= R =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*double click on the R Icon &lt;br /&gt;
*at the command line, type demo(graphics) and hit return &lt;br /&gt;
*follow the prompt and watch the target window for examples&lt;br /&gt;
&lt;br /&gt;
''If it is possible please add steps here to test the included geostats packages, they are both more interesting and more likely to have problems in the build. tx'' &lt;br /&gt;
&lt;br /&gt;
:''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6&amp;amp;nbsp;?''&lt;br /&gt;
&lt;br /&gt;
 #Load a library&lt;br /&gt;
 library(sp)&lt;br /&gt;
 #list the demos available&lt;br /&gt;
 demo()&lt;br /&gt;
 #Run the demo from the sp package&lt;br /&gt;
 #This will step you through several examples of code and the resulting plots&lt;br /&gt;
 demo(gallery)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Some examples to try here: &lt;br /&gt;
&lt;br /&gt;
:http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= SAGA =&lt;br /&gt;
;Tests written for&lt;br /&gt;
: OSGeo LiveDVD 4.0&lt;br /&gt;
* Start the program&lt;br /&gt;
* Check if no errors occur during initialisation (messages text)&lt;br /&gt;
* Run the steps in the quickstart guide&lt;br /&gt;
As an extra test, you could check whether saga_cmd works:&lt;br /&gt;
run SAGA_MLB=/usr/lib/saga saga_cmd from a terminal. The list of modules should be given. There should be 45 modules.&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-05 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, 700Mb RAM, on xubuntu 10.4 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Sahana =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* The '''4.0rc6''' release installer broke. Please rerun the gisvm/trunk/install_sahana.sh script as root before testing.&lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/sahana_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*Didn't have permission to run Sahana even when running under SUDO&lt;br /&gt;
: ''--see above comment: it's not there because the installer failed. (now fixed) --HB''&lt;br /&gt;
&lt;br /&gt;
= spatialite  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 spatialite /usr/local/share/spatialite/regions.sqlite&lt;br /&gt;
 select r.NOME_REG, a.Nome from Aeroporti a, reg2008_s r where CONTAINS( r.Geometry, a.Geometry ) order by r.NOME_REG;&lt;br /&gt;
&lt;br /&gt;
;''a graphical view of the same data''&lt;br /&gt;
&lt;br /&gt;
*Run spatialite-gis&lt;br /&gt;
&lt;br /&gt;
open file &amp;lt;tt&amp;gt;/usr/local/share/spatialite/regions.sqlite&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;Result - test please&lt;br /&gt;
&lt;br /&gt;
You should see a set of Airports in Italy &lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*should read user/data/spatialite/regions.sqlite&lt;br /&gt;
*sql query doesn't work with 'order by' qualifier&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*open UDig&lt;br /&gt;
&lt;br /&gt;
:Verify you see a Welcome screen&lt;br /&gt;
&lt;br /&gt;
*Close the Welcome display. (Note if you don't close this display, then you can't load layers later on) &lt;br /&gt;
*from the Layer menu, choose &amp;quot;Add...&amp;quot; &lt;br /&gt;
*Choose Files from /home/user/data/udig/udig-data/data-v1_2/ &lt;br /&gt;
*select bc_border.shp &lt;br /&gt;
*you may also select others, for example all shp files starting with bc_ &lt;br /&gt;
*click OK&lt;br /&gt;
&lt;br /&gt;
:Verify you see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base system Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Fail&lt;br /&gt;
&lt;br /&gt;
*uDig opened but test data directory was not present&lt;br /&gt;
&lt;br /&gt;
Raised issues:&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/621 fix symbolic link so udig-data is available&lt;br /&gt;
* http://trac.osgeo.org/osgeo/ticket/622 fails to show geoserver wms&lt;br /&gt;
&lt;br /&gt;
= Ushahidi =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* follow the steps in the [http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/descriptions/ushahidi_description.html '''on-disc help page'''] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan&lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= Viking =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* Start it up from the ''Navigation and Maps'' menu&lt;br /&gt;
* If you have a GPX file handy, File &amp;amp;rarr; Open&lt;br /&gt;
* Layers &amp;amp;rarr; New Map Layer&lt;br /&gt;
* pick OpenStreetMaps (Cycle), [ok]&lt;br /&gt;
* On the ''Layer Name'' list on the left side, right click on &amp;quot;Map&amp;quot; and ''Download Onscreen Maps''&lt;br /&gt;
* It should start to download street maps of lower Manhattan&lt;br /&gt;
* Select ''Tools &amp;amp;rarr; Ruler'' from the menu&lt;br /&gt;
* Click on the Brooklyn Bridge, then on Batter Park to get a distance and heading&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2 Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: &amp;lt;s&amp;gt;Fail&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Viking opened but with no gpx 'handy' I could not verify that it worked&lt;br /&gt;
: ''--that's not really a fail. --HB''&lt;br /&gt;
&lt;br /&gt;
= ZOO Project  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.ZOO Project. 1.0.0, OSGeo LiveDVD 4.0 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:- &lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* make sure that your Apache and GeoServer are running&lt;br /&gt;
* click on &amp;quot;ZOO Project&amp;quot; icon from the Servers Desktop directory to make firefox loading the Spatialtools demo page&lt;br /&gt;
* select a feature from the displayed states then click on a spatialtools buton to get the RawDataOutput result of processing displayed on the map&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Gérald Fenoy&lt;br /&gt;
:System: VMWare Fusion, instance with 2Gig RAM and 2CPU&lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-03 ==&lt;br /&gt;
:Run by: Johan VandeWauw&lt;br /&gt;
:System: Virtualbox, instance with 700Mb RAM &lt;br /&gt;
:Version: distribution version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass after manual install - *if* geoserver started&lt;br /&gt;
&lt;br /&gt;
= zyGrib =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: OSGeo LiveDVD 4.0  &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:-&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* click the magnifying glass 1:1 button on the toolbar to go to the world map&lt;br /&gt;
* left-click drag a box over Europe&lt;br /&gt;
* click the [] zoom button to the left of the 1:1 zoom button to zoom in to that box&lt;br /&gt;
* click the power plug button on the right to check the server status&lt;br /&gt;
* left-click drag an area of interest again&lt;br /&gt;
* ''File &amp;amp;rarr; Download GRIB''&lt;br /&gt;
* click the [Download GRIB file] button in the lower-left, and save it.&lt;br /&gt;
* You should now see a weather map&lt;br /&gt;
* In the ''Data'' menu you can select different maps to look at&lt;br /&gt;
* Click the rocketship button on the right end of the toolbar to see a 5 day animation of the forecast. Set speed, Play, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 Dual Core 2Gig RAM &lt;br /&gt;
:Version: Osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
*Could not connect to network so power plug failed. Could not retrieve network data&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:.package. [version], osgeo-live [version] &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:.date. &lt;br /&gt;
&lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Open Help by selecting he help icon (a yellow sign with a wombat)&lt;br /&gt;
&lt;br /&gt;
:Verify that the firefox web browser opens at file:///usr/local/share/livedvd-docs/index.thml &lt;br /&gt;
:Verify that the browser opens with &amp;quot;Home&amp;quot;, &amp;quot;Contents&amp;quot;, &amp;quot;Contact and Support&amp;quot;, &amp;quot;Tests&amp;quot;, &amp;quot;Sponsors&amp;quot; tabs.&lt;br /&gt;
&lt;br /&gt;
*Click on the above tabs.&lt;br /&gt;
&lt;br /&gt;
:Verify the respective pages are opened.&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;quot;Contents&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
:Verify that each project is mentioned. &lt;br /&gt;
:Verify that the project version numbers matches version numbers here: http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;amp;hl=en_GB &lt;br /&gt;
:Verify that when clicking on each project title, a description page is opened.&lt;br /&gt;
&lt;br /&gt;
*Install a link checker&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
*Run the linkchecker against the installed docs:&lt;br /&gt;
&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;amp;gt;&amp;amp;amp;1 | tee /var/log/osgeo-live/linkchecker.log&lt;br /&gt;
&lt;br /&gt;
:Verify there are not errors in the log file&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06 ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Live DVD, Base System Mac Mini 2.0 dual core, 2Gig RAM &lt;br /&gt;
:Version: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The following project listings had issues&lt;br /&gt;
*52 degree North Web Processing Service not present in contents&lt;br /&gt;
*Geopublisher should be listed as version 1.5 in contents ( it's 1.4 )&lt;br /&gt;
*Geoserver 2.0.1 should read 2.0.2&lt;br /&gt;
*Mapbender not present in contents&lt;br /&gt;
*Octave mapping tools not present in contents&lt;br /&gt;
: ''--disabled on purpose. --HB''&lt;br /&gt;
*Open Jump 1.3 should read 1.3.1&lt;br /&gt;
*R Geostatistics 2.10.1 should read 2.11.1&lt;br /&gt;
*SAFA GIS not present in contents&lt;br /&gt;
*uDIG 1.2rc1 should read 1.2rc3&lt;br /&gt;
*Zoo Project not present in contents&lt;br /&gt;
&lt;br /&gt;
The apt-get command failed because I was not connected to a network ( I'm not supposed to be connected to a network, apparently ) and also I was asked for a SUDO password which is not provided.&lt;br /&gt;
: ''--sudo password now in welcome message --HB''&lt;br /&gt;
&lt;br /&gt;
The linkchecker could thus not be run as I was unable to acquire it&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Windows Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a windows computer, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the WindowsInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each WindowsInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from .date. ==&lt;br /&gt;
:Run by: FirstName LastName &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: eg: osgeo-live 4.0 rc6&lt;br /&gt;
:Results: Pass, Pass with issues, Fail&lt;br /&gt;
&lt;br /&gt;
*link to bug reports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Mac Installers  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Steps &lt;br /&gt;
&lt;br /&gt;
* From a Mac, or Virtual Machine, insert the LiveDVD.&lt;br /&gt;
* Go to the MacInstallers directory on the LiveDVD&lt;br /&gt;
: Verify the installers are the same version number as the rest of the DVD, as listed at http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&amp;amp;hl=en_GB&lt;br /&gt;
* For each MacInstaller, run the installer, using all defaults&lt;br /&gt;
: Verify the application installs without errors&lt;br /&gt;
* If sufficient time, Open up the application and run the test steps above for the application.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Results from 2010-08-06  ==&lt;br /&gt;
:Run by: Myles Kenihan &lt;br /&gt;
:System: Booted from Disk. Base System Mac Mini 2.0 Dual Core, 2 Gig RAM &lt;br /&gt;
:Version: Arramagong Live GIS 3.0&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
Could not run directly from OSX Snow Leopard. Had to change system settings to boot from disk which worked fine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=46002</id>
		<title>Benchmarking 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Benchmarking_2010&amp;diff=46002"/>
		<updated>2010-03-08T13:58:55Z</updated>

		<summary type="html">&lt;p&gt;Sourcepole: FOSS4G_Benchmark link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Premise ==&lt;br /&gt;
&lt;br /&gt;
Following up on [[Benchmarking_2009|last year's exercise]], the performance shoot-out presentation at [[FOSS4G2010]] will test how long each Web mapping server takes to generate a map image, from a common set of spatial data, on a common platform.  The data will be served by each Web mapping server through the WMS standard, which will serve exactly the same set of LAYERS.  A JMeter load will be run on the testing box to measure various aspects of those layers.&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|January 1st, 2010&lt;br /&gt;
|begin contacting all mapping servers&lt;br /&gt;
|-&lt;br /&gt;
|April 1st, 2010&lt;br /&gt;
|commitment due by all interested mapping servers&lt;br /&gt;
|-&lt;br /&gt;
|April 1st, 2010&lt;br /&gt;
|exercise begins (and weekly meetings)&lt;br /&gt;
|-&lt;br /&gt;
|August 1st, 2010&lt;br /&gt;
|final testing begins&lt;br /&gt;
|-&lt;br /&gt;
|August 23rd, 2010&lt;br /&gt;
|no further testing&lt;br /&gt;
|-&lt;br /&gt;
|September 6-9, 2010&lt;br /&gt;
|present results at FOSS4G2010&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
Coordination/communication is primarily via the Benchmarking mailing list: http://lists.osgeo.org/mailman/listinfo/benchmarking&lt;br /&gt;
&lt;br /&gt;
Weekly meetings will occur through IRC chat in the #foss4g channel on irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Potential Participants  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''Mapping Server''' &lt;br /&gt;
| '''Volunteer to contact Dev Team''' &lt;br /&gt;
| '''Contacted Server's Development Team''' &lt;br /&gt;
| '''Confirmed by Server's Development Team''' &lt;br /&gt;
| '''Development Team Leader'''&lt;br /&gt;
|-&lt;br /&gt;
| GeoServer &lt;br /&gt;
| Andrea Aime &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| Andrea Aime&lt;br /&gt;
|-&lt;br /&gt;
| MapServer &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]] &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [[User:Jmckenna|Jeff McKenna]]&lt;br /&gt;
|-&lt;br /&gt;
| ESRI ArcGIS Server &lt;br /&gt;
| Joel Schlagel&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Erdas Apollo &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MapGuide Open Source &lt;br /&gt;
| DanickVenne? &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Deegree &lt;br /&gt;
| Simone Giannecchini &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Oracle MapViewer &lt;br /&gt;
| Mike Smith &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Mapnik &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]] &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [[User:Springmeyer|Dane Springmeyer]]&lt;br /&gt;
|-&lt;br /&gt;
| Luciad Web Services Suite &lt;br /&gt;
| [[User:LeifGruenwoldt|Leif Gruenwoldt]]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[FOSS4G_Benchmark | FOSS4G WMS Benchmark]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2010]] [[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Sourcepole</name></author>
	</entry>
</feed>