<?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-Pierre</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-Pierre"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Pierre"/>
	<updated>2026-04-12T09:09:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69810</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69810"/>
		<updated>2013-03-26T14:31:58Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function. (Stephen M.)&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced? (Rob, Pierre, Stephen M.)&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster() (David)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SplitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69801</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69801"/>
		<updated>2013-03-25T17:20:47Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function. (Stephen M.)&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced? (Rob, Pierre, Stephen M.)&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster() (Pierre)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SplitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69800</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69800"/>
		<updated>2013-03-25T15:47:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function. (Stephen M.)&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced? (Rob, Pierre, Stephen M.)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SplitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69799</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69799"/>
		<updated>2013-03-25T14:34:52Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function. (Stephen M.)&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SplitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69798</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69798"/>
		<updated>2013-03-25T14:34:28Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function. (Stephen M.)&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69797</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69797"/>
		<updated>2013-03-25T14:33:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
# ST_CreateOverviews(David)&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct) - Need a ST_UnDump() so we can call a custom Pplpgsql function.&lt;br /&gt;
# Discuss &amp;quot;PostGIS Add-ons&amp;quot;. will be an agile (quick and frequent release) plpgsql only .sql file for fast release of users contributions. Version number will be based on minimal dependent PostGIS number. e.g. 2.1.99.  (Pierre)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69796</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69796"/>
		<updated>2013-03-25T14:30:24Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* GDAL raster driver (Jorge) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge &amp;amp; David) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69795</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69795"/>
		<updated>2013-03-25T14:30:12Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
&lt;br /&gt;
'''Assigned task'''&lt;br /&gt;
# Ticket review (Pierre, Bborie &amp;amp; Regina)&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters (Bborie)&lt;br /&gt;
# Performance of expression-based mapalgebra (Bborie)&lt;br /&gt;
&lt;br /&gt;
'''Not yet assigned'''&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== GDAL raster driver (Jorge) ===&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69794</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69794"/>
		<updated>2013-03-25T14:27:53Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS Raster ===&lt;br /&gt;
# Ticket review&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69792</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69792"/>
		<updated>2013-03-25T13:51:37Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the website&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Ticket review&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69791</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69791"/>
		<updated>2013-03-25T13:39:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
The List&lt;br /&gt;
# PostGIS Raster driver (see below)&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# Tutorials for the Web site&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Ticket review&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== ZOO-Project ===&lt;br /&gt;
[http://www.zoo-project.org/trac/wiki/OSGeoCodeSprint2013 ZOO sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69476</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69476"/>
		<updated>2013-03-13T18:57:51Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Ticket review&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69456</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69456"/>
		<updated>2013-03-12T23:11:37Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band) (what about a vertex iterator similar to ST_MapAlgebraFct)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69452</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69452"/>
		<updated>2013-03-12T18:56:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_SetZFromRaster(geometry, raster, band)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69451</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69451"/>
		<updated>2013-03-12T18:51:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
[https://github.com/mapserver/mapserver/wiki/Boston-Codesprint-Agenda MapServer sprint plan]&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. There are some nice todo improvements, in no particular order:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Improve reading speed. Related ticket [http://trac.osgeo.org/gdal/ticket/5016 #5016]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Discuss ST_AddZFromRaster(geometry, raster, band)&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69254</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69254"/>
		<updated>2013-03-05T14:34:05Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
## Exact Geometry support&lt;br /&gt;
## Reference Geometry support&lt;br /&gt;
## (SF)CGAL&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
## pgRouting is looking into the possibility of drop CGAL and GAUL dependency to simplify builds&lt;br /&gt;
# pgRouting 2.0 release (working on building that plan now)&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster WKB version 1 format to address shortcomings of version 0 related to out-db rasters&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage. Some nice todo improvements:&lt;br /&gt;
## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617]&lt;br /&gt;
## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214]&lt;br /&gt;
## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234]&lt;br /&gt;
## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562]&lt;br /&gt;
## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561]&lt;br /&gt;
## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010]&lt;br /&gt;
## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012]&lt;br /&gt;
## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533]&lt;br /&gt;
## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013]&lt;br /&gt;
## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014]&lt;br /&gt;
## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011]&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage using ST_MapAlgebraFct()&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# ST_SlitToGrid(geometry, x, y)&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69230</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69230"/>
		<updated>2013-03-04T21:51:39Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS / pgRouting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster seems in darn good shape for 2.1 so least worried about raster. Great job :)&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
# Discuss integration of raster2pgsql into the GUI&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69229</id>
		<title>Boston Sprint 2013 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Sprint_2013_Agenda&amp;diff=69229"/>
		<updated>2013-03-04T21:49:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting times and locations can be found: [[Boston Code Sprint 2013]]&lt;br /&gt;
=== MapServer ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== GDAL ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostGIS / pgRouting ===&lt;br /&gt;
General Stuff&lt;br /&gt;
# When are we going to release 2.1.  Steps remaining before we can&lt;br /&gt;
# SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2&lt;br /&gt;
# How best to integrate Oslandia 3D work, concerns etc.&lt;br /&gt;
# Google SoC 2013&lt;br /&gt;
# Regression suites (performance, valgrind?)&lt;br /&gt;
&lt;br /&gt;
Geocoding specific stuff&lt;br /&gt;
# Integrating Steve Woodbridge - address normalizer into PostGIS&lt;br /&gt;
# Packaging as part of windows builds at very least&lt;br /&gt;
&lt;br /&gt;
pgRouting&lt;br /&gt;
# Packaging pgRouting for windows to be availabe in stack builder along side PostGIS&lt;br /&gt;
# Discussion of how pgRouting / PostGIS can better work together and melding the two projects&lt;br /&gt;
# Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?&lt;br /&gt;
&lt;br /&gt;
Raster&lt;br /&gt;
# Raster seems in darn good shape for 2.1 so least worried about raster. Great job :)&lt;br /&gt;
# Rework of MapAlgebra for 2.1 or push to 2.2&lt;br /&gt;
## Performance of expression-based mapalgebra&lt;br /&gt;
## Performance of ST_Clip&lt;br /&gt;
# GDAL raster driver - good support for overviews, irregularly tiled coverage&lt;br /&gt;
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?&lt;br /&gt;
# ST_CreateOverview()&lt;br /&gt;
# Test performance of ST_Union() when number of pixel increase&lt;br /&gt;
# Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) &amp;amp; ST_UnionToRaster()&lt;br /&gt;
# Discuss a more flexible way to rasterize a vector coverage&lt;br /&gt;
# Raster using pthreads in the future?&lt;br /&gt;
# Rewrite parts of raster2pgsql&lt;br /&gt;
# pgsql2raster prototype?&lt;br /&gt;
# Discuss &amp;quot;PostGIS Extra PL/pgSQL Function Set&amp;quot;&lt;br /&gt;
# Discuss interpolation - from some point, from millions of points&lt;br /&gt;
# Test regular blocking constraint&lt;br /&gt;
# Discuss viewshed&lt;br /&gt;
&lt;br /&gt;
=== PDAL ===&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Rendez-vous_OSGeo-qc_2012&amp;diff=66880</id>
		<title>Rendez-vous OSGeo-qc 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Rendez-vous_OSGeo-qc_2012&amp;diff=66880"/>
		<updated>2012-10-17T11:17:33Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dans le cadre de l'évènement [http://www.visiongeomatique.com/ VisionGéomatique 2012], le chapitre Québecois de l'OSGeo est fière d'organiser son deuxième rendez-vous les 17 et 18 octobre 2012. [http://www.visiongeomatique.com/ Informations ici]&lt;br /&gt;
&lt;br /&gt;
Pendant les 2 jours du colloque, une salle sera réservée à des présentations liées aux logiciels libres et ''open source''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Volontaires pour être modérateur de présentations dans la salle OSGeo-qc ===&lt;br /&gt;
&lt;br /&gt;
Le travail de modérateur est très simple:&lt;br /&gt;
* Présenter le conférencier&lt;br /&gt;
* Indiquer au conférencier lorsqu'il ne reste que 5 minutes&lt;br /&gt;
* S'assurer que les présentations commencent et se terminent à l'heure prévue&lt;br /&gt;
* Coordonner et animer la période de questions&lt;br /&gt;
* Poser une ou deux questions pour stimuler la conversation si nécessaire&lt;br /&gt;
&lt;br /&gt;
Note: Une brève réunion des modérateurs aura lieu mercredi matin le 17 octobre à 7h30, rendez-vous au comptoir d'inscription dans le hall de l'hôtel&lt;br /&gt;
&lt;br /&gt;
Cases horaires à combler:&lt;br /&gt;
&lt;br /&gt;
* Mercredi 10h00 à 12h00: Alan Boudreault&lt;br /&gt;
* Mercredi 13h45 à 14h45: Julien-Samuel Lacroix&lt;br /&gt;
* Mercredi 15h00 à 16h00: Marc-André Goderre&lt;br /&gt;
&lt;br /&gt;
* Jeudi 10h30 à 12h00: Nicolas Delffon&lt;br /&gt;
* Jeudi 13h45 à 14h45: Pierre Racine&lt;br /&gt;
* Jeudi 15h00 à 16h00: Mathieu Lahaye&lt;br /&gt;
&lt;br /&gt;
=== Volontaires pour être présent au kiosque OSGeo-qc ===&lt;br /&gt;
&lt;br /&gt;
OSGeo-qc disposera d'un kiosque dans le salon des exposants. Il est nécessaire d'avoir une ou deux personnes disponibles pour informer le public sur les initiatives, les avantages, les logiciels et la philosophie libre et ''open source''.&lt;br /&gt;
&lt;br /&gt;
* Mercredi matin: Jean-Denis Giguère, &amp;lt;br&amp;gt;&lt;br /&gt;
* Mercredi midi: Yoann Perrot, &amp;lt;br&amp;gt;&lt;br /&gt;
* Mercredi pause: Yoann Perrot, &amp;lt;br&amp;gt;&lt;br /&gt;
* Mercredi fin de journée: Jean-Denis Giguère, &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Jeudi matin: Jean-Denis Giguère, &amp;lt;br&amp;gt;&lt;br /&gt;
* Jeudi midi: , &amp;lt;br&amp;gt;&lt;br /&gt;
* Jeudi pause: , &amp;lt;br&amp;gt;&lt;br /&gt;
* Jeudi fin de journée: , &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2012_Ideas&amp;diff=61177</id>
		<title>Google Summer of Code 2012 Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2012_Ideas&amp;diff=61177"/>
		<updated>2012-03-08T20:16:44Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* The ideas pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Gsoc-2012-logo-color.png|350px|link=http://code.google.com/soc/]] &amp;lt;font size=&amp;quot;+3&amp;quot;&amp;gt; @ &amp;lt;/font&amp;gt; [[Image:OSGeo_300_127_pixel.png|link=http://www.osgeo.org]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2012]] wiki page.&lt;br /&gt;
