<?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=Wiki-Jldominguez</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=Wiki-Jldominguez"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Jldominguez"/>
	<updated>2026-04-13T17:01:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GvSIG_GSoC_2012_Ideas&amp;diff=61209</id>
		<title>GvSIG GSoC 2012 Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GvSIG_GSoC_2012_Ideas&amp;diff=61209"/>
		<updated>2012-03-10T14:36:04Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Use this page to jot down and develop any good idea for the [[Google Summer of Code 2012]] program with gvSIG project. Please, use the gvSIG mailing lists for discussion and check [[GvSIG GSoC 2011 Ideas|2011]], [[GvSIG GSoC 2010 Ideas|2010]], [[GvSIG GSoC 2009 Ideas|2009]] ideas pages for examples or reference.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Create a gvSIG plugin for drinking water analysis and management. ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Desktop&lt;br /&gt;
* '''Possible mentor''':  [[User:Fpenarru|Francisco José Peñarrubia]]&lt;br /&gt;
* '''Possible student''': if applicable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The analysis part will be done with Epanet's help (http://www.epa.gov/nrmrl/wswrd/dw/epanet.html).&lt;br /&gt;
&lt;br /&gt;
The idea is to define a layer model suitable to be exported to Epanet's .inp file, and a geoprocess to export this model to Epanet. So, we will need to define pipes, wells, valves, depots and so on in gvSIG, analize connectivity and test data integrity (with Network Analysis Extension) and then export to Epanet.&lt;br /&gt;
&lt;br /&gt;
From Epanet, the user will be able to analyze and modify the network and then export the network again to gvSIG.&lt;br /&gt;
&lt;br /&gt;
So, the main tasks are: Define layer model , Create a geoprocess exporter to .INP (we can start from an ongoing work) , Create a geoprocess importer back to gvSIG.&lt;br /&gt;
&lt;br /&gt;
After having the network already balanced in gvSIG, we will develop some methods in order to manage the daily operation of the network. (See possible leaks, see wich pipes or valves need to be replaced, etc).&lt;br /&gt;
&lt;br /&gt;
== Adding GPS survey capabilities to gvSIG Mini ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Mini&lt;br /&gt;
* '''Possible mentor''': &amp;lt;Enter your name here&amp;gt;&lt;br /&gt;
* '''Possible student''': &amp;lt;Enter your name here&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Image:gvsig-mini.png]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | ''Storing GPS coordinates in a well-known vector format is a powerful professional-oriented feature, currently unavailable in gvSIG Mini. The suggested output format is SHP due to its popularity.''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Suggested simplest version ====&lt;br /&gt;
&lt;br /&gt;
* There will be a ''Start Survey'' button which will create an in-memory vector layer in gvSIG Mini using its geometry model (this has nothing to do with the output format yet).&lt;br /&gt;
* At any moment, the user will be able to push an ''Export'' button to create a vector data file in the device's SD card with the current set of coordinates. The suggested output format is [http://en.wikipedia.org/wiki/Shapefile ESRI Shapefile]. Alternatives: GML, GPX, Sqlite, GeoJSon, etc.&lt;br /&gt;
* It is also important to let the user associate some values to each feature (attributes). In order to establish the attribute names and types and perhaps valid values, you could simply use a properties file (attributes.properties) so the implementation will be easier. I'm thinking about something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ELEMENT=STRING;TREE,ROCK,HOLE,POOL&lt;br /&gt;
SIZE=STRING;LARGE,MEDIUM,SMALL&lt;br /&gt;
COMMENT=STRING&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The geometry type will be POINT to make the implementation easier.&lt;br /&gt;
&lt;br /&gt;
In this simplest version, gvSIG Mini will write a vector data file but will not necessarily be able to read it. If you choose SHP as the output format, you might use the shapefile writer available in gvSIG and gvSIG Mobile or use some other GIS library to perform the export operation (GeoTools, etc).&lt;br /&gt;
&lt;br /&gt;
==== Suggested improvements ====&lt;br /&gt;
&lt;br /&gt;
* Implement also the import option to let the user open the resulting vector data file.&lt;br /&gt;
* Let the user choose LINE or POLYGON as the geometry type of the new vector layer. This will make the application more sophisticated, as it will be necessary to think about a user-friendly way to finish the current feature and start a new one.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Idea template ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Desktop/gvSIG Mobile/gvSIG Mini&lt;br /&gt;
* '''Possible mentor''': if applicable&lt;br /&gt;
* '''Possible student''': if applicable&lt;br /&gt;
&lt;br /&gt;
Write your idea here... Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi imperdiet condimentum leo sit amet scelerisque. Aliquam placerat, dolor non egestas gravida, tellus felis viverra dui, a scelerisque dolor leo in nulla. Suspendisse pharetra lacus vitae lacus mollis dapibus dignissim metus varius. Nullam scelerisque, elit sit amet ornare commodo, tortor enim consectetur est, eget imperdiet leo augue eget felis. Vivamus nec justo tellus, nec semper ante. Etiam et dolor urna. Nullam non augue in lacus auctor laoreet eget non erat. Integer id justo id magna commodo malesuada. Maecenas tincidunt ipsum nec erat fringilla posuere. Sed ante sapien, posuere non euismod tincidunt, fermentum sollicitudin quam. Aenean metus lacus, viverra ut hendrerit eu, interdum vitae turpis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]][[Category:gvSIG]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GvSIG_GSoC_2012_Ideas&amp;diff=61208</id>
		<title>GvSIG GSoC 2012 Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GvSIG_GSoC_2012_Ideas&amp;diff=61208"/>
		<updated>2012-03-10T14:33:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Use this page to jot down and develop any good idea for the [[Google Summer of Code 2012]] program with gvSIG project. Please, use the gvSIG mailing lists for discussion and check [[GvSIG GSoC 2011 Ideas|2011]], [[GvSIG GSoC 2010 Ideas|2010]], [[GvSIG GSoC 2009 Ideas|2009]] ideas pages for examples or reference.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Create a gvSIG plugin for drinking water analysis and management. ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Desktop&lt;br /&gt;
* '''Possible mentor''':  [[User:Fpenarru|Francisco José Peñarrubia]]&lt;br /&gt;
* '''Possible student''': if applicable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The analysis part will be done with Epanet's help (http://www.epa.gov/nrmrl/wswrd/dw/epanet.html).&lt;br /&gt;
&lt;br /&gt;
The idea is to define a layer model suitable to be exported to Epanet's .inp file, and a geoprocess to export this model to Epanet. So, we will need to define pipes, wells, valves, depots and so on in gvSIG, analize connectivity and test data integrity (with Network Analysis Extension) and then export to Epanet.&lt;br /&gt;
&lt;br /&gt;
From Epanet, the user will be able to analyze and modify the network and then export the network again to gvSIG.&lt;br /&gt;
&lt;br /&gt;
So, the main tasks are: Define layer model , Create a geoprocess exporter to .INP (we can start from an ongoing work) , Create a geoprocess importer back to gvSIG.&lt;br /&gt;
&lt;br /&gt;
After having the network already balanced in gvSIG, we will develop some methods in order to manage the daily operation of the network. (See possible leaks, see wich pipes or valves need to be replaced, etc).&lt;br /&gt;
&lt;br /&gt;
== Adding GPS survey capabilities to gvSIG Mini ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Mini&lt;br /&gt;
* '''Possible mentor''': &amp;lt;Enter your name here&amp;gt;&lt;br /&gt;
* '''Possible student''': &amp;lt;Enter your name here&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Image:gvsig-mini.png]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | ''Storing GPS coordinates in a well-known vector format is a powerful professional-oriented feature, currently unavailable in gvSIG Mini. The suggested output format is SHP due to its popularity.''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Suggested simplest version ===&lt;br /&gt;
&lt;br /&gt;
* There will be a ''Start Survey'' button which will create an in-memory vector layer in gvSIG Mini using its geometry model (this has nothing to do with the output format yet).&lt;br /&gt;
* At any moment, the user will be able to push an ''Export'' button to create a vector data file in the device's SD card with the current set of coordinates. The suggested output format is [http://en.wikipedia.org/wiki/Shapefile ESRI Shapefile]. Alternatives: GML, GPX, Sqlite, GeoJSon, etc.&lt;br /&gt;
* It is also important to let the user associate some values to each feature (attributes). In order to establish the attribute names and types and perhaps valid values, you could simply use a properties file (attributes.properties) so the implementation will be easier. I'm thinking about something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ELEMENT=STRING;TREE,ROCK,HOLE,POOL&lt;br /&gt;
SIZE=STRING;LARGE,MEDIUM,SMALL&lt;br /&gt;
COMMENT=STRING&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The geometry type will be POINT to make the implementation easier.&lt;br /&gt;
&lt;br /&gt;
In this simplest version, gvSIG Mini will write a vector data file but will not necessarily be able to read it. If you choose SHP as the output format, you might use the shapefile writer available in gvSIG and gvSIG Mobile or use some other GIS library to perform the export operation (GeoTools, etc).&lt;br /&gt;
&lt;br /&gt;
=== Suggested improvements ===&lt;br /&gt;
&lt;br /&gt;
* Implement also the import option to let the user open the resulting vector data file.&lt;br /&gt;
* Let the user choose LINE or POLYGON as the geometry type of the new vector layer. This will make the application more sophisticated, as it will be necessary to think about a user-friendly way to finish the current feature and start a new one.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Idea template ==&lt;br /&gt;
&lt;br /&gt;
* '''Product''': gvSIG Desktop/gvSIG Mobile/gvSIG Mini&lt;br /&gt;
* '''Possible mentor''': if applicable&lt;br /&gt;
* '''Possible student''': if applicable&lt;br /&gt;
&lt;br /&gt;
Write your idea here... Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi imperdiet condimentum leo sit amet scelerisque. Aliquam placerat, dolor non egestas gravida, tellus felis viverra dui, a scelerisque dolor leo in nulla. Suspendisse pharetra lacus vitae lacus mollis dapibus dignissim metus varius. Nullam scelerisque, elit sit amet ornare commodo, tortor enim consectetur est, eget imperdiet leo augue eget felis. Vivamus nec justo tellus, nec semper ante. Etiam et dolor urna. Nullam non augue in lacus auctor laoreet eget non erat. Integer id justo id magna commodo malesuada. Maecenas tincidunt ipsum nec erat fringilla posuere. Sed ante sapien, posuere non euismod tincidunt, fermentum sollicitudin quam. Aenean metus lacus, viverra ut hendrerit eu, interdum vitae turpis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]][[Category:gvSIG]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Gvsig-mini.png&amp;diff=61207</id>
		<title>File:Gvsig-mini.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Gvsig-mini.png&amp;diff=61207"/>
		<updated>2012-03-10T14:15:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Press_Release_17&amp;diff=54117</id>
		<title>Live GIS Disc Press Release 17</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Press_Release_17&amp;diff=54117"/>
		<updated>2011-03-29T07:51:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* Credits */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__ DRAFT __&lt;br /&gt;
&lt;br /&gt;
=OSGeo-Live 4.5, the Open Source Geospatial DVD, released=&lt;br /&gt;
&lt;br /&gt;
28 March 2011&lt;br /&gt;
&lt;br /&gt;
Version 4.5 of the OSGeo-Live GIS software collection has been released. OSGeo-Live is a self-contained bootable DVD, USB flash drive and Virtual Machine based upon Ubuntu Linux that is pre-configured with a wide variety of robust open source geospatial software. The applications can be trialled without installing anything on your computer, simply by booting the computer from the DVD or USB drive.&lt;br /&gt;
;Homepage: http://live.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==Highlights==&lt;br /&gt;
&lt;br /&gt;
* 45 Quality GeoSpatial Open Source applications installed and pre-configured&lt;br /&gt;
* Quality free world maps&lt;br /&gt;
* One page overviews and quick starts for all applications&lt;br /&gt;
* Overviews of key OGC standards&lt;br /&gt;
* Translations for Greek, German, Polish, Spanish and Japanese&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
* 52º North SOS (Sensor Observation Service) 3.1.1 &lt;br /&gt;
* 52º North WPS (Web Processing Service) 2.0 RC6 &lt;br /&gt;
* AtlasStyler (Feature Style Editor) 1.6 &lt;br /&gt;
* deegree (Web Services) 2.3 &lt;br /&gt;
* GDAL/OGR (GeoSpatial Data Translation Tools) 1.7.3 &lt;br /&gt;
* GeoKettle (Business Intelligence) 3.2.0-20090609 &lt;br /&gt;
* Geomajas (Browser GIS Client) 1.8 &lt;br /&gt;
* GeoNetwork (Metadata Catalog) 2.6.3 &lt;br /&gt;
* Geopublisher (Electronic Library Manager) 1.6 &lt;br /&gt;
* GeoServer (Web Service) 2.1rc1 &lt;br /&gt;
* GMT (Generic Mapping Tools) 4.5.1 &lt;br /&gt;
* GpsDrive (GPS Navigation Software) 2.11 &lt;br /&gt;
* GRASS GIS (Fully featured GIS) 6.4.0 &lt;br /&gt;
* gvSIG Desktop (Desktop GIS) 1.10 &lt;br /&gt;
* Kosmo Desktop (Desktop GIS) 2.0 &lt;br /&gt;
* Mapbender (Geoportal Framework) 2.7 &lt;br /&gt;
* MapFish (Web Mapping Framework) 2.0 &lt;br /&gt;
* MapGuide Open Source (Web Service) 2.2.0 &lt;br /&gt;
* Mapnik (Cartographic rendering engine) 0.7.0 &lt;br /&gt;
* MapServer (Web Service) 5.6.6 &lt;br /&gt;
* MapTiler (Tiled Map Publishing) 1.0beta2 &lt;br /&gt;
* Marble (3D desktop globe) 0.9.5 &lt;br /&gt;
* MB-System (Sea floor mapping) 5.2.1880 &lt;br /&gt;
* OpenCPN (Marine GPS navigation) 2.3.1 &lt;br /&gt;
* OpenJUMP GIS (Desktop GIS) 1.4.0.1 &lt;br /&gt;
* OpenLayers (Browser GIS Client) 2.10 &lt;br /&gt;
* osgEarth (Terrain rendering toolkit) 2.0 &lt;br /&gt;
* OpenStreetMap (Tools for mapping the world) 3751 &lt;br /&gt;
* OSSIM (Image Processing)  1.8.10 &lt;br /&gt;
* OTB - ORFEO Toolbox Library (Image Processing) 3.8.0 &lt;br /&gt;
* pgRouting (GIS Tools) 1.05 &lt;br /&gt;
* PostGIS (Spatial Database) 1.5.2 &lt;br /&gt;
* Prune (GPS Track Editing) 10-1 Lucid &lt;br /&gt;
* Quantum GIS (Desktop GIS) 1.6.0 &lt;br /&gt;
* QGIS mapserver (Web Service) 1.6.0 &lt;br /&gt;
* Rasdaman (Multi-Dimensional Raster Database) 8.1 &lt;br /&gt;
* R Spatial (Statistical Programming) 2.12.1 &lt;br /&gt;
* SAGA (Desktop GIS) 2.0.5&lt;br /&gt;
* Sahana (Disaster management) Eden 0.5.3 &lt;br /&gt;
* SpatiaLite (Spatial Database) 2.4 &lt;br /&gt;
* uDig (Desktop GIS) 1.2.0 &lt;br /&gt;
* Ushahidi (Crowd Sourced Event Mapping) 2.0.1 &lt;br /&gt;
* Viking (Manage and plot GPS data) 0.9.9 &lt;br /&gt;
* ZOO Project (Web Processing Service) 1.2.0 &lt;br /&gt;
* zyGrib (Weather forecasting) 3.9.9.1&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Over 60 people have directly helped with OSGeo-Live packaging, documenting and translating, and thousands have been involved in building the packaged software.&lt;br /&gt;
&lt;br /&gt;
Packagers and documenters: Alan Boudreault, Alex Mandel, Alexandre Dube, Andrea Antonello, Anton Patrushev, Astrid Emde, Brian Hamlin, Bruno Binet, Cameron Shorter, Dane Springmeyer, Daniel Kastl, Eike Hinderk Jürrens, Eric Lemoine, Etienne Dube, Fran Boon, François Prunayre, Gavin Treadgold, Gérald Fenoy, Hamish Bowman, &lt;br /&gt;
Haruyuki Seki, Henry Addo, Ian Turton, Jody Garnett, Johan Van de Wauw, Jorge Sanz, Judit Mays, Klokan Petr Pridal, Kristof Lange, Lance McKee, Manuel Grizonnet, Mark Leslie, Massimo Di Stefano, Michael Owonibi, &lt;br /&gt;
Nathaniel V. Kelso, Pirmin Kalberer, Ricardo Pinho, Sergio Baños, Simon Pigot, Stefan A. Tzeggai, Stefan Hansen, Thierry Badard and Trevor Wekel&lt;br /&gt;
&lt;br /&gt;
Translators: Aikaterini Kapsampeli, Angelos Tzotsos, Anne Ghisla, Argyros Argyridis, Astrid Emde, Christos Iossifidis, Daniel Kastl, Haruyuki Seki, Javier Sanchez, Jorge Sanz, Lars Lingner, Marco Puppin, Massimo Di Stefano, &lt;br /&gt;
Milena Nowotaska, Nobusuke Iwasaki, Otto Dassau, Ruth Schoenbuchner, &lt;br /&gt;
Thomas Baschetti, Valenty Gonzalez and Yoichi Kayama&lt;br /&gt;
&lt;br /&gt;
Sponsoring institutions:&lt;br /&gt;
&lt;br /&gt;
LISAsoft provides sustaining resources and staff toward the management and packaging of software onto the Live DVD. http://www.lisasoft.com&lt;br /&gt;
&lt;br /&gt;
Information Center for the Environment at the University of California, Davis provides hardware resources and development support to the OSGeo Live project. http://ice.ucdavis.edu&lt;br /&gt;
&lt;br /&gt;
The DebianGIS and UbuntuGIS teams provide and quality-assure many of the core packages.&lt;br /&gt;
&lt;br /&gt;
The Australian Government's Office of Spatial Data Management sponsored reviews of software marketing documentation. http://www.osdm.gov.au&lt;br /&gt;
&lt;br /&gt;
More details from the OSGeo-Live DVD sleeve here: [[Talk:Live_GIS_Disc_Press_Release_17]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=46153</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=46153"/>
		<updated>2010-03-13T17:13:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* ugvsigmobile */&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;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:.package. [version], arramgong [version] &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
;test 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: arramagong 3.0 rc2 &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;
&lt;br /&gt;
&lt;br /&gt;
= Geopublishing (Geopublisher and AtlasStyler)  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
: Geopublisher and AtlasStyler 1.4, Arramgong 3.0rc5&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:12.03.2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&amp;gt;education-&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;gt;education-&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;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;
There have already been some bug-fixes for rc4, so this test has to be run on 3.0rc5 oder 3.0-final.&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: GeoServer 2.0.1, arramagong 3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 13 March 2010&lt;br /&gt;
;Steps&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;
: Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
* In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
: Verify you get a list of map layers&lt;br /&gt;
* Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:gvSIG 1.9 (BN1253), arramgong 3.0rc2&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:2010/03/10&lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&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;
&lt;br /&gt;
;test results from 2010/03/10&lt;br /&gt;
:Run by: [[Jorge Sanz]]&lt;br /&gt;
:System: Sun Virtual Box 3.1.4,  with 700MB RAM for the VM&lt;br /&gt;
:Version: distribution version: arramagong 3.0 rc2 &lt;br /&gt;
:Results: Passed all tests, well I wrote them at this session ;-)&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:Geomajas 1.4.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:9 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
: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; Features demo.&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;
: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;
: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;
;test 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: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:deegree 2.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
&lt;br /&gt;
*Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to &lt;br /&gt;
:*&amp;quot;GetCapabilities&amp;quot; (for each of the services) &lt;br /&gt;
:*&amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service) &lt;br /&gt;
:*a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify you get either maps or xml fragments. &lt;br /&gt;
:*TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get). &lt;br /&gt;
:*TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client. &lt;br /&gt;
:*TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
&lt;br /&gt;
*Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify the deegree-tomcat process is stopped. &lt;br /&gt;
:*click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot; message from firefox. &lt;br /&gt;
:*open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&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;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Judit Mays &lt;br /&gt;
:System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo  =&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
* open UDig&lt;br /&gt;
* from the Layer menu, choose &amp;quot;Add...&amp;quot;&lt;br /&gt;
* Choose Files; click on Next at the bottom of the dialog window&lt;br /&gt;
* navigate to &amp;lt;tt&amp;gt;/usr/local/share/udig/udig-data/data-v1_2 &amp;lt;/tt&amp;gt;&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;
* you should see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:OpenJUMP, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:8 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Layer Theme with PostGIS backend&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;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;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:PostGIS, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Spatial Query with the Graphical Query Builder helper&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;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
* add an additional line&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&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;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Brian Hamlin &lt;br /&gt;
:System: Virtualbox, 1024mb RAM, on debian 5.03 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: user tested, passed in less than 5 minutes with no previous experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;New Database&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= spatialite =&lt;br /&gt;
&lt;br /&gt;
= pgrouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:pgRouting SVN trunk revision 356, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM dijkstra_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM astar_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM shootingstar_sp('sydney', 8, 24, 0.1, 'length', true, true)&amp;quot;  sydney&lt;br /&gt;
&lt;br /&gt;
After each command you should see some output which is not hopefully 'library not found' error.&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;JOSM&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Gosmore&lt;br /&gt;
:&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;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: MapServer 5.6.1, arramagong 3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 13 March 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;
: Verify the MapServer web page opens at file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&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;
: 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;
: 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;
: Verify you get a list of features.&lt;br /&gt;
* Back on the initial MapServer web page, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&lt;br /&gt;
: Verify you get a map and a legend with icons rendered.&lt;br /&gt;
* Back on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
: Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:GeoKettle 3.2.0-20090609&lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
: Verify you get a window prompting you to select a repository.&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
: Verify the GeoKettle application is opened.&lt;br /&gt;
* Close any startup tips dialog.&lt;br /&gt;
* Select File-&amp;gt; Open&lt;br /&gt;
* Select samples/transformations/geokettle/intersection.ktr&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;
*Run the transformation in preview mode&lt;br /&gt;
** Select Transformation menu -&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;
: 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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&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;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:grass 6.4.0rc5, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
= qgis  =&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;
= mapnik  =&lt;br /&gt;
see &amp;quot;Mapnik Introduction&amp;quot; &lt;br /&gt;
( RC4 - in the Education menu, but the docs explicitly in error about versions)&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:maptiler 1.0 all versions&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:11.3.2010&lt;br /&gt;
;Steps&lt;br /&gt;
:&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;gt; &amp;quot;Graphics&amp;quot; -&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;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;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 11.3.2010 &lt;br /&gt;
:Run by: Klokan Petr Pridal&lt;br /&gt;
:System: VMWare Fusion, 512MB RAM in virtual machine, on MacOSX Leopard &lt;br /&gt;
:Version: arramagong livedvd 3.0 rc4 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&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;
= octave  =&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;
= opencpn  =&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 maps and clicking on them switches to them.&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;
= geopublishing  =&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&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 Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass) &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;
*Right click to set destination and leave Explore Mode&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 a continental map &lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; 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:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &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 australia.gpx. &lt;br /&gt;
*A red trace should appear along the coastline. &lt;br /&gt;
*Check that it lines up well with the coast as shown in map tiles of varying scale.&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. &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;
= mb-system  =&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;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&lt;br /&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;
*After a few seconds the web browser should open and you should see 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;
= R  =&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;
: ''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6 ?&lt;br /&gt;
&lt;br /&gt;
Some examples to try here:&lt;br /&gt;
: http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc4 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:13 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Test results from 13 March 2010 &lt;br /&gt;
:Run by: Juan Lucas Dominguez jldominguez&lt;br /&gt;
:System: Arramagong livedvd 3.0 rc4 ISO within Virtual Box on Windows Vista&lt;br /&gt;
:Version: Arramagong livedvd 3.0 rc4 &lt;br /&gt;
:Result: Pass&lt;br /&gt;
&lt;br /&gt;
=osgearth=&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:arramgong_3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 11 March 2010&lt;br /&gt;
;Steps&lt;br /&gt;
* Open Help by selecting he help icon (a yellow sign with a wombat)&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;
* Click on the above tabs.&lt;br /&gt;
: Verify the respective pages are opened.&lt;br /&gt;
* Open the &amp;quot;Contents&amp;quot; tab&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;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;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
* Run the linkchecker against the installed docs:&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;gt;&amp;amp;1 | tee /var/log/arramagong/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;
;test results from 13 March 2010 &lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 &lt;br /&gt;
:Version: arramagong 3.0 rc4 + fixes&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* When Firefox starts for the first time, it asks for confirmation for the language pack plugins&lt;br /&gt;
* Version number of some of the packages is incorrect&lt;br /&gt;
* Errors found in the link check&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=46152</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=46152"/>
		<updated>2010-03-13T17:12:57Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* ugvsigmobile */&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;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:.package. [version], arramgong [version] &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
