<?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-Pnorman</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-Pnorman"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Pnorman"/>
	<updated>2026-04-12T05:33:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016_:_PostGIS_Agenda&amp;diff=96845</id>
		<title>Paris Code Sprint 2016 : PostGIS Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016_:_PostGIS_Agenda&amp;diff=96845"/>
		<updated>2016-02-25T10:46:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pnorman: /* Possible PostGIS function improvement and addition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Discussion and group review topics for the [[Paris Code Sprint 2016]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
* Clustering functions: Aggregate or Window?&lt;br /&gt;
** What naming convention&lt;br /&gt;
** What to do with the existing aggregate functions&lt;br /&gt;
* [http://www.postgresql.org/message-id/20178.1423598435@sss.pgh.pa.us Expanded object headers], introduction and testing&lt;br /&gt;
** How they work&lt;br /&gt;
** Potential advantages, disadvantages&lt;br /&gt;
** Discussion on clean implementation possibilities&lt;br /&gt;
** Testing and benchmarks, is it worth it?&lt;br /&gt;
* Alternate storage formats, beyond GSERIALIZED&lt;br /&gt;
** Reasoning&lt;br /&gt;
** How to add (version flags?)&lt;br /&gt;
** Multiple co-existing formats?&lt;br /&gt;
* Breaking raster out as postgis_raster extension (hold off on talking about this until Regina comes)&lt;br /&gt;
** Implications / difficulties&lt;br /&gt;
* GEOS improvements that would help PostGIS&lt;br /&gt;
* Way to know/be sure a geometry is valid, without need to launch an IsValid test (SFCGAL initial purpose)&lt;br /&gt;
* Using FDW with PostGIS (hold off on talking about this until Regina comes)&lt;br /&gt;
** Functions pushdown&lt;br /&gt;
** Current limitations&lt;br /&gt;
* PostgreSQL improvements that would help PostGIS&lt;br /&gt;
** Parallel query, review experiments, plan and execute more (hold off on talking about this until Regina comes)&lt;br /&gt;
** Feed back parallel query results to pgsql-hackers&lt;br /&gt;
* [https://github.com/postgis/postgis/pulls Open pull requests from GitHub]&lt;br /&gt;
** Merge, modify, or reject&lt;br /&gt;
* Tickets with design implications&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/2529&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3405&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3246&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3326&lt;br /&gt;
* Do we want to bundle example datasets w/PostGIS for docs, tutorials?&lt;br /&gt;
* Adding more checks to automated builds?&lt;br /&gt;
** valgrind (would need to add suppressions for GEOS leaks)&lt;br /&gt;
** gcov (identify untested or unused code paths)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tasks ==&lt;br /&gt;
&lt;br /&gt;
* Benchmarking of expanded object headers test branch&lt;br /&gt;
* Benchmarking of parallel query and parallel aggregate work from pgsql-hackers&lt;br /&gt;
&lt;br /&gt;
* BRIN indexes implementation for PostGIS geometries&lt;br /&gt;
* postgis/lwgeom_in_* move to liblwgeom dir (or any code that doesn't depend on Postgres?)&lt;br /&gt;
&lt;br /&gt;
== Possible PostGIS function improvement and addition ==&lt;br /&gt;
&lt;br /&gt;
* improvement&lt;br /&gt;
** &amp;lt;s&amp;gt;st_pointN -&amp;gt; make a negative input count backward [rémi]&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;st_setPoint -&amp;gt; make a negative input count backward [rémi]&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;st_asText -&amp;gt; optionnal arg to limit digit number [marc]&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;st_centroid -&amp;gt; work on circular string (simply dump points, then classical centroid) [remi] &amp;lt;/s&amp;gt;&lt;br /&gt;
** st_exteriorRing -&amp;gt; make it work on multipolygon, returns a collection&lt;br /&gt;
** &amp;lt;s&amp;gt;st_makeline -&amp;gt; make it work on multipoints [pauln]&amp;lt;/s&amp;gt;&lt;br /&gt;
** st_scale -&amp;gt; optionnal argument to define the center of scaling (allows to scale &amp;quot;in place&amp;quot;) [marc]&lt;br /&gt;
** st_split -&amp;gt; allow splitting (multi)line by (multi)point&lt;br /&gt;
** st_asgml -&amp;gt; allow GML 3.2.1 support (not only namespace handle) http://portal.opengeospatial.org/files/?artifact_id=26765&lt;br /&gt;
** st_asgml (and st_geomfromgml) -&amp;gt; handle gml:Envelope&lt;br /&gt;
** ST_AsX3D -&amp;gt; Bug fix - how to determine if 3D geometry is convex without resorting to CGAL. http://trac.osgeo.org/postgis/ticket/3435&lt;br /&gt;
** ST_GeogFromText -&amp;gt; make the longitude swap 180 deg when entering a latitude over 90 (postgis already counts the latitude backwards from 90 when crossing)&lt;br /&gt;
* slight addition&lt;br /&gt;
** st_angle(P1,P2,P3) [remi]&lt;br /&gt;
** st_MakeRing((multi) linestrings and/or points&lt;br /&gt;
** st_DumpLines -&amp;gt; dump everything to line (rings in poly, lines in multilines, etc. )&lt;br /&gt;
** st_DumpSegments -&amp;gt; dump segments (in the mathematical sense), that is every consecutive pairs of points in lines&lt;br /&gt;
* big addition&lt;br /&gt;
** generate grid (regular and hex)&lt;br /&gt;
** st_snapToLine -&amp;gt; st_snap = snap vertex to vertex. This one = snap vertex to vertex or edge. (note: st_snap also snap line to vertex)&lt;br /&gt;
** st_splitLineByPoint(line,point,tolerance) -&amp;gt; using curv absc, the only current way to not be sensible to precision issue (st_split doesnt work)&lt;br /&gt;
** st_VariableBuffer(geomM) -&amp;gt; buffer on geometry, the radius is given by M of each vertex, linear transition between. A lots of uses&lt;br /&gt;
** St_FindCurve(geom,radius_range,min_number_of_support_points,tolerance) -&amp;gt; in a classical geometry, find the point describing arcs&lt;br /&gt;
** St_MakeArc(P1,P2,centre) and St_MakeArc(P1,P2,radius)  -&amp;gt; create arcs (_not_ using 3 points on arc!)&lt;br /&gt;
** St_OrientedBBox(geom) -&amp;gt; returns the oriented bbox of the geom (returns a geom and an angle)&lt;br /&gt;
** ST_KMeans -&amp;gt; window function - pramsey to integrate into 2.3 code base - https://github.com/pramsey/postgis/tree/kmeans&lt;/div&gt;</summary>
		<author><name>Wiki-Pnorman</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016_:_PostGIS_Agenda&amp;diff=96828</id>
		<title>Paris Code Sprint 2016 : PostGIS Agenda</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016_:_PostGIS_Agenda&amp;diff=96828"/>
		<updated>2016-02-24T13:16:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pnorman: /* Possible PostGIS function improvement and addition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Discussion and group review topics for the [[Paris Code Sprint 2016]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
* Clustering functions: Aggregate or Window?&lt;br /&gt;
** What naming convention&lt;br /&gt;
** What to do with the existing aggregate functions&lt;br /&gt;
* [http://www.postgresql.org/message-id/20178.1423598435@sss.pgh.pa.us Expanded object headers], introduction and testing&lt;br /&gt;
** How they work&lt;br /&gt;
** Potential advantages, disadvantages&lt;br /&gt;
** Discussion on clean implementation possibilities&lt;br /&gt;
** Testing and benchmarks, is it worth it?&lt;br /&gt;
* Alternate storage formats, beyond GSERIALIZED&lt;br /&gt;
** Reasoning&lt;br /&gt;
** How to add (version flags?)&lt;br /&gt;
** Multiple co-existing formats?&lt;br /&gt;
* Breaking raster out as postgis_raster extension (hold off on talking about this until Regina comes)&lt;br /&gt;
** Implications / difficulties&lt;br /&gt;
* GEOS improvements that would help PostGIS&lt;br /&gt;
* Way to know/be sure a geometry is valid, without need to launch an IsValid test (SFCGAL initial purpose)&lt;br /&gt;
* Using FDW with PostGIS (hold off on talking about this until Regina comes)&lt;br /&gt;
** Functions pushdown&lt;br /&gt;
** Current limitations&lt;br /&gt;
* PostgreSQL improvements that would help PostGIS&lt;br /&gt;
** Parallel query, review experiments, plan and execute more (hold off on talking about this until Regina comes)&lt;br /&gt;
** Feed back parallel query results to pgsql-hackers&lt;br /&gt;
* [https://github.com/postgis/postgis/pulls Open pull requests from GitHub]&lt;br /&gt;
** Merge, modify, or reject&lt;br /&gt;
* Tickets with design implications&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/2529&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3405&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3246&lt;br /&gt;
** https://trac.osgeo.org/postgis/ticket/3326&lt;br /&gt;
* Do we want to bundle example datasets w/PostGIS for docs, tutorials?&lt;br /&gt;
* Adding more checks to automated builds?&lt;br /&gt;
** valgrind (would need to add suppressions for GEOS leaks)&lt;br /&gt;
** gcov (identify untested or unused code paths)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tasks ==&lt;br /&gt;
&lt;br /&gt;
* Benchmarking of expanded object headers test branch&lt;br /&gt;
* Benchmarking of parallel query and parallel aggregate work from pgsql-hackers&lt;br /&gt;
&lt;br /&gt;
* BRIN indexes implementation for PostGIS geometries&lt;br /&gt;
* postgis/lwgeom_in_* move to liblwgeom dir (or any code that doesn't depend on Postgres?)&lt;br /&gt;
&lt;br /&gt;
== Possible PostGIS function improvement and addition ==&lt;br /&gt;
&lt;br /&gt;
* improvement&lt;br /&gt;
** &amp;lt;s&amp;gt;st_pointN -&amp;gt; make a negative input count backward [rémi]&amp;lt;/s&amp;gt;&lt;br /&gt;
** &amp;lt;s&amp;gt;st_setPoint -&amp;gt; make a negative input count backward [rémi]&amp;lt;/s&amp;gt;&lt;br /&gt;
** st_asText -&amp;gt; optionnal arg to limit digit number [marc]&lt;br /&gt;
** st_centroid -&amp;gt; work on circular string (simply dump points, then classical centroid) [remi]&lt;br /&gt;
** st_exteriorRing -&amp;gt; make it work on multipolygon, returns a collection&lt;br /&gt;
** st_makeline -&amp;gt; make it work on multipoints [pauln]&lt;br /&gt;
** st_scale -&amp;gt; optionnal argument to define the center of scaling (allows to scale &amp;quot;in place&amp;quot;)&lt;br /&gt;
** st_split -&amp;gt; allow splitting (multi)line by (multi)point&lt;br /&gt;
** st_asgml -&amp;gt; allow GML 3.2.1 support (not only namespace handle) http://portal.opengeospatial.org/files/?artifact_id=26765&lt;br /&gt;
** st_asgml (and st_geomfromgml) -&amp;gt; handle gml:Envelope&lt;br /&gt;
** ST_AsX3D -&amp;gt; Bug fix - how to determine if 3D geometry is convex without resorting to CGAL. http://trac.osgeo.org/postgis/ticket/3435&lt;br /&gt;
* slight addition&lt;br /&gt;
** st_angle(P1,P2,P3)&lt;br /&gt;
** st_MakeRing((multi) linestrings and/or points&lt;br /&gt;
** st_DumpLines -&amp;gt; dump everything to line (rings in poly, lines in multilines, etc. )&lt;br /&gt;
** st_DumpSegments -&amp;gt; dump segments (in the mathematical sense), that is every consecutive pairs of points in lines&lt;br /&gt;
* big addition&lt;br /&gt;
** generate grid (regular and hex)&lt;br /&gt;
** st_snapToLine -&amp;gt; st_snap = snap vertex to vertex. This one = snap vertex to vertex or edge. (note: st_snap also snap line to vertex)&lt;br /&gt;
** st_splitLineByPoint(line,point,tolerance) -&amp;gt; using curv absc, the only current way to not be sensible to precision issue (st_split doesnt work)&lt;br /&gt;
** st_VariableBuffer(geomM) -&amp;gt; buffer on geometry, the radius is given by M of each vertex, linear transition between. A lots of uses&lt;br /&gt;
** St_FindCurve(geom,radius_range,min_number_of_support_points,tolerance) -&amp;gt; in a classical geometry, find the point describing arcs&lt;br /&gt;
** St_MakeArc(P1,P2,centre) and St_MakeArc(P1,P2,radius)  -&amp;gt; create arcs (_not_ using 3 points on arc!)&lt;br /&gt;
** St_OrientedBBox(geom) -&amp;gt; returns the oriented bbox of the geom (returns a geom and an angle)&lt;br /&gt;
** ST_KMeans -&amp;gt; window function - pramsey to integrate into 2.3 code base - https://github.com/pramsey/postgis/tree/kmeans&lt;/div&gt;</summary>
		<author><name>Wiki-Pnorman</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96809</id>
		<title>Paris Code Sprint 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96809"/>
		<updated>2016-02-23T16:02:30Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pnorman: /* Logos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-TOSPrint_Paris.png|600px|TOSPrint Paris 2016]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Gold Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Oslandia.png|260px|Oslandia|link=http://www.oslandia.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.oslandia.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-CartoDB.png|360px|CartoDB|link=https://www.cartodb.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.cartodb.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-IGN.png|160px|IGN|link=http://www.ign.fr/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.ign.fr/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Silver Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-GeoCue.jpg|260px|GeoCue|link=http://www.geocue.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.geocue.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-PlanetLabs.png|200px|Planet Labs|link=https://www.planet.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.planet.com/&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Bronze Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-rapidlasso.png|260px|RapidLasso|link=http://www.rapidlasso.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.rapidlasso.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Ioda-net.png|200px|Ioda-net|link=http://www.ioda-net.ch/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.ioda-net.ch/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Compass.png|320px|Compass|link=http://www.compass.ie/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.compass.ie/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.png|280px|Azavea|link=http://www.azavea.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-AtolCD.png|290px|AtolCD|link=https://www.atolcd.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.atolcd.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Dalibo.png|260px|Dalibo|link=http://www.dalibo.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.dalibo.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Venue Sponsor ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Mozilla.png|320px|Mozilla Foundation|link=https://www.mozilla.org/en-US/foundation/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.mozilla.org/en-US/foundation/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other/in-kind sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Osgeo-fr.png|260px|OSGeo FR|link=http://osgeo.asso.fr/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://osgeo.asso.fr/&lt;br /&gt;
|&lt;br /&gt;
[[File:OSGeo.png|260px|OSGeo|link=http://www.osgeo.org/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.osgeo.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Bring together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems as in previous years: &lt;br /&gt;
&lt;br /&gt;
* [[Philadelphia Code Sprint 2015|Philadelphia]] (2015)&lt;br /&gt;
* [[Vienna Code Sprint 2014|Vienna]] (2014)&lt;br /&gt;
* [[Boston Code Sprint 2013|Boston]] (2013)&lt;br /&gt;
* [[IslandWood Code Sprint 2012|Island Wood (Seattle)]] (2012)&lt;br /&gt;
* [[Montreal Code Sprint 2011|Montreal]] (2011)&lt;br /&gt;
* [[New York Code Sprint 2010|New York City]] (2010)&lt;br /&gt;
* [[Toronto Code Sprint 2009|Toronto]] (2009)&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
Dates:  &lt;br /&gt;
* Welcome event: evening of Mon, Feb 22 (see below)&lt;br /&gt;
* Sprint: Tues, Feb 23 - Fri, Feb 26 (4 days), from 9h30 till 19h00&lt;br /&gt;
&lt;br /&gt;
== Place ==&lt;br /&gt;
* 16bis Boulevard Montmartre, 75009 Paris - Mozilla Foundation &lt;br /&gt;
* https://www.openstreetmap.org/node/2883451098&lt;br /&gt;
* Metro: Grand Boulevard or Richelieu Drouot&lt;br /&gt;
&lt;br /&gt;
'''To be noticed: For security reason, you have to be registered (on this Wiki page)  to be allowed to enter in Mozilla place.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We could use three kind of spaces:&lt;br /&gt;
# The main code sprint room (with seats and tables, video projection, paperboard)&lt;br /&gt;
# A &amp;quot;bar&amp;quot; room, just beside the main one (for meals, breaks, T-Time...)&lt;br /&gt;
# Meeting room (allowing group to talk without making too many noise in the main room)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Few rules to follow:&lt;br /&gt;
# Keep in mind to carefully close Mozilla outside door (aim is to not allow any outsider to get in).&lt;br /&gt;
# No meal, nor drink in the main sprint room (plain water is tolerated).&lt;br /&gt;
# Don't waste Internet bandwith (as we share all the same Wifi connection).&lt;br /&gt;
# Food and drinks are available in the bar room, you could use freely OSGeo ones (but not Mozilla ones).&lt;br /&gt;
# As others events could be organized on evening, we could so be asked to tidy the main room before we leave.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Logos ==&lt;br /&gt;
&lt;br /&gt;
Sylvain Beorchia will be on the sprint on D3 (Thursday), with a graphic design focus.&lt;br /&gt;
&lt;br /&gt;
(He designed this Code Sprint logo, yeah the chicken one, &lt;br /&gt;
and this other OSGeo event one http://osgeo.asso.fr/foss4gfr-2016/ or Oslandia logo among others... )&lt;br /&gt;
&lt;br /&gt;
If you’re interested to got a (new) clean and fresh logo for you project, just say it so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Paul Norman (couple potential projects)&lt;br /&gt;
&lt;br /&gt;
== Evenings ==&lt;br /&gt;
&lt;br /&gt;
=== Feb 22 aka Welcoming Event ===&lt;br /&gt;
&lt;br /&gt;
* Bar called: Le rendez vous des Amis  &lt;br /&gt;
* 23 Rue Gabrielle -  Metro Pigale or Abbesses in Montmartre area.&lt;br /&gt;
* https://www.openstreetmap.org/node/1920884507&lt;br /&gt;
* Meeting starting at 19h00 &lt;br /&gt;
* Thanks if you plan to come to say so: http://doodle.com/poll/twk5yyt38h869i3i&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===  Feb 23 aka First Sprint Evening ===&lt;br /&gt;
&lt;br /&gt;
* 18h30 Paris exploration game (including urban photos contest)&lt;br /&gt;
* 20h00 Tapas place: Le So - 93 Rue Montmartre.&lt;br /&gt;
* http://www.openstreetmap.org/node/689346927&lt;br /&gt;
&lt;br /&gt;
=== Feb 24 aka OSGeo Event @MozillaParis ===&lt;br /&gt;
&lt;br /&gt;
* We stay at Mozilla place (till 22h00)&lt;br /&gt;
* Pitchs&lt;br /&gt;
* Beers and buffet&lt;br /&gt;
* For the record, registration for non-sprinters: https://www.eventbrite.fr/e/billets-rencontres-avec-les-devs-du-code-sprint-osgeo-mozillaparis-21521364982&lt;br /&gt;
&lt;br /&gt;
=== Feb 25 aka Last Sprint Evening ===&lt;br /&gt;
&lt;br /&gt;
* 18h30 - as an option Beaubourg Museum, Anselm Kiefer exhibit: https://www.centrepompidou.fr/cpv/resource/c6XxqAX/rgXxaGa&lt;br /&gt;
* 20h00 Restaurant: La Fine Mousse - 4 bis Passage Ménilmontant - Metro Ménilmontant.&lt;br /&gt;
* http://www.openstreetmap.org/node/1298778119&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
(i.e what do you wish/want/plan to work on during the sprint ?)&lt;br /&gt;
&lt;br /&gt;
* [[Paris_Code_Sprint_2016_:_PostGIS_Agenda|PostGIS Agenda]]&lt;br /&gt;
* [[Paris Code Sprint 2016 : SFCGAL Agenda|SFCGAL Agenda]]&lt;br /&gt;
* [http://wiki.orfeo-toolbox.org/index.php/OSGeo_Paris_Code_Sprint_2016 OTB Agenda]&lt;br /&gt;
* [[Paris Code Sprint 2016 : GDAL Agenda|GDAL Agenda]]&lt;br /&gt;
* [https://grasswiki.osgeo.org/wiki/Paris_Code_Sprint_2016_Agenda GRASS GIS Agenda]&lt;br /&gt;
* [[Paris Code Sprint 2016 : MapServer Agenda|MapServer Agenda]]&lt;br /&gt;
* [[Paris Code Sprint 2016 : Point Cloud Agenda|Point Cloud Agenda]]&lt;br /&gt;
* [[Paris Code Sprint 2016 : iTowns Agenda|iTowns Agenda]]&lt;br /&gt;
&lt;br /&gt;
== Break ideas ==&lt;br /&gt;
&lt;br /&gt;
If you need to take a break, some ideas close to the sprint place:&lt;br /&gt;
&lt;br /&gt;
Arty/Cultural:&lt;br /&gt;
* Picasso Museum: http://www.museepicassoparis.fr/en/&lt;br /&gt;
* Jeu de Paume (famous place to Photos exhibitions) http://www.jeudepaume.org/index.php?lang=en&lt;br /&gt;
* Current Exhibition on Marais district over the ages: http://www.carnavalet.paris.fr/en/exhibitions/marais-and-its-legacy&lt;br /&gt;
&lt;br /&gt;
Outdoor/Green:&lt;br /&gt;
* Tuileries Garden https://en.wikipedia.org/wiki/Tuileries_Garden&lt;br /&gt;
* Palais Royal Garden http://equipement.paris.fr/jardin-du-palais-royal-1797&lt;br /&gt;
&lt;br /&gt;
Meditation:&lt;br /&gt;
* Sainte Cécile Church - https://fr.wikipedia.org/wiki/%C3%89glise_Saint-Eug%C3%A8ne-Sainte-C%C3%A9cile&lt;br /&gt;
&lt;br /&gt;
Hammam:&lt;br /&gt;
* http://hammam-lescentciels.com/paris/hammam-lescentciels/P_Contact.html&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of ~50. Please add your name and the projects &lt;br /&gt;
you are planning to sprint and note the likeliness of your attendance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px; width:100%&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Participants&lt;br /&gt;
|-&lt;br /&gt;
| # || Participant || Country || Organization || Arrival ||  Departure || Project Work on || Attendance / Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[User:Olivier.courtin|Olivier Courtin]] || FR || Oslandia || first day || last day || PostgreSQL/PostGIS, TinyOWS || Definite &lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[User:kalxas|Angelos Tzotsos]] || GR || Athena RC, NTUA || first day || last day || OSGeo-Live, pycsw, OTB || Booked &lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[User:Schpidi|Stephan Meissl]] || AT || Eox ||first day || last day || MapServer || Booked &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Markus Schütz&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;AT&amp;lt;/s&amp;gt; ||  || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Potree&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Interested but unlikely&amp;lt;/s&amp;gt; can't make it :(&lt;br /&gt;
|-&lt;br /&gt;
| 4  || [[User:msmitherdc|Michael Smith]] || US || ﻿US Army Corps of Engineers || first day || last day || PDAL / MapServer || Booked - Hotel Aston&lt;br /&gt;
|-&lt;br /&gt;
| 5 || [[User:hobu|Howard Butler]] || US || Hobu || first day || last day || PDAL / MapServer || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 6 || [[User:lucadelu|Luca Delucchi]] || IT || Fondazione Edmund Mach || first day || last day || GRASS, OSGeo-Live || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 7|| [[User:rouault|Even Rouault]] || FR || Spatialys || first day || last day || GDAL, MapServer, Proj.4? || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 8 || [[User:mloskot|Mateusz Łoskot]] || PL || Cadcorp || first day || last day || PDAL, GDAL|| Booked&lt;br /&gt;
|-&lt;br /&gt;
| 9|| [[User:dmorissette|Daniel Morissette]] || CA || MapGears || first day || last day || MapServer, GDAL/OGR || Booked&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;[[User:ianturton|Ian Turton]]&amp;lt;/s&amp;gt;||&amp;lt;s&amp;gt;UK&amp;lt;/s&amp;gt;|| || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;GeoTools, GeoServer, GeoNetwork? &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;likely if any others from Java tribe appear&amp;lt;/s&amp;gt; Have to work :-(&lt;br /&gt;
|-&lt;br /&gt;
| 10|| [[User:Aandre|Adrien André]]|| FR || || first day|| last day || GRASS || Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Jérémy Gaillard || FR || Oslandia || first day || last day || iTowns || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 12|| [[User:Tbonfort|Thomas Bonfort]]|| FR || Terriscope || first day|| last day || MapServer || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 13|| [[User:VincentP|Vincent Picavet]] || FR || Oslandia || first day|| last day || PostGIS/3D viz &amp;amp; streaming || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 14|| [[User:Mhugo|Hugo Mercier]] || FR || Oslandia || first day|| last day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 15|| [[User:Vmo|Vincent Mora]] || FR || Oslandia || first day|| third day || PostGIS/SFCGAL, iTowns || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 16|| [[User:Oscarmartinezrubi|Oscar Martinez Rubi]] || SP || Netherlands eScience Center|| first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 17|| Maarten van Meersbergen || NL || Netherlands eScience Center || first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 18|| Andrew Bell || US || || first day|| last day || PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 19|| [[User:lastools|Martin Isenburg]] || DE || rapidlasso || first day|| last day || LASzip / QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 20|| Connor Manning || US || || first day|| last day || PDAL/Potree || Booked&lt;br /&gt;
|-&lt;br /&gt;
|21|| Victor Poughon||FR|| CNES || first day||third day||Orfeo-toolbox||Booked&lt;br /&gt;
|-&lt;br /&gt;
|22|| Bruno Friedman||CH	|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|23|| Julien Enselme||FR|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|24|| Yann Chemin || FR || IWMI || first day || last day || GRASS || Definite&lt;br /&gt;
|-&lt;br /&gt;
|25|| [[User:remanuele|Rob Emanuele]] || US || Azavea || first day || last day || GDAL (https://git.io/vzZQJ) || Likely&lt;br /&gt;
|-&lt;br /&gt;
|26|| Paul Blottiere || FR || Oslandia || First day || Last day || PGPointCloud || Booked&lt;br /&gt;
|-&lt;br /&gt;
|27|| Paul Ramsey || CA ||  CartoDB || First day || Last day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
|28|| Guillaume Pasero || FR || CS || First day || Third day || Orfeo ToolBox || Booked&lt;br /&gt;
|-&lt;br /&gt;
|29|| [[User:remic|Rémi Cura]] || FR || Thales/IGN || First day || Last Day || PostGIS?/PGPointCloud?/PDAL?/Potree? || Booked&lt;br /&gt;
|-&lt;br /&gt;
|30|| [[User:rjuju|Julien Rouhaud]] || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|31|| [[User:Sloriot|Sebastien Loriot]] || FR || GeometryFactory || Second day || Third Day || CGAL || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|32|| Ronan Dunklau || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|33|| Tom van Tilburg || NL || Geodan || First day || Last Day || PostGIS (docs)/pgpointcloud || Booked&lt;br /&gt;
|-&lt;br /&gt;
|34|| Dan Baston || US || Maponics ||  First day || Last Day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 35 || [[User:Larss|Lars Schylberg]] || SE ||  Saab AB  ||  First day || Last day || MapServer(doc/demo) || Booked - Hotel Astotel&lt;br /&gt;
|-&lt;br /&gt;
|36|| Maxence Ahlouche || FR ||  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|37|| Fabian Schindler || AT ||  Eox || First day || Last Day || MapServer/EOxServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|38|| [[User:Lars|Lars Lingner]] || DE || ||  First day || Last Day || MapServer/(doc/demo/translation) || Booked&lt;br /&gt;
|-&lt;br /&gt;
|39|| Seth Girvin || IR || Compass || First day || (At least) Second Day || MapServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|40|| Mickael Borne || FR || IGN ||  First day || Last Day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
|41|| Guiseppe Broccolo || IT || 2nd Quadrant || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|42|| [[User:Marcu|Marc Ducobu]] ||  BE || Champs Libre  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|43|| Paul Norman || CA || CartoDB || First day || Last Day || PostgreSQL/PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
|44|| Nicolas Ribot || FR ||  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|45|| Mathieu Brédif || FR || IGN || First day || 2nd Day (at least) || PGPointCloud/Potree/itowns || Definite&lt;br /&gt;
|-&lt;br /&gt;
|46|| Quoc Dinh Nguyen || FR || IGN || First day || Last Day || Potree/itowns || Definite&lt;br /&gt;
|-&lt;br /&gt;
|47|| Regina Obe || US || Paragon || Most First day || 2nd Day (at least) || PostGIS / GDAL / OGR_FDW || Booked&lt;br /&gt;
|-&lt;br /&gt;
|48|| Leo Hsu || US || Paragon || Most First day || 2nd Day (at least) || PostGIS / GDAL / OGR_FDW || Booked&lt;br /&gt;
|-&lt;br /&gt;
|49|| Emmanuel Habets || FR || IGN || 2nd day || Last day || PostGIS/QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
|50|| Ludovic Delauné || FR || Oslandia || First Day || 2nd Day || PostGIS/PGPointCloud || Definite&lt;br /&gt;
|-&lt;br /&gt;
|51|| [[User:noirbizarre|Axel Haustant]] || FR || Etalab || first day || last day || PyCSW || Definite &lt;br /&gt;
|-&lt;br /&gt;
|52|| Sylvain Beorchia || FR || Oslandia || third day || third day || Graphical Design || Definite &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
* Twitter: #TOSprint ( https://twitter.com/search?q=tosprint )&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
* On Flickr thanks to use,  as tag name, for Code Sprint photos: ''ParisCodeSprint2016''&lt;br /&gt;
&lt;br /&gt;
* If you want to play, we also open a Paris urban photos contest. Weird and arty points of view are welcome ! &amp;lt;br /&amp;gt; On Flickr tag is: ''ParisCodeSprint2016Urban''&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 Paris&lt;br /&gt;
* Accommodation for four nights (including breakfast)&lt;br /&gt;
&lt;br /&gt;
All other costs - food, outings and entertainment - should/will be covered by the sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hotel and co ==&lt;br /&gt;
&lt;br /&gt;
Center of Paris is indeed quite small, the sprint place quite central, and metro network quite dense.&amp;lt;br /&amp;gt;&lt;br /&gt;
So no special need to be that close from the sprint place (anywhere else in Paris could also be fine, with less than 30-45' by tube).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, nice hotels, quite close to the sprint place: &lt;br /&gt;
* http://www.astotel.com/hotel/hotel-le-34b/overview&lt;br /&gt;
* http://www.hotel20prieure.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A common way to find a discounted room in Paris is to use: booking.com&lt;br /&gt;
&lt;br /&gt;
Paris is also well known to became an AirBNB city. &amp;lt;br&amp;gt;&lt;br /&gt;
Could be so a way to share (big) flat, among some sprinters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And there's also hostels, for those who want/need to find a cheaper hosting solution.&lt;br /&gt;
* http://www.hostelworld.com/Paris&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Individual preparation ==&lt;br /&gt;
&lt;br /&gt;
* Bring your own laptop&lt;br /&gt;
* Install GIT and compiler tools, and come with a working development environment&lt;br /&gt;
* For North American folks take an European power adapter, for Swiss and Italian ones depends on ground slot ( http://wikitravel.org/en/File:Plugs.png )&lt;br /&gt;
* If your laptop need it, video export adapter to DVI and/or VGA&lt;br /&gt;
* Optional: something to take pictures (camera, smartphone, small tablet...)&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have three sponsorship levels:&lt;br /&gt;
&lt;br /&gt;
* Gold: &amp;gt;= 2500 €&lt;br /&gt;
* Silver: 1500 €&lt;br /&gt;
* Bronze: 750 €&lt;br /&gt;
&lt;br /&gt;
We encourage sponsors to support nutriment and entertainment for the &lt;br /&gt;
sprinters as they work hard and play hard for four or five productive days. &lt;br /&gt;
Contributions will be put towards lunch, snacks, and dinner costs for the &lt;br /&gt;
sprinters, and potentially bringing in sprinters who might otherwise be unable &lt;br /&gt;
to attend. Any surplus at the end of the event will be turned over to OSGeo or &lt;br /&gt;
used for a future code sprint.&lt;br /&gt;
 &lt;br /&gt;
Sponsors will receive the following honors:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Your logo at the top of this page&lt;br /&gt;
* Mention in all of our public communication&lt;br /&gt;
* Our undying gratitude, which comes in handy when you least expect it (Remember that feature you wanted...) &lt;br /&gt;
* And as extra, for Silver and Gold: Kakemono in the event room (if you provide it)&lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Olivier Courtin (olivier dot courtin at oslandia dot com) directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pnorman</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96304</id>
		<title>Paris Code Sprint 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96304"/>
		<updated>2016-02-02T16:35:32Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pnorman: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Gold Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Oslandia.png|260px|Oslandia|link=http://www.oslandia.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.oslandia.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Silver Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-GeoCue.jpg|260px|GeoCue|link=http://www.geocue.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.geocue.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Bronze Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-rapidlasso.png|260px|RapidLasso|link=http://www.rapidlasso.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.rapidlasso.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Ioda-net.png|260px|Ioda-net|link=http://www.ioda-net.ch/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.ioda-net.ch/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Compass.png|260px|Compass|link=http://www.compass.ie/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.compass.ie/&lt;br /&gt;
|}&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.png|260px|Azavea|link=http://www.azavea.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-AtolCD.png|260px|AtolCD|link=https://www.atolcd.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.atolcd.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Venue Sponsor ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Mozilla.png|260px|Mozilla Foundation|link=https://www.mozilla.org/en-US/foundation/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.mozilla.org/en-US/foundation/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other/in-kind sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Osgeo-fr.png|260px|OSGeo FR|link=http://osgeo.asso.fr/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://osgeo.asso.fr/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Bring together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems as in previous years: &lt;br /&gt;
&lt;br /&gt;
* [[Philadelphia Code Sprint 2015|Philadelphia]] (2015)&lt;br /&gt;
* [[Vienna Code Sprint 2014|Vienna]] (2014)&lt;br /&gt;
* [[Boston Code Sprint 2013|Boston]] (2013)&lt;br /&gt;
* [[IslandWood Code Sprint 2012|Island Wood (Seattle)]] (2012)&lt;br /&gt;
* [[Montreal Code Sprint 2011|Montreal]] (2011)&lt;br /&gt;
* [[New York Code Sprint 2010|New York City]] (2010)&lt;br /&gt;
* [[Toronto Code Sprint 2009|Toronto]] (2009)&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
Dates:  &lt;br /&gt;
* Welcome event: evening of Mon, Feb 22&lt;br /&gt;
* Sprint: Tues, Feb 23 - Fri, Feb 26 (4 days)&lt;br /&gt;
&lt;br /&gt;
== Place ==&lt;br /&gt;
* 16bis Boulevard Montmartre, 75009 Paris - Mozilla Foundation &lt;br /&gt;
* https://www.openstreetmap.org/node/2883451098&lt;br /&gt;
* Metro: Grand Boulevard or Richelieu Drouot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To be noticed: For security reason, you have to be registered (on this Wiki page)  to be allowed to enter in Mozilla place.&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
(i.e what do you wish/want/plan to work on during the sprint ?)&lt;br /&gt;
&lt;br /&gt;
* [[Paris Code Sprint 2016 : PostGIS Agenda]]&lt;br /&gt;
* [[Paris Code Sprint 2016 : SFCGAL Agenda]]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of ~50. Please add your name and the projects &lt;br /&gt;
you are planning to sprint and note the likeliness of your attendance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px; width:100%&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Participants&lt;br /&gt;
|-&lt;br /&gt;
| # || Participant || Country || Organization || Arrival ||  Departure || Project Work on || Attendance / Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[User:Olivier.courtin|Olivier Courtin]] || FR || Oslandia || first day || last day || PostgreSQL/PostGIS || Definite &lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[User:kalxas|Angelos Tzotsos]] || GR || Remote Sensing Laboratory, NTUA || first day || last day || OSGeo-Live, pycsw, OTB || Booked &lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[User:Schpidi|Stephan Meissl]] || AT || Eox ||first day || last day || MapServer || Booked &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Markus Schütz&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;AT&amp;lt;/s&amp;gt; ||  || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Potree&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Interested but unlikely&amp;lt;/s&amp;gt; can't make it :(&lt;br /&gt;
|-&lt;br /&gt;
| 4  || [[User:msmitherdc|Michael Smith]] || US || ﻿US Army Corps of Engineers || first day || last day || PDAL / MapServer || Booked - Hotel Aston&lt;br /&gt;
|-&lt;br /&gt;
| 5 || [[User:hobu|Howard Butler]] || US || Hobu || first day || last day || PDAL / MapServer || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 6 || [[User:lucadelu|Luca Delucchi]] || IT || Fondazione Edmund Mach || first day || last day || GRASS, OSGeo-Live || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 7|| [[User:rouault|Even Rouault]] || FR || Spatialys || first day || last day || GDAL, MapServer, Proj.4? || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 8 || [[User:mloskot|Mateusz Łoskot]] || PL || CadCorp || first day || last day || GDAL, PostGIS || Highly likely&lt;br /&gt;
|-&lt;br /&gt;
| 9|| [[User:dmorissette|Daniel Morissette]] || CA || MapGears || first day || last day || MapServer, GDAL/OGR || Booked&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;[[User:ianturton|Ian Turton]]&amp;lt;/s&amp;gt;||&amp;lt;s&amp;gt;UK&amp;lt;/s&amp;gt;|| || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;GeoTools, GeoServer, GeoNetwork? &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;likely if any others from Java tribe appear&amp;lt;/s&amp;gt; Have to work :-(&lt;br /&gt;
|-&lt;br /&gt;
| 10|| [[User:Aandre|Adrien André]]|| FR || || first day|| last day || GRASS || Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Jérémy Gaillard || FR || Oslandia || first day || last day || Cesium buildings || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 12|| [[User:Tbonfort|Thomas Bonfort]]|| FR || Terriscope || first day|| last day || MapServer || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 13|| [[User:VincentP|Vincent Picavet]] || FR || Oslandia || first day|| last day || PostGIS/3D viz &amp;amp; streaming || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 14|| [[User:Mhugo|Hugo Mercier]] || FR || Oslandia || first day|| last day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 15|| [[User:Vmo|Vincent Mora]] || FR || Oslandia || first day|| third day || PostGIS/SFCGAL, Cesium building || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 16|| [[User:Oscarmartinezrubi|Oscar Martinez Rubi]] || SP || Netherlands eScience Center|| first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 17|| Maarten van Meersbergen || NL || Netherlands eScience Center || first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 18|| Andrew Bell || US || || first day|| last day || PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 19|| Martin Isenburg || DE || RapidLasso || first day|| last day || LASzip / QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 20|| Connor Manning || US || || first day|| last day || PDAL/Potree || Booked&lt;br /&gt;
|-&lt;br /&gt;
|21|| Victor Poughon||FR|| CNES || first day||third day||Orfeo-toolbox||Booked&lt;br /&gt;
|-&lt;br /&gt;
|22|| Bruno Friedman||CH	|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|23|| Julien Enselme||FR|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|24|| Yann Chemin || FR || IWMI || first day || last day || GRASS || Definite&lt;br /&gt;
|-&lt;br /&gt;
|25|| [[User:remanuele|Rob Emanuele]] || US || Azavea || first day || last day || GDAL (https://git.io/vzZQJ) || Likely&lt;br /&gt;
|-&lt;br /&gt;
|26|| Paul Blottiere || FR || Oslandia || Second day || Last day || QGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|27|| Paul Ramsey || CA ||  CartoDB || First day || Last day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
|28|| Guillaume Pasero || FR || CS || First day || Third day || Orfeo ToolBox || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
|29|| [[User:remic|Rémi Cura]] || FR || Thales/IGN || First day || Last Day || PostGIS?/PGPointCloud?/PDAL?/Potree? || Booked&lt;br /&gt;
|-&lt;br /&gt;
|30|| [[User:rjuju|Julien Rouhaud]] || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|31|| [[User:Sloriot|Sebastien Loriot]] || FR || GeometryFactory || Second day || Third Day || CGAL || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|32|| Ronan Dunklau || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|33|| Tom van Tilburg || NL || Geodan || First day || Last Day || PostGIS (docs)/pgpointcloud || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|34|| Dan Baston || USA || ||  First day || Last Day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 35 || [[User:Larss|Lars Schylberg]] || SE ||  Saab AB  ||  First day || Last day || MapServer(doc/demo) || Booked - Hotel Astotel&lt;br /&gt;
|-&lt;br /&gt;
|36|| Maxence Ahlouche || FR ||  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|37|| Fabian Schindler || AT ||  Eox || First day || Last Day || MapServer/EOxServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|38|| [[User:Lars|Lars Lingner]] || DE || ||  First day || Last Day || MapServer/(doc/demo/translation) || Likely&lt;br /&gt;
|-&lt;br /&gt;
|39|| Seth Girvin || IR || Compass || First day || (At least) Second Day || MapServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|40|| Mickael Borne || FR || IGN ||  First day || Last Day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
|41|| Guiseppe Broccolo || IT || 2nd Quadrant || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|42|| [[User:Marcu|Marc Ducobu]] ||  BE || Champs Libre  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|43|| Paul Norman || CA || CartoDB || First day || Last Day || PostgreSQL/PostGIS || Booked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
* Twitter: #TOSprint ( https://twitter.com/search?q=tosprint )&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Paris&lt;br /&gt;
* Accommodation for four nights (including breakfast)&lt;br /&gt;
&lt;br /&gt;
All other costs - food, outings and entertainment - should/will be covered by the sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hotel and co ==&lt;br /&gt;
&lt;br /&gt;
Center of Paris is indeed quite small, the sprint place quite central, and metro network quite dense.&amp;lt;br /&amp;gt;&lt;br /&gt;
So no special need to be that close from the sprint place (anywhere else in Paris could also be fine, with less than 30-45' by tube).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, nice hotels, quite close to the sprint place: &lt;br /&gt;
* http://www.astotel.com/hotel/hotel-le-34b/overview&lt;br /&gt;
* http://www.hotel20prieure.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A common way to find a discounted room in Paris is to use: booking.com&lt;br /&gt;
&lt;br /&gt;
Paris is also well known to became an AirBNB city. &amp;lt;br&amp;gt;&lt;br /&gt;
Could be so a way to share (big) flat, among some sprinters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And there's also hostels, for those who want/need to find a cheaper hosting solution.&lt;br /&gt;
* http://www.hostelworld.com/Paris&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have three sponsorship levels:&lt;br /&gt;
&lt;br /&gt;
* Gold: &amp;gt;= 2500 €&lt;br /&gt;
* Silver: 1500 €&lt;br /&gt;
* Bronze: 750 €&lt;br /&gt;
&lt;br /&gt;
We encourage sponsors to support nutriment and entertainment for the &lt;br /&gt;
sprinters as they work hard and play hard for four or five productive days. &lt;br /&gt;
Contributions will be put towards lunch, snacks, and dinner costs for the &lt;br /&gt;
sprinters, and potentially bringing in sprinters who might otherwise be unable &lt;br /&gt;
to attend. Any surplus at the end of the event will be turned over to OSGeo or &lt;br /&gt;
used for a future code sprint.&lt;br /&gt;
 &lt;br /&gt;
Sponsors will receive the following honors:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Your logo at the top of this page&lt;br /&gt;
* Mention in all of our public communication&lt;br /&gt;
* Our undying gratitude, which comes in handy when you least expect it (Remember that feature you wanted...) &lt;br /&gt;
* And as extra, for Silver and Gold: Kakemono in the event room (if you provide it)&lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Olivier Courtin (olivier dot courtin at oslandia dot com) directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pnorman</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96303</id>
		<title>Paris Code Sprint 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Paris_Code_Sprint_2016&amp;diff=96303"/>
		<updated>2016-02-02T16:35:09Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Pnorman: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Gold Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Oslandia.png|260px|Oslandia|link=http://www.oslandia.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.oslandia.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Silver Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-GeoCue.jpg|260px|GeoCue|link=http://www.geocue.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.geocue.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Bronze Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-rapidlasso.png|260px|RapidLasso|link=http://www.rapidlasso.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.rapidlasso.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Ioda-net.png|260px|Ioda-net|link=http://www.ioda-net.ch/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.ioda-net.ch/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Compass.png|260px|Compass|link=http://www.compass.ie/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.compass.ie/&lt;br /&gt;
|}&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Azavea.png|260px|Azavea|link=http://www.azavea.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.azavea.com/&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-AtolCD.png|260px|AtolCD|link=https://www.atolcd.com/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.atolcd.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Venue Sponsor ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Mozilla.png|260px|Mozilla Foundation|link=https://www.mozilla.org/en-US/foundation/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.mozilla.org/en-US/foundation/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other/in-kind sponsors ===&lt;br /&gt;
&lt;br /&gt;
{| border=0 cellspacing=15 cellpadding=10&lt;br /&gt;
|&lt;br /&gt;
[[File:Logo-Osgeo-fr.png|260px|OSGeo FR|link=http://osgeo.asso.fr/]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
http://osgeo.asso.fr/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Bring together project members to make decisions and tackle larger geospatial &lt;br /&gt;
problems as in previous years: &lt;br /&gt;
&lt;br /&gt;
* [[Philadelphia Code Sprint 2015|Philadelphia]] (2015)&lt;br /&gt;
* [[Vienna Code Sprint 2014|Vienna]] (2014)&lt;br /&gt;
* [[Boston Code Sprint 2013|Boston]] (2013)&lt;br /&gt;
* [[IslandWood Code Sprint 2012|Island Wood (Seattle)]] (2012)&lt;br /&gt;
* [[Montreal Code Sprint 2011|Montreal]] (2011)&lt;br /&gt;
* [[New York Code Sprint 2010|New York City]] (2010)&lt;br /&gt;
* [[Toronto Code Sprint 2009|Toronto]] (2009)&lt;br /&gt;
&lt;br /&gt;
== Dates and Times ==&lt;br /&gt;
&lt;br /&gt;
Dates:  &lt;br /&gt;
* Welcome event: evening of Mon, Feb 22&lt;br /&gt;
* Sprint: Tues, Feb 23 - Fri, Feb 26 (4 days)&lt;br /&gt;
&lt;br /&gt;
== Place ==&lt;br /&gt;
* 16bis Boulevard Montmartre, 75009 Paris - Mozilla Foundation &lt;br /&gt;
* https://www.openstreetmap.org/node/2883451098&lt;br /&gt;
* Metro: Grand Boulevard or Richelieu Drouot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To be noticed: For security reason, you have to be registered (on this Wiki page)  to be allowed to enter in Mozilla place.&lt;br /&gt;
&lt;br /&gt;
== Project Plans ==&lt;br /&gt;
(i.e what do you wish/want/plan to work on during the sprint ?)&lt;br /&gt;
&lt;br /&gt;
* [[Paris Code Sprint 2016 : PostGIS Agenda]]&lt;br /&gt;
* [[Paris Code Sprint 2016 : SFCGAL Agenda]]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
We are planning for attendance of ~50. Please add your name and the projects &lt;br /&gt;
you are planning to sprint and note the likeliness of your attendance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid grey 1px; width:100%&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|+ Participants&lt;br /&gt;
|-&lt;br /&gt;
| # || Participant || Country || Organization || Arrival ||  Departure || Project Work on || Attendance / Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[User:Olivier.courtin|Olivier Courtin]] || FR || Oslandia || first day || last day || PostgreSQL/PostGIS || Definite &lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[User:kalxas|Angelos Tzotsos]] || GR || Remote Sensing Laboratory, NTUA || first day || last day || OSGeo-Live, pycsw, OTB || Booked &lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[User:Schpidi|Stephan Meissl]] || AT || Eox ||first day || last day || MapServer || Booked &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Markus Schütz&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;AT&amp;lt;/s&amp;gt; ||  || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Potree&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;Interested but unlikely&amp;lt;/s&amp;gt; can't make it :(&lt;br /&gt;
|-&lt;br /&gt;
| 4  || [[User:msmitherdc|Michael Smith]] || US || ﻿US Army Corps of Engineers || first day || last day || PDAL / MapServer || Booked - Hotel Aston&lt;br /&gt;
|-&lt;br /&gt;
| 5 || [[User:hobu|Howard Butler]] || US || Hobu || first day || last day || PDAL / MapServer || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 6 || [[User:lucadelu|Luca Delucchi]] || IT || Fondazione Edmund Mach || first day || last day || GRASS, OSGeo-Live || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 7|| [[User:rouault|Even Rouault]] || FR || Spatialys || first day || last day || GDAL, MapServer, Proj.4? || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 8 || [[User:mloskot|Mateusz Łoskot]] || PL || CadCorp || first day || last day || GDAL, PostGIS || Highly likely&lt;br /&gt;
|-&lt;br /&gt;
| 9|| [[User:dmorissette|Daniel Morissette]] || CA || MapGears || first day || last day || MapServer, GDAL/OGR || Booked&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt; # &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;[[User:ianturton|Ian Turton]]&amp;lt;/s&amp;gt;||&amp;lt;s&amp;gt;UK&amp;lt;/s&amp;gt;|| || &amp;lt;s&amp;gt;first day&amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;last day&amp;lt;/s&amp;gt; || &amp;lt;s&amp;gt;GeoTools, GeoServer, GeoNetwork? &amp;lt;/s&amp;gt;|| &amp;lt;s&amp;gt;likely if any others from Java tribe appear&amp;lt;/s&amp;gt; Have to work :-(&lt;br /&gt;
|-&lt;br /&gt;
| 10|| [[User:Aandre|Adrien André]]|| FR || || first day|| last day || GRASS || Very likely&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Jérémy Gaillard || FR || Oslandia || first day || last day || Cesium buildings || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 12|| [[User:Tbonfort|Thomas Bonfort]]|| FR || Terriscope || first day|| last day || MapServer || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 13|| [[User:VincentP|Vincent Picavet]] || FR || Oslandia || first day|| last day || PostGIS/3D viz &amp;amp; streaming || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 14|| [[User:Mhugo|Hugo Mercier]] || FR || Oslandia || first day|| last day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 15|| [[User:Vmo|Vincent Mora]] || FR || Oslandia || first day|| third day || PostGIS/SFCGAL, Cesium building || Definite&lt;br /&gt;
|-&lt;br /&gt;
| 16|| [[User:Oscarmartinezrubi|Oscar Martinez Rubi]] || SP || Netherlands eScience Center|| first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 17|| Maarten van Meersbergen || NL || Netherlands eScience Center || first day|| last day || Potree / PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 18|| Andrew Bell || US || || first day|| last day || PDAL || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 19|| Martin Isenburg || DE || RapidLasso || first day|| last day || LASzip / QGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 20|| Connor Manning || US || || first day|| last day || PDAL/Potree || Booked&lt;br /&gt;
|-&lt;br /&gt;
|21|| Victor Poughon||FR|| CNES || first day||third day||Orfeo-toolbox||Booked&lt;br /&gt;
|-&lt;br /&gt;
|22|| Bruno Friedman||CH	|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|23|| Julien Enselme||FR|| Ioda-net || First day||Last day||Mapserver, Postgis, Potree||Definite&lt;br /&gt;
|-&lt;br /&gt;
|24|| Yann Chemin || FR || IWMI || first day || last day || GRASS || Definite&lt;br /&gt;
|-&lt;br /&gt;
|25|| [[User:remanuele|Rob Emanuele]] || US || Azavea || first day || last day || GDAL (https://git.io/vzZQJ) || Likely&lt;br /&gt;
|-&lt;br /&gt;
|26|| Paul Blottiere || FR || Oslandia || Second day || Last day || QGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|27|| Paul Ramsey || CA ||  CartoDB || First day || Last day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
|28|| Guillaume Pasero || FR || CS || First day || Third day || Orfeo ToolBox || Very Likely&lt;br /&gt;
|-&lt;br /&gt;
|29|| [[User:remic|Rémi Cura]] || FR || Thales/IGN || First day || Last Day || PostGIS?/PGPointCloud?/PDAL?/Potree? || Booked&lt;br /&gt;
|-&lt;br /&gt;
|30|| [[User:rjuju|Julien Rouhaud]] || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|31|| [[User:Sloriot|Sebastien Loriot]] || FR || GeometryFactory || Second day || Third Day || CGAL || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|32|| Ronan Dunklau || FR || Dalibo || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|33|| Tom van Tilburg || NL || Geodan || First day || Last Day || PostGIS (docs)/pgpointcloud || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|34|| Dan Baston || USA || ||  First day || Last Day || PostGIS || Booked&lt;br /&gt;
|-&lt;br /&gt;
| 35 || [[User:Larss|Lars Schylberg]] || SE ||  Saab AB  ||  First day || Last day || MapServer(doc/demo) || Booked - Hotel Astotel&lt;br /&gt;
|-&lt;br /&gt;
|36|| Maxence Ahlouche || FR ||  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|37|| Fabian Schindler || AT ||  Eox || First day || Last Day || MapServer/EOxServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|38|| [[User:Lars|Lars Lingner]] || DE || ||  First day || Last Day || MapServer/(doc/demo/translation) || Likely&lt;br /&gt;
|-&lt;br /&gt;
|39|| Seth Girvin || IR || Compass || First day || (At least) Second Day || MapServer || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|40|| Mickael Borne || FR || IGN ||  First day || Last Day || PostGIS/SFCGAL || Definite&lt;br /&gt;
|-&lt;br /&gt;
|41|| Guiseppe Broccolo || IT || 2nd Quadrant || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|42|| [[User:Marcu|Marc Ducobu]] ||  BE || Champs Libre  || First day || Last Day || PostgreSQL/PostGIS || Highly Likely&lt;br /&gt;
|-&lt;br /&gt;
|42|| Paul Norman || CA || CartoDB || First day || Last Day || PostgreSQL/PostGIS || Booked&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
* Please join the mailing list: http://lists.osgeo.org/mailman/listinfo/tosprint&lt;br /&gt;
* IRC chat during the event: #tosprint Server: irc.freenode.net&lt;br /&gt;
* Twitter: #TOSprint ( https://twitter.com/search?q=tosprint )&lt;br /&gt;
&lt;br /&gt;
== Costs ==&lt;br /&gt;
&lt;br /&gt;
Participants should plan for the following costs:&lt;br /&gt;
&lt;br /&gt;
* Travel to Paris&lt;br /&gt;
* Accommodation for four nights (including breakfast)&lt;br /&gt;
&lt;br /&gt;
All other costs - food, outings and entertainment - should/will be covered by the sponsors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hotel and co ==&lt;br /&gt;
&lt;br /&gt;
Center of Paris is indeed quite small, the sprint place quite central, and metro network quite dense.&amp;lt;br /&amp;gt;&lt;br /&gt;
So no special need to be that close from the sprint place (anywhere else in Paris could also be fine, with less than 30-45' by tube).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, nice hotels, quite close to the sprint place: &lt;br /&gt;
* http://www.astotel.com/hotel/hotel-le-34b/overview&lt;br /&gt;
* http://www.hotel20prieure.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A common way to find a discounted room in Paris is to use: booking.com&lt;br /&gt;
&lt;br /&gt;
Paris is also well known to became an AirBNB city. &amp;lt;br&amp;gt;&lt;br /&gt;
Could be so a way to share (big) flat, among some sprinters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And there's also hostels, for those who want/need to find a cheaper hosting solution.&lt;br /&gt;
* http://www.hostelworld.com/Paris&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
&lt;br /&gt;
We have three sponsorship levels:&lt;br /&gt;
&lt;br /&gt;
* Gold: &amp;gt;= 2500 €&lt;br /&gt;
* Silver: 1500 €&lt;br /&gt;
* Bronze: 750 €&lt;br /&gt;
&lt;br /&gt;
We encourage sponsors to support nutriment and entertainment for the &lt;br /&gt;
sprinters as they work hard and play hard for four or five productive days. &lt;br /&gt;
Contributions will be put towards lunch, snacks, and dinner costs for the &lt;br /&gt;
sprinters, and potentially bringing in sprinters who might otherwise be unable &lt;br /&gt;
to attend. Any surplus at the end of the event will be turned over to OSGeo or &lt;br /&gt;
used for a future code sprint.&lt;br /&gt;
 &lt;br /&gt;
Sponsors will receive the following honors:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Your logo at the top of this page&lt;br /&gt;
* Mention in all of our public communication&lt;br /&gt;
* Our undying gratitude, which comes in handy when you least expect it (Remember that feature you wanted...) &lt;br /&gt;
* And as extra, for Silver and Gold: Kakemono in the event room (if you provide it)&lt;br /&gt;
&lt;br /&gt;
To sponsor, please contact Olivier Courtin (olivier dot courtin at oslandia dot com) directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Sprints]]&lt;br /&gt;
[[Category:C Tribe Code Sprint]]&lt;/div&gt;</summary>
		<author><name>Wiki-Pnorman</name></author>
	</entry>
</feed>