&lt;br /&gt;
* See also ideas from [[Google Summer of Code 2010 Ideas|2010]] and [[Google Summer of Code 2011 Ideas|2011]]&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=OSGeo Google Summer of Code 2012=&lt;br /&gt;
&lt;br /&gt;
The Open Source Geospatial Foundation would like to extend a welcome to all SoC students. On this page you will find links to a host of ideas organized by project. You will find ideas ranging from the depths of computer science graph theory to the heights of visualization. One thing all these ideas have in common is lots and lots of spatial data.&lt;br /&gt;
&lt;br /&gt;
These ideas are '''*only*''' to motivate you, and serve as example of the kind of hills we want to charge up. Your own ideas are more than welcomed - they are encouraged. We view you as the next wave of open source leaders; show us what you've got.&lt;br /&gt;
&lt;br /&gt;
'''If you need more information on how to apply you can contact all the mentoring organisations via soc at lists.osgeo.org'''&lt;br /&gt;
&lt;br /&gt;
* There is a [http://code.google.com/p/google-summer-of-code/wiki/GsocFlyers Google SoC flyer] to look at and post in appropriate places and [http://svn.osgeo.org/osgeo/marketing/flyer/google_summer_of_code/ an OSGeo flavoured one as well] (TODO: update to 2012).&lt;br /&gt;
&lt;br /&gt;
* Ok, [[OSGeo]] is involved in working with maps and things, but what kind of projects does it really do? Have a look at the [http://planet.osgeo.org/ live blog feed] to see what people are working on right now.&lt;br /&gt;
&lt;br /&gt;
=What to expect during the summer?=&lt;br /&gt;
&lt;br /&gt;
* A group of past GSoC students, mentors, and Googlers have prepared this short book just for you: [http://google-opensource.blogspot.co.nz/2011/02/flip-bits-not-burgers-student-guide.html Flip bits not Burgers: The Student's Guide to the Summer of Code] -- READ THIS eBOOK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Be prepared to be in constant communication with your mentors and project==&lt;br /&gt;
&lt;br /&gt;
You and your mentors will decide on the specifics, but we will expect you and your mentor to communicate *a lot*. Part of the idea of SoC is to intergrate you into the developer community, so you should get involved from the start. The more you communicate the easier it will be. Don't be afraid that the mentors will request your phone number. It is only to make sure that we can reach you, in case of problems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Weekly reports==&lt;br /&gt;
Yes, every week we expect to see a report posted to the soc@osgeo mailing list that at least answers the following questions:&lt;br /&gt;
# What did you get done this week?&lt;br /&gt;
# What do you plan on doing next week?&lt;br /&gt;
# Are you blocked on anything?&lt;br /&gt;
These questions BTW are the same as are used in real-work, when developing with the &lt;br /&gt;
[http://en.wikipedia.org/wiki/Scrum_(development) Scrum] [http://en.wikipedia.org/wiki/Agile_software_development development process]. ;)&lt;br /&gt;
&lt;br /&gt;
If you want, feel free to write *more*. But three sentences is the bare minimum. *IT IS VERY IMPORTANT THAT YOU SEND YOUR PROGRESS REPORTS ON TIME*, if you don't send this email your mentors will start to get twitchy, and *especially* if they don't get any responses to their emails / don't see you in IRC. Twitchy mentors is not what we want. If you are blocked by finals, that's cool. We have all studied at some point, just tell us about it, be honest. If you don't know how to proceed and your mentor isn't answering *definitely* tell about it. The SoC project admins will always be available. Basically the point is that you open up the communication channels, and keep them open. That way you will have a super summer, and get paid ;)&lt;br /&gt;
&lt;br /&gt;
Last year this weekly report proved to be very popular among the students and mentors alike, so we will keep it up.&lt;br /&gt;
&lt;br /&gt;
==Wiki page and blogs==&lt;br /&gt;
In addition to weekly reports we ask you to maintain a wiki or blog page for your project. You should store your weekly reports there and add other information, like how to compile and test your program. If applicable add screenshots and other nice info.&lt;br /&gt;
&lt;br /&gt;
Wiki and/or blog space can and will be provided by OSGeo if your project doesn't have anything already set up for this.&lt;br /&gt;
&lt;br /&gt;
=Timeline=&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs#timeline The official timeline]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{done}} --&amp;gt;&lt;br /&gt;
* March 16: Google announces accepted organizations. If OSGeo is accepted as an organization for Google Summer of Code, start talking to us earlier rather than later.&lt;br /&gt;
* '''March 26''': Student applications open. The earlier you start the more probable it is that you will be accepted! There is two way feedback during the application process which really helps you improve and clarify your application before the final deadline. The better your involvement with your potential mentors during this period, the better your chances of being selected.&lt;br /&gt;
* '''April 6''': Student application deadline.&lt;br /&gt;
* April 23: Accepted student proposals are announced.&lt;br /&gt;
* '''May 21''': Coding begins! (you may unofficially start a week or two earlier if you know you'll have to take a week or two off during The Summer or you'll be sitting finals in the first week(s) of the program. ''This must be reflected in your application timeline'')&lt;br /&gt;
* July 13: Mid-term evaluation.&lt;br /&gt;
* '''August 13''': Pencils down!&lt;br /&gt;
* August 24: Final evaluation deadline&lt;br /&gt;
* August 27:  Final results announced&lt;br /&gt;
* August 31: Students begin submitting required code samples to Google&lt;br /&gt;
&lt;br /&gt;
= The ideas pages  =&lt;br /&gt;
&lt;br /&gt;
Each participating project's list of ideas is here, with a short description of the project and what type of students would be interested in it: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [http://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas]: GDAL is the Geographic Data Abstraction Library, a library which provides access to spatial data in all kinds of formats via a uniform API. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://grass.osgeo.org/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]: GRASS GIS is an open source GIS focusing mainly on analysis. It is written as a collection of stand-alone C programs and has a new GUI written in Python. If you know Python, or want to implement algorithms in C take a look!&lt;br /&gt;
&lt;br /&gt;
* [http://www.qgis.org/wiki/Google_Summer_of_Code_2012 Quantum GIS SoC Ideas] Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code uDig Summer of Code]: User-friendly Desktop GIS is a Java application written with the Eclipse RCP framework. The project has a community svn area to host student plug-ins, tutorials cover how to package up a custom application to show off your work. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Google_Summer_Of_Code OpenJUMP/deegree Ideas List]: deegree and OpenJUMP share code derived from the original JUMP. Both programs maintain separate development lists and source code repositories but look for opportunities to collaborate. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[OpenRouter 2012 SOC Ideas|OpenRouter/pgRouting 2012 SOC Ideas]]: OpenRouter/pgRouting is a couple of projects that are building routing and driving direction libraries and applications that can be integrated with other applications.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- *OSSIM [http://web.me.com/epiesasha/PlanetSasha/2010Project.html Py-OSSIM]: - ossim-swig-python to generate code to call ossim from python --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [[OSGeo Cartographic Engine#Ideas_for_Summer_of_Code_2010_Project|Cartographic Engine project ideas built on Mapnik]]: Refining much needed high quality hardcopy output tools that encourage collaboration. Built on Mapnik, applications like QGIS, GRASS, MapServer, etc. can output using these features. Focused initially on building specs that support Mapnik as the engine, but that could be applied generally across OSGeo projects as well. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [http://www.spatialytics.org/google-summer-of-code-2010-ideas/ Spatialytics.org GSoC 2010 Ideas]: Spatialytics.org is the new home of the three open source Geospatial BI projects (GeoKettle, GeoMondrian and SOLAPLayers). Geospatial Business Intelligence (BI) tools, such as spatial ETL (Extract, Transform and Load), geo-analytical dashboards and Spatial On-Line Analytical Processing (SOLAP) allow decision-makers to rapidly analyze large amount of data at different levels of time, geography and detail in order to make better decisions. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- *&amp;lt;strike&amp;gt;MapWindow GIS&amp;lt;/strike&amp;gt;: '''MapWindow will not participate in the Summer of Code 2011'''. [http://www.mapwindow.org MapWindow] is a free, extensible, geographic information system (GIS) that can be used as an alternative desktop GIS, to distribute data to others, to develop and distribute custom spatial data analyses, written in .NET (C++, C#, VB.NET). If you're a talented VB.Net, C#, or C++ programmer, you could be the perfect fit to work on this project. We have a couple of ideas that could be done over the summer; feel free to suggest your own ideas or plug-ins as well. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[MapServer 2012 SOC Ideas|MapServer GSoC Ideas]]: MapServer is a Web Mapping Engine; an Open Source platform for publishing spatial data and interactive mapping applications to the web.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [[Live GIS Disc GSoC 2011|OSGeo Live]] is a stack of 35+ of the best GeoSpatial Open Source packages bundled as a LiveDVD and Virtual Machine on top an Xubuntu linux ditribution. There are opportunities to address packaging and cross project quality control through application of systematic testing processes. Through this project, developers will gain a broad understanding of the full GeoSpatial Open Source stack. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[GvSIG GSoC 2012 Ideas|gvSIG]] is the free GIS project developed by the gvSIG Association. gvSIG is at this time a group of software developments for [http://www.gvsig.org/web/projects/gvsig-desktop/description2/view?set_language=en Desktop],[http://www.gvsig.org/web/projects/gvsig-mobile/description-2/view?set_language=en PDAs] and [http://gvsigmini.org mobile phones]. The gvSIG project looks for students with Java skills that want to develop new ideas on any of gvSIG products.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [http://geoserver.org/display/GEOS/Summer+of+Code+2011 GeoServer] is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://opticks.org/confluence/display/opticksDev/Google+Summer+of+Code Opticks Ideas]: Opticks is an extensible [http://en.wikipedia.org/wiki/Remote_sensing remote sensing] and imagery analysis desktop application. It provides a framework to process remote sensing data such as [http://en.wikipedia.org/wiki/Hyperspectral_imaging Hyperspectral] (HSI), [http://en.wikipedia.org/wiki/Multi-spectral_image Multispectral] (MSI), and [http://en.wikipedia.org/wiki/Synthetic_aperture_radar Synthetic aperture radar] (SAR) imagery and video. The application is written in C++ and licensed under LGPL v2.1. Extensions are written using C++ or Python. You can review the [http://opticks.org/confluence/display/opticksExt/All+Opticks+Extensions available extensions] and [http://opticks.org/confluence/display/opticks/Feature+Tour+-+Your+Data feature tour] to get a better idea of what Opticks can do.&lt;br /&gt;
&lt;br /&gt;
* [http://trac.osgeo.org/postgis/wiki/WKTRasterGSoC PostGIS raster Ideas] PostGIS raster is the raster side of PostGIS. It allows to store, manipulate and do analysis of raster data in the PostgreSQL/PostGIS spatial database.&lt;br /&gt;
&lt;br /&gt;
= Application Template =&lt;br /&gt;
&lt;br /&gt;
(All questions must be answered)&lt;br /&gt;
&lt;br /&gt;
 Name:&lt;br /&gt;
 &lt;br /&gt;
 Country:&lt;br /&gt;
 &lt;br /&gt;
 School and degree:&lt;br /&gt;
 &lt;br /&gt;
 Email:&lt;br /&gt;
 &lt;br /&gt;
 Phone:&lt;br /&gt;
 &lt;br /&gt;
 OSGeo project(s):&lt;br /&gt;
 &lt;br /&gt;
 Title:&lt;br /&gt;
 (please include the name of the member project as part of&lt;br /&gt;
  the title, for example: &amp;quot;Gee Whiz Foobar 2001 for QGIS&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 Describe your idea&lt;br /&gt;
   1. Introduction&lt;br /&gt;
   2. Background&lt;br /&gt;
   3. The idea&lt;br /&gt;
   4. Project plan (detailed timeline: how do you plan to spend your summer?)&lt;br /&gt;
   5. Future ideas / How can your idea be expanded? &lt;br /&gt;
 &lt;br /&gt;
 Explain how your SoC task would benefit the OSGeo member&lt;br /&gt;
  project and more generally the OSGeo Foundation as a whole:&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of general computing experience:&lt;br /&gt;
  (operating systems you use on a day-to-day basis, languages you&lt;br /&gt;
  could write a program in, hardware, networking experience, etc.)&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of previous GIS experience:&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of any previous involvement with&lt;br /&gt;
  GIS programming and other software programming:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in GIS and open&lt;br /&gt;
  source software:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in working for OSGeo&lt;br /&gt;
  and the software project you have selected:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in your specific&lt;br /&gt;
  coding project:&lt;br /&gt;
 &lt;br /&gt;
 Would your application contribute to your ongoing studies/&lt;br /&gt;
  degree? If so, how?&lt;br /&gt;
 &lt;br /&gt;
 Please explain how you intend to continue being an active&lt;br /&gt;
  member of your project and/or OSGeo AFTER the summer is over:&lt;br /&gt;
 &lt;br /&gt;
 Do you understand this is a serious commitment, equivalent&lt;br /&gt;
  to a full-time paid summer internship or summer job?&lt;br /&gt;
&lt;br /&gt;
= What is the main public mailing list for your organization? =&lt;br /&gt;
Since OSGeo is an umbrella organisation for multiple projects, each project has their own discussion and development mailing lists.&lt;br /&gt;
&lt;br /&gt;
'''Main OSGeo mailing lists of interest to students.'''&lt;br /&gt;
&lt;br /&gt;
Please start here, when contacting us for the first time with questions about Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
* OSGeo SoC Mentors and Students - soc@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/soc)&lt;br /&gt;
* OSGeo Wide Discussion List - discuss@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/discuss)&lt;br /&gt;
&lt;br /&gt;
Also see the [[Mailing Lists]] page for project specific lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= What is the main IRC channel for your organization? =&lt;br /&gt;
&lt;br /&gt;
irc://irc.freenode.net/#osgeo (Web based [http://irc.telascience.org/cgi-bin/irc.cgi IRC client], [http://webchat.freenode.net alternative)&lt;br /&gt;
&lt;br /&gt;
Project irc channels:&lt;br /&gt;
&lt;br /&gt;
* irc://irc.freenode.net/#gdal&lt;br /&gt;
* irc://irc.freenode.net/#geoserver&lt;br /&gt;
* irc://irc.freenode.net/#geotools&lt;br /&gt;
* irc://irc.freenode.net/#grass&lt;br /&gt;
* irc://irc.freenode.net/#gvsig&lt;br /&gt;
* irc://irc.freenode.net/#mapbuilder&lt;br /&gt;
* irc://irc.freenode.net/#mapguide&lt;br /&gt;
* irc://irc.freenode.net/#mapnik&lt;br /&gt;
* irc://irc.freenode.net/#mapserver&lt;br /&gt;
* irc://irc.freenode.net/#openlayers&lt;br /&gt;
* irc://irc.freenode.net/#opticks&lt;br /&gt;
* irc://irc.freenode.net/#ossimplanet&lt;br /&gt;
* irc://irc.freenode.net/#pgrouting-project&lt;br /&gt;
* irc://irc.freenode.net/#postgis&lt;br /&gt;
* irc://irc.freenode.net/#qgis&lt;br /&gt;
* irc://irc.freenode.net/#udig&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Back to [[Google Summer of Code 2012]] @ OSGeo]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Code_Sprint_2013&amp;diff=60729</id>
		<title>Boston Code Sprint 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Code_Sprint_2013&amp;diff=60729"/>
		<updated>2012-02-14T21:05:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger problems (as done last year at the [[IslandWood Code Sprint 2012]]).  This code sprint is targeting members of the &amp;quot;C Tribe&amp;quot; (eg,  Mapserver, GRASS, GDAL, Proj, PostGIS, MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
We have started a [[Boston Sprint 2013 Agenda]] page for preliminary planning of tasks.&lt;br /&gt;
&lt;br /&gt;
== Timing ==&lt;br /&gt;
&lt;br /&gt;
Dates: TBD &lt;br /&gt;
(We are shooting for sometime in March, early April to avoid snow storms)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duration: Four days (TBD)&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weekend Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We will again be looking for sponsors ($750) to support food and fun for the sprinters as they work hard and play hard for four productive days. Each $750 sponsorship will be put towards lunch and dinner costs for the sprinters, and potentially bringing in sprinters who might otherwise be unable to attend. &lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Leo Hsu and Regina Obe (lr at pcorp dot us) directly.&lt;br /&gt;
&lt;br /&gt;
=== 2013 Sponsors ===&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Boston, variable depending on where you are.&lt;br /&gt;
* Accommodation for four nights, $300 to $600 depending on what room you choose and whether you room share.&lt;br /&gt;
* Breakfast, dinner and other snacks.&lt;br /&gt;
* The sponsorship moneys will be put towards: morning snacks, lunches, dinner (1), social event (?), and supporting&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list:&amp;lt;br&amp;gt;http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
&lt;br /&gt;
* IRC chat during the event:&amp;lt;br&amp;gt;Channel: #tosprint&amp;lt;br&amp;gt;Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participation ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-40. Please add your name and the projects you are hoping to sprint on, if you have a strong intention to attend. &lt;br /&gt;
&lt;br /&gt;
# Michael Smith - US Army Corps  - MapServer; PDAL; GDAL/OGR - Will definitely be here&lt;br /&gt;
# Daniel Morissette - Mapgears - MapServer; GDAL/OGR - 99.72% sure&lt;br /&gt;
# Pierre Racine - University Laval  - PostGIS Raster - Possible&lt;br /&gt;
# Paul Ramsey  - PostGIS - Likely&lt;br /&gt;
# Michael P. Gerlek - Flaxen Consulting - PDAL &amp;amp; Friends - likely&lt;br /&gt;
&lt;br /&gt;
Virtual participants (irc #tosprint)&lt;br /&gt;
&lt;br /&gt;
== Room Share ==&lt;br /&gt;
&lt;br /&gt;
If you would like to room share, &lt;br /&gt;
&lt;br /&gt;
# Reserve a room at the hotel, choosing a type with more than one bed.&lt;br /&gt;
# Put your name in this section, indicating the amount of space in your room.&lt;br /&gt;
&lt;br /&gt;
Put your names below:&lt;br /&gt;
&lt;br /&gt;
* example entry: B has a triple room, needs two roommates.&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Boston Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
* Will there be presentation time to show case innovative uses of technology?&lt;br /&gt;
** Yes, Sponsors and sprinters actively working on projects will have their moment of glory&lt;br /&gt;
&lt;br /&gt;
== Social Events ==&lt;br /&gt;
&lt;br /&gt;
== Eating Options ==&lt;br /&gt;
Dim Sum - China Pearl - Boston Downtown Chinatown&lt;br /&gt;
&lt;br /&gt;
== Getting to the Sprint ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recaps ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:Past Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Boston_Code_Sprint_2013&amp;diff=60726</id>
		<title>Boston Code Sprint 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Boston_Code_Sprint_2013&amp;diff=60726"/>
		<updated>2012-02-14T20:52:32Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* Participation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger problems (as done last year at the [[IslandWood Code Sprint 2012]]).  This code sprint is targeting members of the &amp;quot;C Tribe&amp;quot; (eg,  Mapserver, GRASS, GDAL, Proj, PostGIS, MapGuide, OpenLayers). Other tribes are welcome to join the sprint, of course, but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
We have started a [[Boston Sprint 2013 Agenda]] page for preliminary planning of tasks.&lt;br /&gt;
&lt;br /&gt;
== Timing ==&lt;br /&gt;
&lt;br /&gt;
Dates: TBD &lt;br /&gt;
(We are shooting for sometime in March, early April to avoid snow storms)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duration: Four days (TBD)&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Weekend Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We will again be looking for sponsors ($750) to support food and fun for the sprinters as they work hard and play hard for four productive days. Each $750 sponsorship will be put towards lunch and dinner costs for the sprinters, and potentially bringing in sprinters who might otherwise be unable to attend. &lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Leo Hsu and Regina Obe (lr at pcorp dot us) directly.&lt;br /&gt;
&lt;br /&gt;
=== 2013 Sponsors ===&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Boston, variable depending on where you are.&lt;br /&gt;
* Accommodation for four nights, $300 to $600 depending on what room you choose and whether you room share.&lt;br /&gt;
* Breakfast, dinner and other snacks.&lt;br /&gt;
* The sponsorship moneys will be put towards: morning snacks, lunches, dinner (1), social event (?), and supporting&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list:&amp;lt;br&amp;gt;http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
&lt;br /&gt;
* IRC chat during the event:&amp;lt;br&amp;gt;Channel: #tosprint&amp;lt;br&amp;gt;Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participation ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-40. Please add your name and the projects you are hoping to sprint on, if you have a strong intention to attend. &lt;br /&gt;
&lt;br /&gt;
# Michael Smith - US Army Corps  - MapServer; PDAL; GDAL/OGR - Will definitely be here&lt;br /&gt;
# Daniel Morissette - Mapgears - MapServer; GDAL/OGR - 99.72% sure&lt;br /&gt;
# Pierre Racine - University Laval  - PostGIS Raster - Possible&lt;br /&gt;
&lt;br /&gt;
Virtual participants (irc #tosprint)&lt;br /&gt;
&lt;br /&gt;
== Room Share ==&lt;br /&gt;
&lt;br /&gt;
If you would like to room share, &lt;br /&gt;
&lt;br /&gt;
# Reserve a room at the hotel, choosing a type with more than one bed.&lt;br /&gt;
# Put your name in this section, indicating the amount of space in your room.&lt;br /&gt;
&lt;br /&gt;
Put your names below:&lt;br /&gt;
&lt;br /&gt;
* example entry: B has a triple room, needs two roommates.&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Boston Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
* Will there be presentation time to show case innovative uses of technology?&lt;br /&gt;
Yes, Sponsors and sprinters actively working on projects will have their moment of glory&lt;br /&gt;
&lt;br /&gt;
== Social Events ==&lt;br /&gt;
&lt;br /&gt;
== Eating Options ==&lt;br /&gt;
Dim Sum - China Pearl - Boston Downtown Chinatown&lt;br /&gt;
&lt;br /&gt;
== Getting to the Sprint ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recaps ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:Past Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57252</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57252"/>
		<updated>2011-09-14T03:39:45Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 1/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30, Tower Court A&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Raster/vector analysis in the database.&lt;br /&gt;
**MapAlgebra&lt;br /&gt;
**Outside db storage&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57251</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57251"/>
		<updated>2011-09-14T03:38:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 1/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30, Tower Court A&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Is raster/vector analysis in the database an interesting feature for you?&lt;br /&gt;
**What kind of MapAlgebra functionality do we need?&lt;br /&gt;
**Is storing raster outside the database an interesting feature?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57250</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57250"/>
		<updated>2011-09-14T03:36:58Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 1/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30, Tower Court A&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Is raster/vector analysis in the database an interesting feature for you?&lt;br /&gt;
**Is storing raster outside the database an interesting feature?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57249</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57249"/>
		<updated>2011-09-14T03:32:41Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 1/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30, Tower Court A&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57248</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57248"/>
		<updated>2011-09-14T03:32:19Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* Rooms Available */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 1/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30 in&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57247</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57247"/>
		<updated>2011-09-14T03:31:42Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
5h30 in&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57246</id>
		<title>FOSS4G 2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Breakout_Sessions&amp;diff=57246"/>
		<updated>2011-09-14T03:31:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* Spatial Databases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
During the [http://2011.foss4g.org/ FOSS4G2011 conference] in Denver, there will be conference rooms available for people to hold Breakout Sessions (aka Birds-of-a-Feather).&lt;br /&gt;
&lt;br /&gt;
Breakout Sessions are unstructured timeslots where people can self-organize themselves to discuss topics of interest.&lt;br /&gt;
&lt;br /&gt;
'''Room allocation to be determined'''&lt;br /&gt;
&lt;br /&gt;
== Organising Contact ==&lt;br /&gt;
&lt;br /&gt;
== Timeslots Available ==&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:30pm to 6:30pm and 7:00pm to 8:00pm&lt;br /&gt;
&lt;br /&gt;
= Room Assignments =&lt;br /&gt;
&lt;br /&gt;
== Rooms Available ==&lt;br /&gt;
All rooms can hold 50+ people, some are a bit larger as noted below.  Amount of room may vary depending on seating arrangement and size of group.  If you need a larger space for your group, use the ballroom.  If you need a smaller separate room for one group, use Denver, Spruce, or Century.  At the venue, please check the room size to confirm it's what you want.&lt;br /&gt;
&lt;br /&gt;
Pick a room, add to '''reserved:#''' beside room name below and mention the room name in your planning section further down on the page.&lt;br /&gt;
&lt;br /&gt;
 Tower Court A - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court B - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court C - 50+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Tower Court D - 75+ (2 groups) - '''Reserved: 0/2'''&lt;br /&gt;
 Windows - 125+ people (2-4 groups) - '''Reserved: 0/4'''&lt;br /&gt;
 Silver - 100+ people (2-3 groups) - '''Reserved: 0/3'''&lt;br /&gt;
 &amp;lt;s&amp;gt;Denver - 1 group - '''Reserved: 1/1'''&amp;lt;/s&amp;gt;&lt;br /&gt;
 Spruce - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 Century - 1 group - '''Reserved: 0/1'''&lt;br /&gt;
 '''Grand Ballroom''' - huge, can fit 10+ groups - '''Reserved: 0/10'''&lt;br /&gt;
&lt;br /&gt;
= Proposed Topics  =&lt;br /&gt;
&lt;br /&gt;
== GeoMoose == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling:&lt;br /&gt;
**5:30 - 6:30,  With get together afterwards.  Any suggestions for a location for Drinks afterwards?&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Overview &lt;br /&gt;
**GeoMoose 2.6 &lt;br /&gt;
**Ideas for CodeSprint.&lt;br /&gt;
**Talk up your successes with GeoMoose.&lt;br /&gt;
**Meet developers and learn how you can help. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Bob Basques (City of Saint Paul, MN.) &lt;br /&gt;
**Dan Little (GeoMoose) &lt;br /&gt;
**Jim Klassen (SharedGeo) &lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:EliL|Eli Adam (Lincoln County, Oregon)]]&lt;br /&gt;
**Steve Swazee (MnGeo Emergency Preparedness Committee)&lt;br /&gt;
&lt;br /&gt;
== Tiling ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**standardised sqlite schema for tile caches &lt;br /&gt;
**TMS/WMTS evolutions: &lt;br /&gt;
***Tile merging (i.e. equivalent of WMS LAYERS=baselayer,overlaylayer) &lt;br /&gt;
***TMS multiple grids per tileset &lt;br /&gt;
***WMTS multiple url endpoints (eg tile1.domain.tld, tile2.domain.tld...): is this still needed now that browsers allow many more connections per server? &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Tbonfort]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale, MapProxy)]] &lt;br /&gt;
**[[User:Stvn|Steven M. Ottens]] &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**[[User:Springmeyer|Dane Springmeyer (Development Seed)]]&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**Brian Fischer (Houston Engineering)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== GeoNode ==  &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Brief overview &lt;br /&gt;
**Get involved with the community! &lt;br /&gt;
**Meet developers and institutional partners &lt;br /&gt;
***Opportunities for work around the world, especially in South America and Indonesia &lt;br /&gt;
***Positions available at the World Bank and OpenGeo &lt;br /&gt;
**[http://geonode.org/2011/08/geonode-at-foss4g/ Join us for drinks afterwards!] &lt;br /&gt;
*Attending: &lt;br /&gt;
**Rolando Peñate (OpenGeo) &lt;br /&gt;
**David Winslow (OpenGeo) &lt;br /&gt;
**Robert Soden (World Bank) &lt;br /&gt;
**Ariel Nuñez (World Bank) &lt;br /&gt;
**Seb Benthall (UC Berkeley) &lt;br /&gt;
**Ben Lewis(Harvard University) &lt;br /&gt;
**Matt Bertrand (Harvard University) &lt;br /&gt;
**Sachindra Singh (SOPAC) &lt;br /&gt;
**[[User:Ortelius|Jeffrey Johnson (OpenGeo)]] &lt;br /&gt;
**Jubal Harpster (SpatialDev) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**Christian Spanring (MAPC)&lt;br /&gt;
&lt;br /&gt;
== Python == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's do this one in the 5:30-6:30 slot and tiling afterwards? &lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**High fives &lt;br /&gt;
**Extension modules, Pyrex, Cython, ctypes &lt;br /&gt;
**Python 3 &lt;br /&gt;
**PyPy &lt;br /&gt;
**Packaging and distributions &lt;br /&gt;
*Attending: &lt;br /&gt;
**Sean Gillies (NYU, Shapely and friends) &lt;br /&gt;
**[[User:Ebwolf|Eric Wolf (USGS, CU-Boulder)]] &lt;br /&gt;
**Michael Weisman (Urban Mapping) &lt;br /&gt;
**Derek Hohls (CSIR, South Africa) &lt;br /&gt;
**[[User:Dandye|Dan Dye (WeoGeo)]] &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]] &lt;br /&gt;
**[[User:Wildintellect|Alex Mandel (UC Davis)]] &lt;br /&gt;
**[[User:Hobu|Howard Butler (Hobu, Inc.)]] &lt;br /&gt;
**[[User:Olt|Oliver Tonnhofer (Omniscale)]] MapProxy, Imposm, Shapely, etc. I'm in conflict with the tiling BOF, try to come for the high five at least. &lt;br /&gt;
**Marc Pfister (nothing to see here) &lt;br /&gt;
**[[User:Lagerratrobe|Roger Andre (Tableau Software, Seattle)]] &lt;br /&gt;
**Thomas Emge (Esri)&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**Jachym Cepicky&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI-WHOI)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
**[[User:tclarke|Trevor Clarke (Opticks/Ball Aerospace) (tentative)]]&lt;br /&gt;
&lt;br /&gt;
== Opengeoportal == &lt;br /&gt;
&lt;br /&gt;
http://opengeoportal.org/ &lt;br /&gt;
The meeting will start at 5:30. &lt;br /&gt;
&lt;br /&gt;
*Proposed topics: governance models, federated searching and coordinating code development &lt;br /&gt;
*Attending: &lt;br /&gt;
**Stephen McDonald (Tufts) &lt;br /&gt;
**Patrick Florance (Tufts) &lt;br /&gt;
**Chris Barnett (Tufts) &lt;br /&gt;
**David Siegel (Harvard) &lt;br /&gt;
**[[User:Lsweeney|Lisa Sweeney (MIT)]]&lt;br /&gt;
**Garey Mills (Berkeley) &lt;br /&gt;
**John Ridener (Berkeley) &lt;br /&gt;
**Patricia Carbajales (Stanford) &lt;br /&gt;
**Renzo Sanchez-Silva (Stanford)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:epifanio|Massimo Di Stefano (RPI - WHOI)]]&lt;br /&gt;
**[[User:Kgjenkins|Keith Jenkins (Cornell)]]&lt;br /&gt;
&lt;br /&gt;
For those who cannot make this in person you are invited to call in via skype to username opengeoportal.&lt;br /&gt;
&lt;br /&gt;
* There will also be a gathering for developers to meet during the Tuesday evening Welcome Social at the Wynkoop Brewing Company.&lt;br /&gt;
&lt;br /&gt;
== Spatial Data InfraStructure (SDI) ==&lt;br /&gt;
&lt;br /&gt;
*Scheduling: 7pm - 8pm. Get started with these topics then go get some food/drinks together. &lt;br /&gt;
*Proposed topics: data sharing and discovery, metadata, web services, and portals. &lt;br /&gt;
*Attending: &lt;br /&gt;
**Christine White (Esri) &lt;br /&gt;
**Andy Gup (Esri)&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**Brent Wood (NIWA)&lt;br /&gt;
&lt;br /&gt;
== Mobile GIS ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**General discussion about development of mobile mapping/GIS apps &lt;br /&gt;
**&amp;quot;OpenLayers-like&amp;quot; SDK for Android (Android GIS) &lt;br /&gt;
**add yours... &lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Danielkastl|Daniel Kastl (Georepublic)]] &lt;br /&gt;
**[[User:Hal sk|Haruyuki Seki (Georepublic)]] &lt;br /&gt;
**Jaak Laineste (Nutiteq)&lt;br /&gt;
**[[User:Dmorissette| Daniel Morissette (Mapgears)]]&lt;br /&gt;
**Alan Boudreault (Mapgears)&lt;br /&gt;
**[[User:Mloskot|Mateusz Loskot (Cadcorp)]]&lt;br /&gt;
**[[User:Assefa|Yewondwossen Assefa (DM Solutions)]]&lt;br /&gt;
**Karel Charvat (CCSS)&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
**[[User:madair|Mike Adair (DM Solutions Group)]]&lt;br /&gt;
&lt;br /&gt;
== Education / Academic ==&lt;br /&gt;
* '''Room: Denver - 5:30-7'''&lt;br /&gt;
* Separate sign up page: [[FOSS4G 2011 Edu BOF sign up]]&lt;br /&gt;
&lt;br /&gt;
== PostGIS Raster ==&lt;br /&gt;
&lt;br /&gt;
*Proposed Topics&lt;br /&gt;
**What would you like to do with PostGIS Raster?&lt;br /&gt;
**Roadmap&lt;br /&gt;
&lt;br /&gt;
*Attending&lt;br /&gt;
**Pierre Racine&lt;br /&gt;
**Bborie Park&lt;br /&gt;
&lt;br /&gt;
== Spatial Databases == &lt;br /&gt;
 &lt;br /&gt;