;test 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: arramagong 3.0 rc2 &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;
&lt;br /&gt;
&lt;br /&gt;
= Geopublishing (Geopublisher and AtlasStyler)  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
: Geopublisher and AtlasStyler 1.4, Arramgong 3.0rc5&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:12.03.2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&amp;gt;education-&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;gt;education-&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;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;
There have already been some bug-fixes for rc4, so this test has to be run on 3.0rc5 oder 3.0-final.&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: GeoServer 2.0.1, arramagong 3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 13 March 2010&lt;br /&gt;
;Steps&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;
: Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
* In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
: Verify you get a list of map layers&lt;br /&gt;
* Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:gvSIG 1.9 (BN1253), arramgong 3.0rc2&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:2010/03/10&lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&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;
&lt;br /&gt;
;test results from 2010/03/10&lt;br /&gt;
:Run by: [[Jorge Sanz]]&lt;br /&gt;
:System: Sun Virtual Box 3.1.4,  with 700MB RAM for the VM&lt;br /&gt;
:Version: distribution version: arramagong 3.0 rc2 &lt;br /&gt;
:Results: Passed all tests, well I wrote them at this session ;-)&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:Geomajas 1.4.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:9 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
: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; Features demo.&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;
: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;
: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;
;test 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: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:deegree 2.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
&lt;br /&gt;
*Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to &lt;br /&gt;
:*&amp;quot;GetCapabilities&amp;quot; (for each of the services) &lt;br /&gt;
:*&amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service) &lt;br /&gt;
:*a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify you get either maps or xml fragments. &lt;br /&gt;
:*TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get). &lt;br /&gt;
:*TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client. &lt;br /&gt;
:*TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
&lt;br /&gt;
*Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify the deegree-tomcat process is stopped. &lt;br /&gt;
:*click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot; message from firefox. &lt;br /&gt;
:*open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&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;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Judit Mays &lt;br /&gt;
:System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo  =&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
* open UDig&lt;br /&gt;
* from the Layer menu, choose &amp;quot;Add...&amp;quot;&lt;br /&gt;
* Choose Files; click on Next at the bottom of the dialog window&lt;br /&gt;
* navigate to &amp;lt;tt&amp;gt;/usr/local/share/udig/udig-data/data-v1_2 &amp;lt;/tt&amp;gt;&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;
* you should see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:OpenJUMP, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:8 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Layer Theme with PostGIS backend&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;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;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:PostGIS, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Spatial Query with the Graphical Query Builder helper&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;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
* add an additional line&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&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;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Brian Hamlin &lt;br /&gt;
:System: Virtualbox, 1024mb RAM, on debian 5.03 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: user tested, passed in less than 5 minutes with no previous experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;New Database&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= spatialite =&lt;br /&gt;
&lt;br /&gt;
= pgrouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:pgRouting SVN trunk revision 356, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM dijkstra_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM astar_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM shootingstar_sp('sydney', 8, 24, 0.1, 'length', true, true)&amp;quot;  sydney&lt;br /&gt;
&lt;br /&gt;
After each command you should see some output which is not hopefully 'library not found' error.&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;JOSM&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Gosmore&lt;br /&gt;
:&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;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: MapServer 5.6.1, arramagong 3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 13 March 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;
: Verify the MapServer web page opens at file:///usr/local/share/livedvd-docs/doc/mapserver_description.html&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;
: 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;
: 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;
: Verify you get a list of features.&lt;br /&gt;
* Back on the initial MapServer web page, scroll down to &amp;quot;MapServer Demo&amp;quot; section and click on &amp;quot;GMap&amp;quot;.&lt;br /&gt;
: Verify you get a map and a legend with icons rendered.&lt;br /&gt;
* Back on the initial MapServer web page, scroll down to &amp;quot;MapServer Documentation&amp;quot; section.&lt;br /&gt;
: Verify that the documentation version is appropriate versus the MapServer version.&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:GeoKettle 3.2.0-20090609&lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
: Verify you get a window prompting you to select a repository.&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
: Verify the GeoKettle application is opened.&lt;br /&gt;
* Close any startup tips dialog.&lt;br /&gt;
* Select File-&amp;gt; Open&lt;br /&gt;
* Select samples/transformations/geokettle/intersection.ktr&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;
*Run the transformation in preview mode&lt;br /&gt;
** Select Transformation menu -&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;
: 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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&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;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:grass 6.4.0rc5, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
= qgis  =&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;
= mapnik  =&lt;br /&gt;
see &amp;quot;Mapnik Introduction&amp;quot; &lt;br /&gt;
( RC4 - in the Education menu, but the docs explicitly in error about versions)&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:maptiler 1.0 all versions&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:11.3.2010&lt;br /&gt;
;Steps&lt;br /&gt;
:&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;gt; &amp;quot;Graphics&amp;quot; -&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;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;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 11.3.2010 &lt;br /&gt;
:Run by: Klokan Petr Pridal&lt;br /&gt;
:System: VMWare Fusion, 512MB RAM in virtual machine, on MacOSX Leopard &lt;br /&gt;
:Version: arramagong livedvd 3.0 rc4 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&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;
= octave  =&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;
= opencpn  =&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 maps and clicking on them switches to them.&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;
= geopublishing  =&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&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 Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass) &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;
*Right click to set destination and leave Explore Mode&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 a continental map &lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; 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:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &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 australia.gpx. &lt;br /&gt;
*A red trace should appear along the coastline. &lt;br /&gt;
*Check that it lines up well with the coast as shown in map tiles of varying scale.&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. &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;
= mb-system  =&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;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&lt;br /&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;
*After a few seconds the web browser should open and you should see 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;
= R  =&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;
: ''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6 ?&lt;br /&gt;
&lt;br /&gt;
Some examples to try here:&lt;br /&gt;
: http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc4 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:13 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;Test results from 11.3.2010 &lt;br /&gt;
:Run by: Juan Lucas Dominguez jldominguez&lt;br /&gt;
:System: Arramagong livedvd 3.0 rc4 ISO within Virtual Box on Windows Vista&lt;br /&gt;
:Version: Arramagong livedvd 3.0 rc4 &lt;br /&gt;
:Result: Pass&lt;br /&gt;
&lt;br /&gt;
=osgearth=&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:arramgong_3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 11 March 2010&lt;br /&gt;
;Steps&lt;br /&gt;
* Open Help by selecting he help icon (a yellow sign with a wombat)&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;
* Click on the above tabs.&lt;br /&gt;
: Verify the respective pages are opened.&lt;br /&gt;
* Open the &amp;quot;Contents&amp;quot; tab&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;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;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
* Run the linkchecker against the installed docs:&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;gt;&amp;amp;1 | tee /var/log/arramagong/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;
;test results from 13 March 2010 &lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 &lt;br /&gt;
:Version: arramagong 3.0 rc4 + fixes&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* When Firefox starts for the first time, it asks for confirmation for the language pack plugins&lt;br /&gt;
* Version number of some of the packages is incorrect&lt;br /&gt;
* Errors found in the link check&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=46150</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=46150"/>
		<updated>2010-03-13T16:58:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* ugvsigmobile */&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;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:.package. [version], arramgong [version] &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
