Difference between revisions of "Google Summer of Code 2018 Accepted"

From OSGeo
Jump to navigation Jump to search
(Created page with "<center> 400px|link=https://developers.google.com/open-source/gsoc/ <font size="+3"> @ </font> Image:Osgeo-logo.png|300px|link=http://www.osgeo.o...")
 
(add missing category)
 
(35 intermediate revisions by 17 users not shown)
Line 3: Line 3:
 
[[Image:Osgeo-logo.png|300px|link=http://www.osgeo.org]]
 
[[Image:Osgeo-logo.png|300px|link=http://www.osgeo.org]]
 
</center>
 
</center>
 +
 +
* Back to the main OSGeo [[Google Summer of Code 2018]] @ OSGeo wiki page.
 +
 +
== Accepted Proposals ==
 +
 +
This year OSGeo accepted 13 students working on the following projects:
 +
 +
{|class="wikitable sortable"  border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;"
 +
|'''Community'''
 +
|'''Project'''
 +
|'''Student'''
 +
|'''1st mentor'''
 +
|'''2nd mentor'''
 +
|'''3rd mentor'''
 +
|'''Wiki page'''
 +
|'''Repository'''
 +
|-
 +
|Gisquick
 +
|Extension of Gisquick platform filtering tool based on raster and vector spatio-temporal data
 +
|David Těthal
 +
|Marcel Dancák
 +
|Martin Landa
 +
|
 +
|https://github.com/davidtethal/gisquick-gsoc2018/wiki/GSoC-2018-Extension-of-Gisquick-platform
 +
|https://github.com/davidtethal
 +
|-
 +
|-
 +
|GRASS GIS
 +
|GRASS GIS module for Sentinel-2 cloud and shadow detection
 +
|Roberta Fagadini
 +
|Roberto Marzocchi
 +
|Moritz Lennert
 +
|
 +
|https://trac.osgeo.org/grass/wiki/GSoC/2018/CloudsAndShadowsDetection
 +
|https://github.com/RobiFag/GRASS_clouds_and_shadows.git
 +
|-
 +
|-
 +
|GRASS GIS
 +
|Improve GRASS GIS integration in QGIS 3
 +
|Radek Novotný
 +
|Vaclav Petras
 +
|Martin Landa
 +
|
 +
|https://trac.osgeo.org/grass/wiki/GSoC/2018/IntegrationInQGIS3
 +
|https://github.com/radeknovotny94/GRASSIntegrationInQGIS3
 +
|-
 +
|-
 +
|GRASS GIS
 +
|Full support of Python 3 in GRASS GIS
 +
|Sanjeet Bhatti
 +
|Anna Petrášová
 +
|Luca Delucchi
 +
|
 +
|https://trac.osgeo.org/grass/wiki/GSoC/2018/FullSupportPython3
 +
|https://github.com/sanjeetbhatti/FullSupportPython3
 +
|-
 +
|-
 +
|istSOS
 +
|Support of Unit Of Measure conversion in istSOS3
 +
|Rahul Chauhan
 +
|MASSIMILIANO CANNATA
 +
|Milan Antonovic
 +
|
 +
|https://wiki.osgeo.org/wiki/GSoC_18:_istSOS-Support_of_Unit_Of_Measure_conversion_in_istSOS3
 +
|https://github.com/rahulworld/Support-of-Unit-Of-Measure-conversion-in-istSOS3
 +
|-
 +
|-
 +
|MapMint4ME
 +
|Supporting Other Geometries Recording
 +
|Iba DIOUF
 +
|Gérald Fenoy
 +
|Rajat Shinde
 +
|
 +
|https://wiki.osgeo.org/wiki/GSoC_2018:_MapMint4ME-_Supporting_Other_Geometries_Recording
 +
|
 +
|-
 +
|-
 +
|NASA Web World Wind
 +
|Support for WFS Format
 +
|Garima Natani
 +
|Jakub Balhar
 +
|Gabriele Prestifilippo
 +
|
 +
|https://wiki.osgeo.org/wiki/GSoC_2018_NASA-ESA_WebWorldWind_Support_for_WFS_Format
 +
|https://github.com/NASAWorldWind/WebWorldWind
 +
|-
 +
|-
 +
|pgRouting
 +
|Implement Minimum Spanning Tree and Min-Cut for pgRouting by the Boost Graph Library.
 +
|Aditya Pratap Singh
 +
|Rohith Reddy Sankepally  @iamrohith94
 +
|Vihan Jain - @vidhan13j07
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-MST-and-Mincut
 +
|https://github.com/pgRouting/pgrouting/tree/gsoc/mincut
 +
|-
 +
|-
 +
|pgRouting
 +
|Making pgRoutingLayer plugin compatible with QGIS 3.0 and Adding GUI support for proposed stable functions which are scheduled for next release.
 +
|Aasheesh Tiwari
 +
|Cayetano Benavent @cayetanobv
 +
|Vicky Vergara @cvvergara
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSOC--2018-Making-pgRoutingLayer-plugin-compatible-with-QGIS-3-and-adding-additional-GUI-support
 +
|https://github.com/pgRouting/pgRoutingLayer/tree/gsoc/python3
 +
|-
 +
|-
 +
|pgRouting
 +
|Implement Minimum-cost flow Algorithm by the Boost Graph Library and Chinese Postman Problem for pgRouting
 +
|Maoguang Wang
 +
|Vihan Jain - @vidhan13j07
 +
|Daniel Kastl - @dkastl
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-Minimum-cost-flow-and-ChPP
 +
|https://github.com/pgRouting/pgrouting/tree/gsoc/ch_postman
 +
|-
 +
|-
 +
|pgRouting
 +
|Implement Parallel Dijkstra’s and Bellman-Ford algorithm by the Parallel BGL
 +
|Sourabh Garg
 +
|Vicky Vergara @cvvergara
 +
|Daniel Kastl - @dkastl
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-Parallel-Dijkstra-and-Bellman-Ford
 +
|https://github.com/pgRouting/pgrouting/tree/gsoc/bellford-pdijkstra
 +
|-
 +
|-
 +
|PostGIS
 +
|Implement Geospatial Data Viewer in pgAdmin4 for PostGIS
 +
|Xuri Gong
 +
|Victoria Rautenbach
 +
|Frikan Erwee
 +
|
 +
|https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS
 +
|https://github.com/Gooong/pgadmin4
 +
|-
 +
|-
 +
|PyWPS
 +
|Database Output Storage for PyWPS
 +
|Jan Pišl
 +
|Jachym Cepicky
 +
|Martin Landa
 +
|
 +
|https://wiki.osgeo.org/wiki/Database_Output_Storage_for_PyWPS
 +
|https://github.com/janpisl/pywps
 +
|-
 +
|-
 +
|}
 +
 +
[[Category:Google Summer of Code]]

Latest revision as of 08:51, 20 August 2018

GSoC2016Logo.jpg @ Osgeo-logo.png

Accepted Proposals

This year OSGeo accepted 13 students working on the following projects:

Community Project Student 1st mentor 2nd mentor 3rd mentor Wiki page Repository
Gisquick Extension of Gisquick platform filtering tool based on raster and vector spatio-temporal data David Těthal Marcel Dancák Martin Landa https://github.com/davidtethal/gisquick-gsoc2018/wiki/GSoC-2018-Extension-of-Gisquick-platform https://github.com/davidtethal
GRASS GIS GRASS GIS module for Sentinel-2 cloud and shadow detection Roberta Fagadini Roberto Marzocchi Moritz Lennert https://trac.osgeo.org/grass/wiki/GSoC/2018/CloudsAndShadowsDetection https://github.com/RobiFag/GRASS_clouds_and_shadows.git
GRASS GIS Improve GRASS GIS integration in QGIS 3 Radek Novotný Vaclav Petras Martin Landa https://trac.osgeo.org/grass/wiki/GSoC/2018/IntegrationInQGIS3 https://github.com/radeknovotny94/GRASSIntegrationInQGIS3
GRASS GIS Full support of Python 3 in GRASS GIS Sanjeet Bhatti Anna Petrášová Luca Delucchi https://trac.osgeo.org/grass/wiki/GSoC/2018/FullSupportPython3 https://github.com/sanjeetbhatti/FullSupportPython3
istSOS Support of Unit Of Measure conversion in istSOS3 Rahul Chauhan MASSIMILIANO CANNATA Milan Antonovic https://wiki.osgeo.org/wiki/GSoC_18:_istSOS-Support_of_Unit_Of_Measure_conversion_in_istSOS3 https://github.com/rahulworld/Support-of-Unit-Of-Measure-conversion-in-istSOS3
MapMint4ME Supporting Other Geometries Recording Iba DIOUF Gérald Fenoy Rajat Shinde https://wiki.osgeo.org/wiki/GSoC_2018:_MapMint4ME-_Supporting_Other_Geometries_Recording
NASA Web World Wind Support for WFS Format Garima Natani Jakub Balhar Gabriele Prestifilippo https://wiki.osgeo.org/wiki/GSoC_2018_NASA-ESA_WebWorldWind_Support_for_WFS_Format https://github.com/NASAWorldWind/WebWorldWind
pgRouting Implement Minimum Spanning Tree and Min-Cut for pgRouting by the Boost Graph Library. Aditya Pratap Singh Rohith Reddy Sankepally @iamrohith94 Vihan Jain - @vidhan13j07 https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-MST-and-Mincut https://github.com/pgRouting/pgrouting/tree/gsoc/mincut
pgRouting Making pgRoutingLayer plugin compatible with QGIS 3.0 and Adding GUI support for proposed stable functions which are scheduled for next release. Aasheesh Tiwari Cayetano Benavent @cayetanobv Vicky Vergara @cvvergara https://github.com/pgRouting/pgrouting/wiki/GSOC--2018-Making-pgRoutingLayer-plugin-compatible-with-QGIS-3-and-adding-additional-GUI-support https://github.com/pgRouting/pgRoutingLayer/tree/gsoc/python3
pgRouting Implement Minimum-cost flow Algorithm by the Boost Graph Library and Chinese Postman Problem for pgRouting Maoguang Wang Vihan Jain - @vidhan13j07 Daniel Kastl - @dkastl https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-Minimum-cost-flow-and-ChPP https://github.com/pgRouting/pgrouting/tree/gsoc/ch_postman
pgRouting Implement Parallel Dijkstra’s and Bellman-Ford algorithm by the Parallel BGL Sourabh Garg Vicky Vergara @cvvergara Daniel Kastl - @dkastl https://github.com/pgRouting/pgrouting/wiki/GSoC-2018-Parallel-Dijkstra-and-Bellman-Ford https://github.com/pgRouting/pgrouting/tree/gsoc/bellford-pdijkstra
PostGIS Implement Geospatial Data Viewer in pgAdmin4 for PostGIS Xuri Gong Victoria Rautenbach Frikan Erwee https://trac.osgeo.org/postgis/wiki/GeospatialDataViewerInPgAdmin4ForPostGIS https://github.com/Gooong/pgadmin4
PyWPS Database Output Storage for PyWPS Jan Pišl Jachym Cepicky Martin Landa https://wiki.osgeo.org/wiki/Database_Output_Storage_for_PyWPS https://github.com/janpisl/pywps