<?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-Chorner</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-Chorner"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Chorner"/>
	<updated>2026-04-11T17:33:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Subversion&amp;diff=55966</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Subversion&amp;diff=55966"/>
		<updated>2011-07-09T18:27:45Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Current Repositories */ add geotools&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Intro = &lt;br /&gt;
&lt;br /&gt;
OSGeo maintains a set of subversion services, currently hosted on the primary Peer1 server at the virtual host http://svn.osgeo.org/.  Subversion access is authenticated based on [http://www.osgeo.org/osgeo_userid OSGeo Userids] and each project has a committer list also maintained in LDAP.  Excellent general information on subversion is available from the [http://svnbook.red-bean.com/nightly/en/index.html Subversion Book].&lt;br /&gt;
&lt;br /&gt;
= Current Repositories = &lt;br /&gt;
&lt;br /&gt;
* http://svn.osgeo.org/fdo - FDO (also a bunch of old repositories exist for FDO)&lt;br /&gt;
* http://svn.osgeo.org/gdal - GDAL&lt;br /&gt;
* http://svn.osgeo.org/geotools - GeoTools&lt;br /&gt;
* http://svn.osgeo.org/grass - GRASS GIS&lt;br /&gt;
* http://svn.osgeo.org/mapbender - Mapbender&lt;br /&gt;
* http://svn.osgeo.org/mapguide - MapGuide&lt;br /&gt;
* http://svn.osgeo.org/moss4g - MOSS4g&lt;br /&gt;
* http://svn.osgeo.org/osgeo - OSGeo &lt;br /&gt;
* http://svn.osgeo.org/ossim - OSSIM&lt;br /&gt;
* http://svn.osgeo.org/geos - GEOS&lt;br /&gt;
* http://svn.osgeo.org/mapserver - MapServer&lt;br /&gt;
* http://svn.osgeo.org/qgis - QGIS&lt;br /&gt;
* http://svn.osgeo.org/fusion - Fusion&lt;br /&gt;
* http://svn.osgeo.org/osgeo4w - OSGeo4W&lt;br /&gt;
* http://svn.osgeo.org/metacrs - MetaCRS&lt;br /&gt;
* https://svn.osgeo.org/geoinformatica/ - Geoinformatica&lt;br /&gt;
&lt;br /&gt;
= Administration = &lt;br /&gt;
&lt;br /&gt;
Howard Butler (hobu), and Shawn Barnes (sbarnes) are the primary contacts for Subversion administration issues.  Requests can be submitted via the [http://trac.osgeo.org/osgeo/newticket SAC Trac]. &lt;br /&gt;
&lt;br /&gt;
== Add/Remove Committer ==&lt;br /&gt;
&lt;br /&gt;
Any member of a subversion committer group can add and remove members to the commiter group at an url of the following form, with the project name substituted for gdal.  [http://www.osgeo.org/osgeo_userid  OSGeo Userids] has details on finding or creating OSGeo userids. &lt;br /&gt;
&lt;br /&gt;
  https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=gdal&lt;br /&gt;
&lt;br /&gt;
== Creating a repository ==&lt;br /&gt;
&lt;br /&gt;
Create the repository on the main server using the create_svn_repo.sh script on tracsvn.osgeo.org&lt;br /&gt;
   $ cd /osgeo/tools&lt;br /&gt;
   $ sudo ./create_svn_repo.sh project_name&lt;br /&gt;
&lt;br /&gt;
Create the authorization group for the svn repository by using the tool &lt;br /&gt;
   &lt;br /&gt;
   /osgeo/tools/create_ldap_group.py group_name admin_username&lt;br /&gt;
&lt;br /&gt;
This will prompt you for the manager password.&lt;br /&gt;
&lt;br /&gt;
Then restart apache gracefully:&lt;br /&gt;
&lt;br /&gt;
  $ sudo /etc/init.d/apache2 reload&lt;br /&gt;
&lt;br /&gt;
Notify hobu/mloskot about adding a mirror of the newly created repository to http://svnmirror.osgeo.org&lt;br /&gt;
&lt;br /&gt;
== Loading a repository from a dumpfile ==&lt;br /&gt;
&lt;br /&gt;
By root on main server:&lt;br /&gt;
   $ sudo svnadmin load /var/www/svn/repos/&amp;lt;repo_name&amp;gt; &amp;lt; /path/to/dumpfile&lt;br /&gt;
   $ sudo chown -R apache:apache /var/www/svn/repos/&amp;lt;repo_name&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Dumping a repository ==&lt;br /&gt;
&lt;br /&gt;
By root on main server:&lt;br /&gt;
   $ sudo svnadmin dump /var/www/svn/repos/&amp;lt;repo_name&amp;gt; &amp;gt; dumpfile&lt;br /&gt;
&lt;br /&gt;
== Recovering / unlocking repository ==&lt;br /&gt;
* subversion may lock if user ctl-c during checkout or checkout is interupted with an apache restart&lt;br /&gt;
* Need policy on who to contact and who can run 'svnadmin recover' as&lt;br /&gt;
priviledged access is needed (may need to stop/start apache to drop&lt;br /&gt;
requests to repository before recover)&lt;br /&gt;
&lt;br /&gt;
Subversion was upgraded to version 1.4.3 (30 Jan. 2007) to reduce the repository locking problem if ctl-c used to end a checkout.&lt;br /&gt;
&lt;br /&gt;
If the repository locks the following command should be used to recover the repository:&lt;br /&gt;
&lt;br /&gt;
   $ sudo svnadmin --wait recover /var/www/svn/repos/&amp;lt;repo_name&amp;gt;&lt;br /&gt;
   $ sudo chown -R apache:apache /var/www/svn/repos/&amp;lt;repo_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In most cases this will work in the odd case that you are waiting a very long time for the command to run then apache may have to be restarted to drop anything accessing the repository and preventing the repository from being recovered&lt;br /&gt;
&lt;br /&gt;
   $ sudo /sbin/service httpd restart&lt;br /&gt;
   $ sudo svnadmin --wait recover /var/www/svn/repos/&amp;lt;repo_name&amp;gt;&lt;br /&gt;
   $ sudo chown -R apache:apache /var/www/svn/repos/&amp;lt;repo_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Authz Rules =&lt;br /&gt;
&lt;br /&gt;
By default we use one LDAP &amp;quot;group&amp;quot; for an entire subversion repository.  Everyone in that group has commit priveledges on the whole repository.  However, some project desire to have subgroups.  For instance a core commiter group with update on the trunk source tree, and a broader contributor group that has commit access in a subarea, such as /sandbox.  We accomplish this using an &amp;quot;authz&amp;quot; file to hold the rules for the respository, and multiple LDAP groups.  &lt;br /&gt;
&lt;br /&gt;
A project wishing this will need to prepare an authz template file looking something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[groups]&lt;br /&gt;
committers = @@gdal@@&lt;br /&gt;
sandbox = @@gdal_sandbox@@&lt;br /&gt;
&lt;br /&gt;
[/]&lt;br /&gt;
* = r&lt;br /&gt;
@committers = rw&lt;br /&gt;
&lt;br /&gt;
[/sandbox]&lt;br /&gt;
* = r&lt;br /&gt;
@committers = rw&lt;br /&gt;
@sandbox = rw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This file should be submitted to SAC via a Trac ticket for placement on the server, and for creation of any corresponding LDAP groups.  Thereafter any successful update via https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=project will result in the authz being generated from the corresponding authz.tmpl.&lt;br /&gt;
&lt;br /&gt;
== Administration Notes ==&lt;br /&gt;
&lt;br /&gt;
The authz.tmpl files need to be named exactly authz.tmpl and place in the corresponding project repository directory, /var/www/svn/repos/gdal for instance.  Make sure the file is owned by www-date.www-data. &lt;br /&gt;
&lt;br /&gt;
The corresponding /etc/httpd/conf.d/subversion/project.conf file should look something like the following.  Note the removal of &amp;lt;LimitExcept&amp;gt; stuff, and reference to any specific ldap group as     well as the AuthzSVNAccessFile. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;Location /gdal&amp;gt;&lt;br /&gt;
      DAV svn&lt;br /&gt;
      SVNPath /var/www/svn/repos/gdal&lt;br /&gt;
      AuthzSVNAccessFile /var/www/svn/repos/gdal/authz&lt;br /&gt;
      Include conf.d/ldap_auth_url.inc&lt;br /&gt;
      Satisfy Any&lt;br /&gt;
      Require valid-user&lt;br /&gt;
    &amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The LDAP groups should be created as ''groupOfNames'' nodes below the ou=svn element using PHPLDAPAdmin.  Make sure the membership is pre-initialized with an administrator for the project so they can do future updates themselves.  Try to keep the names of the groups clearly related to the base project.  eg. gdal, gdal_sandbox, gdal_documentors.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
The script /var/www/svn/site-local/ldap_update_authz.py script is run by an os.system() call out of ldap_group.py on any successful group update.  It will scan for /var/www/svn/repos/*/authz.tmpl.  &lt;br /&gt;
&lt;br /&gt;
There are lots of things that can go wrong in the script which has poor error checking, and it might only manifest as some or all of the authz file no longer getting regenerated.  So when an authz.tmpl file is put in place, or updated do a test update and verify that all authz files are being updated (check timestamps).&lt;br /&gt;
&lt;br /&gt;
Anyone (on osgeo1) can run ldap_update_authz.py, but if authz files are created by someone that apache.apache can't delete, problems may ensue.  If this occurs, the following as root may help.&lt;br /&gt;
&lt;br /&gt;
  cd /var/www/svn&lt;br /&gt;
  chown apache.apache */*/authz*&lt;br /&gt;
&lt;br /&gt;
= SVN Mirror = &lt;br /&gt;
&lt;br /&gt;
The OSGeo SVN mirror is maintained at http://svnmirror.osgeo.org This machine is located at TelaScience, but it is not a blade and not part of the normal cadre of machines that OSGeo typically uses of TelaScience's.  The mirror is Subversion 1.5.6 svnsync-based.  When new repositories are created, a new mirror repository must also be created if it is wished that it is backed up, this is normally done by Howard Butler.  Nothing prevents individual users or projects from maintaining their own backups with svnsync.  &lt;br /&gt;
&lt;br /&gt;
The mirror itself is located in /state/partition1/osgeo_svn_mirror  There is a in /etc/cron.hourly/svnmirror that runs the syncs.sh script in /state/partition1/osgeo_svn_mirror to do the repository synchronization.  &lt;br /&gt;
&lt;br /&gt;
To create a new mirror:&lt;br /&gt;
&lt;br /&gt;
1) Make a new .conf file in /etc/httpd/conf.d/subversion/ for the repository (use an existing one as a template)&lt;br /&gt;
&lt;br /&gt;
2) Initialize the repo&lt;br /&gt;
   &lt;br /&gt;
   svnadmin init /state/partition1/osgeo_svn_mirror/repos/newrepo&lt;br /&gt;
&lt;br /&gt;
3) restart apache &lt;br /&gt;
   &lt;br /&gt;
   sudo /etc/init.d/httpd restart&lt;br /&gt;
&lt;br /&gt;
4) Copy the pre-revprop-change hook script from an existing repo into the new repo&lt;br /&gt;
&lt;br /&gt;
   sudo cp /state/partition1/osgeo_svn_mirror/repos/gdal/hooks/pre-revprop-change /state/partition1/osgeo_svn_mirror/repos/newrepo/hooks/pre-revprop-change&lt;br /&gt;
&lt;br /&gt;
5) init the svnsync (password is empty \'\' without the backslashes)&lt;br /&gt;
&lt;br /&gt;
   svnsync init --username svnsync --password '' http://svnmirror.osgeo.org/newrepo http://svn.osgeo.org/newrepo&lt;br /&gt;
&lt;br /&gt;
6) Add it to the repositories list in  /state/partition1/osgeo_svn_mirror/syncs.sh &lt;br /&gt;
&lt;br /&gt;
7) Run the syncs.sh script&lt;br /&gt;
 &lt;br /&gt;
   sudo ./syncs.sh&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Public_Geospatial_Data_Project&amp;diff=18709</id>
		<title>Public Geospatial Data Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Public_Geospatial_Data_Project&amp;diff=18709"/>
		<updated>2007-09-28T04:00:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: added self + civicaccess&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is an official [[Public Geospatial Data Committee|official foundation committee]] page which provides more detail on meetings and discussions.&lt;br /&gt;