;test 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: arramagong 3.0 rc2 &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;
&lt;br /&gt;
&lt;br /&gt;
= Geopublishing (Geopublisher and AtlasStyler)  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
: Geopublisher and AtlasStyler 1.4, Arramgong 3.0rc5&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:12.03.2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&amp;gt;education-&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;gt;education-&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;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;
There have already been some bug-fixes for rc4, so this test has to be run on 3.0rc5 oder 3.0-final.&lt;br /&gt;
&lt;br /&gt;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
: GeoServer 2.0.1, arramagong 3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 13 March 2010&lt;br /&gt;
;Steps&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;
: Verify the GeoServer web page opens at http://localhost:8082/geoserver/web&lt;br /&gt;
* In the firefox browser, click on &amp;quot;Layer Preview&amp;quot;, wait ~ 30 secs&lt;br /&gt;
: Verify you get a list of map layers&lt;br /&gt;
* Select the 'OpenLayers' link on one of the layers (say the TOPP:States)&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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter &lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gvSIG  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:gvSIG 1.9 (BN1253), arramgong 3.0rc2&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:2010/03/10&lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
* Go to applications-&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;
&lt;br /&gt;
;test results from 2010/03/10&lt;br /&gt;
:Run by: [[Jorge Sanz]]&lt;br /&gt;
:System: Sun Virtual Box 3.1.4,  with 700MB RAM for the VM&lt;br /&gt;
:Version: distribution version: arramagong 3.0 rc2 &lt;br /&gt;
:Results: Passed all tests, well I wrote them at this session ;-)&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:Geomajas 1.4.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:9 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
: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; Features demo.&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;
: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;
: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;
;test 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: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:deegree 2.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
&lt;br /&gt;
*Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to &lt;br /&gt;
:*&amp;quot;GetCapabilities&amp;quot; (for each of the services) &lt;br /&gt;
:*&amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service) &lt;br /&gt;
:*a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify you get either maps or xml fragments. &lt;br /&gt;
:*TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get). &lt;br /&gt;
:*TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client. &lt;br /&gt;
:*TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
&lt;br /&gt;
*Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify the deegree-tomcat process is stopped. &lt;br /&gt;
:*click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot; message from firefox. &lt;br /&gt;
:*open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&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;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Judit Mays &lt;br /&gt;
:System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo  =&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
* open UDig&lt;br /&gt;
* from the Layer menu, choose &amp;quot;Add...&amp;quot;&lt;br /&gt;
* Choose Files; click on Next at the bottom of the dialog window&lt;br /&gt;
* navigate to &amp;lt;tt&amp;gt;/usr/local/share/udig/udig-data/data-v1_2 &amp;lt;/tt&amp;gt;&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;
* you should see Canadian British Columbia data&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:OpenJUMP, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:8 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Layer Theme with PostGIS backend&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;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;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:PostGIS, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
; Spatial Query with the Graphical Query Builder helper&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;
  ST_Contains( medford_wards.the_geom, jacksonco_schools.the_geom )&lt;br /&gt;