*Proposed Topics &lt;br /&gt;
**Do we need some more &lt;br /&gt;
**Where are we heading to (distributed databases?)&lt;br /&gt;
**Do the processing within the database or outside?&lt;br /&gt;
**Add yours...&lt;br /&gt;
*Attending: &lt;br /&gt;
**Volker Mische (Couchbase)&lt;br /&gt;
&lt;br /&gt;
== SpatiaLite == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: let's not conflict with the Python session? maybe we should do something less formal another day if the BOF all conflict too much?&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
**Community organization strategies &lt;br /&gt;
**Meet and Greet&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
**[[User:Davidfawcett|David Fawcett (MPCA)]]&lt;br /&gt;
**[[User:putler|Dan Putler (Anemoi Analytics)]]&lt;br /&gt;
**[[User:wildintellect|Alex Mandel (UC Davis)]]&lt;br /&gt;
**[[User:dnewcomb|Doug Newcomb (USFWS)]] ( I will not be available for much of Wed. Evening)&lt;br /&gt;
**[[User:jlhgis|Julia Harrell (NC DENR)]]&lt;br /&gt;
**[[User:woodbri|Stephen Woodbridge (iMaptools.com)]]&lt;br /&gt;
&lt;br /&gt;
== Web Processing Services (WPS) == &lt;br /&gt;
 &lt;br /&gt;
