<?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-Sandyre</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-Sandyre"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Sandyre"/>
	<updated>2026-04-12T18:04:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98518</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98518"/>
		<updated>2016-05-03T16:35:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* Dev Blog: http://gsoc2016gdaldwg.blogspot.ru&lt;br /&gt;
* GitHub (libopencad): https://github.com/sandyre/libopencad&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for [https://github.com/sandyre/libopencad libopencad] and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
* A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
* There is no open-source library which is still maintained and is under X/MIT compatible license. [https://github.com/sandyre/libopencad libopencad] will be under X/MIT license, so every application which is interested in DWG files can use it.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98517</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98517"/>
		<updated>2016-05-03T16:35:21Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
Dev Blog: http://gsoc2016gdaldwg.blogspot.ru&lt;br /&gt;
GitHub (libopencad): https://github.com/sandyre/libopencad&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for [https://github.com/sandyre/libopencad libopencad] and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
* A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
* There is no open-source library which is still maintained and is under X/MIT compatible license. [https://github.com/sandyre/libopencad libopencad] will be under X/MIT license, so every application which is interested in DWG files can use it.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2016_Accepted&amp;diff=98508</id>
		<title>Google Summer of Code 2016 Accepted</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2016_Accepted&amp;diff=98508"/>
		<updated>2016-05-03T10:39:49Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GSoC2016Logo.jpg|500px|link=https://summerofcode.withgoogle.com/]] &amp;lt;font size=&amp;quot;+3&amp;quot;&amp;gt; @ &amp;lt;/font&amp;gt; [[Image:OSGeo_300_127_pixel.png|200px|link=http://www.osgeo.org]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2016]] @ OSGeo wiki page.&lt;br /&gt;
&lt;br /&gt;
== Accepted Proposals ==&lt;br /&gt;
&lt;br /&gt;
This year OSGeo accepted 22 students working on the following projects.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;   border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
|'''Community'''&lt;br /&gt;
|'''Project'''&lt;br /&gt;
|'''Student'''&lt;br /&gt;
|'''1st mentor'''&lt;br /&gt;
|'''2nd mentor'''&lt;br /&gt;
|'''Links'''&lt;br /&gt;
|-&lt;br /&gt;
|GDAL&lt;br /&gt;
|Introduce Triangulated Surface, Polyhedral Surface and Triangle API in the OGRGeometry core and implement their support in OGR drivers for GDAL &lt;br /&gt;
|Avyav Kumar Singh&lt;br /&gt;
|Rob Emanuele &lt;br /&gt;
|Even Rouault&lt;br /&gt;
|[https://github.com/avyavkumar/gdal/wiki Github]&lt;br /&gt;
|-&lt;br /&gt;
|GDAL&lt;br /&gt;
|GDAL DWG support &lt;br /&gt;
|Alexandr Borzykh&lt;br /&gt;
|Dmitry Baryshnikov &lt;br /&gt;
|Even Rouault&lt;br /&gt;
|[https://github.com/sandyre/libopencad Github]&lt;br /&gt;
[https://wiki.osgeo.org/wiki/GDALDWG_SoC_2016 Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Complete basic cartography suite in GRASS GIS wxGUI Map Display &lt;br /&gt;
|Adam Laža&lt;br /&gt;
|Anna Petrasova &lt;br /&gt;
|Vaclav Petras&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - Additional segmentation algorithms for i.segment &lt;br /&gt;
|Bo Yang&lt;br /&gt;
|Moritz Lennert &lt;br /&gt;
|Markus Neteler&lt;br /&gt;
|[https://wiki.osgeo.org/wiki/User_talk:Hao2309 Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - PyQt implementation of GUI forms generated automatically from XML &lt;br /&gt;
|Ondřej Pešek&lt;br /&gt;
|Vaclav Petras &lt;br /&gt;
|Anna Petrasova&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - WEBGRASS &lt;br /&gt;
|Mayank Agrawal&lt;br /&gt;
|Rashad Kanavath &lt;br /&gt;
|Massimo Di Stefano&lt;br /&gt;
|[https://github.com/mayank33/webgrass/wiki Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|gvSIG&lt;br /&gt;
|Add tests and educational games support to gvSIG Educa.&lt;br /&gt;
|Carlos I. Colombana&lt;br /&gt;
|Oscar Martinez&lt;br /&gt;
|Joaquin del Cerro&lt;br /&gt;
|[[GvSIG-Educational-Games_GSoC_2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|gvSIG&lt;br /&gt;
|Development of a model for woody debris flooding hazard in gvSIG&lt;br /&gt;
|Silvia Franceschi&lt;br /&gt;
|Andrea Antonello&lt;br /&gt;
|Riccardo Rigon&lt;br /&gt;
|[https://github.com/moovida/jgrasstools/wiki/Google-Summer-of-Code-2016 github]&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|Android istSOS client&lt;br /&gt;
|Cioloboc FlorinDaniel&lt;br /&gt;
|Mirko Cardoso&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|istSOS Web API&lt;br /&gt;
|Luka Glušica&lt;br /&gt;
|Massimiliano Cannata&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|[https://wiki.osgeo.org/wiki/IstSOS_Web_API Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|VistSOS: the istSOS Data Visualization Framework&lt;br /&gt;
|Felipe Poveda&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|Massimiliano Cannata&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|NASA World Wind&lt;br /&gt;
|NASA Web World Wind - Multidimensional Visualization Tool for Environmental Variables&lt;br /&gt;
|Gabriele Prestifilippo&lt;br /&gt;
|Jakub Balhar&lt;br /&gt;
|Patrick Hogan&lt;br /&gt;
||[[NASA Web WorldWind Multidimension Visualization Tool GSoC 2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|OpenLayers3 - Google maps&lt;br /&gt;
|OGC protocols support within OL3-Google-Maps&lt;br /&gt;
|Samuel Lapointe&lt;br /&gt;
|Alexandre Dube&lt;br /&gt;
|Jessica Lapointe&lt;br /&gt;
| [[OL3-GoogleMaps_GSoC_2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|One bus Away&lt;br /&gt;
|One bus Away Quick start&lt;br /&gt;
|Brendan Egan&lt;br /&gt;
|Og Crudden&lt;br /&gt;
|Stefan Steiner&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|OSSIM&lt;br /&gt;
|A complete photogrammetric OSSIM tool for automatic DSMs generation using multi-view optical and SAR images&lt;br /&gt;
|Martina Di Rita&lt;br /&gt;
|Oscar Kramer&lt;br /&gt;
|Dave Burken&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Flow Algorithms for pgRouting&lt;br /&gt;
|Andrea Nardelli&lt;br /&gt;
|Daniel Kastl&lt;br /&gt;
|Vicky Vergara&lt;br /&gt;
|[https://github.com/Illedran/pgrouting/wiki/GSoC-2016-Flow Github Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Implementation of a framework which supports addition of contraction techniques for pgRouting&lt;br /&gt;
|Sankepally Rohith Reddy&lt;br /&gt;
|Vicky Vergara&lt;br /&gt;
|Daniel Kastl&lt;br /&gt;
|[https://github.com/sankepallyrohithreddy/pgrouting/wiki/GSoc-2016-Contraction Github Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|PyWPS&lt;br /&gt;
|Remote Output Storage for PyWPS&lt;br /&gt;
|Vikas Mishra&lt;br /&gt;
|Jachym Cepicky&lt;br /&gt;
|Jonas Eberle&lt;br /&gt;
|[https://wiki.osgeo.org/wiki/User:Vikasmishra95 Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|PyWPS&lt;br /&gt;
|Web-based administration &amp;amp; process management for PyWPS&lt;br /&gt;
|Jan Rudolf&lt;br /&gt;
|Jonas Eberle&lt;br /&gt;
|Jachym Cepicky&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|QGIS&lt;br /&gt;
|QGIS Styles, Symbols, and SVG Markers Sharing Repository&lt;br /&gt;
|Akbar Gumbira&lt;br /&gt;
|Alessandro Pasotti&lt;br /&gt;
|Anita Graser&lt;br /&gt;
| [[QGIS Sharing Repository|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|ZOO-Project&lt;br /&gt;
|Bringing pyModis to the web through ZOO-Project&lt;br /&gt;
|Chingchai Humhong&lt;br /&gt;
|Luca Delucchi&lt;br /&gt;
|Gerald Fenoy&lt;br /&gt;
|[http://zoo-project.org/trac/wiki/Bringing_pyModis_to_the_web_through_ZOO-Project_GSoC_2016 Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|ZOO-Project&lt;br /&gt;
|Implementing WPS for Geopaparazzi field data collection tool using ZOO-Project: Simplifying integration of field data and GIS&lt;br /&gt;
|Niroshan Sanjaya&lt;br /&gt;
|Gerald Fenoy&lt;br /&gt;
|Andrea Antonello&lt;br /&gt;
|[http://zoo-project.org/trac/wiki/IMPLEMENTING_WPS_FOR_GEOPAPARAZZI_FIELD_DATA_COLLECTION_TOOL_USING_ZOO-PROJECT%3ASIMPLIFYING_INTEGRATION_OF_FIELD_DATA_AND_GIS Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See the [https://summerofcode.withgoogle.com/organizations/6273632556810240/ accepted projects on Google's platform].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&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-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98506</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98506"/>
		<updated>2016-05-03T10:36:35Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: /* Write a new library to read DWG files GitHub libopencad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for [https://github.com/sandyre/libopencad libopencad] and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
* A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
* There is no open-source library which is still maintained and is under X/MIT compatible license. [https://github.com/sandyre/libopencad libopencad] will be under X/MIT license, so every application which is interested in DWG files can use it.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98504</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98504"/>
		<updated>2016-05-03T10:35:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files [https://github.com/sandyre/libopencad GitHub libopencad] ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for [https://github.com/sandyre/libopencad libopencad] and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
* A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
* There is no open-source library which is still maintained and is under X/MIT compatible license. [https://github.com/sandyre/libopencad libopencad] will be under X/MIT license, so every application which is interested in DWG files can use it.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98503</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98503"/>
		<updated>2016-05-03T10:33:52Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files [https://github.com/sandyre/libopencad GitHub libopencad] ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for libopencad and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
* A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
* There is no open-source library which is still maintained and is under X/MIT compatible license. libopencad will be under X/MIT license, so every application which is interested in DWG files can use it.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98502</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98502"/>
		<updated>2016-05-03T10:30:07Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG '''Pyramid Tile Structure''' as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files [https://github.com/sandyre/libopencad GitHub libopencad] ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for libopencad and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98501</id>
		<title>GDALDWG SoC 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GDALDWG_SoC_2016&amp;diff=98501"/>
		<updated>2016-05-03T10:29:10Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: Created page with &amp;quot;For suggestions and new ideas please use Talk:GDALDWG SoC 2016.  Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For suggestions and new ideas please use [[Talk:GDALDWG SoC 2016]].&lt;br /&gt;
&lt;br /&gt;
Implementation of [https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf ODA DWG files Specification], which will allow to read DWG '''Pyramid Tile Structure''' as a newly supported file-format. &lt;br /&gt;
&lt;br /&gt;
Idea for this project was taken from [https://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL SoC Ideas].&lt;br /&gt;
&lt;br /&gt;
== Implementation details ==&lt;br /&gt;
&lt;br /&gt;
=== Write a new library to read DWG files [https://github.com/sandyre/libopencad GitHub libopencad] ===&lt;br /&gt;
&lt;br /&gt;
* Library should be written in an easy-to-extend style, so every DWG version can be handled easily.&lt;br /&gt;
* Library should provide a clear API how to interact with it, and an easy method to write OGR Driver based on it.&lt;br /&gt;
* Library should has an abstract data model for all DWG/DXF files of any version (so, DXF format also could be added to the library).&lt;br /&gt;
&lt;br /&gt;
=== GDAL Driver ===&lt;br /&gt;
&lt;br /&gt;
Implement a new DWG driver for OGR, which will work with [https://github.com/sandyre/libopencad libopencad].&lt;br /&gt;
&lt;br /&gt;
== Possible future extension (not necessarily part of SoC project) ==&lt;br /&gt;
&lt;br /&gt;
* Support for writing ability - creating CAD files is more complicated than reading, but with good library/driver architecture it will be possible without any painful refactoring.&lt;br /&gt;
* Not all DWG format versions will be handled during GSoC, so working with them will also be a good extension.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
* May 28: Reading of DWG R15, basic documentation of [https://github.com/sandyre/libopencad libopencad]&lt;br /&gt;
* June 20: Implementation of OGR Driver for reading DWG R15.&lt;br /&gt;
* July 8: OGR DWG Driver documentation and testing.&lt;br /&gt;
* July 22: Implement DWG R13, R14, bug fixes and testing.&lt;br /&gt;
* August 18: Completed documentation for libopencad and OGR DWG Driver, PR to GDAL Trunk.&lt;br /&gt;
&lt;br /&gt;
== What new functionality this project brings ==&lt;br /&gt;
&lt;br /&gt;
A lot of GIS Applications are based on GDAL, so adding a new supported extension will give a capability to work with Autodesk DWG files, which is the most popular CAD format in the world[1].&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
My name is Alexandr Borzykh, I am second-year undergraduate student at [http://en.ifmo.ru/en/ ITMO University].&lt;br /&gt;
&lt;br /&gt;
I am pretty new to OpenSource projects. I like C/C++ languages, have some experience with Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Wiki-Sandyre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2016_Accepted&amp;diff=98386</id>
		<title>Google Summer of Code 2016 Accepted</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2016_Accepted&amp;diff=98386"/>
		<updated>2016-04-29T09:17:02Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sandyre: /* Accepted Proposals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GSoC2016Logo.jpg|500px|link=https://summerofcode.withgoogle.com/]] &amp;lt;font size=&amp;quot;+3&amp;quot;&amp;gt; @ &amp;lt;/font&amp;gt; [[Image:OSGeo_300_127_pixel.png|200px|link=http://www.osgeo.org]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2016]] @ OSGeo wiki page.&lt;br /&gt;
&lt;br /&gt;
== Accepted Proposals ==&lt;br /&gt;
&lt;br /&gt;
This year OSGeo accepted 22 students working on the following projects.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;   border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
|'''Community'''&lt;br /&gt;
|'''Project'''&lt;br /&gt;
|'''Student'''&lt;br /&gt;
|'''1st mentor'''&lt;br /&gt;
|'''2nd mentor'''&lt;br /&gt;
|'''Links'''&lt;br /&gt;
|-&lt;br /&gt;
|GDAL&lt;br /&gt;
|Introduce Triangulated Surface, Polyhedral Surface and Triangle API in the OGRGeometry core and implement their support in OGR drivers for GDAL &lt;br /&gt;
|Avyav Kumar Singh&lt;br /&gt;
|Rob Emanuele &lt;br /&gt;
|Even Rouault&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GDAL&lt;br /&gt;
|GDAL DWG support &lt;br /&gt;
|Alexandr Borzykh&lt;br /&gt;
|Dmitry Baryshnikov &lt;br /&gt;
|Even Rouault&lt;br /&gt;
|[https://github.com/sandyre/libopencad Github]&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Complete basic cartography suite in GRASS GIS wxGUI Map Display &lt;br /&gt;
|Adam Laža&lt;br /&gt;
|Anna Petrasova &lt;br /&gt;
|Vaclav Petras&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - Additional segmentation algorithms for i.segment &lt;br /&gt;
|Bo Yang&lt;br /&gt;
|Moritz Lennert &lt;br /&gt;
|Markus Neteler&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - PyQt implementation of GUI forms generated automatically from XML &lt;br /&gt;
|Ondřej Pešek&lt;br /&gt;
|Vaclav Petras &lt;br /&gt;
|Anna Petrasova&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|GRASS GIS - WEBGRASS &lt;br /&gt;
|Mayank Agrawal&lt;br /&gt;
|Rashad Kanavath &lt;br /&gt;
|Massimo Di Stefano&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|gvSIG&lt;br /&gt;
|Add tests and educational games support to gvSIG Educa.&lt;br /&gt;
|Carlos I. Colombana&lt;br /&gt;
|Oscar Martinez&lt;br /&gt;
|Joaquin del Cerro&lt;br /&gt;
|[[GvSIG-Educational-Games_GSoC_2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|gvSIG&lt;br /&gt;
|Development of a model for woody debris flooding hazard in gvSIG&lt;br /&gt;
|Silvia Franceschi&lt;br /&gt;
|Andrea Antonello&lt;br /&gt;
|Riccardo Rigon&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|Android istSOS client&lt;br /&gt;
|Cioloboc FlorinDaniel&lt;br /&gt;
|Mirko Cardoso&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|istSOS Web API&lt;br /&gt;
|Luka Glušica&lt;br /&gt;
|Massimiliano Cannata&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|istSOS&lt;br /&gt;
|VistSOS: the istSOS Data Visualization Framework&lt;br /&gt;
|Felipe Poveda&lt;br /&gt;
|Milan Antonovic&lt;br /&gt;
|Massimiliano Cannata&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|NASA World Wind&lt;br /&gt;
|NASA Web World Wind - Multidimensional Visualization Tool for Environmental Variables&lt;br /&gt;
|Gabriele Prestifilippo&lt;br /&gt;
|Jakub Balhar&lt;br /&gt;
|Patrick Hogan&lt;br /&gt;
||[[NASA Web WorldWind Multidimension Visualization Tool GSoC 2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|OpenLayers3 - Google maps&lt;br /&gt;
|OGC protocols support within OL3-Google-Maps&lt;br /&gt;
|Samuel Lapointe&lt;br /&gt;
|Alexandre Dube&lt;br /&gt;
|Jessica Lapointe&lt;br /&gt;
| [[OL3-GoogleMaps_GSoC_2016|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|One bus Away&lt;br /&gt;
|One bus Away Quick start&lt;br /&gt;
|Brendan Egan&lt;br /&gt;
|Og Crudden&lt;br /&gt;
|Stefan Steiner&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|OSSIM&lt;br /&gt;
|A complete photogrammetric OSSIM tool for automatic DSMs generation using multi-view optical and SAR images&lt;br /&gt;
|Martina Di Rita&lt;br /&gt;
|Oscar Kramer&lt;br /&gt;
|Dave Burken&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Flow Algorithms for pgRouting&lt;br /&gt;
|Andrea Nardelli&lt;br /&gt;
|Daniel Kastl&lt;br /&gt;
|Vicky Vergara&lt;br /&gt;
|[https://github.com/Illedran/pgrouting/wiki/GSoC-2016-Flow Github Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Implementation of a framework which supports addition of contraction techniques for pgRouting&lt;br /&gt;
|Sankepally Rohith Reddy&lt;br /&gt;
|Vicky Vergara&lt;br /&gt;
|Daniel Kastl&lt;br /&gt;
|[https://github.com/sankepallyrohithreddy/pgrouting/wiki/GSoc-2016-Contraction Github Wiki]&lt;br /&gt;
|-&lt;br /&gt;
|PyWPS&lt;br /&gt;
|Remote Output Storage for PyWPS&lt;br /&gt;
|Vikas Mishra&lt;br /&gt;
|Jachym Cepicky&lt;br /&gt;
|Jonas Eberle&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|PyWPS&lt;br /&gt;
|Web-based administration &amp;amp; process management for PyWPS&lt;br /&gt;
|Jan Rudolf&lt;br /&gt;
|Jonas Eberle&lt;br /&gt;
|Jachym Cepicky&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|QGIS&lt;br /&gt;
|QGIS Styles, Symbols, and SVG Markers Sharing Repository&lt;br /&gt;
|Akbar Gumbira&lt;br /&gt;
|Alessandro Pasotti&lt;br /&gt;
|Anita Graser&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|ZOO-Project&lt;br /&gt;
|Bringing pyModis to the web through ZOO-Project&lt;br /&gt;
|Chingchai Humhong&lt;br /&gt;
|Luca Delucchi&lt;br /&gt;
|Gerald Fenoy&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|ZOO-Project&lt;br /&gt;
|Implementing WPS for Geopaparazzi field data collection tool using ZOO-Project: Simplifying integration of field data and GIS&lt;br /&gt;
|Niroshan Sanjaya&lt;br /&gt;
|Gerald Fenoy&lt;br /&gt;
|Andrea Antonello&lt;br /&gt;
|...&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See the [https://summerofcode.withgoogle.com/organizations/6273632556810240/ accepted projects on Google's platform].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&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-Sandyre</name></author>
	</entry>
</feed>