* add an additional line&lt;br /&gt;
  ORDER BY medford_wards.council_me, jacksonco_schools.students DESC;&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;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Brian Hamlin &lt;br /&gt;
:System: Virtualbox, 1024mb RAM, on debian 5.03 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: user tested, passed in less than 5 minutes with no previous experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;New Database&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= spatialite =&lt;br /&gt;
&lt;br /&gt;
= pgrouting  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:pgRouting SVN trunk revision 356, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Open a terminal&lt;br /&gt;
&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM dijkstra_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM astar_sp_delta('sydney', 101, 114, 0.003)&amp;quot;  sydney&lt;br /&gt;
 sudo -u user psql -c &amp;quot;SELECT gid, AsText(the_geom) AS the_geom FROM shootingstar_sp('sydney', 8, 24, 0.1, 'length', true, true)&amp;quot;  sydney&lt;br /&gt;
&lt;br /&gt;
After each command you should see some output which is not hopefully 'library not found' error.&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;JOSM&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Gosmore&lt;br /&gt;
:&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;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
;Tests written for&lt;br /&gt;
:GeoKettle 3.2.0-20090609&lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Launch GeoKettle.&lt;br /&gt;
: Verify you get a window prompting you to select a repository.&lt;br /&gt;
*On the &amp;quot;Select a repository&amp;quot; dialog, choose &amp;quot;No repository&amp;quot;.&lt;br /&gt;
: Verify the GeoKettle application is opened.&lt;br /&gt;
* Close any startup tips dialog.&lt;br /&gt;
* Select File-&amp;gt; Open&lt;br /&gt;
* Select samples/transformations/geokettle/intersection.ktr&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;
*Run the transformation in preview mode&lt;br /&gt;
** Select Transformation menu -&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;
: 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;
;test results from 13 March 2010&lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 base &lt;br /&gt;
:Version: arramagong 3.0 rc4&lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= gmt  =&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;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:grass 6.4.0rc5, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
= qgis  =&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;
= mapnik  =&lt;br /&gt;
see &amp;quot;Mapnik Introduction&amp;quot; &lt;br /&gt;
( RC4 - in the Education menu, but the docs explicitly in error about versions)&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:maptiler 1.0 all versions&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:11.3.2010&lt;br /&gt;
;Steps&lt;br /&gt;
:&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;gt; &amp;quot;Graphics&amp;quot; -&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;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;
----&lt;br /&gt;
&lt;br /&gt;
;test results from 11.3.2010 &lt;br /&gt;
:Run by: Klokan Petr Pridal&lt;br /&gt;
:System: VMWare Fusion, 512MB RAM in virtual machine, on MacOSX Leopard &lt;br /&gt;
:Version: arramagong livedvd 3.0 rc4 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&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;
= octave  =&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;
= opencpn  =&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 maps and clicking on them switches to them.&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;
= geopublishing  =&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&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 Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass) &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;
*Right click to set destination and leave Explore Mode&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 a continental map &lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; 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:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &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 australia.gpx. &lt;br /&gt;
*A red trace should appear along the coastline. &lt;br /&gt;
*Check that it lines up well with the coast as shown in map tiles of varying scale.&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. &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;
= mb-system  =&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;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&lt;br /&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;
*After a few seconds the web browser should open and you should see 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;
= R  =&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;
: ''e.g. something with r-cran-maps(.deb), gstat, sp, rgdal, or spgrass6 ?&lt;br /&gt;
&lt;br /&gt;
Some examples to try here:&lt;br /&gt;
: http://r-spatial.sourceforge.net/xtra/xtra.RHnw.html&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc4 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:13 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
=osgearth=&lt;br /&gt;
&lt;br /&gt;
= main documentation  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:arramgong_3.0rc4&lt;br /&gt;
;Test Description last updated&lt;br /&gt;
: 11 March 2010&lt;br /&gt;
;Steps&lt;br /&gt;
* Open Help by selecting he help icon (a yellow sign with a wombat)&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;
* Click on the above tabs.&lt;br /&gt;
: Verify the respective pages are opened.&lt;br /&gt;
* Open the &amp;quot;Contents&amp;quot; tab&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;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;
 sudo apt-get install linkchecker&lt;br /&gt;
&lt;br /&gt;
* Run the linkchecker against the installed docs:&lt;br /&gt;
 linkchecker /usr/local/share/livedvd-docs/index.html 2&amp;gt;&amp;amp;1 | tee /var/log/arramagong/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;
;test results from 13 March 2010 &lt;br /&gt;
:Run by: Cameron Shorter&lt;br /&gt;
:System: VMWare Player, 2Gig RAM, on ubuntu 9.10 &lt;br /&gt;
:Version: arramagong 3.0 rc4 + fixes&lt;br /&gt;
:Results: Pass with issues&lt;br /&gt;
&lt;br /&gt;
* When Firefox starts for the first time, it asks for confirmation for the language pack plugins&lt;br /&gt;
* Version number of some of the packages is incorrect&lt;br /&gt;
* Errors found in the link check&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=45887</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=45887"/>
		<updated>2010-03-03T23:10:54Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This wiki describes how to test each application installed in the [[Live GIS Disc]]. Each section should contain enough information for an Ubuntu user who is unfamiliar an application to try it out and confirm that everything has been installed correctly.'' &lt;br /&gt;
&lt;br /&gt;
= template  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:.package. [version], arramgong [version] &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:.date. &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
;test 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: arramagong 3.0 rc2 &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;
= geoserver  =&lt;br /&gt;
&lt;br /&gt;
= gvsig  =&lt;br /&gt;
&lt;br /&gt;
= geomajas  =&lt;br /&gt;
&lt;br /&gt;
= geonetwork  =&lt;br /&gt;
&lt;br /&gt;
= deegree  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:deegree 2.2, arramagong 2.0/3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:4 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
&lt;br /&gt;
*Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to &lt;br /&gt;
:*&amp;quot;GetCapabilities&amp;quot; (for each of the services) &lt;br /&gt;
:*&amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service) &lt;br /&gt;
:*a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify you get either maps or xml fragments. &lt;br /&gt;
:*TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get). &lt;br /&gt;
:*TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client. &lt;br /&gt;
:*TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
&lt;br /&gt;
*Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
:Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify the deegree-tomcat process is stopped. &lt;br /&gt;
:*click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot; message from firefox. &lt;br /&gt;
:*open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&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;
;test results from 4 March 2010 &lt;br /&gt;
:Run by: Judit Mays &lt;br /&gt;
:System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base &lt;br /&gt;
:Version: distribution version: arramagong-3.0rc2 &lt;br /&gt;
:Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo  =&lt;br /&gt;
&lt;br /&gt;
= udig  =&lt;br /&gt;
&lt;br /&gt;
= openjump  =&lt;br /&gt;
&lt;br /&gt;
= postgis  =&lt;br /&gt;
&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS. &lt;br /&gt;
&lt;br /&gt;
= pgrouting  =&lt;br /&gt;
&lt;br /&gt;
= osm  =&lt;br /&gt;
&lt;br /&gt;
;JOSM&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*File → Open → /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
;Gosmore&lt;br /&gt;
:&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;
= mapserver  =&lt;br /&gt;
&lt;br /&gt;
= geokettle  =&lt;br /&gt;
&lt;br /&gt;
= gmt  =&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;
= grass  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:grass 6.4.0rc5, arramagong 2.0/3.0 &lt;br /&gt;
;Last updated&lt;br /&gt;
:March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&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;
&lt;br /&gt;
= qgis  =&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 &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;
= mapnik  =&lt;br /&gt;
&lt;br /&gt;
= maptiler  =&lt;br /&gt;
&lt;br /&gt;
= marble  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&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;
= octave  =&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;
= opencpn  =&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 maps and clicking on them switches to them.&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;
= geopublishing  =&lt;br /&gt;
&lt;br /&gt;
= gpsdrive  =&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 Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear. &lt;br /&gt;
*Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass) &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;
*Right click to set destination and leave Explore Mode&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 a continental map &lt;br /&gt;
*Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef &lt;br /&gt;
*Options -&amp;amp;gt; Map -&amp;amp;gt; 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:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track  =====&lt;br /&gt;
&lt;br /&gt;
*In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline. &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 australia.gpx. &lt;br /&gt;
*A red trace should appear along the coastline. &lt;br /&gt;
*Check that it lines up well with the coast as shown in map tiles of varying scale.&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. &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;
= mb-system  =&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;
= mapfish  =&lt;br /&gt;
&lt;br /&gt;
;Tested against ver 2.0&lt;br /&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;
*After a few seconds the web browser should open and you should see 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;
= R  =&lt;br /&gt;
&lt;br /&gt;
= ossim  =&lt;br /&gt;
&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc2 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:3 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Main Documentation  =&lt;br /&gt;
&lt;br /&gt;
*Confirm that Firefox is opened at startup &lt;br /&gt;
*Confirm that it opens up at file:///usr/local/share/livedvd-docs/index.html &lt;br /&gt;
*Confirm that the homepage is set to file:///usr/local/share/livedvd-docs/index.html &lt;br /&gt;
*Confirm that you can see descriptions about the different projects.&lt;br /&gt;
&lt;br /&gt;
[[Category:Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=45886</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=45886"/>
		<updated>2010-03-03T23:08:19Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This wiki describes how to test each application installed in the [[Live GIS Disc]]. Each section should contain enough information for an Ubuntu user who is unfamiliar an application to try it out and confirm that everything has been installed correctly.''&lt;br /&gt;
&lt;br /&gt;
= template =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: .package. [version], arramgong [version]&lt;br /&gt;
; Test Description last updated: .date.&lt;br /&gt;
; Steps:&lt;br /&gt;
* .action.&lt;br /&gt;
: Verify that ...&lt;br /&gt;
* Eg: From menu, select GeoSpatial-&amp;gt;Application-&amp;gt;Start&lt;br /&gt;
: Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test 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: arramagong 3.0 rc2&lt;br /&gt;
: Results: Pass, Pass with issues, Fail&lt;br /&gt;
* link to bug reports&lt;br /&gt;
----&lt;br /&gt;
; Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
= geoserver =&lt;br /&gt;
= gvsig =&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc2 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:3 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
= geomajas =&lt;br /&gt;
= geonetwork =&lt;br /&gt;
= deegree =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: deegree 2.2, arramagong 2.0/3.0-rc2&lt;br /&gt;
; Test Description last updated: 4 March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;. &lt;br /&gt;
: Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
* Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to&lt;br /&gt;
:* &amp;quot;GetCapabilities&amp;quot; (for each of the services)&lt;br /&gt;
:* &amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service)&lt;br /&gt;
:* a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
* Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
: Verify you get either maps or xml fragments.&lt;br /&gt;
:* TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get).&lt;br /&gt;
:* TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client.&lt;br /&gt;
:* TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
* Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
* Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
: Verify the deegree-tomcat process is stopped.&lt;br /&gt;
:* click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot;  message from firefox.&lt;br /&gt;
:* open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test results from 4 March 2010&lt;br /&gt;
: Run by: Judit Mays&lt;br /&gt;
: System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base&lt;br /&gt;
: Version: distribution version: arramagong-3.0rc2&lt;br /&gt;
: Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
= udig =&lt;br /&gt;
= openjump =&lt;br /&gt;
= postgis =&lt;br /&gt;
&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= pgrouting =&lt;br /&gt;
= osm =&lt;br /&gt;
&lt;br /&gt;
; JOSM:&lt;br /&gt;
* File &amp;amp;rarr; Open &amp;amp;rarr; /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
; Gosmore:&lt;br /&gt;
* Open a terminal&lt;br /&gt;
* Import data with:&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
= mapserver =&lt;br /&gt;
= geokettle =&lt;br /&gt;
= gmt =&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;
 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;
 for PLOT in `find . -name *.ps` ; 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;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