*Scheduling: 5:30-6:30&lt;br /&gt;
&lt;br /&gt;
*Proposed topics: &lt;br /&gt;
** Web Processing Services Ideas exchange and get-together&lt;br /&gt;
** WPS 2.0 status and community input&lt;br /&gt;
** Meet and Greet&lt;br /&gt;
** Settle on mime types so at least our apps can be consistent&lt;br /&gt;
&lt;br /&gt;
*Attending: &lt;br /&gt;
** Gėrald Fenoy (ZOO-Project)&lt;br /&gt;
** Nicolas Bozon (ZOO-Project)&lt;br /&gt;
** Bastian Schäffer (52North)&lt;br /&gt;
** Benjamin Pross (52North)&lt;br /&gt;
** Jachym Cepicky&lt;br /&gt;
** Jody Garnett (Enthusiast)&lt;br /&gt;
** [[User:tclarke|Trevor Clarke (Opticks)]]&lt;br /&gt;
&lt;br /&gt;
== Free meditation and relaxing movements sessions  ==&lt;br /&gt;
&lt;br /&gt;
There are so many interesting people and ideas at FOSS4G that I’ve found it can be really helpful to have a quiet, meditative moment or two to let it all sink in. The intention is to help one release stress and relax muscles that commonly become tight from computer/desk work, travel, carrying bags.. the common issues that tend to manifest at a week-long conference! I’ve been leading meditation sessions for co-workers at MIT and receiving very positive feedback about how helpful they are. &lt;br /&gt;
&lt;br /&gt;
My plan is to hold a few 30-minute, sessions of relaxed meditative breathing and gentle movements during the FOSS4G conference at the following times: &lt;br /&gt;
&lt;br /&gt;
*Wed. 8 pm &lt;br /&gt;
*Thurs 5:30 pm &lt;br /&gt;
*Friday 5 pm - after the Annual General Meeting&lt;br /&gt;
&lt;br /&gt;
These sessions are available to anyone, including people with no prior experience with any movement styles, those who do not feel particularly flexible, and folks who are in their work/meeting clothes. These sessions are being hosted by [[User:Lsweeney|Lisa Sweeney]] If you are interested please add your name below or email lsweenstar@gmail.com. I'll be seeking out room options and post them to this wiki page once identified.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Great idea! I'd like to add a related get together. Anyone interested in starting the day with some tai chi and chi gong, let's meet in the Sheraton pool area (5th floor of the Tower building) at 6:00 am. If there's inclement weather, let's meet in the lobby of the Sheraton. If you are interested but are not staying at the Sheraton, let me know (retrev@csh.rit.edu or retrev on twitter) and we'll meet somewhere more convenient.&lt;br /&gt;
&lt;br /&gt;
== Add yours below ==&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G]] [[Category:FOSS4G2011]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Code_Sprint&amp;diff=56090</id>
		<title>FOSS4G 2011 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2011_Code_Sprint&amp;diff=56090"/>
		<updated>2011-07-21T18:39:30Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Code Sprint - what's that?  ==&lt;br /&gt;
&lt;br /&gt;
A code sprint is about getting a group together to work on Open Source software, sitting around a table and sharing ideas.  It's not just about writing code, as you know a project has many needs including documentation, testing, and providing feedback.  What a better way to give feedback and give back to the project that you love than to spend a day with the project's developers.  There are roles needed to be filled, no matter what your expertise.&lt;br /&gt;
&lt;br /&gt;
With such a short timeframe (one day) you should probably use this page to set a specific goal for your project.  But don't worry, if all you get done is actually sitting at the same table with the project's developers and talking about the next release, that is also great :)&lt;br /&gt;
&lt;br /&gt;
== Venue  ==&lt;br /&gt;
&lt;br /&gt;
For map and more details see &lt;br /&gt;
&lt;br /&gt;
*Date: '''Saturday September 17th, 2011''' (the day after the conference). &lt;br /&gt;
*Time: '''9am-5pm'''&amp;amp;nbsp; ([http://www.timeanddate.com/worldclock/fixedtime.html?year=2011&amp;amp;month=9&amp;amp;day=17&amp;amp;hour=15&amp;amp;min=0&amp;amp;sec=0 timeandate])&amp;amp;nbsp; &lt;br /&gt;
*'''Where:''' [http://www.tivoli.org/tivoli/ Tivoli Student Union building] (a former brewery), Auraria Campus&lt;br /&gt;
[[Image:Tivoli-logo.jpg|150px]]&lt;br /&gt;
&lt;br /&gt;
 Tivoli Student Union&lt;br /&gt;
 900 Auraria Parkway&lt;br /&gt;
 Denver, CO&lt;br /&gt;
 '''[http://www.openstreetmap.org/?lat=39.745249&amp;amp;lon=-105.005806&amp;amp;zoom=18&amp;amp;layers=M OSM map]'''&lt;br /&gt;
&lt;br /&gt;
*'''Rooms: (each room has a 60-70 person capacity)''' &lt;br /&gt;
** room 440/540 (bilevel)&lt;br /&gt;
** room 640&lt;br /&gt;
&lt;br /&gt;
== What to Bring ==&lt;br /&gt;
&lt;br /&gt;
* power bars (only outlets for 30 computers exist)&lt;br /&gt;
&lt;br /&gt;
== How to get there from the Sheraton ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to get there from the Sheraton is to catch the free shuttle bus along 16th Street to Larimer, then it's about a half mile walk from there (7-10 minutes) - just take a left on Larimer and keep going straight into the campus.  More detail to come shortly on how to get to the exact rooms etc.&lt;br /&gt;
&lt;br /&gt;
== Sponsor  ==&lt;br /&gt;
&lt;br /&gt;
Please!  contact organizers: Rafael Moreno, or [[Jeff McKenna]]&lt;br /&gt;
&lt;br /&gt;
== Questions/Comments/Ideas ==&lt;br /&gt;
&lt;br /&gt;
* ask on the foss4g2011 mailing list ([http://lists.osgeo.org/mailman/listinfo/foss4g2011 subscribe])&lt;br /&gt;
&lt;br /&gt;
== Additional Interested People  ==&lt;br /&gt;
&lt;br /&gt;
The following people are potentially interested in participating in sprinting activities though have not yet established a Workgroup. &lt;br /&gt;
&lt;br /&gt;
* name:project&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
To participate, copy a project skeleton and start a section below for your project. &lt;br /&gt;
&lt;br /&gt;
== Project-name  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* user&lt;br /&gt;
* user&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* your goals&lt;br /&gt;
&lt;br /&gt;
== MapQuery  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Vmische|Volker Mische]]&lt;br /&gt;
* user&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Making MapQUery more awesome&lt;br /&gt;
* Talk to OpenLayers 3 people about the future&lt;br /&gt;
&lt;br /&gt;
== PostGIS  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* Paul Ramsey&lt;br /&gt;
* Pierre Racine&lt;br /&gt;
* you?&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Close bugs and triage for 2.0 release&lt;br /&gt;
&lt;br /&gt;
== Opticks  ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* Kip Streithorst&lt;br /&gt;
* Trevor Clarke&lt;br /&gt;
* Michael Considine&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FOSS4G2011]] [[Category:FOSS4G]] [[Category:Code_Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2011_Ideas&amp;diff=53959</id>
		<title>Google Summer of Code 2011 Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2011_Ideas&amp;diff=53959"/>
		<updated>2011-03-22T18:15:37Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* The ideas pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:GSOC_2011_URL.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
 see also [[Google Summer of Code 2010 Ideas]]&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2011]] wiki page.&lt;br /&gt;
&lt;br /&gt;
=OSGeo Google Summer of Code 2011=&lt;br /&gt;
&lt;br /&gt;
The Open Source Geospatial Foundation would like to extend a welcome to all SoC students. On this page you will find links to a host of ideas organized by project. You will find ideas ranging from the depths of computer science graph theory to the heights of visualization. One thing all these ideas have in common is lots and lots of spatial data.&lt;br /&gt;
&lt;br /&gt;
These ideas are '''*only*''' to motivate you, and serve as example of the kind of hills we want to charge up. Your own ideas are more than welcomed - they are encouraged. We view you as the next wave of open source leaders; show us what you've got.&lt;br /&gt;
&lt;br /&gt;
'''If you need more information on how to apply you can contact all the mentoring organisations via soc at lists.osgeo.org'''&lt;br /&gt;
&lt;br /&gt;
* There is a [http://code.google.com/p/google-summer-of-code/wiki/GsocFlyers Google SoC flyer] to look at and post in appropriate places.&lt;br /&gt;
&lt;br /&gt;
=What to expect during the summer?=&lt;br /&gt;
&lt;br /&gt;
==Be prepared to be in constant communication with your mentors and project==&lt;br /&gt;
You and your mentors will decide on the specifics, but we will expect you and your mentor to communicate *a lot*. Part of the idea of SoC is to intergrate you into the developer community, so you should get involved from the start. The more you communicate the easier it will be. Don't be afraid that the mentors will request your phone number. It is only to make sure that we can reach you, in case of problems.&lt;br /&gt;
&lt;br /&gt;
==Weekly reports==&lt;br /&gt;
Yes, every week we expect to see a report posted to the soc@osgeo mailing list that at least answers the following questions:&lt;br /&gt;
# What did you get done this week?&lt;br /&gt;
# What do you plan on doing next week?&lt;br /&gt;
# Are you blocked on anything?&lt;br /&gt;
These questions BTW are the same as are used in real-work, when developing with the &lt;br /&gt;
[http://en.wikipedia.org/wiki/Scrum_(development) Scrum] [http://en.wikipedia.org/wiki/Agile_software_development development process]. ;)&lt;br /&gt;
&lt;br /&gt;
If you want, feel free to write *more*. But three sentences is the bare minimum. *IT IS VERY IMPORTANT THAT YOU SEND YOUR PROGRESS REPORTS ON TIME*, if you don't send this email your mentors will start to get twitchy, and *especially* if they don't get any responses to their emails / don't see you in IRC. Twitchy mentors is not what we want. If you are blocked by finals, that's cool. We have all studied at some point, just tell us about it, be honest. If you don't know how to proceed and your mentor isn't answering *definitely* tell about it. The SoC project admins will always be available. Basically the point is that you open up the communication channels, and keep them open. That way you will have a super summer, and get paid ;)&lt;br /&gt;
&lt;br /&gt;
Last year this weekly report proved to be very popular among the students and mentors alike, so we will keep it up.&lt;br /&gt;
&lt;br /&gt;
==Wiki page and blogs==&lt;br /&gt;
In addition to weekly reports we ask you to maintain a wiki or blog page for your project. You should store your weekly reports there and add other information, like how to compile and test your program. If applicable add screenshots and other nice info.&lt;br /&gt;
&lt;br /&gt;
Wiki and/or blog space can and will be provided by OSGeo if your project doesn't have anything already set up for this.&lt;br /&gt;
&lt;br /&gt;
=Timeline=&lt;br /&gt;
http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/timeline&lt;br /&gt;
&amp;lt;!-- {{done}} --&amp;gt;&lt;br /&gt;
* March 18: Google announces accepted organizations. If OSGeo is accepted as an organization for Google Summer of Code, start talking to us earlier rather than later.&lt;br /&gt;
* April 8: Student application deadline. The earlier you start the more probable it is that you will be accepted! There is two way feedback during the application process which really helps  you improve and clarify your application before this final deadline.&lt;br /&gt;
* April 25: Accepted student proposals are announced.&lt;br /&gt;
* May 23: Coding begins!&lt;br /&gt;
* July 11: Mid-term evaluation.&lt;br /&gt;
* August 22: Pencils down!&lt;br /&gt;
&lt;br /&gt;
= The ideas pages =&lt;br /&gt;
Each participating project's list of ideas is here, with a short description of the project and what type of students would be interested in it:&lt;br /&gt;
&lt;br /&gt;
* [http://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas]: GDAL is the Geographic Data Abstraction Library, a library which provides access to spatial data in all kinds of formats via a uniform API. &lt;br /&gt;
* [http://grass.osgeo.org/wiki/GRASS_SoC_Ideas GRASS SoC Ideas]: GRASS GIS is an open source GIS focusing mainly on analysis. It is written as a collection of stand-alone C programs and has a new GUI written in Python. If you know Python, or want to implement algorithms in C take a look!&lt;br /&gt;
* [http://www.mapbender.org/GSoC_2010 Mapbender SoC ideas 2010]: Mapbender is a server and client side geographic data management tool, programmed in '''PHP''' and '''JavaScript''', using the '''jQuery''' library. &lt;br /&gt;
* [http://www.qgis.org/wiki/Google_Summer_of_Code_2011 Quantum GIS SoC Ideas] Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats.&lt;br /&gt;
* [http://udig.refractions.net/confluence/display/HACK/Summer+of+Code uDig Summer of Code]: User-friendly Desktop GIS is a Java application written with the Eclipse RCP framework. The project has a community svn area to host student plug-ins, tutorials cover how to package up a custom application to show off your work.&lt;br /&gt;
* [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Google_Summer_Of_Code OpenJUMP/deegree Ideas List]: deegree and OpenJUMP share code derived from the original JUMP. Both programs maintain separate development lists and source code repositories but look for opportunities to collaborate.&lt;br /&gt;
* [[OpenRouter_2011_SOC_Ideas| OpenRouter/pgRouting 2011 SOC Ideas]]: OpenRouter/pgRouting is a couple of projects that are building routing and driving direction libraries and applications that can be integrated with other applications.&lt;br /&gt;
* OSSIM  [http://web.me.com/epiesasha/PlanetSasha/2010Project.html Py-OSSIM]: - ossim-swig-python to generate code to call ossim from python&lt;br /&gt;
* [[OSGeo_Cartographic_Engine#Ideas_for_Summer_of_Code_2010_Project | Cartographic Engine project ideas built on Mapnik]]: Refining much needed high quality hardcopy output tools that encourage collaboration.  Built on Mapnik, applications like QGIS, GRASS, MapServer, etc. can output using these features.  Focused initially on building specs that support Mapnik as the engine, but that could be applied generally across OSGeo projects as well.&lt;br /&gt;
* [http://www.spatialytics.org/google-summer-of-code-2010-ideas/ Spatialytics.org GSoC 2010 Ideas]: Spatialytics.org is the new home of the three open source Geospatial BI projects (GeoKettle, GeoMondrian and SOLAPLayers). Geospatial Business Intelligence (BI) tools, such as spatial ETL (Extract, Transform and Load), geo-analytical dashboards and Spatial On-Line Analytical Processing (SOLAP) allow decision-makers to rapidly analyze large amount of data at different levels of time, geography and detail in order to make better decisions.&lt;br /&gt;
*  [http://www.mapwindow.org/wiki/index.php/Google_Summer_of_Code MapWindow GIS SoC Ideas]: MapWindow is a free, extensible, geographic information system (GIS) that can be used as an alternative desktop GIS, to distribute data to others, to develop and distribute custom spatial data analyses, written in .NET (C++, C#, VB.NET). If you're a talented VB.Net, C#, or C++ programmer, you could be the perfect fit to work on this project. We have a couple of ideas that could be done over the summer; feel free to suggest your own ideas or plug-ins as well.&lt;br /&gt;
* [[MapServer_2010_SOC_Ideas | MapServer GSoC Ideas]]: MapServer is a Web Mapping Engine; an Open Source platform for publishing spatial data and interactive mapping applications to the web.&lt;br /&gt;
* [[Live_GIS_Disc_GSoC_2010 | OSGeo Live]] is a stack of 35+ of the best GeoSpatial Open Source packages bundled as a LiveDVD and Virtual Machine on top an Xubuntu linux ditribution. There are opportunities to address packaging and cross project quality control through application of systematic testing processes. Through this project, developers will gain a broad understanding of the full GeoSpatial Open Source stack.&lt;br /&gt;
* [[gvSIG GSoC 2011 Ideas|gvSIG]] is the free GIS project developed by the gvSIG Association. gvSIG is at this time a group of software developments for [http://www.gvsig.org/web/projects/gvsig-desktop/description2/view?set_language=en Desktop],[http://www.gvsig.org/web/projects/gvsig-mobile/description-2/view?set_language=en PDAs] and [http://gvsigmini.org mobile phones].&lt;br /&gt;
* [http://geoserver.org/display/GEOS/Summer+of+Code+2010 GeoServer] is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards.&lt;br /&gt;
* [http://opticks.org/confluence/display/opticksDev/Google+Summer+of+Code Opticks Ideas]: Opticks is an extensible [http://en.wikipedia.org/wiki/Remote_sensing remote sensing] and imagery analysis desktop application. It provides a framework to process remote sensing data such as [http://en.wikipedia.org/wiki/Hyperspectral_imaging Hyperspectral] (HSI), [http://en.wikipedia.org/wiki/Multi-spectral_image Multispectral] (MSI), and [http://en.wikipedia.org/wiki/Synthetic_aperture_radar Synthetic aperture radar] (SAR) imagery and video. The application is written in C++ and licensed under LGPL v2.1. Extensions are written using C++ or Python. You can review the [http://opticks.org/confluence/display/opticksExt/All+Opticks+Extensions available extensions] and [http://opticks.org/confluence/display/opticks/Feature+Tour+-+Your+Data feature tour] to get a better idea of what Opticks can do.&lt;br /&gt;
* [http://trac.osgeo.org/postgis/wiki/WKTRasterGSoC PostGIS raster Ideas] PostGIS raster is the raster side of PostGIS. It allows to store, manipulate and do analysis of raster data in the PostgreSQL/PostGIS spatial database.&lt;br /&gt;
&lt;br /&gt;
= Application Template =&lt;br /&gt;
 Name:&lt;br /&gt;
 &lt;br /&gt;
 Country:&lt;br /&gt;
 &lt;br /&gt;
 School and degree:&lt;br /&gt;
 &lt;br /&gt;
 Email:&lt;br /&gt;
 &lt;br /&gt;
 Phone:&lt;br /&gt;
 &lt;br /&gt;
 OSGeo project(s):&lt;br /&gt;
 &lt;br /&gt;
 Title:&lt;br /&gt;
 (please include the name of the member project as part of the title, for example: &amp;quot;Gee Whiz Foobar 2001 for QGIS&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 Describe your idea&lt;br /&gt;
   1. Introduction&lt;br /&gt;
   2. Background&lt;br /&gt;
   3. The idea&lt;br /&gt;
   4. Project plan (how do you plan to spend your summer?)&lt;br /&gt;
   5. Future ideas / How can your idea be expanded? &lt;br /&gt;
 &lt;br /&gt;
 Explain how your SoC task would benefit the OSGeo member project and more generally the OSGeo Foundation as a whole:&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of general computing experience:&lt;br /&gt;
  (operating systems you use on a day-to-day basis, languages you could write a program in, hardware, networking experience, etc.)&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of previous GIS experience:&lt;br /&gt;
 &lt;br /&gt;
 Please provide details of any previous involvement with GIS programming and other software programming:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in GIS and open source software:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in working for OSGeo and the software project you have selected:&lt;br /&gt;
 &lt;br /&gt;
 Please tell us why you are interested in your specific coding project:&lt;br /&gt;
 &lt;br /&gt;
 Would your application contribute to your ongoing studies/degree? If so, how?&lt;br /&gt;
 &lt;br /&gt;
 Please explain how you intend to continue being an active member of your project and/or OSGeo AFTER the summer is over:&lt;br /&gt;
 &lt;br /&gt;
 Do you understand this is a serious commitment, equivalent to a full-time paid summer internship or summer job?&lt;br /&gt;
&lt;br /&gt;
= What is the main public mailing list for your organization? =&lt;br /&gt;
Since OSGeo is an umbrella organisation for multiple projects, each project has their own discussion and development mailing lists.&lt;br /&gt;
&lt;br /&gt;
'''Main OSGeo mailing lists of interest to students.'''&lt;br /&gt;
&lt;br /&gt;
Please start here, when contacting us for the first time with questions about Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
* OSGeo SoC Mentors and Students - soc@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/soc)&lt;br /&gt;
* OSGeo Wide Discussion List - discuss@lists.osgeo.org (http://lists.osgeo.org/mailman/listinfo/discuss)&lt;br /&gt;
&lt;br /&gt;
Also see the [[Mailing Lists]] page for project specific lists.&lt;br /&gt;
&lt;br /&gt;
= What is the main IRC channel for your organization? =&lt;br /&gt;
&lt;br /&gt;
irc://irc.freenode.net/#osgeo (Web based [http://irc.telascience.org/cgi-bin/irc.cgi IRC client], [http://webchat.freenode.net alternative)&lt;br /&gt;
&lt;br /&gt;
Project irc channels:&lt;br /&gt;
&lt;br /&gt;
* irc://irc.freenode.net/#gdal&lt;br /&gt;
* irc://irc.freenode.net/#geoserver&lt;br /&gt;
* irc://irc.freenode.net/#geotools&lt;br /&gt;
* irc://irc.freenode.net/#grass&lt;br /&gt;
* irc://irc.freenode.net/#gvsig&lt;br /&gt;
* irc://irc.freenode.net/#mapbender&lt;br /&gt;
* irc://irc.freenode.net/#mapbuilder&lt;br /&gt;
* irc://irc.freenode.net/#mapguide&lt;br /&gt;
* irc://irc.freenode.net/#mapnik&lt;br /&gt;
* irc://irc.freenode.net/#mapserver&lt;br /&gt;
* irc://irc.freenode.net/#openlayers&lt;br /&gt;
* irc://irc.freenode.net/#opticks&lt;br /&gt;
* irc://irc.freenode.net/#ossimplanet&lt;br /&gt;
* irc://irc.freenode.net/#postgis&lt;br /&gt;
* irc://irc.freenode.net/#qgis&lt;br /&gt;
* irc://irc.freenode.net/#udig&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53851</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53851"/>
		<updated>2011-03-15T17:19:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
&lt;br /&gt;
  Also add more regression tests for shp2pgsql,pgsql2shp&lt;br /&gt;
* Incubation issues -- not fun stuff but needs to be addressed, get list of all contributors, decide if each file will have blanket copyright with reference to contributor file, what to do with files that have no copyright markings&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes Pierre: (792 &amp;amp; 762), 825, 633, 766, 651, 490,&lt;br /&gt;
*Ticket fixes David: 582&lt;br /&gt;
*Ticket fixes Jorge: 851, 837&lt;br /&gt;
*Look at ticket 650 (GDAL Polygonize with real values) with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (ticket 482) (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (tickets 643, 644, 645) (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood (David)&lt;br /&gt;
*ST_Intersection optimization (David)&lt;br /&gt;
*Optional tickets 165, 301, 484&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers / GeoExt ==&lt;br /&gt;
&lt;br /&gt;
* GeoExt ux - LayerTreeBuilder: add support for multiple layers when calling a WMS service.&lt;br /&gt;
* GeoExt ux - LayerTreeBuilder: make the display of a Legend widget configurable on a per-layer basis?? (instead of on per-layer type basis).&lt;br /&gt;
* GeoExt ux - AttributeFilterPanel: add flexibility in how the Vector features are retrieved (i.e. using a Vector layer object to query an existing layer or using a Protocol object and creating a new Vector layer on the fly). This widget has a lot of overlap with GeoExt's FormPanel (in fact it was derived from it), we should try to merge the functionality of both widgets in a single one.&lt;br /&gt;
* GeoPrisma - AttributeFilterPanel widget: #175 - write a sample (we may need a PostgreSQL server on the geoprisma.org machine), documentation and merge the branch to the trunk.&lt;br /&gt;
* GeoPrisma: #168 - switch to ExtJS-style i18n for client widgets (maybe do 1 or 2 widgets as a proof-of-concept)&lt;br /&gt;
* GeoPrisma: #149 - deprecate the PDFPrint widget ?&lt;br /&gt;
* GeoPrisma: #164 - Add Vector layer type support for MapFishPrint service.&lt;br /&gt;
* GeoPrisma: make projection configurable for measuretool widget, just like what was done with getmouseposition (using proj4js)&lt;br /&gt;
* GeoPrisma: add a new WFS proxy ?&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53821</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53821"/>
		<updated>2011-03-11T15:01:49Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
&lt;br /&gt;
  Also add more regression tests for shp2pgsql,pgsql2shp&lt;br /&gt;
* Incubation issues -- not fun stuff but needs to be addressed, get list of all contributors, decide if each file will have blanket copyright with reference to contributor file, what to do with files that have no copyright markings&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes Pierre: 851, (792 &amp;amp; 762), 825, 633, 766, 651, 490,&lt;br /&gt;
*Ticket fixes David: 582&lt;br /&gt;
*Ticket fixes Jorge: 837&lt;br /&gt;
*Look at ticket 650 (GDAL Polygonize with real values) with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (ticket 482) (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (tickets 643, 644, 645) (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization&lt;br /&gt;
*Optional tickets 165, 301, 484&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53787</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53787"/>
		<updated>2011-03-10T21:06:45Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
* Incubation issues -- not fun stuff, but if credits on each file or separate file, code review etc.&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes Pierre: (792 &amp;amp; 762), 825, 633, 766, 651, 490,&lt;br /&gt;
*Ticket fixes David: 582&lt;br /&gt;
*Look at ticket 650 (GDAL Polygonize with real values) with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (ticket 482) (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (tickets 643, 644, 645) (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization&lt;br /&gt;
*Optional tickets 165, 301, 484&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53780</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53780"/>
		<updated>2011-03-10T20:53:47Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
* Incubation issues -- not fun stuff, but if credits on each file or separate file, code review etc.&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes Pierre: (792 &amp;amp; 762), 825, 633, 643, 644, 645, 651, 766, 490&lt;br /&gt;
*Ticket fixes David: 582&lt;br /&gt;
*Look at ticket 650 with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (ticket 482) (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53778</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53778"/>
		<updated>2011-03-10T20:48:46Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
* Incubation issues -- not fun stuff, but if credits on each file or separate file, code review etc.&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes Pierre: 762, 633, 643, 644, 645, 651, 766&lt;br /&gt;
*Ticket fixes David: 582&lt;br /&gt;
*Look at ticket 650 with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (ticket 482) (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53775</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53775"/>
		<updated>2011-03-10T20:37:38Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
* Incubation issues -- not fun stuff, but if credits on each file or separate file, code review etc.&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes&lt;br /&gt;
*Look at ticket 650 with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53774</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53774"/>
		<updated>2011-03-10T20:37:27Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* 6.0 Release work (documentation, polishing and bug fixes)&lt;br /&gt;
* SVG Symbols (assefa, zak, thomas)&lt;br /&gt;
* rendering features with offset + leader (assefa, zak, thomas)&lt;br /&gt;
* Outputformat refactoring (don't create and initialize all default outputformats at each request) (thomas)&lt;br /&gt;
* Text rendering =&amp;gt; always use labelpathobj (thomas)&lt;br /&gt;
* rasterBufferObj: premultiplied or not? (thomas, frankw)&lt;br /&gt;
* INSPIRE View Services support for WMS (TomK, assefa, etc.)&lt;br /&gt;
* Ruby/SWIG MapScript (JimK)&lt;br /&gt;
* layer level GEOMTRANSFORM (Steve)&lt;br /&gt;
* use case snippets (see OpenLayers as an example) (Steve)&lt;br /&gt;
* profiling 6.0 ahead of benchmarking exercise  (need feedback from Jeff/Daniel on where we sucked)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* 3D index issues outline support whether we'll have one or 2 types of parallel indices (prefer one type even if it means putting off til 2.1)&lt;br /&gt;
* 9.1 KNN GIST  are we going to do or punt to 2.1&lt;br /&gt;
* Left over issues with EMPTY and new more ISO compliant WKT display of geometries&lt;br /&gt;
* Make geometry_columns a view rather than table - harmonize legacy with new to cause least pain&lt;br /&gt;
* Possibility of preliminary X3D support in 2.0 instead of 2.1 (Olivier) ( http://trac.osgeo.org/postgis/ticket/854 )&lt;br /&gt;
* 3D topological serialization for PolyhedralSurface and TIN (Olivier)&lt;br /&gt;
* shp2pgsql (-gui)/pgsql2shp - (Jeff Adams)&lt;br /&gt;
    while you are at it would be really nice to investigate http://trac.osgeo.org/postgis/ticket/808 &lt;br /&gt;
     got broken in 2.0 and a real show-stopper for PostGIS 2.0 release&lt;br /&gt;
* Incubation issues -- not fun stuff, but if credits on each file or separate file, code review etc.&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes&lt;br /&gt;
*Look at ticket650 with Frank (Pierre)&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation (David)&lt;br /&gt;
*rt_raster_deserialize for header only in order to make get functions faster&lt;br /&gt;
*pl/pgSQL script fixes (Pierre)&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== GDAL/OGR ==&lt;br /&gt;
&lt;br /&gt;
* SWIG/Ruby bindings? (JimK)&lt;br /&gt;
* Merge the two MrSID Drivers (Raster and Lidar) into one&lt;br /&gt;
&lt;br /&gt;
== libLAS  ==&lt;br /&gt;
&lt;br /&gt;
* Discussions&lt;br /&gt;
** hobu to talk about technologies, intents, and targeted platforms for libPC&lt;br /&gt;
** mpg to discuss/demonstrate the Stage model that libPC sets up&lt;br /&gt;
** mpg to give a small code walkthrough via projector&lt;br /&gt;
** Try to get FrankW to discuss features/failures/successes of both GDAL and OGR's driver models&lt;br /&gt;
** Investigate and discuss using boost-style traits for class description&lt;br /&gt;
** Investigate Point Cloud Library's (PCL) template-driven point classes and their applicability and/or adaptability for libPC.&lt;br /&gt;
&lt;br /&gt;
* Technical support / Infrastructure&lt;br /&gt;
** Get hg access for all sprint participants&lt;br /&gt;
** Bootstrap people building libPC on their own computers (writing docs as we go)&lt;br /&gt;
** hobu to stand up libpc.org with Trac/HG/Sphinx&lt;br /&gt;
** Add CMake detection for MG4&lt;br /&gt;
** test harness for the command line apps&lt;br /&gt;
&lt;br /&gt;
* Development&lt;br /&gt;
** Crib up the text, MG4, and BAG drivers&lt;br /&gt;
** Add MG4/L support to libPC&lt;br /&gt;
** Plan for adding octree libpc::Stage&lt;br /&gt;
** finish the native LAS driver&lt;br /&gt;
** flesh out the dump routines for each major class&lt;br /&gt;
** light up pcinfo&lt;br /&gt;
&lt;br /&gt;
== TinyOWS ==&lt;br /&gt;
&lt;br /&gt;
* MapFile parser, to allow a single configuration file for both MapServer and TinyOWS.&lt;br /&gt;
&lt;br /&gt;
== ZOO Project ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GeoPrisma / OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53430</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53430"/>
		<updated>2011-02-24T15:28:21Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation&lt;br /&gt;
*pl/pgSQL script fixes&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== libLAS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Geoserver ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GEOS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Proj4 ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GDAL ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GRASS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53429</id>
		<title>Montreal Code Sprint 2011 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011_Agenda&amp;diff=53429"/>
		<updated>2011-02-24T15:10:07Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Montreal Code Sprint 2011]] : '''The Rendez-vous of the Tribes'''&lt;br /&gt;
&lt;br /&gt;
Sending out a clear message that we'd like to see members of all OSGeo tribes (C/C++, Java, JavaScript, C#, etc.) join forces for the advancement of OSGeo technologies. Last year's sprint in NYC helped foster synergies between the tribes and we want this to continue even stronger.&lt;br /&gt;
&lt;br /&gt;
== MapServer ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
== PostGIS raster ==&lt;br /&gt;
&lt;br /&gt;
*Ticket fixes&lt;br /&gt;
*ST_SetRotation &amp;amp; ST_Rotation&lt;br /&gt;
*ST_MapAlgebra optimization &amp;amp; neighbourhood&lt;br /&gt;
*ST_Intersection optimization &amp;amp; GDAL Polygonize with real values&lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== libLAS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Geoserver ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GEOS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Proj4 ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GDAL ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== GRASS ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011&amp;diff=53219</id>
		<title>Montreal Code Sprint 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Montreal_Code_Sprint_2011&amp;diff=53219"/>
		<updated>2011-02-10T15:37:46Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* Participation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger problems (as done in previous years at the [[New York Code Sprint 2010]] and [[Toronto Code Sprint 2009]]).&lt;br /&gt;
&lt;br /&gt;
We have started a [[Montreal Code Sprint 2011 Agenda]] page for preliminary planning of tasks.&lt;br /&gt;
&lt;br /&gt;
== Timing ==&lt;br /&gt;
&lt;br /&gt;
Dates: Tuesday-Friday, March 15-18, from approximately 9am-4pm&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
Communauté Métropolitaine de Montréal (CMM)&lt;br /&gt;
[http://maps.google.ca/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=1002+sherbrooke+west+montreal+qc&amp;amp;sll=45.502703,-73.575719&amp;amp;sspn=0.00943,0.014977&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=1002+Rue+Sherbrooke+Ouest,+Montr%C3%A9al,+Communaut%C3%A9-Urbaine-de-Montr%C3%A9al,+Qu%C3%A9bec+H3A+1Y1&amp;amp;z=16 1002, Sherbrooke West, suite 2400, Montreal QC]&lt;br /&gt;
&lt;br /&gt;
* 2 large adjacent conference rooms located on 24th floor of a tower with great view of the city ([[Montreal Code Sprint 2011 - Possible Venues#pictures-cmm |see pictures]])&lt;br /&gt;
* Possibility to remove the wall between the two rooms to make a single larger room&lt;br /&gt;
* RJ-45 and power plugs in the floor&lt;br /&gt;
* Larger room: 14 tables for two = 28 person capacity&lt;br /&gt;
* Smaller room: 6 tables for two = 12 person capacity&lt;br /&gt;
* Possibility to rearrange the tables to fit our needs (e.g. make tables/teams of 6-8 people for instance)&lt;br /&gt;
* Projector in each room&lt;br /&gt;
* White boards on the wall between the two rooms (become unavailable if we remove the wall)&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We will again be looking for sponsors ($750) to support food and fun for the sprinters as they work hard and play hard for four productive days. Each $750 sponsorship will be put towards lunch and dinner costs for the sprinters, and potentially bringing in sprinters who might otherwise be unable to attend. &lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Daniel Morissette (dmorissette at mapgears dot com) directly.&lt;br /&gt;
&lt;br /&gt;
=== 2011 Sponsors ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.lizardtech.com/ LizardTech]&lt;br /&gt;
* [http://www.azavea.com/ Azavea]&lt;br /&gt;
* [http://qpublic.net/ qPublic]&lt;br /&gt;
* [http://fargeo.com/ Farallon Geographics]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Budget ==&lt;br /&gt;
&lt;br /&gt;
2011 budget coming soon. (The 2010 budget is still available online [http://spreadsheets.google.com/pub?key=tMuTwbIOm-O6Bm6v9l7RG4g&amp;amp;single=true&amp;amp;gid=0&amp;amp;output=html here]. Any surplus at the end of the event will be turned over to [http://osgeo.org/ OSGeo]. [http://wiki.osgeo.org/images/1/15/Nyc-2010-receipts.pdf Receipts] for event expenses.)&lt;br /&gt;
&lt;br /&gt;
== Hotel ==&lt;br /&gt;
&lt;br /&gt;
* [http://hotelcantlie.com/ Hotel Cantlie Suites], located 1-2 blocks away: Group rate starting at 99$/night + taxes&lt;br /&gt;
&lt;br /&gt;
We have a group reservation. Here's the link to reserve your room:&lt;br /&gt;
&lt;br /&gt;
* English: https://reservations.ihotelier.com/crs/g_reservation.cfm?groupID=544358&amp;amp;hotelID=12608&amp;amp;languageid=1&lt;br /&gt;
* Français: https://reservations.ihotelier.com/crs/g_reservation.cfm?groupID=544358&amp;amp;hotelID=12608&amp;amp;languageid=3&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Montreal, variable depending on where you are.&lt;br /&gt;
* Accommodation for four nights, $200 to $600 depending on what room you choose and whether you room share.&lt;br /&gt;
* Breakfast, dinner and other snacks.&lt;br /&gt;
* The sponsorship moneys will be put towards: morning snacks, lunches, dinner (1), social event (?)&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list:&amp;lt;br&amp;gt;http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
&lt;br /&gt;
* IRC chat during the event:&amp;lt;br&amp;gt;Channel: #tosprint&amp;lt;br&amp;gt;Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
== Participation ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-40. Please add your name and the projects you are hoping to sprint on, if you have a strong intention to attend. &lt;br /&gt;
&lt;br /&gt;
* [[User:Dmorissette|Daniel Morissette]] (MapServer)&lt;br /&gt;
* [[User:msmitherdc|Michael Smith]] (MapServer)&lt;br /&gt;
* [[User:jfournier|Jason Fournier]] (Pending)&lt;br /&gt;
* [[User:dzwarg|David Zwarg]] (PostGIS)&lt;br /&gt;
* Frank Warmerdam (MapServer, GDAL, ...)&lt;br /&gt;
* [[User:olivier.courtin|Olivier Courtin]] (PostGIS - TinyOWS)&lt;br /&gt;
* [[User:pwramsey3|Paul Ramsey]] (PostGIS)&lt;br /&gt;
* [[User:jmckenna|Jeff McKenna]] (MapServer)&lt;br /&gt;
* [[User:assefa|Yewondwossen Assefa]] (MapServer)&lt;br /&gt;
* [[User:aboudreault|Alan Boudreault]] (MapServer)&lt;br /&gt;
* [[User:hobu|Howard Butler]] (MapServer libLAS GDAL)&lt;br /&gt;
* [[User:tbonfort|Thomas Bonfort]] (MapServer)&lt;br /&gt;
* [[User:mpg|Michael P. Gerlek]] (libLAS, C# tribe)&lt;br /&gt;
* [[User:tomkralidis|Tom Kralidis]] (MapServer)&lt;br /&gt;
* [[User:djay|Gérald Fenoy]] (ZOO-Project)&lt;br /&gt;
* [[User:mrosen|Michael Rosen]] (liblas, gdal)&lt;br /&gt;
* Nicolas Bozon (ZOO-Project)&lt;br /&gt;
* Steve Lime (MapServer)&lt;br /&gt;
* [[User:pierre|Pierre Racine]] (PostGIS raster)&lt;br /&gt;
&lt;br /&gt;
Virtual participants (irc #tosprint)&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Room Share ==&lt;br /&gt;
&lt;br /&gt;
If you would like to room share, &lt;br /&gt;
&lt;br /&gt;
# Reserve a room at the hotel, choosing a type with more than one bed.&lt;br /&gt;
# Put your name in this section, indicating the amount of space in your room.&lt;br /&gt;
&lt;br /&gt;
Put your names below:&lt;br /&gt;
&lt;br /&gt;
* example entry: B has a triple room, needs two roommates.&lt;br /&gt;
&lt;br /&gt;
Special offer: I, [[User:Aleroux|Alexandre Leroux]], can provide free lodging for the whole event with these parameters: one double bed, private access (we'll let you a key), private kitchen with fridge, private shower and toilet. Internet wifi included. It's a 2-minutes walk from the Snowdon subway station, making it easy to go to the Code Sprint. That would be on the basement of where my wife, daughter and myself live. If interested, contact me directly.&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Montreal Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
&lt;br /&gt;
== Social Events ==&lt;br /&gt;
&lt;br /&gt;
* Monday March 14, 2011 @5pm: OSGeo-Québec / Code Sprint &amp;quot;5 à 7&amp;quot; (Ice Breaker). Location will be announced soon.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Eating Options ==&lt;br /&gt;
&lt;br /&gt;
Some locations recommended by locals:&lt;br /&gt;
&lt;br /&gt;
* Restaurants&lt;br /&gt;
** ...&lt;br /&gt;
* Bars&lt;br /&gt;
** &lt;br /&gt;
&lt;br /&gt;
(Please do not hesitate to add locations to this list)&lt;br /&gt;
&lt;br /&gt;
== Getting to the Sprint ==&lt;br /&gt;
&lt;br /&gt;
=== From Trudeau International Airport (YUL) ===&lt;br /&gt;
&lt;br /&gt;
* ... TBD once the venue is finalized.&lt;br /&gt;
&lt;br /&gt;
== Announcements, News, Recaps ==&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
=== Photos ===&lt;br /&gt;
&lt;br /&gt;
* http://www.flickr.com/search/?q=montrealsprint2011&amp;amp;m=tags&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49814</id>
		<title>FOSS4G 2010 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49814"/>
		<updated>2010-08-27T15:38:35Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:FOSS4G2010]] [[Category:FOSS4G]] [[Category:Code Sprints]]&lt;br /&gt;
== Organizing Contacts  ==&lt;br /&gt;
&lt;br /&gt;
*Wladimir Szczerban, Enric Rodellas&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;
== Venue  ==&lt;br /&gt;
&lt;br /&gt;
For map and more details see &lt;br /&gt;
&lt;br /&gt;
*Date: '''Friday, 10 Sep 2010''' (the day after the conference). &lt;br /&gt;
*Time: '''9am-5pm'''&amp;amp;nbsp; ([http://www.timeanddate.com/worldclock/meetingdetails.html?year=2010&amp;amp;month=9&amp;amp;day=10&amp;amp;hour=7&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=31 timeandate])&amp;amp;nbsp; &lt;br /&gt;
*'''Where:''' Citilab-Cornellà&lt;br /&gt;
 Citilab-Cornellà&lt;br /&gt;
 Phone: +34 93 551 06 60&lt;br /&gt;
 Fax: +34 93 551 06 78&lt;br /&gt;
 [http://en.citilab.eu/home/ web Citilab] &lt;br /&gt;
 Pl. Can Suris s/n&lt;br /&gt;
 08940 Cornellà de Llobregat (Barcelona)&lt;br /&gt;
*'''Rooms:''' A+B+C&lt;br /&gt;
*'''[http://www.openstreetmap.org/?mlat=41.359847&amp;amp;mlon=2.061653&amp;amp;zoom=18&amp;amp;layers=B000FTF online maps]'''&lt;br /&gt;
&lt;br /&gt;
More than 100 attendees are expected!&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;
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;
Visit FOSS4G&amp;amp;nbsp;past experiences: [http://wiki.osgeo.org/wiki/FOSS4G_2009_Code_Sprint 2009], [http://wiki.osgeo.org/wiki/FOSS4G2008_CodeSprint 2008], [http://wiki.osgeo.org/wiki/FOSS4G2007_CodeSprint 2007 ] &lt;br /&gt;
&lt;br /&gt;
== Additional Interested People ==&lt;br /&gt;
&lt;br /&gt;
The following people are potentially interested in participating in sprinting activities though have not yet established a Workgroup.&lt;br /&gt;
&lt;br /&gt;
* Frank Warmerdam: GDAL, MapServer, PROJ.4, OSGeo4W&lt;br /&gt;
* Mike Smith: GDAL, MapServer, PROJ.4, OSGeo4W&lt;br /&gt;
* Ari Jolma: GDAL&lt;br /&gt;
* Chaitanya kumar CH: GDAL&lt;br /&gt;
* Andrea Aime: GeoServer, GeoTools&lt;br /&gt;
* Stephan Meissl: MapServer&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
To participate, copy a project skeleton and start a section below for your project. &lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Tschaub | Tim Schaub]]&lt;br /&gt;
* Christopher Schmidt&lt;br /&gt;
* Eric Lemoine&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Make OpenLayers 2.x awesomer.&lt;br /&gt;
* Make OpenLayers 3.0 a reality (or closer to it).&lt;br /&gt;
&lt;br /&gt;
== 52°North WPS  ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Bastian Schäffer&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Person 1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Technical disucssions about 52°North WPS&lt;br /&gt;
&lt;br /&gt;
== Geomajas Code Sprint ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
*Jan De Moerloose&lt;br /&gt;
*Joachim van der Auwera&lt;br /&gt;
*Dirk Frigne&lt;br /&gt;
*Frank Maes&lt;br /&gt;
*Oliver May&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Improving getting started documentation&lt;br /&gt;
* Create a GeoJson service, so that an OpenLayers client can make use of a Geomajas server.&lt;br /&gt;
* Create a Geomajas DataStore for GeoTools.&lt;br /&gt;
* Work toward plug-in graduation (documentation + tests)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:'''&lt;br /&gt;
&lt;br /&gt;
* Paul Ramsey&lt;br /&gt;
* Olivier Courtin&lt;br /&gt;
* Mark Cave-Ayland&lt;br /&gt;
* Pierre Racine&lt;br /&gt;
* Vincent Picavet&lt;br /&gt;
&lt;br /&gt;
'''Goals:'''&lt;br /&gt;
&lt;br /&gt;
* Synchronize fall development goals&lt;br /&gt;
* Discuss ISO type extensions&lt;br /&gt;
* Discuss official raster integration issues&lt;br /&gt;
* Discuss OGR based SQL loader&lt;br /&gt;
* Discuss build simplification&lt;br /&gt;
&lt;br /&gt;
== GeoJQuery ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Vmische | Volker Mische]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Astrid Emde | Astrid Emde]]&lt;br /&gt;
* [[User:Testbaudson | Christoph Baudson]]&lt;br /&gt;
* [[User:Jacarma | Javi Carrasco]]&lt;br /&gt;
* [[Arnulf Christl]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* getting started&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== gvSIG ==&lt;br /&gt;
&lt;br /&gt;
Someone asked at gvSIG mailing lists ([http://listserv.gva.es/pipermail/gvsig_desarrolladores/2010-August/004697.html 1], [http://listserv.gva.es/pipermail/gvsig_internacional/2010-August/005857.html 2]) about a possible gvSIG code sprint at Barcelona FOSS4G.&lt;br /&gt;
&lt;br /&gt;
'''(Tentative) coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[Jorge Sanz]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Amaneiro | Andrés Maneiro]]&lt;br /&gt;
* [[User:nachouve | Nacho Varela]]&lt;br /&gt;
* [[User:jpiera | Jorge Piera]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Disscuss about how is possible to migrate NavTable to gvSIG 2.0.&lt;br /&gt;
* Talk about usability&lt;br /&gt;
** TOC&lt;br /&gt;
** Labelling and Symbology&lt;br /&gt;
** Project Preferences&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49813</id>
		<title>FOSS4G 2010 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49813"/>
		<updated>2010-08-27T15:15:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:FOSS4G2010]] [[Category:FOSS4G]] [[Category:Code Sprints]]&lt;br /&gt;
== Organizing Contacts  ==&lt;br /&gt;
&lt;br /&gt;
*Wladimir Szczerban, Enric Rodellas&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;
== Venue  ==&lt;br /&gt;
&lt;br /&gt;
For map and more details see &lt;br /&gt;
&lt;br /&gt;
*Date: '''Friday, 10 Sep 2010''' (the day after the conference). &lt;br /&gt;
*Time: '''9am-5pm'''&amp;amp;nbsp; ([http://www.timeanddate.com/worldclock/meetingdetails.html?year=2010&amp;amp;month=9&amp;amp;day=10&amp;amp;hour=7&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=31 timeandate])&amp;amp;nbsp; &lt;br /&gt;
*'''Where:''' Citilab-Cornellà&lt;br /&gt;
 Citilab-Cornellà&lt;br /&gt;
 Phone: +34 93 551 06 60&lt;br /&gt;
 Fax: +34 93 551 06 78&lt;br /&gt;
 [http://en.citilab.eu/home/ web Citilab] &lt;br /&gt;
 Pl. Can Suris s/n&lt;br /&gt;
 08940 Cornellà de Llobregat (Barcelona)&lt;br /&gt;
*'''Rooms:''' A+B+C&lt;br /&gt;
*'''[http://www.openstreetmap.org/?mlat=41.359847&amp;amp;mlon=2.061653&amp;amp;zoom=18&amp;amp;layers=B000FTF online maps]'''&lt;br /&gt;
&lt;br /&gt;
More than 100 attendees are expected!&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;
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;
Visit FOSS4G&amp;amp;nbsp;past experiences: [http://wiki.osgeo.org/wiki/FOSS4G_2009_Code_Sprint 2009], [http://wiki.osgeo.org/wiki/FOSS4G2008_CodeSprint 2008], [http://wiki.osgeo.org/wiki/FOSS4G2007_CodeSprint 2007 ] &lt;br /&gt;
&lt;br /&gt;
== Additional Interested People ==&lt;br /&gt;
&lt;br /&gt;
The following people are potentially interested in participating in sprinting activities though have not yet established a Workgroup.&lt;br /&gt;
&lt;br /&gt;
* Frank Warmerdam: GDAL, MapServer, PROJ.4, OSGeo4W&lt;br /&gt;
* Mike Smith: GDAL, MapServer, PROJ.4, OSGeo4W&lt;br /&gt;
* Ari Jolma: GDAL&lt;br /&gt;
* Chaitanya kumar CH: GDAL&lt;br /&gt;
* Andrea Aime: GeoServer, GeoTools&lt;br /&gt;
* Stephan Meissl: MapServer&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
To participate, copy a project skeleton and start a section below for your project. &lt;br /&gt;
&lt;br /&gt;
== OpenLayers ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Tschaub | Tim Schaub]]&lt;br /&gt;
* Christopher Schmidt&lt;br /&gt;
* Eric Lemoine&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Make OpenLayers 2.x awesomer.&lt;br /&gt;
* Make OpenLayers 3.0 a reality (or closer to it).&lt;br /&gt;
&lt;br /&gt;
== 52°North WPS  ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Bastian Schäffer&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Person 1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Technical disucssions about 52°North WPS&lt;br /&gt;
&lt;br /&gt;
== Geomajas Code Sprint ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
*Jan De Moerloose&lt;br /&gt;
*Joachim van der Auwera&lt;br /&gt;
*Dirk Frigne&lt;br /&gt;
*Frank Maes&lt;br /&gt;
*Oliver May&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Improving getting started documentation&lt;br /&gt;
* Create a GeoJson service, so that an OpenLayers client can make use of a Geomajas server.&lt;br /&gt;
* Create a Geomajas DataStore for GeoTools.&lt;br /&gt;
* Work toward plug-in graduation (documentation + tests)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:'''&lt;br /&gt;
&lt;br /&gt;
* Paul Ramsey&lt;br /&gt;
* Olivier Courtin&lt;br /&gt;
* Mark Cave-Ayland&lt;br /&gt;
* Pierre Racine&lt;br /&gt;
* Vincent Picavet&lt;br /&gt;
&lt;br /&gt;
'''Goals:'''&lt;br /&gt;
&lt;br /&gt;
* Synchronize fall development goals&lt;br /&gt;
* Discuss ISO type extensions&lt;br /&gt;
* Discuss official raster integration issues&lt;br /&gt;
* Discuss SQL loader&lt;br /&gt;
* Discuss build simplification&lt;br /&gt;
&lt;br /&gt;
== GeoJQuery ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Vmische | Volker Mische]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Astrid Emde | Astrid Emde]]&lt;br /&gt;
* [[User:Testbaudson | Christoph Baudson]]&lt;br /&gt;
* [[User:Jacarma | Javi Carrasco]]&lt;br /&gt;
* [[Arnulf Christl]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* getting started&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== gvSIG ==&lt;br /&gt;
&lt;br /&gt;
Someone asked at gvSIG mailing lists ([http://listserv.gva.es/pipermail/gvsig_desarrolladores/2010-August/004697.html 1], [http://listserv.gva.es/pipermail/gvsig_internacional/2010-August/005857.html 2]) about a possible gvSIG code sprint at Barcelona FOSS4G.&lt;br /&gt;
&lt;br /&gt;
'''(Tentative) coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[Jorge Sanz]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Amaneiro | Andrés Maneiro]]&lt;br /&gt;
* [[User:nachouve | Nacho Varela]]&lt;br /&gt;
* [[User:jpiera | Jorge Piera]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Disscuss about how is possible to migrate NavTable to gvSIG 2.0.&lt;br /&gt;
* Talk about usability&lt;br /&gt;
** TOC&lt;br /&gt;
** Labelling and Symbology&lt;br /&gt;
** Project Preferences&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49683</id>
		<title>FOSS4G 2010 Code Sprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_2010_Code_Sprint&amp;diff=49683"/>
		<updated>2010-08-24T19:10:55Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:FOSS4G2010]] [[Category:FOSS4G]] [[Category:Code Sprints]]&lt;br /&gt;
== Organizing Contacts  ==&lt;br /&gt;
&lt;br /&gt;
*Wladimir Szczerban, Enric Rodellas&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;
== Venue  ==&lt;br /&gt;
&lt;br /&gt;
For map and more details see &lt;br /&gt;
&lt;br /&gt;
*Date: '''Friday, 10 Sep 2010''' (the day after the conference). &lt;br /&gt;
*Time: '''9am-5pm'''&amp;amp;nbsp; ([http://www.timeanddate.com/worldclock/meetingdetails.html?year=2010&amp;amp;month=9&amp;amp;day=10&amp;amp;hour=7&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=31 timeandate])&amp;amp;nbsp; &lt;br /&gt;
*'''Where:''' Citilab-Cornellà&lt;br /&gt;
 Citilab-Cornellà&lt;br /&gt;
 Phone: +34 93 551 06 60&lt;br /&gt;
 Fax: +34 93 551 06 78&lt;br /&gt;
 [http://en.citilab.eu/home/ web Citilab] &lt;br /&gt;
 Pl. Can Suris s/n&lt;br /&gt;
 08940 Cornellà de Llobregat (Barcelona)&lt;br /&gt;
*'''Rooms:''' A+B+C&lt;br /&gt;
*'''[http://www.openstreetmap.org/?mlat=41.359847&amp;amp;mlon=2.061653&amp;amp;zoom=18&amp;amp;layers=B000FTF online maps]'''&lt;br /&gt;
&lt;br /&gt;
More than 100 attendees are expected!&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;
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;
Visit FOSS4G&amp;amp;nbsp;past experiences: [http://wiki.osgeo.org/wiki/FOSS4G_2009_Code_Sprint 2009], [http://wiki.osgeo.org/wiki/FOSS4G2008_CodeSprint 2008], [http://wiki.osgeo.org/wiki/FOSS4G2007_CodeSprint 2007 ] &lt;br /&gt;
&lt;br /&gt;
== Summary of Workgroups  ==&lt;br /&gt;
&lt;br /&gt;
List of Workgroups here, more info follows... &lt;br /&gt;
&lt;br /&gt;
*workgroup 1 &lt;br /&gt;
*workgroup 2&lt;br /&gt;
&lt;br /&gt;
== Additional Interested People ==&lt;br /&gt;
&lt;br /&gt;
The following people are potentially interested in participating in sprinting activities though have not yet established a Workgroup.&lt;br /&gt;
&lt;br /&gt;
* Frank Warmerdam: GDAL, MapServer, PROJ.4, OSGeo4W&lt;br /&gt;
* Ari Jolma: GDAL&lt;br /&gt;
* Chaitanya kumar CH: GDAL&lt;br /&gt;
&lt;br /&gt;
= Workgroups  =&lt;br /&gt;
&lt;br /&gt;
To participate, copy a project skeleton and start a section below for your project. &lt;br /&gt;
&lt;br /&gt;
== 52°North WPS  ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Bastian Schäffer&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Person 1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Technical disucssions about 52°North WPS&lt;br /&gt;
&lt;br /&gt;
== Geomajas Code Sprint ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
*Pieter De Graef&lt;br /&gt;
*Jan De Moerloose&lt;br /&gt;
*Joachim van der Auwera&lt;br /&gt;
*Dirk Frigne&lt;br /&gt;
*Frank Maes&lt;br /&gt;
*Oliver May&lt;br /&gt;
*[[User:nachouve | Nacho Varela]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* Improving getting started documentation&lt;br /&gt;
* Create a GeoJson service, so that an OpenLayers client can make use of a Geomajas server.&lt;br /&gt;
* Create a Geomajas DataStore for GeoTools.&lt;br /&gt;
* Work toward plug-in graduation (documentation + tests)&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
'''Attending:'''&lt;br /&gt;
&lt;br /&gt;
* Paul Ramsey&lt;br /&gt;
* Olivier Courtin&lt;br /&gt;
* Mark Cave-Ayland&lt;br /&gt;
* Pierre Racine&lt;br /&gt;
&lt;br /&gt;
'''Goals:'''&lt;br /&gt;
&lt;br /&gt;
* Synchronize fall development goals&lt;br /&gt;
* Discuss ISO type extensions&lt;br /&gt;
* Discuss official raster integration issues&lt;br /&gt;
&lt;br /&gt;
== GeoJQuery ==&lt;br /&gt;
&lt;br /&gt;
'''Coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Vmische | Volker Mische]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Astrid Emde | Astrid Emde]]&lt;br /&gt;
* [[User:Testbaudson | Christoph Baudson]]&lt;br /&gt;
* [[User:Jacarma | Javi Carrasco]]&lt;br /&gt;
* [[Arnulf Christl]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
* getting started&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== gvSIG ==&lt;br /&gt;
&lt;br /&gt;
Someone asked at gvSIG mailing lists ([http://listserv.gva.es/pipermail/gvsig_desarrolladores/2010-August/004697.html 1], [http://listserv.gva.es/pipermail/gvsig_internacional/2010-August/005857.html 2]) about a possible gvSIG code sprint at Barcelona FOSS4G.&lt;br /&gt;
&lt;br /&gt;
'''(Tentative) coordinator:''' &lt;br /&gt;
&lt;br /&gt;
* [[Jorge Sanz]]&lt;br /&gt;
&lt;br /&gt;
'''Attending:''' &lt;br /&gt;
&lt;br /&gt;
* [[User:Amaneiro | Andrés Maneiro]]&lt;br /&gt;
* [[User:nachouve | Nacho Varela]]&lt;br /&gt;
&lt;br /&gt;
'''Goals:''' &lt;br /&gt;
&lt;br /&gt;
Not defined yet.&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=PostGIS_Incubation_Application_Questionnaire&amp;diff=37004</id>
		<title>PostGIS Incubation Application Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=PostGIS_Incubation_Application_Questionnaire&amp;diff=37004"/>
		<updated>2009-03-24T22:16:35Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Please provide the name and email address of the principal Project Owner.'''&lt;br /&gt;
&lt;br /&gt;
* Jeff Lounsbury &amp;lt;jeffloun at refractions dot net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Please provide the names and emails of co-project owners (if any).'''&lt;br /&gt;
&lt;br /&gt;
De facto PSC:&lt;br /&gt;
&lt;br /&gt;
* Regina Obe &amp;lt;lr at pcorp dot us&amp;gt; Paragon &lt;br /&gt;
* Mark Cave-Ayland &amp;lt;mark dot cave-ayland at siriusit dot co dot uk&amp;gt; Sirius&lt;br /&gt;
* Kevin Neufeld &amp;lt;kneufeld at refractions dot net&amp;gt; Refractions&lt;br /&gt;
* Paul Ramsey &amp;lt;pramsey at opengeo dot org&amp;gt; OpenGeo&lt;br /&gt;
&lt;br /&gt;
'''Please provide the names, emails and entity affiliation of all official committers.'''&lt;br /&gt;
&lt;br /&gt;
Current:&lt;br /&gt;
&lt;br /&gt;
* [[User:Olivier.courtin|Olivier Courtin]] - &amp;lt;olivier dot courtin at camptocamp dot com&amp;gt; - Camptocamp&lt;br /&gt;
* Pierre Racine - University Laval&lt;br /&gt;
* Sandro Santilli - Independent&lt;br /&gt;
* [[User:Mloskot|Mateusz Loskot]] - &amp;lt;mateusz dot loskot at cadcorp dot com&amp;gt; and &amp;lt;mateusz at loskot dot net&amp;gt; - Cadcorp&lt;br /&gt;
* Chris Hodgson - Refractions&lt;br /&gt;
* Mark Leslie - LISASoft&lt;br /&gt;
* Stephen Frost - ?&lt;br /&gt;
* Ben Jubb - Refractions&lt;br /&gt;
* Markus Schaber - Logical Tracking &amp;amp; Tracing&lt;br /&gt;
&lt;br /&gt;
Defunct: &lt;br /&gt;
&lt;br /&gt;
* Jeff Lounsbury&lt;br /&gt;
* Frank Warmerdam&lt;br /&gt;
* Devrim Gunduz&lt;br /&gt;
* Norman Vine&lt;br /&gt;
* Timothy Keitt&lt;br /&gt;
* Norman Barker&lt;br /&gt;
* Ralph Mason&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please describe your Project.'''&lt;br /&gt;
&lt;br /&gt;
A spatial data extender for the PostgreSQL open source RDBMS. Adds geometry types, indexes and hundreds of functions, allowing for storage, editing and analysis of geospatial data via SQL.&lt;br /&gt;
&lt;br /&gt;
'''Why is hosting at OSGeo good for your project?'''&lt;br /&gt;
&lt;br /&gt;
A consistent hosting platform, and affiliation with other members of the OSGeo community will be good from a technical development point-of-view and a community-building point-of-view.&lt;br /&gt;
&lt;br /&gt;
'''Type of application does this project represent(client, server, standalone, library, etc.):'''&lt;br /&gt;
&lt;br /&gt;
Server.&lt;br /&gt;
&lt;br /&gt;
'''Please describe any relationships to other open source projects.'''&lt;br /&gt;
&lt;br /&gt;
PostGIS is used extensively by other open source projects. Mapserver, Geoserver, gvSIG, QGIS, GRASS, GeoDjango, deeGree, and many others. PostGIS depends on the OSGeo library projects: GEOS and Proj4.&lt;br /&gt;
&lt;br /&gt;
'''Please describe any relationships with commercial companies or products.'''&lt;br /&gt;
&lt;br /&gt;
PostGIS is supported by numerous proprietary products, Safe Software's FME, Cadcorp SIS, Manifold, and ESRI's ArcSDE, to name a few.&lt;br /&gt;
&lt;br /&gt;
'''Which open source license(s) will the source code be released under?'''&lt;br /&gt;
&lt;br /&gt;
PostGIS has been and will continue to be released under the GPLv2.&lt;br /&gt;
&lt;br /&gt;
'''Is there already a beta or official release?'''&lt;br /&gt;
&lt;br /&gt;
Yes, PostGIS 1.4.0 was recently released. PostGIS has been released regularly since 2001.&lt;br /&gt;
&lt;br /&gt;
'''What is the origin of your project (commercial, experimental, thesis or other higher education, government, or some other source)?'''&lt;br /&gt;
&lt;br /&gt;
PostGIS was built originally and substantially maintained for most of its life (2001-present) by Refractions Research, but always released and developed as an open source project.  Only in the last two years has the majority of maintenance effort moved outside the company.&lt;br /&gt;
&lt;br /&gt;
'''Does the project support open standards? Which ones and to what extent? (OGC, w3c, ect.) Has the software been certified to any standard (CITE for example)? If not, is it the intention of the project owners to seek certification at some point?'''&lt;br /&gt;
&lt;br /&gt;
PostGIS is certified as SFSQL compliant by the OGC at version 1.3. (And has maintained compliance at 1.4, though it is not certified at this time.) PostGIS is now using the ISO SQL/MM draft as a guide for future standards compliance.  PostGIS also supports standard serializations, such as GML, KML, SVG, WKB, WKT and GeoJSON.&lt;br /&gt;
&lt;br /&gt;
'''Is the code free of patents, trademarks, and do you control the copyright?'''&lt;br /&gt;
&lt;br /&gt;
The code is free of patents and trademarks. Copyright is distributed amongst the various contributors.&lt;br /&gt;
&lt;br /&gt;
'''How many people actively contribute (code, documentation, other?) to the project at this time?'''&lt;br /&gt;
&lt;br /&gt;
Approximately a half-dozen.&lt;br /&gt;
&lt;br /&gt;
'''How many people have commit access to the source code respository?'''&lt;br /&gt;
&lt;br /&gt;
22&lt;br /&gt;
&lt;br /&gt;
'''Approximately how many users are currently using this project?'''&lt;br /&gt;
&lt;br /&gt;
Thousands. Over six months there were: 20K source downloads; 34K windows downloads; 106K web site visits; 68K unique visitors. There are 1770 subscribers to postgis-users and 267 subscribers to postgis-devel.&lt;br /&gt;
&lt;br /&gt;
'''What type of users does your project attract (government, commercial, hobby, academic research, etc. )?'''&lt;br /&gt;
&lt;br /&gt;
All.&lt;br /&gt;
&lt;br /&gt;
'''If you do not intend to host any portion of this project using the OSGeo infrastructure, why should you be considered a member project of the OSGeo Foundation?'''&lt;br /&gt;
&lt;br /&gt;
We intend to host everything except the web site and the build system with osgeo.org in the near future.&lt;br /&gt;
&lt;br /&gt;
'''Does the project include an automated build and test?'''&lt;br /&gt;
&lt;br /&gt;
Yes, but that has been and will continue to be hosted at Refractions in the near term.&lt;br /&gt;
&lt;br /&gt;
'''What language(s) are used in this project? (C/Java/perl/etc)'''&lt;br /&gt;
&lt;br /&gt;
C / SQL / Java&lt;br /&gt;
&lt;br /&gt;
'''What is the dominant written language (i.e. English, French, Spanish, German, etc) of the core developers?'''&lt;br /&gt;
&lt;br /&gt;
English&lt;br /&gt;
&lt;br /&gt;
'''What is the (estimated) size of a full release of this project? How many users do you expect to download the project when it is released?'''&lt;br /&gt;
&lt;br /&gt;
Source tar file is about 5MB in size. Windows downloads are handled via the PgSQL infrastructure.  About 3K source downloads a month on average, perhaps 5-10K source downloads a month during a release.&lt;br /&gt;
&lt;br /&gt;
[[Category:Incubation]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=36166</id>
		<title>Toronto Code Sprint 2009 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=36166"/>
		<updated>2009-03-06T14:26:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS WKT Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Toronto Code Sprint 2009]] : '''The Need for Speed...'''&lt;br /&gt;
&lt;br /&gt;
Performance is the universal feature, and the latest [http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008 Geoserver vs Mapserver] results indicate that there are places throughout the C stack that can use improvement.&lt;br /&gt;
&lt;br /&gt;
== Proj4 ==&lt;br /&gt;
&lt;br /&gt;
* Run Mapserver under load and review where Proj4 takes a hit (everywhere)&lt;br /&gt;
* Caching of PJ structs, Should make QGIS and Mapserver faster.&lt;br /&gt;
* Possibility of a new/simple API + optimized database sitting on top of PROJ4 to replace current init files and address some performance issues as well as allowing lookup of additional information such as axis order of a given SRS (required for WMS 1.3.0 and other OGC specs)&lt;br /&gt;
* bring epsgaxis axis flipping behavior into proj4 proper&lt;br /&gt;
&lt;br /&gt;
== Mapserver ==&lt;br /&gt;
&lt;br /&gt;
* Run the Geoserver benchmark tests under profiler and review results&lt;br /&gt;
* Single-pass querying, will bring WFS speed up to par&lt;br /&gt;
* Mapserver as Apache module, removes FastCGI instability and is potentially even faster, see [http://trac.osgeo.org/mapserver/ticket/2565 #2565]&lt;br /&gt;
* Roadmap for 6.0&lt;br /&gt;
* XML Mapfiles ([http://trac.osgeo.org/mapserver/ticket/2872 #2872])&lt;br /&gt;
* coordinating and improving msautotest (what gets added, when, etc.)&lt;br /&gt;
* WMS 1.3.0 ([http://trac.osgeo.org/mapserver/ticket/473 #473])&lt;br /&gt;
* resolving msOWSDispatch ([http://trac.osgeo.org/mapserver/ticket/2531 #2531])&lt;br /&gt;
* support for ITEM data types for WFS server ([http://trac.osgeo.org/mapserver/ticket/462 #462])&lt;br /&gt;
* Discuss issue of Hiding/enabling/ignoring layers in OGC Web Services (see [http://trac.osgeo.org/mapserver/wiki/HidingLayersInOGCWebServices Trac wiki page])&lt;br /&gt;
* Discuss coordinate axis order for WFS 1.1.0 ([http://trac.osgeo.org/mapserver/ticket/2899 #2899])&lt;br /&gt;
* OpenGL/Cairo/VtableRendering merge. Discuss some backwards compatibility changes implied by the rendering unification (notably on symbol orientation, and linestring markers)&lt;br /&gt;
* Choose one of Steve's logos&lt;br /&gt;
* Discuss better handling of resolution for printing maps&lt;br /&gt;
&lt;br /&gt;
== GDAL ==&lt;br /&gt;
&lt;br /&gt;
* Adding the ability to read z/x/y tiles (e.g. TMS, OSM, etc.) alongside the existing WMS reader support&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* Roadmap for 1.5+&lt;br /&gt;
* New on-disk format? Aligned double?&lt;br /&gt;
* New GEOS coordinate sequence to bind on top of aligned PostGIS structures?&lt;br /&gt;
* Profiling and review profile results&lt;br /&gt;
&lt;br /&gt;
== PostGIS WKT Raster ==&lt;br /&gt;
&lt;br /&gt;
*Discuss [http://postgis.refractions.net/support/wiki/index.php?WKTRasterHomePage WKT Raster] API, roadmap and funding&lt;br /&gt;
*Importer/exporter (raster2pgsql.exe, PGAdmin extension, new Paul's GUI, driver for GDAL, SQL importer function)&lt;br /&gt;
*Discuss WKT Raster and PostGIS web site, source integration and bug tracking.&lt;br /&gt;
*Discuss GiST index.&lt;br /&gt;
*Discuss Windows build.&lt;br /&gt;
&lt;br /&gt;
== GEOS ==&lt;br /&gt;
&lt;br /&gt;
* Administrivia, what to do without a full-time maintainer?&lt;br /&gt;
* Roadmap for 3.2?&lt;br /&gt;
&lt;br /&gt;
== libLAS ==&lt;br /&gt;
&lt;br /&gt;
* Supporting inline streaming compression&lt;br /&gt;
* Win64 builds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009&amp;diff=36053</id>
		<title>Toronto Code Sprint 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009&amp;diff=36053"/>
		<updated>2009-03-05T14:32:31Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger problems, see the [[Toronto Code Sprint 2009 Agenda]].  We have chosen a mid-North American location because this code sprint is targeting members of the &amp;quot;C Tribe&amp;quot; (eg,  Mapserver, GRASS, GDAL, Proj, PostGIS, MapGuide) and many members of the &amp;quot;C Tribe&amp;quot; are clustered in the area. Toronto is also a major travel hub, for sprinters traveling from afar.  Other tribes are welcome to join the sprint, of course, but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have received support from six sponsors, each providing a $500 sponsorship that will be put towards venue, internet and lunch costs.&lt;br /&gt;
&lt;br /&gt;
Thanks to our sponsors!&lt;br /&gt;
&lt;br /&gt;
* [http://www.greenwoodmap.com/ Rich Greenwood]&lt;br /&gt;
* [http://www.osgis.nl/index_en.htm OSGIS.nl]&lt;br /&gt;
* [http://www.coordinatesolutions.com Coordinate Solutions]&lt;br /&gt;
* [http://www.lizardtech.com/ LizardTech]&lt;br /&gt;
* [http://www.sjgeophysics.com/ SJ Geophysics]&lt;br /&gt;
* [http://qpublic.net/ qPublic.net]&lt;br /&gt;
&lt;br /&gt;
The event budget is available [http://spreadsheets.google.com/pub?key=plI7bw56S6qHPAj9OEsIMaQ here]. Any surplus at the end of the event will be turned over to OSGeo.&lt;br /&gt;
&lt;br /&gt;
== Timing ==&lt;br /&gt;
&lt;br /&gt;
Where: '''Rainbow Room''', Radisson Admiral Waterfront Hotel, Toronto, Ontario&lt;br /&gt;
&lt;br /&gt;
When: Saturday March 7 - Tuesday March 10, 2009.&lt;br /&gt;
&lt;br /&gt;
Duration: Four days from approximately 9am-4pm&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
[http://www.radisson.com/torontoca_admiral Radisson Hotel Admiral Toronto-Harbourfront]&amp;lt;br/&amp;gt;&lt;br /&gt;
249 Queen's Quay West&amp;lt;br/&amp;gt;&lt;br /&gt;
Toronto, Ontario&amp;lt;br/&amp;gt;&lt;br /&gt;
M5J 2N5 , Canada&amp;lt;br/&amp;gt;&lt;br /&gt;
Reservations: 1-888-201-1718&amp;lt;br/&amp;gt;&lt;br /&gt;
Telephone: +01-416-203-3333&amp;lt;br/&amp;gt;&lt;br /&gt;
Fax: +01-416-203-3100&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Radisson+Hotel+Admiral+Toronto-Harbourfront&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=58.337319,62.314453&amp;amp;ie=UTF8&amp;amp;ll=43.643156,-79.385662&amp;amp;spn=0.026428,0.030427&amp;amp;z=15 Map]&lt;br /&gt;
&lt;br /&gt;
When reserving, please specify &amp;quot;OSGeo&amp;quot; as the block name.  '''The block rate is $79/night.'''&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Toronto, variable depending on where you are.&lt;br /&gt;
* Accommodation for four nights, $160 to $400 depending on what room you choose and whether you room share.&lt;br /&gt;
* Breakfast, lunch, and other snacks.&lt;br /&gt;
* The sponsorship moneys will be put towards: meeting room rental, internet access, Saturday night social event (hockey), group dinners Saturday, Sunday and Monday.&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
Please join the mailing list at:&lt;br /&gt;
&lt;br /&gt;
http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
&lt;br /&gt;
== Participation ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-40. Please add your name and the projects you are hoping to sprint on, if you have a strong intention to attend. &lt;br /&gt;
&lt;br /&gt;
* [[User:pwramsey3|Paul Ramsey]] (PostGIS, Mapserver, Proj) '''attendance confirmed''' YYZ @ 14:00 Friday&lt;br /&gt;
* [[User:Tomkralidis|Tom Kralidis]] (MapServer, Mapbuilder) '''attendance confirmed'''&lt;br /&gt;
* Frank Warmerdam (GDAL/OGR, PROJ.4, MapServer, QGIS, OSGeo4W) '''attendance confirmed'''&lt;br /&gt;
* [[User:tbonfort|Thomas Bonfort]] (MapServer) '''attendance confirmed''' YYZ @ 12:45 Friday&lt;br /&gt;
* Howard Butler (MapServer, GeoDjango, GDAL, CS-Map, spatialreference.org) '''attendance confirmed''' YYZ @ 16:00 Friday 5157080858&lt;br /&gt;
* [[User:jmckenna|Jeff McKenna]] (MapServer docs, MS4W) '''attendance confirmed'''&lt;br /&gt;
* Steve Lime (MapServer) '''attendance confirmed''' YYZ @ 18:15 Friday NW 2882&lt;br /&gt;
* [[User:dmorissette|Daniel Morissette]] (MapServer, GDAL/OGR) '''attendance confirmed''' YYZ @ 8:15am Friday, then in a meeting until about 16:30&lt;br /&gt;
* [[User:assefa|Yewondwossen Assefa]] (MapServer) '''attendance confirmed'''&lt;br /&gt;
* [[User:mpg|Michael P. Gerlek]] (GDAL &amp;amp; liblas)  '''attendance confirmed'''&lt;br /&gt;
* [[User:mrosen|Mike Rosen]] (GDAL &amp;amp; liblas)  '''attendance confirmed'''&lt;br /&gt;
* [[User:paragon|Leo Hsu and Regina Obe]] (PostGIS, GEOS, Mapserver) '''Can attend Saturday only'''&lt;br /&gt;
* [[User:olivier.courtin|Olivier Courtin]] (PostGIS, TinyOWS) '''attendance confirmed''' YYZ @ 12:45 Friday&lt;br /&gt;
* Mark Cave-Ayland (PostGIS) '''attendance confirmed''' YYZ @ 19.35 Friday BA0099&lt;br /&gt;
* [[User:JulienSam|Julien-Samuel Lacroix]] (MapServer) '''attendance confirmed'''&lt;br /&gt;
* [[User:pnaciona|Perry Nacionales]] (MapServer docs) '''attendance confirmed''' YYZ @ 18:15 Friday NW 2882&lt;br /&gt;
* [[User:pierre|Pierre Racine]] ([http://postgis.refractions.net/support/wiki/index.php?WKTRasterHomePage PostGIS WKT Raster]) '''attendance confirmed''' YYZ @ 21:55 Friday AC8925&lt;br /&gt;
* [[User:jimk|Jim Klassen]] (Mapserver, GeoMOOSE) '''attendance confirmed'''&lt;br /&gt;
* Dan Little (Mapserver, OpenLayers, GeoMOOSE) '''attendance confirmed'''&lt;br /&gt;
* Alan Boudreault (MapServer, GDAL/OGR) '''attendance confirmed'''&lt;br /&gt;
* Christopher Schmidt (OpenLayers) '''attendance confirmed'''&lt;br /&gt;
* [[User:SchuylerErle|Schuyler Erle]] (OpenLayers)&lt;br /&gt;
&lt;br /&gt;
=== Present in spirit ===&lt;br /&gt;
&lt;br /&gt;
If you can not make it to get to Toronto in person and you still want to actively participate in the sprint, there will be a chance to do it by joining the event on IRC ([irc://irc.freenode.net/tosprint #tosprint]). If you are interested in remote participation, feel free to add yourself below.&lt;br /&gt;
&lt;br /&gt;
* [[User:mloskot|Mateusz Loskot]] (GEOS, GDAL/OGR, PostGIS, Proj) '''attendance confirmed'''&lt;br /&gt;
* [[User:szekerest|Tamas Szekeres]] (MapServer, GDAL/OGR) '''attendance confirmed'''&lt;br /&gt;
&lt;br /&gt;
== Gear ==&lt;br /&gt;
&lt;br /&gt;
* Extra items that would be useful (please sign up if you can bring)&lt;br /&gt;
** Wireless hub (Perry 1, Mike R 1)&lt;br /&gt;
** Extension Cords (Pierre 1, Paul 1, Steve 1, Daniel 3)&lt;br /&gt;
** Power Bars (Pierre 1, Paul 1, Steve 1, Daniel 3)&lt;br /&gt;
** Ethernet Cables (Pierre 2 short, Paul 1 long, Schuyler some short, Daniel 2-3 long)&lt;br /&gt;
** Projector (Schuyler 1, assuming the airline lets him carry it on)&lt;br /&gt;
** Screen&lt;br /&gt;
** [http://www.pace.edu/emplibrary/EMC%20Flip%20Chart.jpg Flip Charts]&lt;br /&gt;
** Wired hubs&lt;br /&gt;
** Daniel will bring a 16 port switch, just in case&lt;br /&gt;
&lt;br /&gt;
== Room Share ==&lt;br /&gt;
&lt;br /&gt;
If you would like to room share, &lt;br /&gt;
&lt;br /&gt;
# Reserve a room at the hotel, choosing a type with more than one bed.&lt;br /&gt;
# Put your name in this section, indicating the amount of space in your room.&lt;br /&gt;
&lt;br /&gt;
Put your names below:&lt;br /&gt;
&lt;br /&gt;
* example entry: B has a triple room, needs two roommates.&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Toronto Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
&lt;br /&gt;
== Social Events ==&lt;br /&gt;
&lt;br /&gt;
* Saturday March 7th&lt;br /&gt;
** 4PM, '''Ice hockey game''', Hershey Bears vs Toronto Marlies @ Ricoh Coliseum, 100 Princes' Blvd. [http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=100+Princes+Boulevard,+Toronto,+ON+M6K,+Canada%E2%80%8E&amp;amp;sll=43.640237,-79.392271&amp;amp;sspn=0.03056,0.073214&amp;amp;ie=UTF8&amp;amp;ll=43.636821,-79.411583&amp;amp;spn=0.032053,0.073214&amp;amp;z=14&amp;amp;iwloc=addr map]  If you are interested please send a message to the 'tosprint' mailing list, as the tickets must be pre-ordered&lt;br /&gt;
** Dinner at [http://maps.google.com/maps?q=151+Front+Street+West+Toronto+on+(East+Side+Marios) East Side Mario's] (8PM)&lt;br /&gt;
* Sunday March 8th&lt;br /&gt;
**  Dinner at [http://www.batonrougerestaurants.com/page.asp?intNodeID=33079 Baton Rouge] (7PM)&lt;br /&gt;
* Monday March 9th&lt;br /&gt;
** Dinner at [http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=jack+astor%27s&amp;amp;sll=43.643032,-79.40918&amp;amp;sspn=0.256397,0.585709&amp;amp;ie=UTF8&amp;amp;ll=43.667623,-79.39064&amp;amp;spn=0.128146,0.292854&amp;amp;z=12&amp;amp;iwloc=D Jack Astor's] (7PM)&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009&amp;diff=35474</id>
		<title>Toronto Code Sprint 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009&amp;diff=35474"/>
		<updated>2009-02-19T14:13:42Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* Gear */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Get together project members to make decisions and tackle larger problems, see the [[Toronto Code Sprint 2009 Agenda]].  We have chosen a mid-North American location because this code sprint is targeting members of the &amp;quot;C Tribe&amp;quot; (eg,  Mapserver, GRASS, GDAL, Proj, PostGIS, MapGuide) and many members of the &amp;quot;C Tribe&amp;quot; are clustered in the area. Toronto is also a major travel hub, for sprinters traveling from afar.  Other tribes are welcome to join the sprint, of course, but we hope that &amp;quot;C Tribe&amp;quot; members will give this event special consideration.&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have received support from five sponsors, each providing a $500 sponsorship that will be put towards venue, internet and lunch costs.&lt;br /&gt;
&lt;br /&gt;
Thanks to our sponsors!&lt;br /&gt;
&lt;br /&gt;
* [http://www.greenwoodmap.com/ Rich Greenwood]&lt;br /&gt;
* [http://www.osgis.nl/index_en.htm OSGIS.nl]&lt;br /&gt;
* [http://www.coordinatesolutions.com Coordinate Solutions]&lt;br /&gt;
* [http://www.lizardtech.com/ LizardTech]&lt;br /&gt;
* [http://www.sjgeophysics.com/ SJ Geophysics]&lt;br /&gt;
&lt;br /&gt;
The event budget is available [http://spreadsheets.google.com/pub?key=plI7bw56S6qHPAj9OEsIMaQ here]. Any surplus at the end of the event will be turned over to OSGeo.&lt;br /&gt;
&lt;br /&gt;
== Timing ==&lt;br /&gt;
&lt;br /&gt;
When: Saturday March 7 - Tuesday March 10, 2009.&lt;br /&gt;
&lt;br /&gt;
Duration: Four days from approximately 9am-4pm&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
[http://www.radisson.com/torontoca_admiral Radisson Hotel Admiral Toronto-Harbourfront]&amp;lt;br/&amp;gt;&lt;br /&gt;
249 Queen's Quay West&amp;lt;br/&amp;gt;&lt;br /&gt;
Toronto, Ontario&amp;lt;br/&amp;gt;&lt;br /&gt;
M5J 2N5 , Canada&amp;lt;br/&amp;gt;&lt;br /&gt;
Reservations: 1-888-201-1718&amp;lt;br/&amp;gt;&lt;br /&gt;
Telephone: +01-416-203-3333&amp;lt;br/&amp;gt;&lt;br /&gt;
Fax: +01-416-203-3100&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Radisson+Hotel+Admiral+Toronto-Harbourfront&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=58.337319,62.314453&amp;amp;ie=UTF8&amp;amp;ll=43.643156,-79.385662&amp;amp;spn=0.026428,0.030427&amp;amp;z=15 Map]&lt;br /&gt;
&lt;br /&gt;
When reserving, please specify &amp;quot;OSGeo&amp;quot; as the block name.  '''The block rate is $79/night.'''&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Toronto, variable depending on where you are.&lt;br /&gt;
* Accommodation for four nights, $160 to $400 depending on what room you choose and whether you room share.&lt;br /&gt;
* Meals. Dinners at least, lunches and coffee are covered by sponsors.&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
Please join the mailing list at:&lt;br /&gt;
&lt;br /&gt;
http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
&lt;br /&gt;
== Participation ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of 20-40. Please add your name and the projects you are hoping to sprint on, if you have a strong intention to attend. &lt;br /&gt;
&lt;br /&gt;
* [[User:pwramsey3|Paul Ramsey]] (PostGIS, Mapserver, Proj) '''attendance confirmed'''&lt;br /&gt;
* [[User:Tomkralidis|Tom Kralidis]] (MapServer, Mapbuilder) '''attendance confirmed'''&lt;br /&gt;
* Frank Warmerdam (GDAL/OGR, PROJ.4, MapServer, QGIS, OSGeo4W) '''attendance confirmed'''&lt;br /&gt;
* [[User:tbonfort|Thomas Bonfort]] (MapServer) '''attendance confirmed'''&lt;br /&gt;
* Howard Butler (MapServer, GeoDjango, GDAL, CS-Map, spatialreference.org) '''attendance confirmed'''&lt;br /&gt;
* [[User:jmckenna|Jeff McKenna]] (MapServer docs, MS4W) '''attendance confirmed'''&lt;br /&gt;
* Steve Lime (MapServer) '''attendance confirmed'''&lt;br /&gt;
* [[User:dmorissette|Daniel Morissette]] (MapServer, GDAL/OGR) '''attendance confirmed'''&lt;br /&gt;
* [[User:assefa|Yewondwossen Assefa]] (MapServer) '''attendance confirmed'''&lt;br /&gt;
* [[User:Aross|Andrew Ross]] (Had to change plans unfortunate can't attend)&lt;br /&gt;
* [[User:mpg|Michael P. Gerlek]] (GDAL &amp;amp; liblas)  '''attendance confirmed'''&lt;br /&gt;
* [[User:mrosen|Mike Rosen]] (GDAL &amp;amp; liblas)  '''attendance confirmed'''&lt;br /&gt;
* [[User:paragon|Leo Hsu and Regina Obe]] (PostGIS, GEOS, Mapserver) '''Can attend Saturday only'''&lt;br /&gt;
* [[User:olivier.courtin|Olivier Courtin]] (PostGIS, TinyOWS) '''attendance confirmed'''&lt;br /&gt;
* Mark Cave-Ayland (PostGIS)&lt;br /&gt;
* [[User:JulienSam|Julien-Samuel Lacroix]] (MapServer) '''attendance confirmed'''&lt;br /&gt;
* [[User:pnaciona|Perry Nacionales]] (MapServer docs) '''attendance confirmed'''&lt;br /&gt;
* [[User:pierre|Pierre Racine]] ([http://postgis.refractions.net/support/wiki/index.php?WKTRasterHomePage PostGIS WKT Raster]) '''attendance confirmed'''&lt;br /&gt;
* [[User:jimk|Jim Klassen]] (Mapserver, GeoMOOSE) '''attendance confirmed'''&lt;br /&gt;
* Dan Little (Mapserver, OpenLayers, GeoMOOSE) '''attendance confirmed'''&lt;br /&gt;
* Alan Boudreault (MapServer, GDAL/OGR) '''attendance confirmed'''&lt;br /&gt;
&lt;br /&gt;
=== Present in spirit ===&lt;br /&gt;
&lt;br /&gt;
If you can not make it to get to Toronto in person and you still want to actively participate in the sprint, there will be a chance to do it by joining the event on IRC ([irc://irc.freenode.net/tosprint #tosprint]). If you are interested in remote participation, feel free to add yourself below.&lt;br /&gt;
&lt;br /&gt;
* [[User:mloskot|Mateusz Loskot]] (GEOS, GDAL/OGR, PostGIS, Proj) '''attendance confirmed'''&lt;br /&gt;
* [[User:szekerest|Tamas Szekeres]] (MapServer, GDAL/OGR) '''attendance confirmed'''&lt;br /&gt;
&lt;br /&gt;
== Gear ==&lt;br /&gt;
&lt;br /&gt;
* Extra items that would be useful (please sign up if you can bring)&lt;br /&gt;
** Wireless hub&lt;br /&gt;
** Wireless hub&lt;br /&gt;
** Extension Cords (Pierre 1)&lt;br /&gt;
** Power Bars (Pierre 1)&lt;br /&gt;
** Ethernet Cables (Pierre 2 short)&lt;br /&gt;
** Projector&lt;br /&gt;
** Screen&lt;br /&gt;
** [http://www.pace.edu/emplibrary/EMC%20Flip%20Chart.jpg Flip Charts]&lt;br /&gt;
&lt;br /&gt;
== Room Share ==&lt;br /&gt;
&lt;br /&gt;
If you would like to room share, &lt;br /&gt;
&lt;br /&gt;
# Reserve a room at the hotel, choosing a type with more than one bed.&lt;br /&gt;
# Put your name in this section, indicating the amount of space in your room.&lt;br /&gt;
&lt;br /&gt;
Put your names below:&lt;br /&gt;
&lt;br /&gt;
* Steve Lime has a double room, needs a roommate.&lt;br /&gt;
* example entry: B has a triple room, needs two roommates.&lt;br /&gt;
&lt;br /&gt;
== Individual Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own computer&lt;br /&gt;
* Install subversion and the compiler tools, and come with a working development environment if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
* Is the Toronto Code Sprint just a coding event?&lt;br /&gt;
** Yes, a coding and documentation event. It is a working session for people who are already participants in open source projects.&lt;br /&gt;
* Will it be possible to present new projects during this event?&lt;br /&gt;
** No, this is not a presentation-oriented event. People will get together in small groups and work on areas of mutual interest within their projects.&lt;br /&gt;
&lt;br /&gt;
== Social Events ==&lt;br /&gt;
&lt;br /&gt;
* Saturday March 7th&lt;br /&gt;
&lt;br /&gt;
  4pm&lt;br /&gt;
  Ice hockey game&lt;br /&gt;
  Hershey Bears vs Toronto Marlies&lt;br /&gt;
  @ Ricoh Coliseum&lt;br /&gt;
  100 Princes' Blvd. &lt;br /&gt;
  [http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=100+Princes+Boulevard,+Toronto,+ON+M6K,+Canada%E2%80%8E&amp;amp;sll=43.640237,-79.392271&amp;amp;sspn=0.03056,0.073214&amp;amp;ie=UTF8&amp;amp;ll=43.636821,-79.411583&amp;amp;spn=0.032053,0.073214&amp;amp;z=14&amp;amp;iwloc=addr map]&lt;br /&gt;
&lt;br /&gt;
  If you are interested please send a message to the 'tosprint' mailing list, as the tickets must be pre-ordered&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=35384</id>
		<title>Toronto Code Sprint 2009 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=35384"/>
		<updated>2009-02-17T14:43:24Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS WKT Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Toronto Code Sprint 2009]] : '''The Need for Speed...'''&lt;br /&gt;
&lt;br /&gt;
Performance is the universal feature, and the latest [http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008 Geoserver vs Mapserver] results indicate that there are places throughout the C stack that can use improvement.&lt;br /&gt;
&lt;br /&gt;
== Proj4 ==&lt;br /&gt;
&lt;br /&gt;
* Run Mapserver under load and review where Proj4 takes a hit (everywhere)&lt;br /&gt;
* Caching of PJ structs, Should make QGIS and Mapserver faster.&lt;br /&gt;
* Possibility of a new/simple API + optimized database sitting on top of PROJ4 to replace current init files and address some performance issues as well as allowing lookup of additional information such as axis order of a given SRS (required for WMS 1.3.0 and other OGC specs)&lt;br /&gt;
&lt;br /&gt;
== Mapserver ==&lt;br /&gt;
&lt;br /&gt;
* Run the Geoserver benchmark tests under profiler and review results&lt;br /&gt;
* Single-pass querying, will bring WFS speed up to par&lt;br /&gt;
* Mapserver as Apache module, removes FastCGI instability and is potentially even faster, see [http://trac.osgeo.org/mapserver/ticket/2565 #2565]&lt;br /&gt;
* Roadmap for 6.0&lt;br /&gt;
* XML Mapfiles ([http://trac.osgeo.org/mapserver/ticket/2872 #2872])&lt;br /&gt;
* coordinating and improving msautotest (what gets added, when, etc.)&lt;br /&gt;
* WMS 1.3.0 ([http://trac.osgeo.org/mapserver/ticket/473 #473])&lt;br /&gt;
* resolving msOWSDispatch ([http://trac.osgeo.org/mapserver/ticket/2531 #2531])&lt;br /&gt;
&lt;br /&gt;
== GDAL ==&lt;br /&gt;
&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* Roadmap for 1.5+&lt;br /&gt;
* New on-disk format? Aligned double?&lt;br /&gt;
* New GEOS coordinate sequence to bind on top of aligned PostGIS structures?&lt;br /&gt;
* Profiling and review profile results&lt;br /&gt;
&lt;br /&gt;
== PostGIS WKT Raster ==&lt;br /&gt;
&lt;br /&gt;
*Discuss [http://postgis.refractions.net/support/wiki/index.php?WKTRasterHomePage WKT Raster] API, roadmap and funding&lt;br /&gt;
*Importer/exporter (raster2pgsql.exe, PGAdmin extension, new Paul's GUI, driver for GDAL, SQL importer function)&lt;br /&gt;
*Discuss WKT Raster and PostGIS web site, source integration and bug tracking.&lt;br /&gt;
*Discuss GiST index.&lt;br /&gt;
&lt;br /&gt;
== GEOS ==&lt;br /&gt;
&lt;br /&gt;
* Administrivia, what to do without a full-time maintainer?&lt;br /&gt;
* Roadmap for 3.2?&lt;br /&gt;
&lt;br /&gt;
== libLAS ==&lt;br /&gt;
&lt;br /&gt;
* Supporting inline streaming compression&lt;br /&gt;
* Win64 builds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=34751</id>
		<title>Toronto Code Sprint 2009 Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Toronto_Code_Sprint_2009_Agenda&amp;diff=34751"/>
		<updated>2009-01-29T16:11:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pierre: /* PostGIS WKT Raster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Theme ==&lt;br /&gt;
&lt;br /&gt;
[[Toronto Code Sprint 2009]] : '''The Need for Speed...'''&lt;br /&gt;
&lt;br /&gt;
Performance is the universal feature, and the latest [http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008 Geoserver vs Mapserver] results indicate that there are places throughout the C stack that can use improvement.&lt;br /&gt;
&lt;br /&gt;
== Proj4 ==&lt;br /&gt;
&lt;br /&gt;
* Run Mapserver under load and review where Proj4 takes a hit (everywhere)&lt;br /&gt;
* Caching of PJ structs, Should make QGIS and Mapserver faster.&lt;br /&gt;
* Parsing of proj strings. Switching from the hand-coded parser to flex-generated parser might yield some improvement.&lt;br /&gt;
&lt;br /&gt;
== Mapserver ==&lt;br /&gt;
&lt;br /&gt;
* Run the Geoserver benchmark tests under profiler and review results&lt;br /&gt;
* Single-pass querying, will bring WFS speed up to par&lt;br /&gt;
* Mapserver as Apache module, removes FastCGI instability and is potentially even faster, see [http://trac.osgeo.org/mapserver/ticket/2565 #2565]&lt;br /&gt;
* Roadmap for 6.0&lt;br /&gt;
* XML Mapfiles&lt;br /&gt;
&lt;br /&gt;
== GDAL ==&lt;br /&gt;
&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== PostGIS ==&lt;br /&gt;
&lt;br /&gt;
* Roadmap for 1.5+&lt;br /&gt;
* New on-disk format? Aligned double?&lt;br /&gt;
* New GEOS coordinate sequence to bind on top of aligned PostGIS structures?&lt;br /&gt;
* Profiling and review profile results&lt;br /&gt;
&lt;br /&gt;
== PostGIS WKT Raster ==&lt;br /&gt;
&lt;br /&gt;
*Discuss [http://postgis.refractions.net/support/wiki/index.php?WKTRasterHomePage WKT Raster] API, roadmap and funding&lt;br /&gt;
*Importer/exporter (raster2pgsql.exe, PGAdmin extension, new Paul's GUI, driver for GDAL, SQL importer function)&lt;br /&gt;
*Discuss WKT Raster and PostGIS web site&lt;br /&gt;
&lt;br /&gt;
== GEOS ==&lt;br /&gt;
&lt;br /&gt;
* Administrivia, what to do without a full-time maintainer?&lt;br /&gt;
* Roadmap for 3.2?&lt;br /&gt;
&lt;br /&gt;
== libLAS ==&lt;br /&gt;
&lt;br /&gt;
* Supporting inline streaming compression&lt;br /&gt;
* Win64 builds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Code Sprints]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pierre</name></author>
	</entry>
</feed>