&lt;br /&gt;
== Mission ==&lt;br /&gt;
&lt;br /&gt;
=== Promote the use of open geospatial formats ===&lt;br /&gt;
Providing best-practise guidelines and examples for use of open and free standards for data (GML, WMS, WFS-T) and metadata (Dublin Core, RDF, ISO19115 through ISO19139).&lt;br /&gt;
&lt;br /&gt;
=== Promote public access to state-collected geodata ===&lt;br /&gt;
&lt;br /&gt;
Lead by example in demonstrating economic value and research activity generated by open access to public geographic information.&lt;br /&gt;
&lt;br /&gt;
=== Run a repository of open geodata ===&lt;br /&gt;
A [[Geodata_Repository]] shall be hosted by the PGDP.&lt;br /&gt;
Additionally, links to other open data repostories shall be collected.&lt;br /&gt;
&lt;br /&gt;
=== Present and explain licenses for public geodata ===&lt;br /&gt;
The PGDP aims to collect licenses suitable for the publishing of public geodata. The license shall be presented along with a summary of its benefits and focus.&lt;br /&gt;
&lt;br /&gt;
== Approach ==&lt;br /&gt;
&lt;br /&gt;
After a [[Public Geospatial Data Committee Definition Phase|Definition phase]] this has become an official [[Committees|committee]] within [[Main Page|OSGeo]]. &lt;br /&gt;
&lt;br /&gt;
=== Working Groups ===&lt;br /&gt;
&lt;br /&gt;
At the [[Geodata Committee Meeting 20060322|first meeting of the geodata committee]] we decided to focus interest through three [[Working Groups]]:&lt;br /&gt;
&lt;br /&gt;
* A [[Geodata Discovery Working Group]] which would focus on indexing and search of data and metadata repositories.&lt;br /&gt;
* A [[Geodata Packaging Working Group]] to look at creation and maintanance of really high quality and rich data packages to offer for educational purposes with software packages, with [[GRASS GIS]] in particular.&lt;br /&gt;
* A [[Geodata Licensing Working Group]] to look into parallel licensing developments and to consult on guidelines for open licenses for geodata.&lt;br /&gt;
&lt;br /&gt;
=== Mailing List ===&lt;br /&gt;
&lt;br /&gt;
There is a public mailing list and [http://lists.osgeo.org/pipermail/geodata/ archive] for discussion of geodata activities within OSGeo at http://lists.osgeo.org/mailman/listinfo/geodata.&lt;br /&gt;
&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
&lt;br /&gt;
This group is having regular meetings on IRC on the #osgeo channel on irc.freenode.net. At the moment this is happening on Thursdays at 16:00 UTC. [http://www.timeanddate.com/worldclock/fixedtime.html?year=2006&amp;amp;month=4&amp;amp;hour=16&amp;amp;min=0&amp;amp;sec=0 fixed time]&lt;br /&gt;
&lt;br /&gt;
See the [[Public Geospatial Data Committee|Geodata Committee]] page for more details on past meetings and upcoming agendas.&lt;br /&gt;
&lt;br /&gt;
=== People interested in participating ===&lt;br /&gt;
&lt;br /&gt;
* David Bitner &lt;br /&gt;
* Allan Doyle &lt;br /&gt;
* Florian Kindl &lt;br /&gt;
* Pericles S. Nacionales &lt;br /&gt;
* Markus Neteler &lt;br /&gt;
* [[User:JoWalsh|Jo Walsh]]&lt;br /&gt;
* [[User:Uchoa|Helton Uchoa]]&lt;br /&gt;
* Aaron Racicot - Ecotrust - aaronr at ecotrust.org&lt;br /&gt;
* Daniel Brookshier &lt;br /&gt;
* Schuyler Erle &lt;br /&gt;
* Jeff McKenna (DM Solutions)&lt;br /&gt;
* Steve Coast &lt;br /&gt;
* Mikel Maron &lt;br /&gt;
* Alessandro Frigeri&lt;br /&gt;
* David Blasby&lt;br /&gt;
* [[User:kevinyam| Kevin Yam]]&lt;br /&gt;
* [[User:putler|Dan Putler]]&lt;br /&gt;
* [[User:Arnulf Christl|Arnulf Christl]]&lt;br /&gt;
* Ned Horning&lt;br /&gt;
* [[User:Nhv|Norman Vine]]&lt;br /&gt;
* Colin Gowens&lt;br /&gt;
* [[User:smaffulli|Stefano Maffulli]]&lt;br /&gt;
* [[User:fbiasi|Frank Biasi]]&lt;br /&gt;
* [[User:Ticheler|Jeroen Ticheler]]&lt;br /&gt;
* Stefan Keller&lt;br /&gt;
* [[User:Dsampson|Dave Sampson]]&lt;br /&gt;
* [[User:kablukiw|Kevin Ward]]&lt;br /&gt;
* [[User:JoCook|Jo Cook]]&lt;br /&gt;
* Nick Black&lt;br /&gt;
* [[User:Mloskot|Mateusz Loskot]]&lt;br /&gt;
* [[User:Mspott|Martin Spott]]&lt;br /&gt;
* David Jonglez&lt;br /&gt;
* [[User:dandye|Daniel Dye]]&lt;br /&gt;
* [[User:MaksimS|Maksim Sestic]]&lt;br /&gt;
* [[User:milovanderlinden|Milo van der Linden]]&lt;br /&gt;
* [[User:ominiverdi|Lorenzo Becchi]]&lt;br /&gt;
* [[User:rduivenvoorde|Richard Duivenvoorde]]&lt;br /&gt;
* Artem Pavlenko&lt;br /&gt;
* [[User:kgjenkins|Keith Jenkins]]&lt;br /&gt;
* [[User:chorner|Cory Horner]]&lt;br /&gt;
* ''Please add yourself''&lt;br /&gt;
&lt;br /&gt;
=== Organizations to beneficially connect with ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.eogeo.org EOGEO] &lt;br /&gt;
* [http://www.openstreetmap.org/ OpenStreetMap Project] &lt;br /&gt;
* [http://www.gsdi.org GSDI Association] &lt;br /&gt;
* [http://topp.openplans.org The Open Planning Project]&lt;br /&gt;
* [http://www.fgdc.gov Federal Geographic Data Committee]&lt;br /&gt;
* [http://www.opengeospatial.org Open Geospatial Consortium]&lt;br /&gt;
* [http://www.upct.org/ Un point c'est tout]&lt;br /&gt;
* [http://civicaccess.ca/ CivicAccess]&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&lt;br /&gt;
Events where we can either promote our positions or are likely to run into like-minded individuals.&lt;br /&gt;
&lt;br /&gt;
* [http://www.asia-commons.net/ Asian Conference on the Digital Commons - April 18-20, 2006, Bangkok, Thailand]&lt;br /&gt;
* [http://conferences.oreillynet.com/where2006/ Where 2.0 - June 13-14, 2006, San Jose, California, USA]&lt;br /&gt;
* [http://www.foss4g2006.org/ FOSS4G2006 - Free And Open Source Software for Geoinformatics - September 12-15, 2006, Lausanne, Switzerland]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Geo Data Repositories / Group Collection Projects ===&lt;br /&gt;
* [http://www.findgis.com FindGIS - Florida City, County &amp;amp; Goverment Agency GIS Data Download &amp;amp; FTP Sites]&lt;br /&gt;
* [http://www.openstreetmap.org/ OpenStreetMap Project]&lt;br /&gt;
* [http://freeearthfoundation.com/ Free Earth Foundation]&lt;br /&gt;
* [http://geobase.ca/ Canadian Base Data]&lt;br /&gt;
* [http://geotorrent.org/ Various Free Datasets via Bittorrent]&lt;br /&gt;
* [http://geodatacommons.umaine.edu/ GeodataCommons project at U. Maine]&lt;br /&gt;
* [http://www.iscgm.org/cgi-bin/fswiki/wiki.cgi Global Map] - International Steering Committee for Global Mapping&lt;br /&gt;
* [http://www.geonames.org Geonames.org] - Geonames is integrating geographical data such as names, altitude, population and others from various sources&lt;br /&gt;
* [http://www.geo-one-stop.gov/ Geospatial One Stop]&lt;br /&gt;
* [http://gcmd.nasa.gov/index.html Global Change Master Directory]&lt;br /&gt;
* [http://conserveonline.org/workspaces/cons.geo.portal Conservation GeoPortal]&lt;br /&gt;
* [http://datagateway.nrcs.usda.gov/ USDA:NRCS Geospatial Data Gateway] - Lots of good imagery&lt;br /&gt;
* [http://www.fao.org/geonetwork FAO-UN GeoNetwork portal to spatial data and information]&lt;br /&gt;
* [http://geodata.grid.unep.ch UNEP GEO Data Portal] -  more than 500 different variables, as national, subregional, regional and global statistics or as geospatial data sets&lt;br /&gt;
&lt;br /&gt;
=== Geo Data Repository &amp;amp; Policy Research ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.findgis.com FindGIS - Florida City, County &amp;amp; Goverment Agency GIS Data Download &amp;amp; FTP Sites]&lt;br /&gt;
* [http://geodatacommons.umaine.edu/CGDPlone University of Maine Commons for Geographic Data]&lt;br /&gt;
* [http://www.metrogis.org MetroGIS] [http://datafinder.org Datafinder] Twin Cities, MN Metro Area Public Agency Data Sharing Effort (includes section on benefits/testimonials from public geodata)&lt;br /&gt;
* [http://www.gis.state.mn.us MN Governor's Council on Geographic Information]&lt;br /&gt;
* [http://www.oasisnyc.org New York City Open Accessible Space Information System]&lt;br /&gt;
* [http://www.mass.gov/mgis Massachusetts GIS]&lt;br /&gt;
&lt;br /&gt;
On the [[Geodata Repository]] page, a draft outline for OSGeo's own repository project is being prepared.&lt;br /&gt;
&lt;br /&gt;
=== Geo Data Policy Advocacy ===&lt;br /&gt;
* [http://www.publicgeodata.org/ Public Geodata Project] (IRC: [irc://freenode/publicgeodata publicgeodata]) with the support of the Open Knowledge Foundation&lt;br /&gt;
* [http://okfn.org/geo/manifesto.php Open Access to State-Collected Geospatial Data Manifesto]&lt;br /&gt;
* [http://www.freeourdata.org.uk/ Free Our Data: Make taxpayers' data available to them] (United Kingdom)&lt;br /&gt;
&lt;br /&gt;
=== Open Access ===&lt;br /&gt;
There are also more general open access movements, often aimed at scientific data, that could provide a venue for broadening awareness of the geo-specific issues.&lt;br /&gt;
&lt;br /&gt;
* [http://oa.mpg.de/openaccess-golm/index.html Berlin 4 Open Access - From Promise to Practice - March 29-31, 2006 Golm, Germany]&lt;br /&gt;
* [http://oa.mpg.de/openaccess-berlin/berlindeclaration.html Berlin Declaration on Open Access to Knowledge in the Sciences and Humanities]&lt;br /&gt;
* [http://www.conservationcommons.org/ Conservation Commons] - &amp;quot;The Conservation Commons is characterized by an underlying set of Principles which supports open access to, and in particular the fair use of, data and information related to the conservation of biodiversity.&amp;quot; &lt;br /&gt;
* [http://www.locusforums.org/forum/ The Locus Forum] - &amp;quot;The Locus Association is a trade association of private organisations working to increase opportunities and reduce barriers to fair trade between the public and private sector, particularly in the use of Public Sector Information.&amp;quot;&lt;br /&gt;
* [http://ppgis.iapad.org/ Public Participation GIS] - &amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* [http://technology.guardian.co.uk/weekly/story/0,,1736751,00.html Ordnance Survey challenged to open up] - 2006-03-23 article in the Guardian&lt;br /&gt;
* [http://technology.guardian.co.uk/weekly/story/0,,1726229,00.html Give us back our crown jewels] - 2006-03-09 article in the Guardian&lt;br /&gt;
* [http://www.directionsmag.com/article.php?article_id=2107&amp;amp;trv=1 Why Europe Needs to Provide its Own Public Geodata ] by Jo Walsh (Feb 15, 2006)&lt;br /&gt;
* [http://www.systemed.net/blog/entry060311122655.html ShareAlike considered harmful for geodata] by Richard Fairhurst, a critique of GPL-like licensing situations with suggested LGPL-like model for distribution.&lt;br /&gt;
*  &amp;quot;Open Source Software for Spatial Data Infrastructure (FOSSDI)&amp;quot;. SDIC submitted 2005 to INSPIRE/EU. &amp;lt;br&amp;gt; [http://mpa.itc.it/markus/papers/sdic_call_fossdi.pdf PDF with layout] | [http://inspire.jrc.it/ir/sdic_view_step1_only.cfm?id=2163 HTML without layout]&lt;br /&gt;
* [http://mitworld.mit.edu/video/270/ Open Networks and Open Society: The Relationship between Freedom, Law, and Technology] - MIT World video featuring Hal Abelson, John Wilbanks, Creative Commons&lt;br /&gt;
* [http://www.metrogis.org/documents/articles/index.shtml Articles] [http://www.metrogis.org/benefits/testimonials/index.shtml Testimonials] [http://www.metrogis.org/benefits/studies/index.shtml Studies] [http://www.metrogis.org/benefits/perf_measure/index.shtml Performance Measures] about [http://www.metrogis.org Metrogis], a collaboration for GIS data sharing in the Twin Cities, MN, USA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Public Geospatial Data Committee]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G2007_CodeSprint&amp;diff=17723</id>
		<title>FOSS4G2007 CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G2007_CodeSprint&amp;diff=17723"/>
		<updated>2007-09-01T16:11:20Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* GeoTools */ fixed name spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[FOSS4G2007]]...&lt;br /&gt;
&lt;br /&gt;
== Organizing Contacts ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Jive | Jody Garnett]]&lt;br /&gt;
&lt;br /&gt;
== Code Sprint - what's that? ==&lt;br /&gt;
&lt;br /&gt;
A code sprint is usually organized by a group that is using an open source project and wants to see something done. They fly the developers to a single location and feed them for a couple of days with the necessities of the hacking life (internet, caffeine, electricity). The communication that happens from face to face hacking usually lasts the project for a year or more. You see this a lot in projects like Drupal etc...&lt;br /&gt;
&lt;br /&gt;
== Motivation and Direction ==&lt;br /&gt;
&lt;br /&gt;
A day, a code base, and your imagination?&lt;br /&gt;
&lt;br /&gt;
On the Friday after the conference, a [http://www.foss4g2007.org/code_sprint/ big room] with internet connectivity, lots of tables and flip charts will be arranged.  Projects can use the time and venue for organizational discussions, development roadmaps, and group resolution of thorny issues in their code bases.&lt;br /&gt;
&lt;br /&gt;
Is this your First Sprint? Here is some background information to get you started:&lt;br /&gt;
&lt;br /&gt;
* http://www.infrae.com/about/activities/sprintathon/tips &lt;br /&gt;
* http://www.onlamp.com/pub/a/python/2006/10/19/running-a-sprint.html &lt;br /&gt;
* Example Sprint (from same people who do GeoServer): http://www.openplans.org/projects/bbq-sprint &lt;br /&gt;
&lt;br /&gt;
To participate, start a section below for your project.&lt;br /&gt;
&lt;br /&gt;
== GeoTools ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* Andrea Aime&lt;br /&gt;
* [[User:Jdeolive | Justin Deoliveira]]&lt;br /&gt;
* [[User:Jive | Jody Garnett]]&lt;br /&gt;
* [[User:Chorner | Cory Horner]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
We are going to to do a cross project code sprint (with GeoServer and uDig developers) focused on changing the internals over to the new Feature model. If we run across any old Filter code we will take care of it as well. The &amp;quot;old&amp;quot; Feature interface will still be available for client code to use - this sprint is just focused on updating (and testing the heck out of) our internals.&lt;br /&gt;
&lt;br /&gt;
=== Preparation ===&lt;br /&gt;
&lt;br /&gt;
We need *good* code examples of how to do the following before we start: Use SimpleFeatureTypeBuilder, use SimpleFeatureBuilder. It may also help to have a big old class diagram of the Feature model.&lt;br /&gt;
&lt;br /&gt;
We expect each developer to have a working build of trunk, have read the interfaces for SimpleFeature and the above code examples.&lt;br /&gt;
&lt;br /&gt;
=== Out of Scope ===&lt;br /&gt;
&lt;br /&gt;
There are lots of things that are going to have to follow out of scope for this sprint. I am going to bring attention to the following explicitly. *Performance* (the implementation of SimpleFeature available here is for the transition period only - optimize on your own time after we have updated the codebase to handle it). *Javadocs* - much of the javadocs will be out of date by the time we are done, type a sentence and move on.&lt;br /&gt;
&lt;br /&gt;
During the code sprint you will be tempted - when you run into any good ideas on these topics simply fire an email off to the devel list and we will revisit it later.&lt;br /&gt;
&lt;br /&gt;
== GRASS ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* Hack session&lt;br /&gt;
&lt;br /&gt;
== GDAL Bug Squash ==&lt;br /&gt;
&lt;br /&gt;
Details at: http://trac.osgeo.org/gdal/wiki/BugSquash2007&lt;br /&gt;
&lt;br /&gt;
== GeoNetwork / Metadata Madness ==&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
Building crawler/harvester/aggregator applications on top of the GeoNetwork metadata catalog network and similar interfaces. Plugging client stuff like gvSIG and uDig into it. &lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:JoWalsh|Jo Walsh]]&lt;br /&gt;
* [[User:Fxp|François Prunayre]]&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:crschmidt|Chris Schmidt]]&lt;br /&gt;
* [[User:aaronr|Aaron Racicot]]&lt;br /&gt;
* [[User:tschaub|Tim Schaub]]&lt;br /&gt;
* [[User:euzuro|Erik Uzureau]]&lt;br /&gt;
*[[User:ominiverdi|Lorenzo Becchi]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Hack, hack, hack. I think this will be OpenLayers 2.6 or 2.7?&lt;br /&gt;
&lt;br /&gt;
Some specific ideas:&lt;br /&gt;
* OL Context/WMC+ - read/write support for and OWS Context style doc&lt;br /&gt;
* SLD support - edit/read/write&lt;br /&gt;
* Renderer Optimizations&lt;br /&gt;
** consider attributing geometry components with a minResolution below which the renderer doesn't deal with them&lt;br /&gt;
** clipping - svg supports clipping, we need to consider clipping or another method of dealing with geometries that extend beyond the renderer bounds&lt;br /&gt;
&lt;br /&gt;
== QGIS ==&lt;br /&gt;
=== Attending ===&lt;br /&gt;
* [[User:Gsherman|Gary Sherman]]&lt;br /&gt;
* [[User:Aaronr|Aaron Racicot]]&lt;br /&gt;
* [[User:hdus|Horst Düster]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Here are some goals/wishes/ideas for the code sprint:&lt;br /&gt;
&lt;br /&gt;
1. I would love to get some traction on expanding the &amp;quot;Tim Tutorials&amp;quot; into a more generic and robust framework for stand alone apps.  Focusing on the Python bindings would be my preference. (Aaron Racicot)&lt;br /&gt;
&lt;br /&gt;
2. Build an ''all-in-one'' data browser:&lt;br /&gt;
* Display a tree of all QGIS supported types, including PostGIS and WMS&lt;br /&gt;
* Support drag and drop from the browser to the QGIS map canvas&lt;br /&gt;
* Include file/layer management tools&lt;br /&gt;
&lt;br /&gt;
3. I would prefer a discussion in which direction symbolisation should go. (Horst Düster)&lt;br /&gt;
&lt;br /&gt;
== SWIG Bindings ==&lt;br /&gt;
&lt;br /&gt;
SWIG bindings are increasingly used and could be used by many projects. GDAL uses them, and this sprint will focus in GDAL's (new generation) bindings but more general discussion, goal setting, and talk on integration is very much hoped for.&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:ajolma|Ari Jolma]]&lt;br /&gt;
* [[User:szekerest|Tamas Szekeres]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* present a short introduction to SWIG (AJ: I'll prepare this)&lt;br /&gt;
* develop a vision of how we integrate tools and create common look and feel high-level programming interfaces with SWIG bindings&lt;br /&gt;
&lt;br /&gt;
Specifically for GDAL (from Tamas Szekeres' email):&lt;br /&gt;
&lt;br /&gt;
* harmonize the typemap usage between the various bindings (and update the README.typemaps accordingly)&lt;br /&gt;
* determine which of the gdal/ogr features should be added to (or perhaps removed from) the SWIG interface.&lt;br /&gt;
* look over the possibilities to automate the creation of the code-comment-documentation for the various languages.&lt;br /&gt;
* construct the expected object model diagram to follow by the various languages (and publish the model itself)&lt;br /&gt;
* discuss the language specific issues and the expected treatments. &lt;br /&gt;
&lt;br /&gt;
== Udig / JGrass ==&lt;br /&gt;
&lt;br /&gt;
Cross project code sprint with the JGrass and uDig projects.&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:Moovida | Andrea Antonello]]&lt;br /&gt;
* [[User:jeichar | Jesse Eichar]]&lt;br /&gt;
* [[User:silli | Silvia Franceschi]]&lt;br /&gt;
* [[User:Jive | Jody Garnett]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Currently these are proposals we are working on selecting a subset of these goals.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Topic&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Animation Framework&lt;br /&gt;
| If we could code up an example animation (say a point moving over a road network), then it becomes much easier for newcommers to work on fleshing this out. We could come up with a list of topics as the meeting draws nearer and decide on site as to which we wanted to tackle.&lt;br /&gt;
|-&lt;br /&gt;
| Debug uDig Trunk&lt;br /&gt;
| uDig trunk was moved to GeoTools trunk some time ago but the changes were major and many bugs still exist.  Styling for example still doesn't work&lt;br /&gt;
|-&lt;br /&gt;
| Simple Feature&lt;br /&gt;
| GeoTools is doing a cross project code sprint and will need a uDig developer to update our trunk to SimpleFeature&lt;br /&gt;
|-&lt;br /&gt;
|  Better GRASS compatibility&lt;br /&gt;
|  better GRASS compatibility through JGrass&lt;br /&gt;
|-&lt;br /&gt;
| Wizard and DND&lt;br /&gt;
| Separate catalog wizards and Drag and Drop code to simplify both problems&lt;br /&gt;
|-&lt;br /&gt;
| Rendering&lt;br /&gt;
| Rendering has been in need of an overhaul for quite some time. Lets fix it&lt;br /&gt;
|-&lt;br /&gt;
| Remove Cruft&lt;br /&gt;
| Lets comb the code base and get rid of some of the ugly/unused&lt;br /&gt;
|-&lt;br /&gt;
| 3D visualization&lt;br /&gt;
| let's talk a bit about 3D, jogl, jirr and other nasty things and udig&lt;br /&gt;
|-&lt;br /&gt;
| Italian translation of uDig&lt;br /&gt;
| I know this is rather utopic, but you never know :)&lt;br /&gt;
|-&lt;br /&gt;
| Definition of a portable workspace&lt;br /&gt;
| UDig should have the possibility to export the workspace, either automagically or even by just moving a folder from one user to the other. It's about relative paths, about copying data eventually into the workspace and things like that. I believe this is a critical problem for usability. Should remember to isolate username/password information as well.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Voting (scale 1-5)====&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ID&lt;br /&gt;
! Voter&lt;br /&gt;
! Voter&lt;br /&gt;
! Voter&lt;br /&gt;
! Voter&lt;br /&gt;
|-&lt;br /&gt;
|  Animation Framework&lt;br /&gt;
| 1&lt;br /&gt;
| 4&lt;br /&gt;
| 4&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Debug uDig Trunk&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Simple Feature&lt;br /&gt;
| 2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Better GRASS compatibility&lt;br /&gt;
| 3&lt;br /&gt;
| 5 &lt;br /&gt;
| 5&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Wizard and DND&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Rendering&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 5&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Remove Cruft&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 3D visualization&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Italian translation&lt;br /&gt;
| 2.5&lt;br /&gt;
| 3&lt;br /&gt;
| 5&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
| Portable workspace&lt;br /&gt;
| 4&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
| 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
Contact: [[User:Yjacolin|Yjacolin]]&lt;br /&gt;
=== Attending ===&lt;br /&gt;
See [[OSGeo_fr_FOSS4G_2007_fr#Traduction_sprint|Translation sprint (in french)]]&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Translate a documentation into french. The document has to be defined, some exemple : qgis, openlayers, OSGeo website, GRASS, MapBuilder, MapLab, OSGeo Journal Vol. 2, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[Category:FOSS4G2007]]&lt;br /&gt;
[[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Chorner&amp;diff=17438</id>
		<title>User:Chorner</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Chorner&amp;diff=17438"/>
		<updated>2007-08-25T00:40:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.canoe42.ca/ Cory Horner]&lt;br /&gt;
&lt;br /&gt;
[http://www.ohloh.net/accounts/989]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G2007_CodeSprint&amp;diff=17437</id>
		<title>FOSS4G2007 CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G2007_CodeSprint&amp;diff=17437"/>
		<updated>2007-08-25T00:36:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* GeoTools */ adding self&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[FOSS4G2007]]...&lt;br /&gt;
&lt;br /&gt;
== Organizing Contacts ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Jive | Jody Garnett]]&lt;br /&gt;
&lt;br /&gt;
== Code Sprint - what's that? ==&lt;br /&gt;
&lt;br /&gt;
A code sprint is usually organized by a group that is using an open source project and wants to see something done. They fly the developers to a single location and feed them for a couple of days with the necessities of the hacking life (internet, caffeine, electricity). The communication that happens from face to face hacking usually lasts the project for a year or more. You see this a lot in projects like Drupal etc...&lt;br /&gt;
&lt;br /&gt;
== Motivation and Direction ==&lt;br /&gt;
&lt;br /&gt;
A day, a code base, and your imagination?&lt;br /&gt;
&lt;br /&gt;
On the Friday after the conference, a [http://www.foss4g2007.org/code_sprint/ big room] with internet connectivity, lots of tables and flip charts will be arranged.  Projects can use the time and venue for organizational discussions, development roadmaps, and group resolution of thorny issues in their code bases.&lt;br /&gt;
&lt;br /&gt;
Is this your First Sprint? Here is some background information to get you started:&lt;br /&gt;
&lt;br /&gt;
* http://www.infrae.com/about/activities/sprintathon/tips &lt;br /&gt;
* http://www.onlamp.com/pub/a/python/2006/10/19/running-a-sprint.html &lt;br /&gt;
* Example Sprint (from same people who do GeoServer): http://www.openplans.org/projects/bbq-sprint &lt;br /&gt;
&lt;br /&gt;
To participate, start a section below for your project.&lt;br /&gt;
&lt;br /&gt;
== GeoTools ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:Jive | Jody Garnett]]&lt;br /&gt;
* [[User:Chorner | Cory Horner]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* To flesh out issue X until it works right.&lt;br /&gt;
&lt;br /&gt;
== GRASS ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* Hack session&lt;br /&gt;
&lt;br /&gt;
== GDAL / Mapserver ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:Mloskot|Mateusz Loskot]]&lt;br /&gt;
* [[User:aaronr|Aaron Racicot]]&lt;br /&gt;
* [[User:szekerest|Tamas Szekeres]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
== GeoNetwork / Metadata Madness ==&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
Building crawler/harvester/aggregator applications on top of the GeoNetwork metadata catalog network and similar interfaces. Plugging client stuff like gvSIG and uDig into it. &lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:JoWalsh|Jo Walsh]]&lt;br /&gt;
* [[User:Fxp|François Prunayre]]&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:crschmidt|Chris Schmidt]]&lt;br /&gt;
* [[User:aaronr|Aaron Racicot]]&lt;br /&gt;
* [[User:tschaub|Tim Schaub]]&lt;br /&gt;
* [[User:euzuro|Erik Uzureau]]&lt;br /&gt;
*[[User:ominiverdi|Lorenzo Becchi]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Hack, hack, hack. I think this will be OpenLayers 2.6 or 2.7?&lt;br /&gt;
&lt;br /&gt;
Some specific ideas:&lt;br /&gt;
* OL Context/WMC+ - read/write support for and OWS Context style doc&lt;br /&gt;
* SLD support - edit/read/write&lt;br /&gt;
* Renderer Optimizations&lt;br /&gt;
** consider attributing geometry components with a minResolution below which the renderer doesn't deal with them&lt;br /&gt;
** clipping - svg supports clipping, we need to consider clipping or another method of dealing with geometries that extend beyond the renderer bounds&lt;br /&gt;
&lt;br /&gt;
== QGIS ==&lt;br /&gt;
=== Attending ===&lt;br /&gt;
* [[User:Gsherman|Gary Sherman]]&lt;br /&gt;
* [[User:Aaronr|Aaron Racicot]]&lt;br /&gt;
* [[User:hdus|Horst Düster]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Here are some goals/wishes/ideas for the code sprint:&lt;br /&gt;
&lt;br /&gt;
1. I would love to get some traction on expanding the &amp;quot;Tim Tutorials&amp;quot; into a more generic and robust framework for stand alone apps.  Focusing on the Python bindings would be my preference. (Aaron Racicot)&lt;br /&gt;
&lt;br /&gt;
2. Build an ''all-in-one'' data browser:&lt;br /&gt;
* Display a tree of all QGIS supported types, including PostGIS and WMS&lt;br /&gt;
* Support drag and drop from the browser to the QGIS map canvas&lt;br /&gt;
* Include file/layer management tools&lt;br /&gt;
&lt;br /&gt;
3. I would prefer a discussion in which direction symbolisation should go. (Horst Düster)&lt;br /&gt;
&lt;br /&gt;
== SWIG Bindings ==&lt;br /&gt;
&lt;br /&gt;
SWIG bindings are increasingly used and could be used by many projects. GDAL uses them, and this sprint will focus in GDAL's (new generation) bindings but more general discussion, goal setting, and talk on integration is very much hoped for.&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:ajolma|Ari Jolma]]&lt;br /&gt;
* [[User:szekerest|Tamas Szekeres]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* present a short introduction to SWIG (AJ: I'll prepare this)&lt;br /&gt;
* develop a vision of how we integrate tools and create common look and feel high-level programming interfaces with SWIG bindings&lt;br /&gt;
&lt;br /&gt;
Specifically for GDAL (from Tamas Szekeres' email):&lt;br /&gt;
&lt;br /&gt;
* harmonize the typemap usage between the various bindings (and update the README.typemaps accordingly)&lt;br /&gt;
* determine which of the gdal/ogr features should be added to (or perhaps removed from) the SWIG interface.&lt;br /&gt;
* look over the possibilities to automate the creation of the code-comment-documentation for the various languages.&lt;br /&gt;
* construct the expected object model diagram to follow by the various languages (and publish the model itself)&lt;br /&gt;
* discuss the language specific issues and the expected treatments. &lt;br /&gt;
&lt;br /&gt;
== Udig / JGrass ==&lt;br /&gt;
&lt;br /&gt;
=== Attending ===&lt;br /&gt;
&lt;br /&gt;
* [[User:Moovida | Andrea Antonello]]&lt;br /&gt;
* [[User:jeichar | Jesse Eichar]]&lt;br /&gt;
* [[User:silli | Silvia Franceschi]]&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Currently these are proposals we are working on selecting a subset of these goals.&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
! Topic&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Animation Framework&lt;br /&gt;
| If we could code up an example animation (say a point moving over a road network), then it becomes much easier for newcommers to work on fleshing this out. We could come up with a list of topics as the meeting draws nearer and decide on site as to which we wanted to tackle.&lt;br /&gt;
|-&lt;br /&gt;
| Debug uDig Trunk&lt;br /&gt;
| uDig trunk was moved to Geotools trunk some time ago but the changes were major and many bugs still exist.  Styling for example still doesn't work&lt;br /&gt;
|-&lt;br /&gt;
|  Better GRASS compatibility&lt;br /&gt;
|  better GRASS compatibility through JGrass&lt;br /&gt;
|-&lt;br /&gt;
| Wizard and DND&lt;br /&gt;
| Separate catalog wizards and Drag and Drop code to simplify both problems&lt;br /&gt;
|-&lt;br /&gt;
| Rendering&lt;br /&gt;
| Rendering has been in need of an overhaul for quite some time. Lets fix it&lt;br /&gt;
|-&lt;br /&gt;
| Remove Cruft&lt;br /&gt;
| Lets comb the code base and get rid of some of the ugly/unused&lt;br /&gt;
|-&lt;br /&gt;
| 3D visualization&lt;br /&gt;
| let's talk a bit about 3D, jogl, jirr and other nasty things and udig&lt;br /&gt;
|-&lt;br /&gt;
| Italian translation of uDig&lt;br /&gt;
| I know this is rather utopic, but you never know :)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Voting (scale 1-5)====&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
! ID&lt;br /&gt;
! Voter&lt;br /&gt;
! Voter&lt;br /&gt;
! Voter&lt;br /&gt;
|-&lt;br /&gt;
|  Animation Framework&lt;br /&gt;
| 1&lt;br /&gt;
| 4&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Debug uDig Trunk&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Better GRASS compatibility&lt;br /&gt;
| 3&lt;br /&gt;
| 5 &lt;br /&gt;
| 5&lt;br /&gt;
|-&lt;br /&gt;
| Wizard and DND&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Rendering&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 5&lt;br /&gt;
|-&lt;br /&gt;
| Remove Cruft&lt;br /&gt;
| 4&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 3D visualization&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
|-&lt;br /&gt;
| Italian translation&lt;br /&gt;
| x&lt;br /&gt;
| 3&lt;br /&gt;
| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
Contact: [[User:Yjacolin|Yjacolin]]&lt;br /&gt;
=== Attending ===&lt;br /&gt;
See [[OSGeo_fr_FOSS4G_2007_fr#Traduction_sprint|Translation sprint (in french)]]&lt;br /&gt;
=== Goals ===&lt;br /&gt;
Translate a documentation into french. The document has to be defined, some exemple : qgis, openlayers, OSGeo website, GRASS, MapBuilder, MapLab, OSGeo Journal Vol. 2, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[Category:FOSS4G2007]]&lt;br /&gt;
[[Category:FOSS4G]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15703</id>
		<title>Java GIS Collaboration</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15703"/>
		<updated>2007-06-21T15:46:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Collaboration? ==&lt;br /&gt;
It seems there is a call for collaboration between Java-based GIS projects like Jump and GeoTools, or uDig and gvSig every once in a while.  This is an attempt to move from ''talk'' to ''action'', since we usually just nod and say &amp;quot;yeah, we should collaborate&amp;quot; and it ends there.&lt;br /&gt;
&lt;br /&gt;
== Java-based GIS Projects ==&lt;br /&gt;
* [http://docs.codehaus.org/display/GEO/Home GeoAPI]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Home GeoTools]&lt;br /&gt;
* [http://www.gvsig.gva.es/ gvSig]&lt;br /&gt;
* [http://www.jump-project.org/ JUMP] / [http://www.openjump.org/ OpenJUMP]&lt;br /&gt;
* [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]&lt;br /&gt;
* [http://udig.refractions.net/ uDig] / [http://www.jgrass.org/ JGrass]&lt;br /&gt;
* [http://deegree.sourceforge.net/ Deegree] &lt;br /&gt;
* ''...''&lt;br /&gt;
&lt;br /&gt;
== What components? ==&lt;br /&gt;
* GeoAPI (OGC/ISO specifications)&lt;br /&gt;
* GeoTools&lt;br /&gt;
* JTS&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
People from each team who are taking part in this discussion:&lt;br /&gt;
&lt;br /&gt;
OpenJUMP - Landon Blake (sunburned.surveyor@gmail.com)&lt;br /&gt;
&lt;br /&gt;
uDig / GeoTools / GeoAPI - Cory Horner (chorner at refractions.net)&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
'''Licensing'''&lt;br /&gt;
* LGPL vs GPL: everyone can use the LGPL code; GPL code will get less reuse.&lt;br /&gt;
'''Feature'''&lt;br /&gt;
* Different Feature Models. This makes it difficult to share code. For example, I can't just plug-in a data source from the GeoTools library because it won't give me JUMP Feature objects. It gives me GeoTools Feature objects, which I can't use. :] We can work towards a common Feature implementation, but that is difficult in many cases because so much existing code has been written. In the case of OpenJUMP a lot of code is written and also published bia public interfaces to plug-in developers, which makes it much harder to refactor code. (If you want to change things you break a lot of plug-ins.) One solution may be to design, produce, and maintain code that converts between the different object features.)&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
* draw a picture (who is using what right now?)&lt;br /&gt;
* have an IRC meeting and figure out where we can collaborate&lt;br /&gt;
* a BOF at FOSS4G2007 ?&lt;br /&gt;
&lt;br /&gt;
== Opportunities for Collaboration ==&lt;br /&gt;
* Systems built on JTS. (Spatial Relationship Constraints, Geometry Constraints, Topology)&lt;br /&gt;
* GIS Components that don't depend directly on the existing feature models. (Annotation/Map Labels Model, Non-Spatial Features)&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15428</id>
		<title>Java GIS Collaboration</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15428"/>
		<updated>2007-06-15T00:36:46Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Contacts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Collaboration? ==&lt;br /&gt;
It seems there is a call for collaboration between Java-based GIS projects like Jump and GeoTools, or uDig and gvSig every once in a while.  This is an attempt to move from ''talk'' to ''action'', since we usually just nod and say &amp;quot;yeah, we should collaborate&amp;quot; and it ends there.&lt;br /&gt;
&lt;br /&gt;
== Java-based GIS Projects ==&lt;br /&gt;
* [http://docs.codehaus.org/display/GEO/Home GeoAPI]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Home GeoTools]&lt;br /&gt;
* [http://www.gvsig.gva.es/ gvSig]&lt;br /&gt;
* [http://www.jump-project.org/ JUMP] / [http://www.openjump.org/ OpenJUMP]&lt;br /&gt;
* [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]&lt;br /&gt;
* [http://udig.refractions.net/ uDig] / [http://www.jgrass.org/ JGrass]&lt;br /&gt;
* [http://deegree.sourceforge.net/ Deegree] &lt;br /&gt;
* ''...''&lt;br /&gt;
&lt;br /&gt;
== What components? ==&lt;br /&gt;
* GeoAPI (OGC/ISO specifications)&lt;br /&gt;
* GeoTools&lt;br /&gt;
* JTS&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
People from each team who are taking part in this discussion:&lt;br /&gt;
&lt;br /&gt;
OpenJUMP - Landon Blake (sunburned.surveyor@gmail.com)&lt;br /&gt;
&lt;br /&gt;
uDig / GeoTools / GeoAPI - Cory Horner (chorner at refractions.net)&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
'''Licensing'''&lt;br /&gt;
* LGPL vs GPL: everyone can use the LGPL code; GPL code will get less reuse&lt;br /&gt;
* Different Feature Models. This makes it difficult to share code. For example, I can't just plug-in a data source from the GeoTools library because it won't give me JUMP Feature objects. It gives me GeoTools Feature objects, which I can't use. :] We can work towards a common Feature implementation, but that is difficult in many cases because so much existing code has been written. In the case of OpenJUMP a lot of code is written and also published bia public interfaces to plug-in developers, which makes it much harder to refactor code. (If you want to change things you break a lot of plug-ins.) One solution may be to design, produce, and maintain code that converts between the different object features.)&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
* draw a picture (who is using what right now?)&lt;br /&gt;
* have an IRC meeting and figure out where we can collaborate&lt;br /&gt;
&lt;br /&gt;
== Opportunities for Collaboration ==&lt;br /&gt;
* Systems built on JTS. (Spatial Relationship Constraints, Geometry Constraints, Topology)&lt;br /&gt;
* GIS Components that don't depend directly on the existing feature models. (Annotation/Map Labels Model, Non-Spatial Features)&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15421</id>
		<title>Java GIS Collaboration</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15421"/>
		<updated>2007-06-14T19:52:41Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Java-based GIS Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Collaboration? ==&lt;br /&gt;
It seems there is a call for collaboration between Java-based GIS projects like Jump and GeoTools, or uDig and gvSig every once in a while.  This is an attempt to move from ''talk'' to ''action'', since we usually just nod and say &amp;quot;yeah, we should collaborate&amp;quot; and it ends there.&lt;br /&gt;
&lt;br /&gt;
== Java-based GIS Projects ==&lt;br /&gt;
* [http://docs.codehaus.org/display/GEO/Home GeoAPI]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Home GeoTools]&lt;br /&gt;
* [http://www.gvsig.gva.es/ gvSig]&lt;br /&gt;
* [http://www.jump-project.org/ JUMP] / [http://www.openjump.org/ OpenJUMP]&lt;br /&gt;
* [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]&lt;br /&gt;
* [http://udig.refractions.net/ uDig] / [http://www.jgrass.org/ JGrass]&lt;br /&gt;
* ''...''&lt;br /&gt;
&lt;br /&gt;
== What components? ==&lt;br /&gt;
* GeoAPI (OGC/ISO specifications)&lt;br /&gt;
* GeoTools&lt;br /&gt;
* JTS&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
People from each team who are taking part in this discussion:&lt;br /&gt;
''...''&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
'''Licensing'''&lt;br /&gt;
* LGPL vs GPL: everyone can use the LGPL code; GPL code will get less reuse&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
* draw a picture (who is using what right now?)&lt;br /&gt;
* have an IRC meeting and figure out where we can collaborate&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15419</id>
		<title>Java GIS Collaboration</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Java_GIS_Collaboration&amp;diff=15419"/>
		<updated>2007-06-14T19:46:39Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Collaboration? ==&lt;br /&gt;
It seems there is a call for collaboration between Java-based GIS projects like Jump and GeoTools, or uDig and gvSig every once in a while.  This is an attempt to move from ''talk'' to ''action'', since we usually just nod and say &amp;quot;yeah, we should collaborate&amp;quot; and it ends there.&lt;br /&gt;
&lt;br /&gt;
== Java-based GIS Projects ==&lt;br /&gt;
* [http://docs.codehaus.org/display/GEO/Home GeoAPI]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Home GeoTools]&lt;br /&gt;
* [http://www.gvsig.gva.es/ gvSig]&lt;br /&gt;
* [http://www.jump-project.org/ JUMP] / [http://www.openjump.org/ OpenJUMP]&lt;br /&gt;
* [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]&lt;br /&gt;
* [http://udig.refractions.net/ uDig] / JGrass&lt;br /&gt;
* ''...''&lt;br /&gt;
&lt;br /&gt;
== What components? ==&lt;br /&gt;
* GeoAPI (OGC/ISO specifications)&lt;br /&gt;
* GeoTools&lt;br /&gt;
* JTS&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
People from each team who are taking part in this discussion:&lt;br /&gt;
''...''&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
'''Licensing'''&lt;br /&gt;
* LGPL vs GPL: everyone can use the LGPL code; GPL code will get less reuse&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
* draw a picture (who is using what right now?)&lt;br /&gt;
* have an IRC meeting and figure out where we can collaborate&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Main_Page&amp;diff=15418</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Main_Page&amp;diff=15418"/>
		<updated>2007-06-14T19:08:21Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Software Related */ adding Java GIS Collaboration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Meet at the [[FOSS4G 2007]] conference in Victoria, BC, Canada.''&lt;br /&gt;
&lt;br /&gt;
[[Image:FOSS4G 2007 Logo.png|180px|thumb|right|FOSS4G 2007 Logo]]&lt;br /&gt;
&lt;br /&gt;
== Introduction to the Open Source Geospatial Foundation Wiki ==&lt;br /&gt;
&lt;br /&gt;
This is the community Wiki of the Open Source Geospatial Foundation. Please refer to [http://www.osgeo.org/ the official web site] for official documents and policies. This Wiki is the place where documents such as committee notes, discussion on software projects, and proposals can be created collaboratively.&lt;br /&gt;
&lt;br /&gt;
See [[Getting Started]] for how to dive in and get involved. We have [[Local Chapters]], which work regionally and in other languages. We also have many active [[Mailing Lists]] for discussions. Take a moment to visit our [[Library]]. We have a list of email [[Contacts]] for various projects and functions.&lt;br /&gt;
&lt;br /&gt;
The OSGeo has an [http://www.osgeo.org/about official structure] but the movement is much larger. You are free to join us and add yourself to the [[All Members]] page.&lt;br /&gt;
&lt;br /&gt;
In November of 2006 the OSGeo accomplished a major milestone with the addition of a full time Executive Director.  Tyler Mitchell was selected by the board of directors and will help to coordinate and lead the efforts of our organization.  Find out more at [http://spatialguru.com  Tyler Mitchell's Blog  ].&lt;br /&gt;
&lt;br /&gt;
== Committees ==&lt;br /&gt;
The committees are part of the official structure of OSGeo. Committees meet on the [irc://irc.freenode.net/osgeo IRC] or use conference calls. [http://logs.qgis.org/osgeo/ IRC logs] of previous meetings are often available. For a list of scheduled or regularly scheduled meetings of many of the committees check the [[Foundation Calendar]].&lt;br /&gt;
&lt;br /&gt;
From the committees' pages you will find the missions, names of the people involved, and links to the working documents.&lt;br /&gt;
&lt;br /&gt;
Although committees are official and there is an official list of members please feel free to participate!&lt;br /&gt;
&lt;br /&gt;
* [[Board of Directors]] (official) - [[Board tasks]]&lt;br /&gt;
* [[Website Committee]] (official) - [[WebComTODO|Current WebCom tasks]]&lt;br /&gt;
* [[Fundraising]] Committee (official)&lt;br /&gt;
* [[Incubation Committee]] (official)&lt;br /&gt;
* [[Promotion and Visibility Committee]] (official)&lt;br /&gt;
* [[Public Geospatial Data Committee]] (official; maybe needs a catchier name)&lt;br /&gt;
* [[Education and Curriculum Committee]] (official)&lt;br /&gt;
* [[SAC|System Administration Committee (SAC)]] (official)&lt;br /&gt;
* [[Conference Committee]] (official)&lt;br /&gt;
* [[Certification Committee]] (not official) - ''initial ideas stage!''&lt;br /&gt;
&lt;br /&gt;
== Proposals and Other Working Pages ==&lt;br /&gt;
This section is for new proposals which need publicity, or are not yet assigned to any committee or need broader collaboration. Once the entry here has done its work, it should be moved to a more appropriate place.&lt;br /&gt;
&lt;br /&gt;
Check out the [[Special:Recentchanges]] page also (a link in the navigation menu on the left).&lt;br /&gt;
&lt;br /&gt;
=== Current Issues ===&lt;br /&gt;
* [[2007_SoC_Merged_Ideas]] Welcome Students&lt;br /&gt;
* [[OSGeo Educational Project]]&lt;br /&gt;
* [[Response to RFI for US Gov GeoSpatial]]&lt;br /&gt;
* [[Volunteers Needed]]&lt;br /&gt;
* [[What's Working]]&lt;br /&gt;
* [[What's Not Working]]&lt;br /&gt;
&lt;br /&gt;
=== General OSGeo ===&lt;br /&gt;
* [[OSGeo.org Project Tool FAQ]]&lt;br /&gt;
* [[OSGeo Description]] &lt;br /&gt;
* [[Press Release Process]]&lt;br /&gt;
* [[Press Release Template]]&lt;br /&gt;
* OSGeo [http://en.wikipedia.org/wiki/Open_Source_Geospatial_Foundation Wikipedia entry]&lt;br /&gt;
* [[Proposed Membership Rules]]&lt;br /&gt;
* [[Committee Guidelines]]&lt;br /&gt;
* [[Contacts]] - for projects, committees, etc&lt;br /&gt;
* [[Protocol for requesting letter of support]]&lt;br /&gt;
&lt;br /&gt;
=== Networking ===&lt;br /&gt;
* [[Local Chapters]]&lt;br /&gt;
* [[NGO Project]]&lt;br /&gt;
* [[Like Minded Regional Organizations]]&lt;br /&gt;
* [[International Outreach]]&lt;br /&gt;
&lt;br /&gt;
=== Software Related ===&lt;br /&gt;
* [[Commercial Services]]&lt;br /&gt;
* [[MapGuide Open Source]]&lt;br /&gt;
* [[FDO Open Source]]&lt;br /&gt;
* [[Mobile Solutions]]&lt;br /&gt;
* [[Distribution Special Interest Groups]]&lt;br /&gt;
* [[AJAX WebMapping Project Request]]&lt;br /&gt;
* [[Choosing a Web Mapping Platform]]&lt;br /&gt;
* [[Programming Languages Project]]&lt;br /&gt;
&amp;lt;!--* [[Cpanel Installer]]--&amp;gt;&lt;br /&gt;
* [[Script Repository]]&lt;br /&gt;
* [[Google Summer of Code]]&lt;br /&gt;
* [[Mapbender]]&lt;br /&gt;
* [[Java GIS Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Useful Notes ==&lt;br /&gt;
* [[Getting Started]] will help you to find about.&lt;br /&gt;
* [[How to Edit]] this Wiki.&lt;br /&gt;
* [[How to keep Track]] of what is going on in the Wiki.&lt;br /&gt;
* [[OSGEO:Protected page guidelines|Protected page guidelines]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
[[OSGEO:About|Wiki Site Disclaimer]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=15156</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=15156"/>
		<updated>2007-06-04T23:39:28Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access || Student Has Mailed Project Mailing List&lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || Andrea Aime || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources ([http://code.google.com/soc/osgeo/appinfo.html?csaid=699C8EA28A4718D1 Abstract])|| Simone Giannecchini || Martin Desruisseaux || Y || Y ||   || Y&lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || Martin Desruisseaux || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || Y || Y ||  || Y&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || Justin Deolivera || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || Y || ? || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=15154</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=15154"/>
		<updated>2007-06-04T22:48:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access || Student Has Mailed Project Mailing List&lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || Andrea Aime || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources ([http://code.google.com/soc/osgeo/appinfo.html?csaid=699C8EA28A4718D1 Abstract])|| Simone Giannecchini || Martin Desruisseaux || Y || Y ||   || Y&lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || Martin Desruisseaux || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || Y || Y ||  || Y&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || Justin Deolivera || Y || Y || Y || &lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || Y || ? || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14731</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14731"/>
		<updated>2007-05-24T15:44:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */ removed philip vachon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access || Student Has Mailed Project Mailing List&lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Petr Pridal || GDAL - Raster Driver For PNG/JPG Tile Structure || Howard Butler || ? || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources|| Simone Giannecchini || ? || N || N || N  || N&lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || - || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || ? || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14730</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14730"/>
		<updated>2007-05-24T15:38:50Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access || Student Has Mailed Project Mailing List&lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Petr Pridal || GDAL - Raster Driver For PNG/JPG Tile Structure || Howard Butler || ? || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources|| Simone Giannecchini || ? || N || N || N  || N&lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || - || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || ? || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Philippe Vachon || GDAL - Synthetic RADAR Processor || Frank Warmerdam || Cancelled || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14729</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14729"/>
		<updated>2007-05-24T15:36:03Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access || Student Has Mailed Project Mailing List&lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || - || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Petr Pridal || GDAL - Raster Driver For PNG/JPG Tile Structure || Howard Butler || ? || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources|| Simone Giannecchini || ? || N || N || N  || N&lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || ? || Y || N || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Philippe Vachon || GDAL - Synthetic RADAR Processor || Frank Warmerdam || Cancelled || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14728</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14728"/>
		<updated>2007-05-24T15:23:48Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access &lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Petr Pridal || GDAL - Raster Driver For PNG/JPG Tile Structure || Howard Butler || ? || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources|| Simone Giannecchini || ? || N || N || N &lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || ? || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Philippe Vachon || GDAL - Synthetic RADAR Processor || Frank Warmerdam || Cancelled || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14727</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=14727"/>
		<updated>2007-05-24T15:21:26Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Project Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access &lt;br /&gt;
|-&lt;br /&gt;
| Daniel Bundala || GRASS - Line simplification &amp;amp; Smoothing Modules ([http://code.google.com/soc/osgeo/appinfo.html?csaid=3D7195C3927C616D Abstract])|| Wolf Bergenheim || - || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
| Maximilian Maldacker || GRASS - Shortest Path in Free Vector Space ([http://code.google.com/soc/osgeo/appinfo.html?csaid=FEF51B36978B92BF Abstract])|| Wolf Bergenheim || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Klokan Petr Přidal || [[GDAL2Tiles_SoC_2007|GDAL - GDAL2Tiles, Tile Raster Driver]] || Howard Butler || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Jens Oberender || [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL - KML Read Support For Existing Driver] || Mateusz Loskot || - || Y || Y || Account created, not tested&lt;br /&gt;
|-&lt;br /&gt;
| Christophe Rousson || uDig - Data Caching || Ian Turton || Jesse || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Eduin Yezid Carrillo Vega|| PostGIS - Materialized Views with Geometric Support|| Mark Leslie || Kevin Neufeld || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Whitney || GeoServer - JTileCache || Justin Deoliveira || - || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Petr Pridal || GDAL - Raster Driver For PNG/JPG Tile Structure || Howard Butler || ? || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Daniele Romagnolil || GeoTools - Multi-Dimensional Raster Data Sources|| Simone Giannecchini || ? || N || N || N &lt;br /&gt;
|-&lt;br /&gt;
| Jan Jezek|| GeoTools and uDig - Transformation Algorithms || Jesse Eichar || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Xing Lin || PostGIS - Coverage Model and Operations ([http://code.google.com/soc/osgeo/appinfo.html?csaid=2425D23F080CAAFB Abstract])|| Timothy Keitt|| (request to postgis-devel) || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Anthony Manfredi || GeoServer - Style Editor || Andrea Aime || Cory Horner || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Rui Li || uDig Interactive GeoRSS Tool ([http://code.google.com/soc/osgeo/appinfo.html?csaid=CB1B7287EFAF39DA Abstract])|| Richard Gould || ? || Y || N || Account created, not tested&lt;br /&gt;
|-&lt;br /&gt;
| Philippe Vachon || GDAL - Synthetic RADAR Processor || Frank Warmerdam || Cancelled || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Hans Haggstrom || GeoTools 3D Rendering Pipeline || Jody Garnett || Landon Blake || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Adam Nowacki || GDAL - OCG WMS Driver || Daniel Morissette || ? || Y || Y || N&lt;br /&gt;
|-&lt;br /&gt;
| Michael Craig || 3D Rendering Pipeline Component For GIS Servers || Landon Blake || Jody Garnett || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: Another similar table can be found here:&lt;br /&gt;
- http://docs.codehaus.org/display/GEOTOOLS/Summer+of+Code&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
List of [http://code.google.com/soc/osgeo/about.html OSGeo proposals for Summer of Code]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=13775</id>
		<title>2007 Google SoC Project Milestones</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Project_Milestones&amp;diff=13775"/>
		<updated>2007-04-11T21:44:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to track the Milestones reached by each project particpating in the OSGeo Umbrella for the 2007 Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
= Project Information =&lt;br /&gt;
&lt;br /&gt;
{|border=1 align=center&lt;br /&gt;
| Student || Project || Primary Mentor/Contact || Alternate Mentor/Contact || Subscribed To Project Mailing List || Subscribed To OSGeo Mailing List || Repository Access &lt;br /&gt;
|-&lt;br /&gt;
| Sample || GRASS || - || - || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Sample || GDAL || - || - || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Sample || GeoTools || - || - || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Sample || uDig || - || - || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Sample || PostGIS || - || - || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
| Sample || GeoServer || - || - || N || N || N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Navigation = &lt;br /&gt;
[http://wiki.osgeo.org/index.php/Google_Summer_of_Code OSGeo Google Summer of Code Home]&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ 2007 Google Summer of Code Home]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13686</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13686"/>
		<updated>2007-04-10T17:42:32Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Final Rankings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett ('''student already allocated -- Geotools #2''')&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Richard Gould&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS #1 || GRASS Modules for line generalization and smoothing&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL #1 || GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || PostGIS #1 || Materialized Views with Geometric Support&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || GeoTools #1 || Plugins for multidimensional raster data sources&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig #1 || Caching data in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer #1 || JTileCache&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || GRASS #2 || Shortest path in free (vector) space avoiding obstacles module in GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || GDAL #2 || GDAL: KML read support for the existing driver&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || GeoTools #2 || New Transformation Algorithms for GeoTools and uDig&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || PostGIS #2 || Coverage model and operations for PostGIS&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || GeoServer #2 || Geoserver Style Editor&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || uDig #2 || Implementation of An Interactive GeoRSS tool in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || GRASS #3 || Line generalization module for GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || GDAL #3 || A Synthetic Aperture RADAR Processor using GDAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 11 || GeoTools #3 || 3D Rendering Pipeline for GeoTools&lt;br /&gt;
|-&lt;br /&gt;
| 16 || 10 || GRASS #4 || GRASS Global Least Cost Path Module&lt;br /&gt;
|-&lt;br /&gt;
| 17 || 9 || GDAL #4 || OGC WMS GDAL driver&lt;br /&gt;
|-&lt;br /&gt;
| 18 || 8 || GeoTools #4 || 3D-Dimensional Rendering Pipeline Component for GIS Servers&lt;br /&gt;
|-&lt;br /&gt;
| 19 || 7 || GRASS #5 || A new simulation/optimization algorithm for least cost path&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13684</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13684"/>
		<updated>2007-04-10T16:07:38Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* uDig */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett ('''student already allocated -- Geotools #2''')&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Richard Gould&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS #1 || GRASS Modules for line generalization and smoothing&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL #1 || GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || PostGIS #1 || Materialized Views with Geometric Support&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || GeoTools #1 || Plugins for multidimensional raster data sources&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig #1 || Caching data in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer #1 || JTileCache&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || GRASS #2 || Shortest path in free (vector) space avoiding obstacles module in GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || GDAL #2 || GDAL: KML read support for the existing driver&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || GeoTools #2 || New Transformation Algorithms for GeoTools and uDig&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || PostGIS #2 || Coverage model and operations for PostGIS&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || GeoServer #2 || Geoserver Style Editor&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || uDig #2 || Implementation of An Interactive GeoRSS tool in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || GRASS #3 || Line generalization module for GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || GDAL #3 || A Synthetic Aperture RADAR Processor using GDAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 11 || GeoTools #3 || 3D Rendering Pipeline for GeoTools&lt;br /&gt;
|-&lt;br /&gt;
| 16 || 10 || GRASS #4 || GRASS Global Least Cost Path Module&lt;br /&gt;
|-&lt;br /&gt;
| 17 || 9 || GDAL #4 || OGC WMS GDAL driver&lt;br /&gt;
|-&lt;br /&gt;
| 18 || 8 || GeoTools #4 || 3D-Dimensional Rendering Pipeline Component for GIS Servers&lt;br /&gt;
|-&lt;br /&gt;
| 19 || 7 || GRASS #5 || A new simulation/optimization algorithm for least cost path&lt;br /&gt;
|-&lt;br /&gt;
| 20 || 10 || ? || ?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13683</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13683"/>
		<updated>2007-04-10T15:54:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* uDig */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett ('''student already allocated''')&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Richard Gould&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS #1 || GRASS Modules for line generalization and smoothing&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL #1 || GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || PostGIS #1 || Materialized Views with Geometric Support&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || GeoTools #1 || Plugins for multidimensional raster data sources&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig #1 || Caching data in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer #1 || JTileCache&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || GRASS #2 || Shortest path in free (vector) space avoiding obstacles module in GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || GDAL #2 || GDAL: KML read support for the existing driver&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || GeoTools #2 || New Transformation Algorithms for GeoTools and uDig&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || PostGIS #2 || Coverage model and operations for PostGIS&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || GeoServer #2 || Geoserver Style Editor&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || uDig #2 || Implementation of An Interactive GeoRSS tool in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || GRASS #3 || Line generalization module for GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || GDAL #3 || A Synthetic Aperture RADAR Processor using GDAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 11 || GeoTools #3 || 3D Rendering Pipeline for GeoTools&lt;br /&gt;
|-&lt;br /&gt;
| 16 || 10 || GRASS #4 || GRASS Global Least Cost Path Module&lt;br /&gt;
|-&lt;br /&gt;
| 17 || 9 || GDAL #4 || OGC WMS GDAL driver&lt;br /&gt;
|-&lt;br /&gt;
| 18 || 8 || GeoTools #4 || 3D-Dimensional Rendering Pipeline Component for GIS Servers&lt;br /&gt;
|-&lt;br /&gt;
| 19 || 7 || GRASS #5 || A new simulation/optimization algorithm for least cost path&lt;br /&gt;
|-&lt;br /&gt;
| 20 || 10 || ? || ?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13569</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13569"/>
		<updated>2007-04-07T22:53:04Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Final Rankings */ added 16-20 ranks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton?&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett '''student already allocated'''&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Ian Turton?&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS #1 || GRASS Modules for line generalization and smoothing&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL #1 || GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || PostGIS #1 || Materialized Views with Geometric Support&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || GeoTools #1 || Plugins for multidimensional raster data sources&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig #1 || Caching data in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer #1 || JTileCache&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || GRASS #2 || Shortest path in free (vector) space avoiding obstacles module in GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || GDAL #2 || GDAL: KML read support for the existing driver&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || GeoTools #2 || New Transformation Algorithms for GeoTools and uDig&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || PostGIS #2 || Coverage model and operations for PostGIS&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || GeoServer #2 || Geoserver Style Editor&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || uDig #2 || Implementation of An Interactive GeoRSS tool in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || GRASS #3 || Line generalization module for GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || GDAL #3 || A Synthetic Aperture RADAR Processor using GDAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 11 || GeoTools #3 || 3D Rendering Pipeline for GeoTools&lt;br /&gt;
|-&lt;br /&gt;
| 16 || 10 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 17 || 10 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 18 || 10 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 19 || 10 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 20 || 10 || ? || ?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13520</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13520"/>
		<updated>2007-04-05T19:26:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: filled in rankings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton?&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett '''student already allocated'''&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Ian Turton?&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS #1 || GRASS Modules for line generalization and smoothing&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL #1 || GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || PostGIS #1 || Materialized Views with Geometric Support&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || GeoTools #1 || Plugins for multidimensional raster data sources&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig #1 || Caching data in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer #1 || JTileCache&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || GRASS #2 || Shortest path in free (vector) space avoiding obstacles module in GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || GDAL #2 || GDAL: KML read support for the existing driver&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || GeoTools #2 || New Transformation Algorithms for GeoTools and uDig&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || PostGIS #2 || Coverage model and operations for PostGIS&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || GeoServer #2 || Geoserver Style Editor&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || uDig #2 || Implementation of An Interactive GeoRSS tool in uDig&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || GRASS #3 || Line generalization module for GRASS&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || GDAL #3 || A Synthetic Aperture RADAR Processor using GDAL&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 11 || GeoTools #3 || 3D Rendering Pipeline for GeoTools&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13509</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13509"/>
		<updated>2007-04-04T18:16:51Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: moved postgis up; added final rankings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton?&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Ian Turton?&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= Final Rankings =&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
| Rank || Points || Project || Title &lt;br /&gt;
|-&lt;br /&gt;
| 1 || 25 || GRASS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 24 || GDAL || ?&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 23 || GeoTools || ?&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 22 || PostGIS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 21 || uDig || ?&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 20 || GeoServer || ?&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 19 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 18 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 17 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 16 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 15 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 14 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 13 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 12 || ? || ?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13508</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13508"/>
		<updated>2007-04-04T17:41:01Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton?&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Ian Turton?&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega / Mark Leslie&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin / Timothy Keitt&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13507</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13507"/>
		<updated>2007-04-04T17:35:30Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: re-added geotools, udig, geoserver rankings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal / Howard Butler&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender / Mateusz Loskot&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon / Frank Warmerdam&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki / Daniel Morissette&lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= Geotools =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] - Daniele Romagnoli / Simone Giannecchini&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig] - Jan Jezek / ? Jesse or Martin&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=EBIKAEV5UiYCKwcWHAZxVCwEMR9KEARcCXhVaEtVRg5VCXdVOkFRRg5S%0A 3D Rendering Pipeline for GeoTools] - Hans Häggström / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NRoHGwpUX28GKhINFCtWXiAMNF0HHAYLCyRQOhFcQgkLUnQAPRdTQV8%3D%0A 3-Dimensional Rendering Pipeline Component for GIS Servers] - Michael Craig / ?&lt;br /&gt;
&lt;br /&gt;
= uDig =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] - Christophe Rousson / Ian Turton&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A uDig Sensor Observation Service Client] - Jan Jezek / Jody Garnett&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig] - Rui Li / Ian Turton&lt;br /&gt;
&lt;br /&gt;
= Geoserver =&lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache] - Christopher Whitney / Justin Deoliveira&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OR4FHQ1DViUMGBQJEgJdHSIKNUldQwoEASRTYElQRlkHAXABPA%3D%3D%0A Geoserver Style Editor] - Anthony Manfredi / Andrea Aime&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13434</id>
		<title>SoC Application Rankings by Project 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SoC_Application_Rankings_by_Project_2007&amp;diff=13434"/>
		<updated>2007-04-02T17:12:04Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page segregates SoC applications by project, so that projects can rate their applications in priority order.  &lt;br /&gt;
&lt;br /&gt;
= GDAL = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KBsNH0VHUiINNx0kFAZQWi1LOxwJSVMBUiJUaRJQSQoDUnRVbRJX%0A A Synthetic Aperture RADAR Processor using GDAL] - Philippe Vachon&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Mx8LGApfcyYIORoIXQheXntSaEZdRg1UB3sEYRJVSlMEVQ%3D%3D%0A GDAL Raster Driver for PNG/JPG Tile Structure + gdal2tiles utility] - Petr Prindal&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEbxBSEg4ECSBSOUMBQAlV%0A GDAL: KML read support for the existing driver] - Jens Oberender&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhwTEgBxSzEENV0AFlEJVSQHa0JVSlFVVyBVYUYBQg%3D%3D%0A OGC WMS GDAL driver] - Adam Nowacki&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=Ml0LEQJxRzMKMhJKHQ5FCXYEahZdQQkACXkDbRdRRAgC%0A GDAL: Driver for GeoRSS] - Jens Oberender&lt;br /&gt;
&lt;br /&gt;
= GRASS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBcCQw9UBCdfPhdUFlJTUXI%3D%0A GRASS Modules for line generalization and smoothing] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NR4FHw9QUCoAKjMDHgpYX28GNx5eRF4DUHFTO0NeEQ1XBCIDPhE%3D%0A Shortest path in free (vector) space avoiding obstacles module in GRASS] - Maximilian Maldacker&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=NhoPHAdYUCwMNBYKEitWXiAMNF0HHAYLCycAOhBSQV0LBCJTYBJUFl8%3D%0A Line generalization module for GRASS] - Milena Nikolic&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OgYKFwpdUgECNRINH0VSXCxfYBUHRVoEVnVfYRJdQw0GUiI%3D%0A  GRASS Global Least Cost Path Module] - Daniel Bundala&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=OhwGERJBXDYAKgAkFAZQWi1LOxwJSVMBUCBQbUQASQ9UBCIEYRcH%0A A new simulation/optimization algorithm for least cost path] - Bobby Powers&lt;br /&gt;
&lt;br /&gt;
= Java = &lt;br /&gt;
&lt;br /&gt;
Mentors avaialble from GeoTools, GeoServer and uDIg communities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Proposal&lt;br /&gt;
! Student&lt;br /&gt;
! GeoTools&lt;br /&gt;
! GeoServer&lt;br /&gt;
! uDig&lt;br /&gt;
|- &lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEl0HCnQEYhcCQVtQUCJV%0A UDig Sensor Observation Service Client]&lt;br /&gt;
| Jan Jezek&lt;br /&gt;
| XXXXX&lt;br /&gt;
| .....&lt;br /&gt;
| XXXXX&lt;br /&gt;
|-&lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=NBoIGhlEWnNTGBQJEgJdHSIKNUlcRl8GUHQEOklSQQlTViIDOg%3D%3D%0A Implementation of An Interactive GeoRSS tool in uDig]&lt;br /&gt;
| Rui Li&lt;br /&gt;
| xxx..&lt;br /&gt;
| .....&lt;br /&gt;
| xxx..&lt;br /&gt;
|-&lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhhFXDENPV0WHB5CQC4LGBQJEgJdHSIKNUlcEg8HAHBRO0kFRVgJBiQHaA%3D%3D%0A Caching data in uDig] &lt;br /&gt;
| Christophe ROUSSON&lt;br /&gt;
| xxx..&lt;br /&gt;
| xxx..&lt;br /&gt;
| xxx..&lt;br /&gt;
|-&lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=OxsWGhgfRCkMLB0BCitWXiAMNF0HHAYLCnFTaRcGRw4LVnRRYRYAFwo%3D%0A JTileCache]&lt;br /&gt;
| Christopher Whitney&lt;br /&gt;
| x....&lt;br /&gt;
| xxx..&lt;br /&gt;
| .....&lt;br /&gt;
|-&lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=PBIKCkV2Vi4xNxwIACtWXiAMNF0HHAYLCyRSaUQFR1oLC3ZSYUZdElI%3D%0A Plugins for multidimensional raster data sources] &lt;br /&gt;
| Daniele Romagnoli&lt;br /&gt;
| xxx..&lt;br /&gt;
| xx...&lt;br /&gt;
| xx...&lt;br /&gt;
|- &lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0A New Transformation Algorithms for GeoTools and uDig]&lt;br /&gt;
| Jan Jezek&lt;br /&gt;
| xxx..&lt;br /&gt;
| x....&lt;br /&gt;
| x....&lt;br /&gt;
|- &lt;br /&gt;
| [http://code.google.com/soc/osgeo/app.html?csaid=MF0OFhFUWAEGPR0QAR5cHSIfYksCEQgJAXkGYkcHRF5VCndd%0 GeoServer Style Editor]&lt;br /&gt;
| Anthony Manfredi&lt;br /&gt;
| x....&lt;br /&gt;
| xxx..&lt;br /&gt;
| ..... &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Rating&lt;br /&gt;
! Benifit&lt;br /&gt;
|-&lt;br /&gt;
| XXXXX&lt;br /&gt;
| Wow - takes us into new territory&lt;br /&gt;
|-&lt;br /&gt;
| XXXX.&lt;br /&gt;
| We need it yesterday&lt;br /&gt;
|-&lt;br /&gt;
| xxx..&lt;br /&gt;
| Popular request&lt;br /&gt;
|-&lt;br /&gt;
| xx...&lt;br /&gt;
| Stratagic goal&lt;br /&gt;
|-&lt;br /&gt;
| x....&lt;br /&gt;
| Adds to existing experience&lt;br /&gt;
|-&lt;br /&gt;
| .....&lt;br /&gt;
| Not Applicable to Project&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= PostGIS = &lt;br /&gt;
&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=IRYHEhlDWi0JNzMDHgpYX28GNx5eRl1QUHZQbxVeElwIBnFSOxc%3D%0A Materialized Views with Geometric Support] - Eduin Yezid Carrillo Vega&lt;br /&gt;
# [http://code.google.com/soc/osgeo/app.html?csaid=KxwIHEVdWi8lPx4FGgcfUC4IYkQGElhSBXAHYkNWF1JVCnYE%0A Coverage model and operations for PostGIS] - Xing Lin&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12929</id>
		<title>PostGIS SoC Ideas 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12929"/>
		<updated>2007-03-20T16:45:05Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas for Google Summer of Code students wanting to work on PostGIS ==&lt;br /&gt;
&lt;br /&gt;
=== Topology model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project consists in providing a standardized interface for storing topology information, that is sets of Edges, Nodes, Areas and their relations in constituting a Feature. There's already a [http://postgis.refractions.net/support/wiki/index.php?PostgisTopology draft implementation] of the model, what can be done is (in random order):&lt;br /&gt;
 &lt;br /&gt;
* Implementing topological operation directly using the topology model rather then converting input to simple Geometries.&lt;br /&gt;
* Import from / export to popular topology data formats (ie: TIGER)&lt;br /&gt;
 &lt;br /&gt;
=== Network model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project is aimed at providing a standardized interface for topological&lt;br /&gt;
network information storage and operations. Tipical use would be modeling&lt;br /&gt;
communication networks, composed by Links and Nodes, and performing&lt;br /&gt;
tasks such as least cost path finding.&lt;br /&gt;
&lt;br /&gt;
==== Linking to CGAL Library ====&lt;br /&gt;
&lt;br /&gt;
The [http://www.cgal.org/ Computational Geometry Algorithms Library] supports many algorithms for spatial analysis. Voronois, delaunays, etc.&lt;br /&gt;
==== Linking to Boost Graph Library ====&lt;br /&gt;
&lt;br /&gt;
The [http://www.boost.org/libs/graph/doc/index.html Boost Graph Library] supports many algorithms for graph and network analysis. Because it uses a generic iterator-based interface, it can easily be grafted into other frameworks simply by providing the appropriate iterator classes.&lt;br /&gt;
&lt;br /&gt;
=== Coverage model and operations ===&lt;br /&gt;
 &lt;br /&gt;
Allow storage and operations on coverage (raster-like) data.&lt;br /&gt;
 &lt;br /&gt;
=== GEOS performance improvements ===&lt;br /&gt;
 &lt;br /&gt;
The [http://geos.refractions.net/ GEOS] C++ library suffers from a design too closely bound to it's Java-implemented parent, [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]. This approach has introduced an unnecessary overhead throughout&lt;br /&gt;
the whole operations flow due to excessive dynamic polymorphism and heap allocations. Redesigning the most used subsystems could improve the overall performance. Random ideas:&lt;br /&gt;
 &lt;br /&gt;
* Redesign index classes using a templated approach.&lt;br /&gt;
* Enforce use of standard algorithms wherever appropriate.&lt;br /&gt;
&lt;br /&gt;
== Potential Mentors ==&lt;br /&gt;
&lt;br /&gt;
Developers in the PostGIS community who would be interested in supporting one of the above projects:&lt;br /&gt;
* [[User:Mloskot|Mateusz Loskot]] - mloskot[]gmail.com - interested in supporting ''GEOS performance improvements'' task&lt;br /&gt;
* [[User:Tkeitt|Tim Keitt]] - I'm interested in supporting &amp;quot;Network model and operations&amp;quot; and &amp;quot;Coverage model and operations&amp;quot; tasks&lt;br /&gt;
&lt;br /&gt;
== Other projects ==&lt;br /&gt;
&lt;br /&gt;
Please see [[Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2007&amp;diff=12499</id>
		<title>Google Summer of Code 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2007&amp;diff=12499"/>
		<updated>2007-03-12T19:43:20Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Central page for administering OSGeo participation in Google Summer of Code 2007.&lt;br /&gt;
&lt;br /&gt;
= Background = &lt;br /&gt;
&lt;br /&gt;
* Frank Warmerdam will act as Administrative contact, with support from Landon Blake.&lt;br /&gt;
* Google documentation on the program is at: http://code.google.com/support/bin/topic.py?topic=10442&lt;br /&gt;
* Last years SoC submission from Refractions: http://code.google.com/soc/2006/refract/about.html&lt;br /&gt;
* Last years introduction and ideas list from Refractions (uDig, PostGIS): http://www.refractions.net/soc2006/&lt;br /&gt;
* Mentoring HOWTO: http://primates.ximian.com/~federico/docs/summer-of-code-mentoring-howto/index.html&lt;br /&gt;
&lt;br /&gt;
= Timeline =&lt;br /&gt;
&lt;br /&gt;
* March 12: Mentoring organization application deadline (we should have project ideas lists ready)&lt;br /&gt;
* March 24: Student application deadline. &lt;br /&gt;
* April 9: Accepted student applications announced.&lt;br /&gt;
* May 28: Students begin work.&lt;br /&gt;
* August 31: final evaluation deadline.&lt;br /&gt;
&lt;br /&gt;
= Project Ideas Lists = &lt;br /&gt;
&lt;br /&gt;
Please link project specific proposed projects here:&lt;br /&gt;
* [[Final Project Ideas List]]&lt;br /&gt;
&lt;br /&gt;
* [[GDAL SoC Ideas]]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOSDEV/GeoServer+Summer+of+Code+Ideas GeoServer SoC Ideas]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Google+Summer+of+Code GeoTools Soc Ideas]&lt;br /&gt;
* [http://grass.gdf-hannover.de/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]&lt;br /&gt;
* [http://trac.osgeo.org/mapguide/wiki/GoogleSoC2007 MapGuide Soc Ideas]&lt;br /&gt;
* [[PostGIS SoC Ideas 2007|PostGIS SoC Ideas]]&lt;br /&gt;
* [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code+2007 User-friendly Desktop Internet GIS SoC Ideas]&lt;br /&gt;
* [[OpenJUMP 2007 SOC Ideas]]&lt;br /&gt;
* [[MapServer_2007_SOC_Ideas]]&lt;br /&gt;
&lt;br /&gt;
= Documents =&lt;br /&gt;
&lt;br /&gt;
OSGeo [[2007 Google SoC Application]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Application&amp;diff=12473</id>
		<title>2007 Google SoC Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Application&amp;diff=12473"/>
		<updated>2007-03-12T16:20:39Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Submit application to: http://code.google.com/soc/org_signup.html&lt;br /&gt;
&lt;br /&gt;
Details at: http://groups.google.com/group/google-summer-of-code-announce/web/gsoc-mentor-organization-application-how-to&lt;br /&gt;
&lt;br /&gt;
'''1. Describe your organization.''' &lt;br /&gt;
&lt;br /&gt;
OSGeo is an incorporated not-for-profit organization serving as an umbrella organization for the Open Source Geospatial community in general, and 12 projects in particular. &lt;br /&gt;
&lt;br /&gt;
'''2. Why is your organization applying to participate in GSoC 2007? What do you hope to gain by participating?''' &lt;br /&gt;
&lt;br /&gt;
We hope to get more students involved in open source geospatial development to grow the development community, and to advance particular projects.  &lt;br /&gt;
&lt;br /&gt;
'''3. Did your organization participate in GSoC 2005 or 2006? If so, please summarize your involvement and the successes and  failures of your student projects.''' &lt;br /&gt;
&lt;br /&gt;
OSGeo was formed in early 2006 and hasn't participated in GSoC in previous years.  However, Refractions Research did participate in 2006 on behalf of the GeoTools, uDig, and PostGIS projects which will be participating through OSGeo.  The previously participating mentors and administrator from 2006 are supporting the OSGeo 2007 effort. &lt;br /&gt;
&lt;br /&gt;
'''4. If your organization has not previously participated in GSoC, have you applied in the past? If so, for what year(s)?''' &lt;br /&gt;
&lt;br /&gt;
Refractions Research participated in 2006, and sent 2 delegates to the mentor conference.&lt;br /&gt;
&lt;br /&gt;
'''5. Who will your organization administrator be? Please include Google Account information.''' &lt;br /&gt;
&lt;br /&gt;
Frank Warmerdam, OSGeo President - account: fwarmerdam&lt;br /&gt;
&lt;br /&gt;
'''6. What license does your project use?''' &lt;br /&gt;
&lt;br /&gt;
Different projects operate under a variety of OSI approved licenses, mainly GPL, LGPL, and MIT/X.&lt;br /&gt;
&lt;br /&gt;
'''7. What is the URL for your ideas page?''' &lt;br /&gt;
&lt;br /&gt;
* [[GDAL SoC Ideas]]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOSDEV/GeoServer+Summer+of+Code+Ideas GeoServer SoC Ideas]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOTOOLS/Google+Summer+of+Code GeoTools Soc Ideas]&lt;br /&gt;
* [http://grass.gdf-hannover.de/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]&lt;br /&gt;
* [http://trac.osgeo.org/mapguide/wiki/GoogleSoC2007 MapGuide Soc Ideas]&lt;br /&gt;
* [[PostGIS SoC Ideas 2007|PostGIS SoC Ideas]]&lt;br /&gt;
* [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code+2007 User-friendly Desktop Internet GIS SoC Ideas]&lt;br /&gt;
* [[OpenJUMP 2007 SOC Ideas]]&lt;br /&gt;
* [[MapServer_2007_SOC_Ideas]]&lt;br /&gt;
&lt;br /&gt;
'''8. What is the main development mailing list for your organization?''' &lt;br /&gt;
&lt;br /&gt;
discuss@lists.osgeo.org - see http://lists.osgeo.org/mailman/listinfo/discuss&lt;br /&gt;
&lt;br /&gt;
'''Project lists'''&lt;br /&gt;
&lt;br /&gt;
* GeoServer - geoserver-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/geoserver-devel details] )&lt;br /&gt;
* GeoTools - geotools-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/geotools-devel details] )&lt;br /&gt;
* uDig - udig-devel@lists.refractions.net ( [http://lists.refractions.net/mailman/listinfo/udig-devel details] )&lt;br /&gt;
* MapGuide - mapguide-internals@lists.osgeo.org ( [http://lists.osgeo.org/mailman/listinfo/mapguide-internals details] )&lt;br /&gt;
* OpenJUMP - jump-pilot-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/jump-pilot-devel details] )&lt;br /&gt;
* MapServer - mapserver-dev@lists.umn.edu ( [http://mapserver.gis.umn.edu/community/mailinglists/mapserver-dev/  details] )&lt;br /&gt;
* GDAL - gdal-dev@lists.maptools.org ( [http://lists.maptools.org/&lt;br /&gt;
* PostGIS - postgis-users@postgis.refractions.net ( [http://postgis.refractions.net/mailman/listinfo/postgis-users details] )&lt;br /&gt;
&lt;br /&gt;
'''9. What is the main IRC channel for your organization?''' &lt;br /&gt;
&lt;br /&gt;
irc://irc.freenode.net/#osgeo &lt;br /&gt;
&lt;br /&gt;
'''Project irc channels:'''&lt;br /&gt;
&lt;br /&gt;
* irc://irc.freenode.net/#geoserver&lt;br /&gt;
* irc://irc.freenode.net/#geotools&lt;br /&gt;
* irc://irc.freenode.net/#udig&lt;br /&gt;
* irc://irc.freenode.net/#mapguide&lt;br /&gt;
* irc://irc.freenode.net/#mapserver&lt;br /&gt;
* irc://irc.freenode.net/#gdal&lt;br /&gt;
* irc://irc.freenode.net/#postgis&lt;br /&gt;
&lt;br /&gt;
'''10. Does your organization have an application template you would like to see students use? If so, please provide it now.''' &lt;br /&gt;
&lt;br /&gt;
''consider''&lt;br /&gt;
&lt;br /&gt;
'''11. Who will be your backup organization administrator? Please include Google Account information.''' &lt;br /&gt;
&lt;br /&gt;
Landon Blake - sunburned.surveyor [] gmail.com&lt;br /&gt;
&lt;br /&gt;
'''12. Who will your mentors be? Please include Google Account Information.''' &lt;br /&gt;
&lt;br /&gt;
Google Accounts can be checked/created from: https://www.google.com/accounts/ManageAccount&lt;br /&gt;
&lt;br /&gt;
* jody.garnett [] gmail.com (Jody Garnett) - available for uDig, GeoTools, GeoServer&lt;br /&gt;
* hobuisu [] gmail.com (Howard Butler) - available for GDAL&lt;br /&gt;
* jason.birch [] gmail.com (Jason Birch) - MapGuide&lt;br /&gt;
* pagameba [] gmail.com (Paul Spencer) - MapGuide&lt;br /&gt;
* trevor.wekel [] autodesk.com (Trevor Wekel) - MapGuide&lt;br /&gt;
* rbraygle [] gmail.com / robert.bray [] autodesk.com (Bob Bray) - MapGuide&lt;br /&gt;
* sunburned.surveyor [] gmail.com (Landon Blake) - OpenJUMP&lt;br /&gt;
* erwan.bocher [] gmail.com (Erwan Bocher) - OpenJUMP Alternate Mentor&lt;br /&gt;
* bruce.dechant [] autodesk.com (Bruce Dechant) - MapGuide&lt;br /&gt;
* mloskot [] gmail.com (Mateusz Loskot) - available for GEOS, GDAL&lt;br /&gt;
* dmorissette [] gmail.com (Daniel Morissette) - available for MapServer&lt;br /&gt;
* simon.pelicon [] gmail.com (Simon Pelicon) - MapGuide&lt;br /&gt;
* hkurtagic [] gmail.com (Haris Kurtagic) - MapGuide (backup for Simon)&lt;br /&gt;
* fwarmerdam [] gmail.com (Frank Warmerdam)- GDAL, MapServer&lt;br /&gt;
* simboss1 [] gmail.com (Simone Giannecchini) - GeoServer&lt;br /&gt;
* alessio.fabiani [] gmail.com (Alessio Fabiani) - GeoServer&lt;br /&gt;
* ijturton [] gmail.com (Ian Turton) - GeoServer, GeoTools&lt;br /&gt;
* tkeitt [] gmail.com (Tim Keitt) - PostGIS&lt;br /&gt;
* andrea.antonello [] gmail.com (Andrea Antonello) - available for uDig, GeoTools&lt;br /&gt;
* paulthedj [] gmail.com (Paul Kelly) - GRASS (r.los project)&lt;br /&gt;
* wolf [] bergenheim.net (Wolf Bergenheim) - GRASS (line generalization / Shortest path projects)&lt;br /&gt;
* rob.private.atkinson [] gmail.com (Rob Atkinson) - GeoTools&lt;br /&gt;
* chorner [] refractions.net (Cory Horner) - uDig&lt;br /&gt;
&lt;br /&gt;
'''13. What criteria did you use to select these individuals as mentors? Please be as specific as possible.''' &lt;br /&gt;
&lt;br /&gt;
Mentors are selected by project steering comittees based on their reputation as skilled developers, previously demonstrated ability to support new project developers, and stated willingness to devote time to the mentoring process.&lt;br /&gt;
&lt;br /&gt;
'''14. What is your plan for dealing with disappearing students?'''&lt;br /&gt;
&lt;br /&gt;
Plan A:&lt;br /&gt;
&lt;br /&gt;
In order to minimize the likelyhood of disappearing students we will ensure that the OSGeo administrative contact and the mentor have full contact information (email, home phone, etc) so that we can keep in touch with them.&lt;br /&gt;
&lt;br /&gt;
In addition, we will make our reporting requirements clear up front.  Letting the students know that we will require weekly progress reports, participation on public IRC channels and mailing lists will all help ensure ongoing commitment to the work.&lt;br /&gt;
&lt;br /&gt;
Plan B:&lt;br /&gt;
&lt;br /&gt;
Leveraging Open Source software from the OSGeo stack, coupled with high-accuracy data sources, volunteers from the open source community will process the data, including student metadata, and the results will be used for the targeting instructions for high-powered space-based lasers. Results of this will be displayed on a large video wall, which will prove that the student really has disappeared, and should act as a deterrent to future student disappearances.&lt;br /&gt;
&lt;br /&gt;
http://www.jasonbirch.com/files/space_lasers.jpg&lt;br /&gt;
([http://ossim.telascience.org/ossimdata/nhv/DSCF0129.JPG resized from] )&lt;br /&gt;
&lt;br /&gt;
'''15. What is your plan for dealing with disappearing mentors?''' &lt;br /&gt;
&lt;br /&gt;
Project steering committees will appoint replacement mentors if existing mentors become unavailable or unresponsive during the project period.&lt;br /&gt;
&lt;br /&gt;
'''16. What steps will you take to encourage students to interact with your project's community before, during and after the program?''' &lt;br /&gt;
&lt;br /&gt;
The steps taken depend on the individual projects, as example last year GeoTools project has asked for weekly attendence at IRC meetings or status email. &lt;br /&gt;
&lt;br /&gt;
Other possibilities include:&lt;br /&gt;
# Having potential students work with their potential mentor to prepare a brief plan for the implementation of their project.&lt;br /&gt;
# Setting milestones that need to be reached by the student. These milestones would be defined before the student's work begins. A student would subsequently write a brief e-mail informing  the appropriate OSGeo or project-specific mailing list when they have reached a milestone, giving a brief description of the work completed to that date.&lt;br /&gt;
# Selecting students that have shown interest previously in the geospatial field. &lt;br /&gt;
&lt;br /&gt;
'''17. What will you do to ensure that your accepted students stick with the project after GSoC concludes?'''&lt;br /&gt;
&lt;br /&gt;
The steps taken depend on the individual projects, as example last year GeoTools project asked that students act as a &amp;quot;module maintainer&amp;quot; for their work. This role has an expected level of support associated with it.&lt;br /&gt;
&lt;br /&gt;
Apart from that, we are relying on the open development process and the appreciation that students will receive for implementing these needed features to provide positive feedback for the students.  The projects will be encouraging the students to take ownership of their work, and to contribute in other areas they may be interested in.&lt;br /&gt;
&lt;br /&gt;
Other possibilities include:&lt;br /&gt;
&lt;br /&gt;
# future contract work if available and the student merits it.&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12259</id>
		<title>PostGIS SoC Ideas 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12259"/>
		<updated>2007-03-08T21:39:38Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas for Google Summer of Code students wanting to work on PostGIS ==&lt;br /&gt;
&lt;br /&gt;
=== Topology model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project consists in providing a standardized interface for storing topology information, that is sets of Edges, Nodes, Areas and their relations in constituting a Feature. There's already a [http://postgis.refractions.net/support/wiki/index.php?PostgisTopology draft implementation] of the model, what can be done is (in random order):&lt;br /&gt;
 &lt;br /&gt;
* Implementing topological operation directly using the topology model rather then converting input to simple Geometries.&lt;br /&gt;
* Import from / export to popular topology data formats (ie: TIGER)&lt;br /&gt;
 &lt;br /&gt;
=== Network model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project is aimed at providing a standardized interface for topological&lt;br /&gt;
network information storage and operations. Tipical use would be modeling&lt;br /&gt;
communication networks, composed by Links and Nodes, and performing&lt;br /&gt;
tasks such as least cost path finding.&lt;br /&gt;
&lt;br /&gt;
==== Linking to CGAL Library ====&lt;br /&gt;
&lt;br /&gt;
The [http://www.cgal.org/ Computational Geometry Algorithms Library] supports many algorithms for spatial analysis. Voronois, delaunays, etc.&lt;br /&gt;
==== Linking to Boost Graph Library ====&lt;br /&gt;
&lt;br /&gt;
The [http://www.boost.org/libs/graph/doc/index.html Boost Graph Library] supports many algorithms for graph and network analysis. Because it uses a generic iterator-based interface, it can easily be grafted into other frameworks simply by providing the appropriate iterator classes.&lt;br /&gt;
&lt;br /&gt;
=== Coverage model and operations ===&lt;br /&gt;
 &lt;br /&gt;
Allow storage and operations on coverage (raster-like) data.&lt;br /&gt;
 &lt;br /&gt;
=== GEOS performance improvements ===&lt;br /&gt;
 &lt;br /&gt;
The [http://geos.refractions.net/ GEOS] C++ library suffers from a design too closely bound to it's Java-implemented parent, [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]. This approach has introduced an unnecessary overhead throughout&lt;br /&gt;
the whole operations flow due to excessive dynamic polymorphism and heap allocations. Redesigning the most used subsystems could improve the overall performance. Random ideas:&lt;br /&gt;
 &lt;br /&gt;
* Redesign index classes using a templated approach.&lt;br /&gt;
* Enforce use of standard algorithms wherever appropriate.&lt;br /&gt;
&lt;br /&gt;
== Potential Mentors ==&lt;br /&gt;
&lt;br /&gt;
Developers in the PostGIS community who would be interested in supporting one of the above projects:&lt;br /&gt;
* [[User:Mloskot|Mateusz Loskot]] - I'm strongly interested in supporting ''GEOS performance improvements'' task&lt;br /&gt;
* [[User:Tkeitt|Tim Keitt]] - I'm interested in supporting &amp;quot;Linking PostGIS to the Boost Graph Library&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(please include your google account info)&lt;br /&gt;
&lt;br /&gt;
== Other projects ==&lt;br /&gt;
&lt;br /&gt;
Please see [[Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Help:Editing&amp;diff=12258</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Help:Editing&amp;diff=12258"/>
		<updated>2007-03-08T21:29:48Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: /* Quick Start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Quick Start ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the wonderful world of wiki, the benefit is that you can edit the page (and fix my spelling mistakes).&lt;br /&gt;
&lt;br /&gt;
Here is a brutal quickstart because I am sick of clicking on the links below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Heading ==&lt;br /&gt;
&lt;br /&gt;
You can type things pretty much as you would expect and the&lt;br /&gt;
paragraph will flow from line to line. Leaving a blank line&lt;br /&gt;
will start a new papgraph.&lt;br /&gt;
&lt;br /&gt;
When typing you can ''emphasze text'', to '''make a point''',&lt;br /&gt;
but that stops being '''''fun''''' after a while.&lt;br /&gt;
&lt;br /&gt;
=== Sub Heading ===&lt;br /&gt;
&lt;br /&gt;
One of the fun parts of a wiki is linking:&lt;br /&gt;
* [[Page]] link&lt;br /&gt;
** Same thing as [[Page]]s and [[page]]&lt;br /&gt;
* [[Page#Sub Heading]] same as [[Page#Sub Heading 1=&lt;br /&gt;
** You could also link to [[Page#Sub Heading 2]]&lt;br /&gt;
* [[Page|a sample page]] also works&lt;br /&gt;
&lt;br /&gt;
To link to the wider wilder web:&lt;br /&gt;
* http://udig.refractions.net&lt;br /&gt;
* [http://udig.refractions.net uDig]&lt;br /&gt;
* [http://udig.refractions.net] &amp;lt;!-- shows up as [1] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember:&lt;br /&gt;
:You can create a link to a page that does not exist yet&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
; page link : can be clicked to jump to a page&lt;br /&gt;
; external link&lt;br /&gt;
: will take you to another web page&lt;br /&gt;
&lt;br /&gt;
=== Sub Heading ===&lt;br /&gt;
&lt;br /&gt;
Hacking with html is mostly allowed - here is a code example:&lt;br /&gt;
&amp;lt;code&amp;gt;x = x + 1;&amp;lt;/code&amp;gt; although you probably want to break&lt;br /&gt;
out a pre tag for examples of more then one line.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;pre&amp;amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
   int x = 1;&lt;br /&gt;
   return x--; // does this return 0 or 1?&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commonly useful tags are: tt, code, b, sup&lt;br /&gt;
&lt;br /&gt;
=== Sub Heading ===&lt;br /&gt;
&lt;br /&gt;
In general:&lt;br /&gt;
# edit stuff, we need your input&lt;br /&gt;
## create an account&lt;br /&gt;
## hit the edit links&lt;br /&gt;
# Provide corrections:&lt;br /&gt;
#* If you are sure&lt;br /&gt;
#* If not add your opionion as well,&amp;lt;br&amp;gt;&lt;br /&gt;
   (and sort it out on the talk page)&lt;br /&gt;
&lt;br /&gt;
If you sign your work other will know who to talk to,&amp;lt;br&amp;gt;&lt;br /&gt;
~~~~ (ie Jody Garnett and Date)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That should be enough to cause some damage.&lt;br /&gt;
[[User:Jive|Jive]] 11:03, 31 March 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Advanced Wiki Mojo (Images and Tables) ==&lt;br /&gt;
&lt;br /&gt;
First of all show me a picture:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Internal Image: [[Image:gnu-fdl.png|alternate text]]&lt;br /&gt;
Framed Image: [[Image:gnu-fdl.png|frame|alternate text]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I am not sure yet how you can upload images or link to external&lt;br /&gt;
images - follow the links and report back:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Help:Images_and_other_uploaded_files&lt;br /&gt;
* http://en.wikipedia.org/wiki/Help:Extended_image_syntax&lt;br /&gt;
&lt;br /&gt;
And now for tables:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| cell 1 || cell 2 &lt;br /&gt;
|-&lt;br /&gt;
| cell 3&lt;br /&gt;
| cell 4&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can get a bit more complicated:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| border=1 cellspacing=0 bgcolor=green style=&amp;quot;width:75%&amp;quot;&lt;br /&gt;
|+ caption&lt;br /&gt;
! header 1&lt;br /&gt;
! header 2&lt;br /&gt;
|-&lt;br /&gt;
| data1&lt;br /&gt;
| style=&amp;quot;background:blue; color=yellow&amp;quot; | data2&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For extra mojo:&lt;br /&gt;
* http://en.wikipedia.org/wiki/Help:Table&lt;br /&gt;
&lt;br /&gt;
== External Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== General Editing ===&lt;br /&gt;
&lt;br /&gt;
See http://en.wikipedia.org/wiki/Help:Editing&lt;br /&gt;
&lt;br /&gt;
=== Converting MS-Excel tables to Mediawiki ===&lt;br /&gt;
&lt;br /&gt;
See http://blaise.mit.edu/PekoWiki/index.php/Excel_Tables&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Application&amp;diff=12254</id>
		<title>2007 Google SoC Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=2007_Google_SoC_Application&amp;diff=12254"/>
		<updated>2007-03-08T21:26:44Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''1. Describe your organization.''' &lt;br /&gt;
&lt;br /&gt;
OSGeo is an incorporated not-for-profit organization serving as an umbrella organization for the Open Source Geospatial community in general, and 12 projects in particular. &lt;br /&gt;
&lt;br /&gt;
'''2. Why is your organization applying to participate in GSoC 2007? What do you hope to gain by participating?''' &lt;br /&gt;
&lt;br /&gt;
We hope to get more students involved in open source geospatial development to grow the development community, and to advance particular projects.  &lt;br /&gt;
&lt;br /&gt;
'''3. Did your organization participate in GSoC 2005 or 2006? If so, please summarize your involvement and the successes and  failures of your student projects.''' &lt;br /&gt;
&lt;br /&gt;
OSGeo was formed in early 2006 and hasn't participated in GSoC in previous years.  However, Refractions Research did participate in 2006 on behalf of the GeoTools, uDig, and PostGIS projects which will be participating through OSGeo.  The previously participating mentors and administrator from 2006 are supporting the OSGeo 2007 effort. &lt;br /&gt;
&lt;br /&gt;
'''4. If your organization has not previously participated in GSoC, have you applied in the past? If so, for what year(s)?''' &lt;br /&gt;
&lt;br /&gt;
Refractions Research participated in 2006, and sent 2 delegates to the mentor conference.&lt;br /&gt;
&lt;br /&gt;
'''5. Who will your organization administrator be? Please include Google Account information.''' &lt;br /&gt;
&lt;br /&gt;
Frank Warmerdam, OSGeo President - account: fwarmerdam&lt;br /&gt;
&lt;br /&gt;
'''6. What license does your project use?''' &lt;br /&gt;
&lt;br /&gt;
Different projects operate under a variety of OSI approved licenses, mainly GPL, LGPL, and MIT/X.&lt;br /&gt;
&lt;br /&gt;
'''7. What is the URL for your ideas page?''' &lt;br /&gt;
&lt;br /&gt;
''fill in - transfer from http://wiki.osgeo.org/index.php/Google_Summer_of_Code#Project_Ideas_Lists ''&lt;br /&gt;
&lt;br /&gt;
'''8. What is the main development mailing list for your organization?''' &lt;br /&gt;
&lt;br /&gt;
discuss@lists.osgeo.org - see http://lists.osgeo.org/mailman/listinfo/discuss&lt;br /&gt;
&lt;br /&gt;
''add discussion lists for active projects''&lt;br /&gt;
&lt;br /&gt;
* GeoServer - geoserver-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/geoserver-devel details] )&lt;br /&gt;
* GeoTools - geotools-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/geotools-devel details] )&lt;br /&gt;
* uDig - udig-devel@lists.refractions.net ( [http://lists.refractions.net/mailman/listinfo/udig-devel details] )&lt;br /&gt;
* MapGuide &lt;br /&gt;
** mapguide-users@lists.osgeo.org ( [http://lists.osgeo.org/mailman/listinfo/mapguide-users details] )&lt;br /&gt;
** mapguide-internals@lists.osgeo.org ( [http://lists.osgeo.org/mailman/listinfo/mapguide-internals details] )&lt;br /&gt;
* OpenJUMP - jump-pilot-devel@lists.sourceforge.net ( [http://lists.sourceforge.net/lists/listinfo/jump-pilot-devel details] )&lt;br /&gt;
&lt;br /&gt;
'''9. What is the main IRC channel for your organization?''' &lt;br /&gt;
&lt;br /&gt;
#osgeo on irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
''list irc channels for active projects''&lt;br /&gt;
&lt;br /&gt;
* irc://freenode/#geoserver&lt;br /&gt;
* irc://freenode/#geotools&lt;br /&gt;
* irc://freenode/#udig&lt;br /&gt;
* irc://freenode/#mapguide&lt;br /&gt;
&lt;br /&gt;
'''10. Does your organization have an application template you would like to see students use? If so, please provide it now.''' &lt;br /&gt;
&lt;br /&gt;
''consider''&lt;br /&gt;
&lt;br /&gt;
'''11. Who will be your backup organization administrator? Please include Google Account information.''' &lt;br /&gt;
&lt;br /&gt;
Landon Blake - sunburned.surveyor [] gmail.com&lt;br /&gt;
&lt;br /&gt;
'''12. Who will your mentors be? Please include Google Account Information.''' &lt;br /&gt;
&lt;br /&gt;
''to fill in''&lt;br /&gt;
&lt;br /&gt;
* jody.garnett [] gmail.com - available for uDig, GeoTools, GeoServer&lt;br /&gt;
* hobuisu [] gmail.com - available for GDAL&lt;br /&gt;
* jason.birch [] gmail.com - MapGuide&lt;br /&gt;
* pagameba [] gmail.com - (Paul Spencer) MapGuide&lt;br /&gt;
* sunburned.surveyor[]gmail.com (Landon Blake) OpenJUMP&lt;br /&gt;
&lt;br /&gt;
'''13. What criteria did you use to select these individuals as mentors? Please be as specific as possible.''' &lt;br /&gt;
&lt;br /&gt;
Mentors are selected by project steering committees based on their reputation as skilled developers, previously demonstrated ability to support new project developers, and stated willingness to devote time to the mentoring process.&lt;br /&gt;
&lt;br /&gt;
'''14. What is your plan for dealing with disappearing students?'''&lt;br /&gt;
&lt;br /&gt;
Plan A:&lt;br /&gt;
Leveraging Open Source software from the OSGeo stack, coupled with high-accuracy data sources, volunteers from the open source community will process the data, including student metadata, and the results will be used for the targeting instructions for high-powered space-based lasers. Results of this will be displayed on a large video wall, which will prove that the student really has disappeared, and should act as a deterrent to future student disappearances.&lt;br /&gt;
&lt;br /&gt;
http://ossim.telascience.org/ossimdata/nhv/DSCF0129.JPG&lt;br /&gt;
&lt;br /&gt;
Plan B:&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
'''15. What is your plan for dealing with disappearing mentors?''' &lt;br /&gt;
&lt;br /&gt;
Project steering committees will appoint replacement mentors if existing mentors become unavailable or unresponsive during the project period.  We considered a strategy similar to dealing with students, but we don't want to turn off potential future mentors.&lt;br /&gt;
&lt;br /&gt;
'''16. What steps will you take to encourage students to interact with your project's community before, during and after the program?''' &lt;br /&gt;
&lt;br /&gt;
''to fill in''&lt;br /&gt;
&lt;br /&gt;
The steps taken depend on the individual projects, as example last year GeoTools project has asked for weekly attendence at IRC meetings or status email. &lt;br /&gt;
&lt;br /&gt;
Other possibilities include:&lt;br /&gt;
# Having potential students work with their potential mentor to prepare a brief plan for the implementation of their project.&lt;br /&gt;
# Setting milestones that need to be reached by the student. These milestones would be defined before the student's work begins. A student would subsequently write a brief e-mail informing  the appropriate OSGeo or project-specific mailing list when they have reached a milestone, giving a brief description of the work completed to that date.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''17. What will you do to ensure that your accepted students stick with the project after GSoC concludes?'''&lt;br /&gt;
&lt;br /&gt;
''to fill in''&lt;br /&gt;
&lt;br /&gt;
The steps taken depend on the individual projects, as example last year GeoTools project asked that students act as a &amp;quot;module maintainer&amp;quot; for their work. This role has an expected level of support associated with it.&lt;br /&gt;
&lt;br /&gt;
Other possibilities include:&lt;br /&gt;
&lt;br /&gt;
# Asking the students to identify their greatest challenges in working on the project, and asking them to identify ways to overcome those challenges.&lt;br /&gt;
# Asking the students to provide input and advice on the next Summer of Code project, and possibly serving as a mentor if their experience merits that.&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12128</id>
		<title>PostGIS SoC Ideas 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12128"/>
		<updated>2007-03-06T21:59:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas for Google Summer of Code students wanting to work on PostGIS ==&lt;br /&gt;
&lt;br /&gt;
=== Topology model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project consists in providing a standardized interface for storing topology information, that is sets of Edges, Nodes, Areas and their relations in constituting a Feature. There's already a [http://postgis.refractions.net/support/wiki/index.php?PostgisTopology draft implementation] of the model, what can be done is (in random order):&lt;br /&gt;
 &lt;br /&gt;
* Implementing topological operation directly using the topology model rather then converting input to simple Geometries.&lt;br /&gt;
* Import from / export to popular topology data formats (ie: TIGER)&lt;br /&gt;
 &lt;br /&gt;
=== Network model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project is aimed at providing a standardized interface for topological&lt;br /&gt;
network information storage and operations. Tipical use would be modeling&lt;br /&gt;
communication networks, composed by Links and Nodes, and performing&lt;br /&gt;
tasks such as least cost path finding.&lt;br /&gt;
 &lt;br /&gt;
=== Coverage model and operations ===&lt;br /&gt;
 &lt;br /&gt;
Allow storage and operations on coverage (raster-like) data.&lt;br /&gt;
 &lt;br /&gt;
=== GEOS performance improvements ===&lt;br /&gt;
 &lt;br /&gt;
The [http://geos.refractions.net/ GEOS] C++ library suffers from a design too closely bound to it's Java-implemented parent, [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]. This approach has introduced an unnecessary overhead throughout&lt;br /&gt;
the whole operations flow due to excessive dynamic polymorphism and heap allocations. Redesigning the most used subsystems could improve the overall performance. Random ideas:&lt;br /&gt;
 &lt;br /&gt;
* Redesign index classes using a templated approach.&lt;br /&gt;
* Enforce use of standard algorithms wherever appropriate.&lt;br /&gt;
&lt;br /&gt;
== Potential Mentors ==&lt;br /&gt;
&lt;br /&gt;
Developers in the PostGIS community who would be interested in supporting one of the above projects:&lt;br /&gt;
* ...you?&lt;br /&gt;
&lt;br /&gt;
== Other projects ==&lt;br /&gt;
&lt;br /&gt;
Please see [[Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12127</id>
		<title>PostGIS SoC Ideas 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12127"/>
		<updated>2007-03-06T21:56:37Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas for Google Summer of Code students wanting to work on PostGIS ==&lt;br /&gt;
&lt;br /&gt;
=== Topology model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project consists in providing a standardized interface for storing topology information, that is sets of Edges, Nodes, Areas and their relations in constituting a Feature. There's already a [http://postgis.refractions.net/support/wiki/index.php?PostgisTopology draft implementation] of the model, what can be done is (in random order):&lt;br /&gt;
 &lt;br /&gt;
* Implementing topological operation directly using the topology model rather then converting input to simple Geometries.&lt;br /&gt;
* Import from / export to popular topology data formats (ie: TIGER)&lt;br /&gt;
 &lt;br /&gt;
=== Network model and operations ===&lt;br /&gt;
 &lt;br /&gt;
The project is aimed at providing a standardized interface for topological&lt;br /&gt;
network information storage and operations. Tipical use would be modeling&lt;br /&gt;
communication networks, composed by Links and Nodes, and performing&lt;br /&gt;
tasks such as least cost path finding.&lt;br /&gt;
 &lt;br /&gt;
=== Coverage model and operations ===&lt;br /&gt;
 &lt;br /&gt;
Allow storage and operations on coverage (raster-like) data.&lt;br /&gt;
 &lt;br /&gt;
=== GEOS performance improvements ===&lt;br /&gt;
 &lt;br /&gt;
The [http://geos.refractions.net/ GEOS] C++ library suffers from a design too closely bound to it's Java-implemented parent, [http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER JTS]. This approach has introduced an unnecessary overhead throughout&lt;br /&gt;
the whole operations flow due to excessive dynamic polymorphism and heap allocations. Redesigning the most used subsystems could improve the overall performance. Random ideas:&lt;br /&gt;
 &lt;br /&gt;
* Redesign index classes using a templated approach.&lt;br /&gt;
* Enforce use of standard algorithms wherever appropriate.&lt;br /&gt;
&lt;br /&gt;
== Potential Mentors ==&lt;br /&gt;
&lt;br /&gt;
Developers in the PostGIS community who would be interested in supporting one of the above projects:&lt;br /&gt;
* ...you?&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12126</id>
		<title>PostGIS SoC Ideas 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_SoC_Ideas_2007&amp;diff=12126"/>
		<updated>2007-03-06T21:51:08Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: added postgis ideas page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas for Google Summer of Code students wanting to work on PostGIS ==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Topology model and operations ==&lt;br /&gt;
 &lt;br /&gt;
The project consists in providing a standardized interface for storing topology information, that is sets of Edges, Nodes, Areas and their relations in constituting a Feature. There's already a [draft implementation|http://postgis.refractions.net/support/wiki/index.php?PostgisTopology] of the model, what can be done is (in random order):&lt;br /&gt;
 &lt;br /&gt;
* Implementing topological operation directly using the topology model rather then converting input to simple Geometries.&lt;br /&gt;
* Import from / export to popular topology data formats (ie: TIGER)&lt;br /&gt;
 &lt;br /&gt;
== Network model and operations ==&lt;br /&gt;
 &lt;br /&gt;
The project is aimed at providing a standardized interface for topological&lt;br /&gt;
network information storage and operations. Tipical use would be modeling&lt;br /&gt;
communication networks, composed by Links and Nodes, and performing&lt;br /&gt;
tasks such as least cost path finding.&lt;br /&gt;
 &lt;br /&gt;
== Coverage model and operations ==&lt;br /&gt;
 &lt;br /&gt;
Allow storage and operations on coverage (raster-like) data.&lt;br /&gt;
 &lt;br /&gt;
== GEOS performance improvements ==&lt;br /&gt;
 &lt;br /&gt;
The [GEOS|http://geos.refractions.net/] C++ library suffers from a design too closely bound to it's Java-implemented parent, [JTS|http://www.jump-project.org/project.php?PID=JTS&amp;amp;SID=OVER]. This approach has introduced an unnecessary overhead throughout&lt;br /&gt;
the whole operations flow due to excessive dynamic polymorphism and heap allocations. Redesigning the most used subsystems could improve the overall performance. Random ideas:&lt;br /&gt;
 &lt;br /&gt;
* Redesign index classes using a templated approach.&lt;br /&gt;
* Enforce use of standard algorithms wherever appropriate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Potential Mentors ==&lt;br /&gt;
&lt;br /&gt;
* ...you?&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2007&amp;diff=12125</id>
		<title>Google Summer of Code 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2007&amp;diff=12125"/>
		<updated>2007-03-06T21:44:50Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Chorner: added uDig and Postgis links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Central page for administering OSGeo participation in Google Summer of Code 2007.&lt;br /&gt;
&lt;br /&gt;
= Background = &lt;br /&gt;
&lt;br /&gt;
* Frank Warmerdam will act as Administrative contact, with support from Landon Blake.&lt;br /&gt;
* Google documentation on the program is at: http://code.google.com/support/bin/topic.py?topic=10442&lt;br /&gt;
* Last years SoC submission from Refractions: http://code.google.com/soc/refract/about.html&lt;br /&gt;
* Last years introduction and ideas list from Refractions (uDig, PostGIS): http://www.refractions.net/soc2006/&lt;br /&gt;
&lt;br /&gt;
= Timeline =&lt;br /&gt;
&lt;br /&gt;
* March 12: Mentoring organization application deadline (we should have project ideas lists ready)&lt;br /&gt;
* March 24: Student application deadline. &lt;br /&gt;
* April 9: Accepted student applications announced.&lt;br /&gt;
* May 28: Students begin work.&lt;br /&gt;
* August 31: final evaluation deadline.&lt;br /&gt;
&lt;br /&gt;
= Project Ideas Lists = &lt;br /&gt;
&lt;br /&gt;
Please link project specific proposed projects here:&lt;br /&gt;
* [[GDAL SoC Ideas]]&lt;br /&gt;
* [http://docs.codehaus.org/display/GEOSDEV/GeoServer+Summer+of+Code+Ideas GeoServer SoC Ideas]&lt;br /&gt;
* GeoTools Soc Ideas&lt;br /&gt;
* [http://grass.gdf-hannover.de/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]&lt;br /&gt;
* [http://trac.osgeo.org/mapguide/wiki/GoogleSoC2007 MapGuide Soc Ideas]&lt;br /&gt;
* [[PostGIS SoC Ideas 2007|PostGIS SoC Ideas]]&lt;br /&gt;
* [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code+2007 User-friendly Desktop Internet GIS SoC Ideas]&lt;br /&gt;
&lt;br /&gt;
= Documents =&lt;br /&gt;
&lt;br /&gt;
OSGeo [[2007 Google SoC Application]]&lt;/div&gt;</summary>
		<author><name>Wiki-Chorner</name></author>
	</entry>
</feed>