= grass =&lt;br /&gt;
; Tests written for: grass 6.4.0rc5, arramagong 2.0/3.0&lt;br /&gt;
; Last updated: March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Double click on the GRASS desktop icon&lt;br /&gt;
: Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&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;
: Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also &lt;br /&gt;
* http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
: (North Carolina dataset is already installed in grassdata/)&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;
&lt;br /&gt;
= qgis =&lt;br /&gt;
&lt;br /&gt;
; FIXME:  These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
; open GeoTiff&lt;br /&gt;
* where on the disc is one?&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&lt;br /&gt;
: (''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
*  From the menu: Layer &amp;amp;rarr; Add PostGIS Layer ...&lt;br /&gt;
* PostgreSQL Connections: [New]&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;
* where on the disc is one?&lt;br /&gt;
*  From the menu: Layer → Add Vector Layer ... &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;
: ? where on disc ?&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;
* 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;
* (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 &amp;amp;rarr; ~/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;
= mapnik =&lt;br /&gt;
= maptiler =&lt;br /&gt;
= marble =&lt;br /&gt;
; Tested against ver 2.0&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;
= octave =&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;
 % 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  % 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;
= opencpn =&lt;br /&gt;
&lt;br /&gt;
;Activate data&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;
* 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 maps and clicking on them switches to them.&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;
= geopublishing =&lt;br /&gt;
= gpsdrive =&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;
* Double click on the GpsDrive desktop icon&lt;br /&gt;
* You should see a map of downtown Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear.&lt;br /&gt;
* Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass)&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;
* Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps =====&lt;br /&gt;
* Change the scale setting to 1:1,000,000 you should see a continental map &lt;br /&gt;
* Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef&lt;br /&gt;
* Options -&amp;gt; Map -&amp;gt; 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;gt; Map -&amp;gt; Download&lt;br /&gt;
** Map source: OpenStreetMap, Scale: 1:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track =====&lt;br /&gt;
* In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline.&lt;br /&gt;
* Options -&amp;gt; Import -&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 australia.gpx.&lt;br /&gt;
* A red trace should appear along the coastline.&lt;br /&gt;
* Check that it lines up well with the coast as shown in map tiles of varying scale.&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in ====&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.&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;
= mb-system =&lt;br /&gt;
&lt;br /&gt;
* Open a terminal&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;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it:&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;
= mapfish =&lt;br /&gt;
&lt;br /&gt;
; Tested against ver 2.0&lt;br /&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;
* After a few seconds the web browser should open and you should see 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;
= R =&lt;br /&gt;
= ossim =&lt;br /&gt;
= Main Documentation =&lt;br /&gt;
&lt;br /&gt;
* Confirm that Firefox is opened at startup&lt;br /&gt;
* Confirm that it opens up at file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that the homepage is set to file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that you can see descriptions about the different projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=45885</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=45885"/>
		<updated>2010-03-03T23:07:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* ugvsigmobile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This wiki describes how to test each application installed in the [[Live GIS Disc]]. Each section should contain enough information for an Ubuntu user who is unfamiliar an application to try it out and confirm that everything has been installed correctly.''&lt;br /&gt;
&lt;br /&gt;
= template =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: .package. [version], arramgong [version]&lt;br /&gt;
; Test Description last updated: .date.&lt;br /&gt;
; Steps:&lt;br /&gt;
* .action.&lt;br /&gt;
: Verify that ...&lt;br /&gt;
* Eg: From menu, select GeoSpatial-&amp;gt;Application-&amp;gt;Start&lt;br /&gt;
: Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test 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: arramagong 3.0 rc2&lt;br /&gt;
: Results: Pass, Pass with issues, Fail&lt;br /&gt;
* link to bug reports&lt;br /&gt;
----&lt;br /&gt;
; Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
= geoserver =&lt;br /&gt;
= gvsig =&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for &lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc2 &lt;br /&gt;
;Test Description last updated &lt;br /&gt;
:3 March 2010 &lt;br /&gt;
;Steps &lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to the folder&amp;amp;nbsp;/usr/local/share/ugvsigmobile&lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before (little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful icons on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;. &lt;br /&gt;
*Click button 5 and click the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red circle is visible on it. &lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times. &lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
= geomajas =&lt;br /&gt;
= geonetwork =&lt;br /&gt;
= deegree =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: deegree 2.2, arramagong 2.0/3.0-rc2&lt;br /&gt;
; Test Description last updated: 4 March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;. &lt;br /&gt;
: Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
* Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to&lt;br /&gt;
:* &amp;quot;GetCapabilities&amp;quot; (for each of the services)&lt;br /&gt;
:* &amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service)&lt;br /&gt;
:* a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
* Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
: Verify you get either maps or xml fragments.&lt;br /&gt;
:* TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get).&lt;br /&gt;
:* TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client.&lt;br /&gt;
:* TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
* Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
* Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
: Verify the deegree-tomcat process is stopped.&lt;br /&gt;
:* click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot;  message from firefox.&lt;br /&gt;
:* open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test results from 4 March 2010&lt;br /&gt;
: Run by: Judit Mays&lt;br /&gt;
: System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base&lt;br /&gt;
: Version: distribution version: arramagong-3.0rc2&lt;br /&gt;
: Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
= udig =&lt;br /&gt;
= openjump =&lt;br /&gt;
= postgis =&lt;br /&gt;
&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= pgrouting =&lt;br /&gt;
= osm =&lt;br /&gt;
&lt;br /&gt;
; JOSM:&lt;br /&gt;
* File &amp;amp;rarr; Open &amp;amp;rarr; /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
; Gosmore:&lt;br /&gt;
* Open a terminal&lt;br /&gt;
* Import data with:&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
= mapserver =&lt;br /&gt;
= geokettle =&lt;br /&gt;
= gmt =&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;
 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;
 for PLOT in `find . -name *.ps` ; 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;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
= grass =&lt;br /&gt;
; Tests written for: grass 6.4.0rc5, arramagong 2.0/3.0&lt;br /&gt;
; Last updated: March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Double click on the GRASS desktop icon&lt;br /&gt;
: Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&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;
: Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also &lt;br /&gt;
* http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
: (North Carolina dataset is already installed in grassdata/)&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;
&lt;br /&gt;
= qgis =&lt;br /&gt;
&lt;br /&gt;
; FIXME:  These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
; open GeoTiff&lt;br /&gt;
* where on the disc is one?&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&lt;br /&gt;
: (''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
*  From the menu: Layer &amp;amp;rarr; Add PostGIS Layer ...&lt;br /&gt;
* PostgreSQL Connections: [New]&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;
* where on the disc is one?&lt;br /&gt;
*  From the menu: Layer → Add Vector Layer ... &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;
: ? where on disc ?&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;
* 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;
* (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 &amp;amp;rarr; ~/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;
= mapnik =&lt;br /&gt;
= maptiler =&lt;br /&gt;
= marble =&lt;br /&gt;
; Tested against ver 2.0&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;
= octave =&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;
 % 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  % 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;
= opencpn =&lt;br /&gt;
&lt;br /&gt;
;Activate data&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;
* 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 maps and clicking on them switches to them.&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;
= geopublishing =&lt;br /&gt;
= gpsdrive =&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;
* Double click on the GpsDrive desktop icon&lt;br /&gt;
* You should see a map of downtown Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear.&lt;br /&gt;
* Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass)&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;
* Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps =====&lt;br /&gt;
* Change the scale setting to 1:1,000,000 you should see a continental map &lt;br /&gt;
* Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef&lt;br /&gt;
* Options -&amp;gt; Map -&amp;gt; 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;gt; Map -&amp;gt; Download&lt;br /&gt;
** Map source: OpenStreetMap, Scale: 1:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track =====&lt;br /&gt;
* In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline.&lt;br /&gt;
* Options -&amp;gt; Import -&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 australia.gpx.&lt;br /&gt;
* A red trace should appear along the coastline.&lt;br /&gt;
* Check that it lines up well with the coast as shown in map tiles of varying scale.&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in ====&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.&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;
= mb-system =&lt;br /&gt;
&lt;br /&gt;
* Open a terminal&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;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it:&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;
= mapfish =&lt;br /&gt;
&lt;br /&gt;
; Tested against ver 2.0&lt;br /&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;
* After a few seconds the web browser should open and you should see 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;
= R =&lt;br /&gt;
= ossim =&lt;br /&gt;
= Main Documentation =&lt;br /&gt;
&lt;br /&gt;
* Confirm that Firefox is opened at startup&lt;br /&gt;
* Confirm that it opens up at file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that the homepage is set to file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that you can see descriptions about the different projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Testing&amp;diff=45884</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=45884"/>
		<updated>2010-03-03T23:02:03Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* ugvsigmobile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This wiki describes how to test each application installed in the [[Live GIS Disc]]. Each section should contain enough information for an Ubuntu user who is unfamiliar an application to try it out and confirm that everything has been installed correctly.''&lt;br /&gt;
&lt;br /&gt;
= template =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: .package. [version], arramgong [version]&lt;br /&gt;
; Test Description last updated: .date.&lt;br /&gt;
; Steps:&lt;br /&gt;
* .action.&lt;br /&gt;
: Verify that ...&lt;br /&gt;
* Eg: From menu, select GeoSpatial-&amp;gt;Application-&amp;gt;Start&lt;br /&gt;
: Eg: Verify that a browser opens at url: http://localhost:... and shows the application start page.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test 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: arramagong 3.0 rc2&lt;br /&gt;
: Results: Pass, Pass with issues, Fail&lt;br /&gt;
* link to bug reports&lt;br /&gt;
----&lt;br /&gt;
; Add more test results below, most recent results at the top&lt;br /&gt;
&lt;br /&gt;
= geoserver =&lt;br /&gt;
= gvsig =&lt;br /&gt;
= ugvsigmobile  =&lt;br /&gt;
&lt;br /&gt;
;Tests written for&lt;br /&gt;
:Unofficial gvSIG Mobile for Linux 0.1.6, arramagong 3.0-rc2 &lt;br /&gt;
;Test Description last updated&lt;br /&gt;
:3 March 2010 &lt;br /&gt;
;Steps&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
*Click menu icon &amp;quot;Applications / Geospatial Beta software / Unofficial gvSIG Mobile for Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify a new window opens up (size: 800 x 600 pixels approx.). From now on, buttons on the left side will be called (from top): button 1, button 2, button 3, button 4, button 5 and button 6. Button 1 is a cycle button with four different states corresponding to four different tools, so that active tool is the visible one.&lt;br /&gt;
&lt;br /&gt;
*Click button 5 and choose EPSG:25833 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;Rome (Italy) Aerial&amp;quot; in the bottom combo box and click on the button located to the right of the combo box (with a little triangle).&lt;br /&gt;
&lt;br /&gt;
:Verify that an aerial image of Rome appears after a few seconds.&lt;br /&gt;
&lt;br /&gt;
*Click button 3, click one of the [...] buttons.&lt;br /&gt;
&lt;br /&gt;
:Verify that a simple file browser opens up.&lt;br /&gt;
&lt;br /&gt;
*By clicking on the folder names (one click) and on the &amp;quot;Parent folder&amp;quot; button, go to this folder:&lt;br /&gt;
&lt;br /&gt;
/usr/local/share/ugvsigmobile &lt;br /&gt;
&lt;br /&gt;
:Verify that the file CapitolineHill_25833.shp is listed in the box to the right.&lt;br /&gt;
&lt;br /&gt;
*Select that file (click on it once) and click the green &amp;quot;OK&amp;quot; button. &lt;br /&gt;
*Check the check box located immediately to the left of the file name (to make it visible on the map) and click on the button located to the right of the [...] button you clicked before.&lt;br /&gt;
&lt;br /&gt;
:Verify that the map moves to a bean-shaped little shapefile that contains the Capitoline Hill in the center of Rome.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and uncheck the check box you checked before (to make the shapefile invisible). &lt;br /&gt;
*Click button 5 and choose EPSG:3857 in the top combo box. &lt;br /&gt;
*Click button 3, choose &amp;quot;OSM Mapnik&amp;quot; in the bottom combo box and click on the button located to the right of the combo box.&lt;br /&gt;
&lt;br /&gt;
:Verify that the Mapnik tiles appear on the map.&lt;br /&gt;
&lt;br /&gt;
*Open [http://lucasdom.homelinux.org/cgi-bin/mapserv.exe?map=D:/MAPSERVERCARTO/MAPFILES/wms005.map&amp;amp;REQUEST=GetMap&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;LAYERS=world_countries,poi&amp;amp;SRS=EPSG:900913&amp;amp;BBOX=-10000000,-10000000,10000000,10000000&amp;amp;WIDTH=500&amp;amp;HEIGHT=500&amp;amp;FORMAT=image/png&amp;amp;STYLES=default,default&amp;amp;TRANSPARENT=TRUE this URL] (it's a simple WMS request) in a new web browser tab or window.&lt;br /&gt;
&lt;br /&gt;
:Verify that you see a map including Africa, South America and Europe, possibly with some colorful crosses on it.&lt;br /&gt;
&lt;br /&gt;
*Click button 3 and check the check box tagged as &amp;quot;Waypts&amp;quot;.&lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;. Click the green (accept) button, which will take you to the map, where new red flags may have appeared.&lt;br /&gt;
&lt;br /&gt;
*Click button 1 several times until a red point is visible on it.&lt;br /&gt;
*Click somewhere on the map. A new dialog will show. Choose random values for the attributes and click the green (accept) button. Repeat this step two or three times.&lt;br /&gt;
*Click button 5 and push the &amp;quot;Sync&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
:Verify that after a few seconds you see a large dialog saying &amp;quot;Sync OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Click the green (accept) button.&lt;br /&gt;
&lt;br /&gt;
*Go back to the web browser tab or window you opened before and click on &amp;quot;Refresh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Verify that the points you added appear now on the map.&lt;br /&gt;
&lt;br /&gt;
*Click button 6 and click &amp;quot;Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Verify that the application diappears.&lt;br /&gt;
&lt;br /&gt;
*Update the wiki with test results.&lt;br /&gt;
&lt;br /&gt;
= geomajas =&lt;br /&gt;
= geonetwork =&lt;br /&gt;
= deegree =&lt;br /&gt;
&lt;br /&gt;
; Tests written for: deegree 2.2, arramagong 2.0/3.0-rc2&lt;br /&gt;
; Test Description last updated: 4 March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Click desktop icon &amp;quot;start deegree&amp;quot; which will run &amp;quot;catalina.sh start&amp;quot;. &lt;br /&gt;
: Verify firefox opens a new tab at the page http://localhost:8081/&lt;br /&gt;
* Click the service links (&amp;quot;deegree-wms&amp;quot;, &amp;quot;deegree-wfs&amp;quot;, &amp;quot;deegree-wcs&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify they open test pages for WMS, WFS, and WCS. These pages will contain links to&lt;br /&gt;
:* &amp;quot;GetCapabilities&amp;quot; (for each of the services)&lt;br /&gt;
:* &amp;quot;Test WMS&amp;quot;, &amp;quot;Test WFS&amp;quot; or &amp;quot;Test WCS&amp;quot; (depending on the chosen service)&lt;br /&gt;
:* a link for the &amp;quot;Generic Client&amp;quot;, a client for sending XML requests (http post) to the services.&lt;br /&gt;
* Click on &amp;quot;TestW*S&amp;quot;&lt;br /&gt;
: Verify you get either maps or xml fragments.&lt;br /&gt;
:* TestWMS will contain some images (results of WMS requests), and links for further KVP requests (http get).&lt;br /&gt;
:* TestWFS will open a page with several links for WFS requests (KVP). Either one will return XML fragments. There is also a link to the generic client.&lt;br /&gt;
:* TestWCS will open a page with several links for WCS requests (KVP). Either one will return XML fragments.&lt;br /&gt;
* Click the client link (&amp;quot;deegree iGeoPortal&amp;quot;) in top left box (&amp;quot;deegree Web Applications&amp;quot;).&lt;br /&gt;
: Verify this will open a new tab with a list of available WebMapContexts. Either one of these links (Utah, SaltLakeCity or Playground) should open a full working portal in this tab. Once the WMC is loaded you may switch to the other WMCs by using the drop down box labled &amp;quot;Theme selection&amp;quot;&lt;br /&gt;
* Click on the desktop icon &amp;quot;stop deegree&amp;quot;&lt;br /&gt;
: Verify the deegree-tomcat process is stopped.&lt;br /&gt;
:* click any of the links previously used: you will get a &amp;quot;Failed to Connect&amp;quot;  message from firefox.&lt;br /&gt;
:* open a terminal and try &amp;lt;code&amp;gt;ps fax | grep deegree&amp;lt;/code&amp;gt;. You should not get any results other than the grep itself.&lt;br /&gt;
* Update the wiki with test results (after these test steps)&lt;br /&gt;
----&lt;br /&gt;
; test results from 4 March 2010&lt;br /&gt;
: Run by: Judit Mays&lt;br /&gt;
: System: Virtualbox, ~600MB RAM, on ubuntu 9.0 base&lt;br /&gt;
: Version: distribution version: arramagong-3.0rc2&lt;br /&gt;
: Results: Pass&lt;br /&gt;
&lt;br /&gt;
= kosmo =&lt;br /&gt;
= udig =&lt;br /&gt;
= openjump =&lt;br /&gt;
= postgis =&lt;br /&gt;
&lt;br /&gt;
 $ createdb -T template_postgis osm_barcelona&lt;br /&gt;
 $ osm2pgsql -d osm_barcelona  /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
Then try to view it in QGIS.&lt;br /&gt;
&lt;br /&gt;
= pgrouting =&lt;br /&gt;
= osm =&lt;br /&gt;
&lt;br /&gt;
; JOSM:&lt;br /&gt;
* File &amp;amp;rarr; Open &amp;amp;rarr; /usr/local/share/osm/Barcelona.osm.bz2&lt;br /&gt;
&lt;br /&gt;
; Gosmore:&lt;br /&gt;
* Open a terminal&lt;br /&gt;
* Import data with:&lt;br /&gt;
 bzip2 -dc /usr/local/share/osm/Barcelona.osm.bz2 | gosmore rebuild&lt;br /&gt;
&lt;br /&gt;
= mapserver =&lt;br /&gt;
= geokettle =&lt;br /&gt;
= gmt =&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;
 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;
 for PLOT in `find . -name *.ps` ; 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;
 cd ..&lt;br /&gt;
 rm -rf gmt-examples/&lt;br /&gt;
&lt;br /&gt;
= grass =&lt;br /&gt;
; Tests written for: grass 6.4.0rc5, arramagong 2.0/3.0&lt;br /&gt;
; Last updated: March 2010&lt;br /&gt;
; Steps:&lt;br /&gt;
* Double click on the GRASS desktop icon&lt;br /&gt;
: Verify you see a slick &amp;quot;Welcome to GRASS&amp;quot; GUI&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;
: Verify you see the maps displayed&lt;br /&gt;
&lt;br /&gt;
;See also &lt;br /&gt;
* http://trac.osgeo.org/grass/wiki/HowToTestGrass6&lt;br /&gt;
: (North Carolina dataset is already installed in grassdata/)&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;
&lt;br /&gt;
= qgis =&lt;br /&gt;
&lt;br /&gt;
; FIXME:  These instructions are not tested! Just off the top of my head.&lt;br /&gt;
&lt;br /&gt;
; open GeoTiff&lt;br /&gt;
* where on the disc is one?&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&lt;br /&gt;
: (''run the PostGIS test first so that the osm_barcelona DB exists!'')&lt;br /&gt;
*  From the menu: Layer &amp;amp;rarr; Add PostGIS Layer ...&lt;br /&gt;
* PostgreSQL Connections: [New]&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;
* where on the disc is one?&lt;br /&gt;
*  From the menu: Layer → Add Vector Layer ... &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;
: ? where on disc ?&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;
* 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;
* (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 &amp;amp;rarr; ~/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;
= mapnik =&lt;br /&gt;
= maptiler =&lt;br /&gt;
= marble =&lt;br /&gt;
; Tested against ver 2.0&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;
= octave =&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;
 % 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  % 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;
= opencpn =&lt;br /&gt;
&lt;br /&gt;
;Activate data&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;
* 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 maps and clicking on them switches to them.&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;
= geopublishing =&lt;br /&gt;
= gpsdrive =&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;
* Double click on the GpsDrive desktop icon&lt;br /&gt;
* You should see a map of downtown Sydney, after about 10 seconds a waypoint marker for the Convention Centre should appear.&lt;br /&gt;
* Set the map scale to 1:10,000 either by dragging the slider at the bottom or by using the +,- buttons (not magnifying glass)&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;
* Right click to set destination and leave Explore Mode&lt;br /&gt;
&lt;br /&gt;
===== Downloading maps =====&lt;br /&gt;
* Change the scale setting to 1:1,000,000 you should see a continental map &lt;br /&gt;
* Enter Explore Mode again (&amp;quot;e&amp;quot;) and left click on the great barrier reef&lt;br /&gt;
* Options -&amp;gt; Map -&amp;gt; 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;gt; Map -&amp;gt; Download&lt;br /&gt;
** Map source: OpenStreetMap, Scale: 1:150,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:150,000 and you should see a (rather rural) road map. This will be more interesting in built up areas.&lt;br /&gt;
&lt;br /&gt;
===== Overlay a GPX track =====&lt;br /&gt;
* In the ~/.gpsdrive/tracks/ directory you will find australia.gpx which is a track line following the coastline.&lt;br /&gt;
* Options -&amp;gt; Import -&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 australia.gpx.&lt;br /&gt;
* A red trace should appear along the coastline.&lt;br /&gt;
* Check that it lines up well with the coast as shown in map tiles of varying scale.&lt;br /&gt;
&lt;br /&gt;
==== If a GPS is plugged in ====&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.&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;
= mb-system =&lt;br /&gt;
&lt;br /&gt;
* Open a terminal&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;
 cd mbinfo/&lt;br /&gt;
 ./mbinfo.cmd&lt;br /&gt;
&lt;br /&gt;
Grid some sample data and then view it:&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;
= mapfish =&lt;br /&gt;
&lt;br /&gt;
; Tested against ver 2.0&lt;br /&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;
* After a few seconds the web browser should open and you should see 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;
= R =&lt;br /&gt;
= ossim =&lt;br /&gt;
= Main Documentation =&lt;br /&gt;
&lt;br /&gt;
* Confirm that Firefox is opened at startup&lt;br /&gt;
* Confirm that it opens up at file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that the homepage is set to file:///usr/local/share/livedvd-docs/index.html&lt;br /&gt;
* Confirm that you can see descriptions about the different projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2009_Ideas&amp;diff=37195</id>
		<title>Google Summer of Code 2009 Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2009_Ideas&amp;diff=37195"/>
		<updated>2009-04-01T14:47:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* The ideas pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:2009_summer_of_code_logo_final_r3-01.png|center|250px]]&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2009]] wiki page.&lt;br /&gt;
&lt;br /&gt;
=OSGeo Google Summer of Code 2009=&lt;br /&gt;
The Open Source Geospatial Foundation would like to extend a welcome to all SoC students. On this page you will find links to a host of ideas organized by project. You will find ideas ranging from the depths of computer science graph theory to the heights of visualization. One thing all these ideas have in common is lots and lots of spatial data.&lt;br /&gt;
&lt;br /&gt;
These ideas are '''*only*''' to motivate you, and serve as example of the kind of hills we want to charge up. Your own ideas are more than welcomed - they are encouraged. We view you as the next wave of open source leaders; show us what you've got.&lt;br /&gt;
&lt;br /&gt;
'''If you need more information on how to apply you can contact all the mentoring organisations via soc at lists.osgeo.org'''&lt;br /&gt;
&lt;br /&gt;
* There is a [http://code.google.com/p/google-summer-of-code/wiki/GsocFlyers Google SoC flyer] to look at and post in appropriate places.&lt;br /&gt;
&lt;br /&gt;
=What to expect during the summer?=&lt;br /&gt;
&lt;br /&gt;
==Be prepared to be in constant communication with your mentors and project==&lt;br /&gt;
You and your mentors will decide on the specifics, but we will expect you and your mentor to communicate *a lot*. Part of the idea of SoC is to intergrate you into the developer community, so you should get involved from the start. The more you communicate the easier it will be. Don't be afraid that the mentors will request your phone number. It is only to make sure that we can reach you, in case of problems.&lt;br /&gt;
&lt;br /&gt;
==Weekly reports==&lt;br /&gt;
Yes, every week we expect to see a report that at least answers the following questions:&lt;br /&gt;
# What did you get done this week?&lt;br /&gt;
# What do you plan on doing next week?&lt;br /&gt;
# Are you blocked on anything?&lt;br /&gt;
&lt;br /&gt;
If you want, feel free to write *more*. But three sentences is the bare minimum. *IT IS VERY IMPORTANT THAT YOU SEND YOUR PROGRESS REPORTS ON TIME*, if you don't send this email your mentors will start to get twitchy, and *especially* if they don't get any responses to their emails / don't see you in IRC. Twitchy mentors is not what we want. If you are blocked by finals, that's cool. We have all studied at some point, just tell us about it, be honest. If you don't know how to proceed and your mentor isn't answering *definitely* tell about it. The SoC project admins will always be available. Basically the point is that you open up the communication channels, and keep them open. That way you will have a super summer, and get paid ;)&lt;br /&gt;
&lt;br /&gt;
Last year this weekly report proved to be very popular among the students and mentors alike, so we will keep it up.&lt;br /&gt;
&lt;br /&gt;
==Wiki page==&lt;br /&gt;
In addition to weekly reports we ask you to maintain a wiki page for your project. You should store your weekly reports there and add other information, like how to compile and test your program. If applicable add screenshots and other nice info.&lt;br /&gt;
&lt;br /&gt;
=Timeline=&lt;br /&gt;
http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#timeline&lt;br /&gt;
&lt;br /&gt;
* March 18th 2009: Google announces accepted organisations. If OSGeo is accepted as an organization for Google Summer of Code, start talking to us earlier rather than later.&lt;br /&gt;
* April 3rd 2009: Student application deadline. The earlier you start the more probable it is that you will be accepted!&lt;br /&gt;
* April 20th 2009: Accepted student proposals are announced.&lt;br /&gt;
* May 23rd 2009: Coding begins!&lt;br /&gt;
* July 6th - July 13th: Mid-term evaluation.&lt;br /&gt;
* August 10th: Pencils down!&lt;br /&gt;
&lt;br /&gt;
= The ideas pages =&lt;br /&gt;
Each participating project's list of ideas is here, with a short description of the project and what type of students would be interested in it:&lt;br /&gt;
&lt;br /&gt;
* [http://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas]: GDAL is the Geographic Data Abstraction Library, a library which provides access to spatial data in all kinds of formats via a uniform API. &lt;br /&gt;
* [http://grass.osgeo.org/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]: GRASS GIS is an open source GIS focusing mainly on analysis. It is written as a collection of stand-alone C programs and has a new GUI written in Python. If you know Python, or want to implement algorithms in C take a look!&lt;br /&gt;
* [http://www.mapbender.org/GSoC_2009 Mapbender SoC ideas 2009]: Mapbender is a server and client side geographic data management tool, programmed in '''PHP''' and '''JavaScript''', using the '''jQuery''' library. &lt;br /&gt;
* [http://wiki.qgis.org/qgiswiki/SummerOfCodeIdeas Quantum GIS SoC Ideas] Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats. &lt;br /&gt;
* [[MapServer 2009 SOC Ideas]]&lt;br /&gt;
* [http://geosoa.scg.ulaval.ca/en/index.php?module=pagemaster&amp;amp;PAGE_user_op=view_page&amp;amp;PAGE_id=20 Laval University 2009 SoC ideas]: Based on OpenLayers and other relevant software from OSGeo, this project aims at designing and developing a tool to produce rich and interactive geo-analytical dashboards. Such dashboards will serve as a front end for a range of Spatial OLAP technologies to better support decision makers, managers, etc. in making informed decisions.&lt;br /&gt;
* [http://geoserver.org/display/GEOS/Summer+of+Code+2009 GeoServer SoC 2009]: GeoServer supports Web Map Server, Web Feature Server and Web Coverage Service protocols. It makes spatial information available in a range of formats from GeoTIFF to KML. The application is Java EE based, making use of Spring to wire everything up. The application supports a plug-in system so student contributions can me distributed as they are ready.&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code+2009 GeoTools SoC 2009]: GeoTools is a Java toolkit for working with spatial data, it covers everything from bits on disk to rendering. It provides client code for WFS, WMS and supports a range of data sources like shapefile and PostGIS. The library is used by a lot of the Java applications on this page. The library has a plug-in system so students work can be distributed via maven as they are ready.&lt;br /&gt;
* [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code uDig SoC 2009]: User-friendly Desktop GIS is a Java application written with the Eclipse RCP framework. The project has a community svn area to host student plug-ins, tutorials cover how to package up a custom application to show off your work.&lt;br /&gt;
* [http://openjump.org/wiki/show/Google+Summer+Of+Code+Ideas+List OpenJUMP/deegree Ideas List]: deegree and OpenJUMP share code derived from the original JUMP. Both programs maintain separate development lists and source code repositories but look for opportunities to collaborate.&lt;br /&gt;
* [[OSGeo Cartographic Library]]: A cross-project effort to define a cartography output specification, and ideally, to create an example engine or set of scripts to produce high quality ''printable'' output.  Then other projects can export to this standard and share in the benefit of a common engine.&lt;br /&gt;
* [[OpenGeocoder 2009 SOC Ideas]]: We are trying to focus our development efforts on PAGC that uses statistical record match and fuzzy searches. We are refactoring this code to make it more modular and reusable. We want to extend it with support for countries other than North America. We are also interested in making it OpenLS compatible for the geocoding components.&lt;br /&gt;
* [[OpenRouter 2009 SOC Ideas]]: OpenRouter is an attempt to work towards creation of open source software providing routing capability. Open source projects such as pgRouting already provide routing and network analysis. There are various opportunities to improve existing components or implement new functionality.&lt;br /&gt;
&lt;br /&gt;
= What is the main public mailing list for your organization? =&lt;br /&gt;
Since OSGeo is an umbrella organisation for multiple projects, each project has their own discussion and development mailing lists.&lt;br /&gt;
&lt;br /&gt;
'''Main OSGeo mailing lists of interest to students.'''&lt;br /&gt;
&lt;br /&gt;
Please start here, when contacting us for the first time with questions about Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
* OSGeo SoC Mentors and Students - soc@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/soc)&lt;br /&gt;
* OSGeo Wide Discussion List - discuss@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/discuss)&lt;br /&gt;
&lt;br /&gt;
Also see the [[Mailing Lists]] page for project specific lists.&lt;br /&gt;
&lt;br /&gt;
= What is the main IRC channel for your organization? =&lt;br /&gt;
&lt;br /&gt;
irc://irc.freenode.net/#osgeo (Web based [http://irc.telascience.org/cgi-bin/irc.cgi IRC client])&lt;br /&gt;
&lt;br /&gt;
Project irc channels:&lt;br /&gt;
&lt;br /&gt;
* irc://irc.freenode.net/#gdal&lt;br /&gt;
* irc://irc.freenode.net/#geoserver&lt;br /&gt;
* irc://irc.freenode.net/#geotools&lt;br /&gt;
* irc://irc.freenode.net/#grass&lt;br /&gt;
* irc://irc.freenode.net/#mapbender&lt;br /&gt;
* irc://irc.freenode.net/#mapbuilder&lt;br /&gt;
* irc://irc.freenode.net/#mapguide&lt;br /&gt;
* irc://irc.freenode.net/#mapserver&lt;br /&gt;
* irc://irc.freenode.net/#openlayers&lt;br /&gt;
* irc://irc.freenode.net/#postgis&lt;br /&gt;
* irc://irc.freenode.net/#qgis&lt;br /&gt;
* irc://irc.freenode.net/#udig&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Bolsena_Code_Sprint_2009&amp;diff=33375</id>
		<title>Bolsena Code Sprint 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Bolsena_Code_Sprint_2009&amp;diff=33375"/>
		<updated>2008-12-14T16:09:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: /* OSGeo Hacking event in a monastery near Bolsena (7-13 June 2009) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OSGeo Hacking event in a monastery near Bolsena (7-13 June 2009) ==&lt;br /&gt;
; [[Event Owner]]: [[User:ticheler | Jeroen Ticheler]]&lt;br /&gt;
; When: 7-13 June 2009&lt;br /&gt;
; Where: [http://tinyurl.com/2t6zby Bolsena - Italy]&lt;br /&gt;
&lt;br /&gt;
After the successful event last year, we'll repeat the OSGeo &amp;quot;hacking&amp;quot; event in Bolsena in an [http://www.conventobolsena.org/ Italian monastery] ([http://tinyurl.com/2t6zby here], and a video [http://www.youtube.com/watch?v=9wrZrK64UIw here]). The monastery is overlooking Lago Bolsena and offers space to about 25 people in small bedrooms :-) . It is one of the coolest places for such an event. Quiet, isolated, simple and serene. There's a good wireless and wired internet connection, further improved this year. It should be perfect for SVN, IRC and mail. Have a look yourself, including looking at the photo gallery.&lt;br /&gt;
For what the food concerns, we will have a cook who will take care of us :-) . There's a large dining space, but we will eat outside overlooking the lake if weather permits (very likely in June). &lt;br /&gt;
&lt;br /&gt;
The all inclusive cost will be 500 Euro per person for the full week. You can stay all seven days and food (breakfast, lunch and dinner) is included in the price. As last year, we will go out for a city visit and a dinner on one of the evenings (also included).&lt;br /&gt;
&lt;br /&gt;
The event will take place during the whole week (7 days), although the emphasis will probably be Monday to Friday for most participants.&lt;br /&gt;
&lt;br /&gt;
Please contact me if you have questions about this event ([[User:ticheler |Jeroen Ticheler]])&lt;br /&gt;
&lt;br /&gt;
=== Registered Attendees ===&lt;br /&gt;
&lt;br /&gt;
Those participating, you will need to make the payment of 500 Euro in advance to me to guarantee your place. This is to make administration simpler for myself and you. Please contact me privately by email so we can arrange that. I've no problems if you later need to change as long as you make sure there's someone taking your place :-)&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Projects&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|single/double room?&lt;br /&gt;
!width=&amp;quot;200&amp;quot;|Confirmed/tentative?&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Advance paid?&lt;br /&gt;
|-&lt;br /&gt;
|[[User:ticheler|Jeroen Ticheler]]      || [[GeoNetwork]]  &amp;amp; [[Marketing]]    || double            ||  confirmed     || x&lt;br /&gt;
|-&lt;br /&gt;
|[[User:heikki|Heikki Doeleman]]        || [[GeoNetwork]]                     || unknown           ||  not confirmed ||&lt;br /&gt;
|- &lt;br /&gt;
|[[User:simonp|Simon Pigot]]            || [[GeoNetwork]]                     || single            ||  not confirmed ||&lt;br /&gt;
|- &lt;br /&gt;
|[[Lorenzo Becchi]]                     || [http://ka-map.maptools.org ka-Map]|| single            ||  not confirmed ||&lt;br /&gt;
|- &lt;br /&gt;
|[[Arnulf Christl]]                     || [[Mapbender]] &amp;amp; [[Marketing]]      || single            ||  confirmed     || &lt;br /&gt;
|- &lt;br /&gt;
|[[User:Astrid Emde|Astrid Emde]]                     || [[Mapbender]]    || single            ||  confirmed     || &lt;br /&gt;
|- &lt;br /&gt;
|[[User:Verena Diewald|Verena Diewald]]                     || [[Mapbender]]     || single            ||  confirmed     || &lt;br /&gt;
|- &lt;br /&gt;
|''copy and paste this to add yourself''||                                    ||                   ||                ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
: [1] there are options to do outdoor activities like tracking. A guide can be organized and the cost is very reasonable.&lt;br /&gt;
&lt;br /&gt;
=== How to arrive to the Monastery ===&lt;br /&gt;
&lt;br /&gt;
The closest airports are the Roma airports (Ciampino and Fiumincino).&lt;br /&gt;
&lt;br /&gt;
From Rome to the monastery there is 135 km aproximately.&lt;br /&gt;
&lt;br /&gt;
There is no railway to Bolsena. &lt;br /&gt;
&lt;br /&gt;
From Fiumicino to Rome you can take the train [http://www.adr.it/content.asp?Subc=1363&amp;amp;L=1&amp;amp;idMen=731 METROPOLITANO FR1].&lt;br /&gt;
&lt;br /&gt;
From Rome you can take a bus (cotral http://www.cotralspa.it/ENG/capolinea.asp) to Viterbo and other bus from viterbo to Bolsena. &lt;br /&gt;
&lt;br /&gt;
Monday to Friday there is a bus each hour but Sunday there are very few buses.&lt;br /&gt;
&lt;br /&gt;
From Bolsena main street to the Monastery is aproximately 1 km. &lt;br /&gt;
&lt;br /&gt;
It could be interesting to rent a private bus or several cars to move from Rome to the Monastery and from the Monastery to Rome.&lt;br /&gt;
&lt;br /&gt;
If you are interested in share vehicle please add your name to the following table and the columns you need for new ideas.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I prefer to rent a bus&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I prefer to share rented car&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I'll go with my car and I have free seats&lt;br /&gt;
|-&lt;br /&gt;
|''copy and paste this to add yourself''||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[Category:Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=OSGeo_Hacking_event&amp;diff=23156</id>
		<title>OSGeo Hacking event</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=OSGeo_Hacking_event&amp;diff=23156"/>
		<updated>2008-02-27T10:37:27Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Jldominguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OSGeo Hacking event in a monastry near Bolsena (16-22 June 2008) ==&lt;br /&gt;
; [[Event Owner]]: [[User:ticheler | Jeroen Ticheler]]&lt;br /&gt;
; When: 16-22 June 2008&lt;br /&gt;
; Where: [http://tinyurl.com/2t6zby Bolsena - Italy]&lt;br /&gt;
&lt;br /&gt;
We will have an OSGeo &amp;quot;hacking&amp;quot; event in an [http://www.conventobolsena.org/ Italian monastry] ([http://tinyurl.com/2t6zby here]). The monastry is overlooking Lago Bolsena and offers space to about 25 people in small bedrooms :-) . Its probably one of the coolest places for such an event. Quiet, isolated, simple and serene. There's a good wireless and wired internet connection, although I wouldn't bet my hand on it if we all start to download satellite images. It should be perfect for SVN, IRC and mail. Have a look yourself, including looking at the photo gallery.&lt;br /&gt;
&lt;br /&gt;
The cost will be about 200 Euro per person for the week. &lt;br /&gt;
&lt;br /&gt;
For what the food concerns, there will be a cook who will serve breakfast, lunch and dinner for 30 Euro per person per day. There's a large dining space, but we will eat outside overlooking the lake if weather permits (very likely in June). &lt;br /&gt;
&lt;br /&gt;
We'll discuss other technicalities as they come up, i.e. assistance if you need to rent a car, organize to travel together, public transport etc... Please feel free to use this WIKI page for that or create a sub page.&lt;br /&gt;
&lt;br /&gt;
The event will take place during the whole week (7 days).&lt;br /&gt;
&lt;br /&gt;
Please contact me if you have questions about this event ([[User:ticheler |Jeroen Ticheler]])&lt;br /&gt;
&lt;br /&gt;
=== Interested? Sign up here ===&lt;br /&gt;
&lt;br /&gt;
Those participating, you will need to make and advance payment of 100 Euro to me to guarantee your place. Please contact me privately by email so we can arrange that. I've no problems if you later need to change as long as you make sure there's someone taking your place :-)&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Projects&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|single/double room?&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Should we organize a cook?&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Outdoor activities? [1]&lt;br /&gt;
!width=&amp;quot;200&amp;quot;|Confirmed/tentative?&lt;br /&gt;
|-&lt;br /&gt;
|[[User:ticheler|Jeroen Ticheler]]      || [[GeoNetwork]]  &amp;amp; [[Marketing]]    || double            ||yes  || ||  Confirmed&lt;br /&gt;
|- &lt;br /&gt;
|[[User:ominiverdi|Lorenzo Becchi]]    ||    || still don't know            ||yes  || ||  tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[User:heikki|Heikki Doeleman]]        || [[GeoNetwork]]    || still don't know  ||yes  || ||  tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Arnulf Christl|Arnulf Christl]] || [[Mapbender]] &amp;amp; [[Marketing]]  || double            ||yes  ||  || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Fxp|Francois Prunayre]]||     [[GeoNetwork]]        || still don't know   ||  yes   ||    || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[User:SimonPigot|Simon Pigot]]||       [[GeoNetwork]]     ||  single  ||  yes   ||    || tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[Kate Roberts]]||       [[GeoNetwork]]     ||  single  ||  yes   ||    || tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Moovida | Andrea Antonello]]||       [http://www.jgrass.org JGrass]   ||  single  ||  yes   ||  there should be some :)  || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Silli | Silvia Franceschi]]||       [http://www.jgrass.org JGrass]   &amp;amp; [[Marketing]]      ||  single  ||  yes   ||    || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|Daniele Andreis||       [http://www.jgrass.org JGrass]     ||  single  ||  yes   ||    || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|6 * GeoServer devs||[http://geoserver.org GeoServer]  || single  || yes  || || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[User:jacarma | Javier Carrasco]]||       [http://www.gvsig.gva.es/index.php?id=gvsig&amp;amp;L=2 gvSIG]   &amp;amp; gvSIG Mobile    ||  single || yes   ||    || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
| Juan Lucas Dominguez ||       [http://www.gvsig.gva.es/index.php?id=gvsig&amp;amp;L=2 gvSIG]   &amp;amp; gvSIG Mobile    ||  single || yes   ||    || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[User:volaya | Victor Olaya]] || [http://www.sextantegis.com SEXTANTE]  || single  || yes || || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Landa|Martin Landa]] || [http://grass.osgeo.org GRASS GIS] ||  single || yes   ||  || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|Giuseppe Onorevoli||[http://www.jgrass.org JGrass]|| single || yes || || tentative&lt;br /&gt;
|-&lt;br /&gt;
|Patrizia Monteduro|| [http://geonetwork-opensource.org Geonetwork] || no need || no || ||tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[User:simboss|Simone Giannecchini]] || [[GeoTools]] &amp;amp; [http://geoserver.org GeoServer] (&amp;amp; [http://www.gdal.org GDAL] SWIG Java)  || double            ||yes  ||  || tentative&lt;br /&gt;
|-&lt;br /&gt;
|[[User:sgiaccio|Stefano Giaccio]] || [[GeoNetwork]] || single            ||yes  ||  || tentative&lt;br /&gt;
|-&lt;br /&gt;
|Emanuele Tajariol || [[GeoNetwork]] || single            ||yes  ||  || tentative&lt;br /&gt;
|-&lt;br /&gt;
|Mark Small || [[EDINA]] || single            ||yes  ||  || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|Michael koutroumpas || [[EDINA]] || single            ||yes  ||  || Confirmed&lt;br /&gt;
|-&lt;br /&gt;
|''copy and paste this to add yourself''||  ||  ||  || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
: [1] there are options to do outdoor activities like tracking. A guide can be organized and the cost is very reasonable.&lt;br /&gt;
&lt;br /&gt;
=== How to arrive to the Monastry ===&lt;br /&gt;
&lt;br /&gt;
The closest airports are the Roma airports (Ciampino and Fiumincino).&lt;br /&gt;
&lt;br /&gt;
From Rome to the monastry there is 135 km aproximately.&lt;br /&gt;
&lt;br /&gt;
There is no railway to Bolsena. &lt;br /&gt;
&lt;br /&gt;
From Rome you can take a bus (cotral http://www.cotralspa.it/ENG/capolinea.asp) to Viterbo and other bus from viterbo to Bolsena. &lt;br /&gt;
&lt;br /&gt;
From Bolsena main street to the Monastry is aproximately 1 km. Monday to Friday there is a bus each hour but Sunday there are very few buses.&lt;br /&gt;
&lt;br /&gt;
It could be interesting to rent a private bus or several cars to move from Rome to the Monastry and from the Monastry to Rome.&lt;br /&gt;
&lt;br /&gt;
If you are interested in share vehicle please add your name to the following table and the columns you need for new ideas.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;250&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I prefer to rent a bus&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I prefer to share rented car&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|I'll go with my car and I have free seats&lt;br /&gt;
|-&lt;br /&gt;
| Javier Carrasco || X ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Juan Lucas Dominguez || X ||  || &lt;br /&gt;
|-&lt;br /&gt;
|''copy and paste this to add yourself''||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[Category:Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Jldominguez</name></author>
	</entry>
</feed>