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

From OSGeo
Jump to navigation Jump to search
 
(31 intermediate revisions by 9 users not shown)
Line 8: Line 8:
 
== Accepted Proposals ==
 
== Accepted Proposals ==
  
This year OSGeo accepted XX students working on the following projects:
+
This year OSGeo accepted 7 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'''
 +
|-
 +
|MapMint
 +
|Adding Augmented Reality (AR) support to the MapMint4ME Android Application
 +
|Aditya Vitthalrao
 +
|Gérald Fenoy
 +
|Rajat Shinde
 +
|
 +
|[https://wiki.osgeo.org/wiki/GSoC_2019_Adding_Augmented_Reality_(AR)_support_to_the_MapMint4ME_Android_Application Wiki page: Adding Augmented Reality (AR) support to the MapMint4ME Android Application]
 +
|[https://github.com/AdityaChondke/MapMint4ME Repository]
 +
|-
 +
|-
 +
|gvSIG
 +
|Create of new topological rules in gvSIG desktop
 +
|Héctor Tundidor
 +
|Óscar Martínez
 +
|Alfred de Jager
 +
|
 +
|[https://github.com/hecnita/gvsig-gsoc2019-topology/wiki/Creation-of-new-topological-rules-in-gvSIG-desktop Wiki page: Creation of new topological rules in gvSIG desktop]
 +
|[https://github.com/hecnita/gvsig-gsoc2019-topology Repository]
 +
|-
 +
|-
 +
|MapMint
 +
|GSoC - MapMint - porting from Python 2.x to Python 3.x
 +
|Fenil Mehta
 +
|Gérald Fenoy
 +
|Rajat Shinde
 +
|
 +
|https://wiki.osgeo.org/wiki/GSoC_2019_Porting_MapMint_from_Python2_to_Python3
 +
|https://github.com/fenilgmehta/mapmint
 +
|-
 +
|-
 +
|pgRouting
 +
|GSoC 19: GRAPH C++ Boost graph algorithms for pgRouting
 +
|Hang Wu
 +
|cvvergara
 +
|Daniel Kastl
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2019-GRAPH-C---Boost-graph-algorithms-for-pgRouting
 +
|https://github.com/nike0good/GSoC-pgRouting
 +
|-
 +
|-
 +
|pgRouting
 +
|Implement Edward Moore's Algorithm, Breadth First Search and Binary Breadth First Search Algorithms in pgRouting
 +
|Vicennial
 +
|Sourabh Garg
 +
|Cayetano Benavent
 +
|
 +
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2019-Edward-Moore's-Algorithm,-Breadth-First-Search-and-Binary-Breadth-First-Search
 +
|https://github.com/vicennial/GSoC-pgRouting
 +
|-
 +
|-
 +
|gvSIG
 +
|New rules for the Topology Framework in gvSIG Desktop
 +
|Giani Carlevaro
 +
|Mario Carrera Rodriguez
 +
|Alfred de Jager
 +
|Francisco Peñarrubia
 +
|
 +
1. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/1.-New-rules-for-the-Topology-Framework-in-gvSIG-Desktop New rules for the Topology Framework]
 +
2. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/3.-Must-be-coincident-with Topological rule: Must be coincident with]
 +
3. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/4.-Must-be-covered-by-endpoint-of Topological rule: Must be covered by endpoint of]
 +
4. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/5.-Points-must-be-covered-by-line Topological rule: Points must be covered by line]
 +
5. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/6.-Must-be-properly-inside-polygons Topological rule: Must be properly inside polygons]
 +
6. [https://github.com/Maureque/gvsig-gsoc2019-topology/wiki/7.-Contains-point. Topological rule: Contains point.]
 +
|
 +
1. [https://github.com/Maureque/gvsig-gsoc2019-topology Repository]
 +
2. [https://github.com/Maureque/TopologyRuleMustBeCoincidentWithPoint Must be coincident with]
 +
3. [https://github.com/Maureque/TopologyRuleMustBeCoveredByEndpointOfPoint Must be covered by endpoint of]
 +
4. [https://github.com/Maureque/TopologyRulePointsMustBeCoveredByLinePoint Points must be covered by line]
 +
5. [https://github.com/Maureque/TopologyRuleMustBeProperlyInsidePolygonsPoint Must be properly inside polygons]
 +
6. [https://github.com/Maureque/TopologyRuleContainsPointPolygon Contains point]
 +
|-
 +
|-
 +
|QGIS
 +
|QGIS 3D Improvement: On Screen Navigation, Bookmarks, Rendering Point Feature as Billboard, and Measuring Tool
 +
|Ismail Sunni
 +
|Peter Petrik
 +
|Martin Dobias
 +
|
 +
|https://github.com/ismailsunni/QGIS/wiki/GSoC-2019---QGIS-3D-Improvement
 +
|https://github.com/ismailsunni/qgis
 +
|-
 +
|-
 +
|}
 +
 
 +
[[Category:Google Summer of Code]]

Latest revision as of 20:49, 3 August 2019

GSoC2016Logo.jpg @ Osgeo-logo.png

Accepted Proposals

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

Community Project Student 1st mentor 2nd mentor 3rd mentor Wiki page Repository
MapMint Adding Augmented Reality (AR) support to the MapMint4ME Android Application Aditya Vitthalrao Gérald Fenoy Rajat Shinde Wiki page: Adding Augmented Reality (AR) support to the MapMint4ME Android Application Repository
gvSIG Create of new topological rules in gvSIG desktop Héctor Tundidor Óscar Martínez Alfred de Jager Wiki page: Creation of new topological rules in gvSIG desktop Repository
MapMint GSoC - MapMint - porting from Python 2.x to Python 3.x Fenil Mehta Gérald Fenoy Rajat Shinde https://wiki.osgeo.org/wiki/GSoC_2019_Porting_MapMint_from_Python2_to_Python3 https://github.com/fenilgmehta/mapmint
pgRouting GSoC 19: GRAPH C++ Boost graph algorithms for pgRouting Hang Wu cvvergara Daniel Kastl https://github.com/pgRouting/pgrouting/wiki/GSoC-2019-GRAPH-C---Boost-graph-algorithms-for-pgRouting https://github.com/nike0good/GSoC-pgRouting
pgRouting Implement Edward Moore's Algorithm, Breadth First Search and Binary Breadth First Search Algorithms in pgRouting Vicennial Sourabh Garg Cayetano Benavent https://github.com/pgRouting/pgrouting/wiki/GSoC-2019-Edward-Moore's-Algorithm,-Breadth-First-Search-and-Binary-Breadth-First-Search https://github.com/vicennial/GSoC-pgRouting
gvSIG New rules for the Topology Framework in gvSIG Desktop Giani Carlevaro Mario Carrera Rodriguez Alfred de Jager Francisco Peñarrubia
1. New rules for the Topology Framework
2. Topological rule: Must be coincident with
3. Topological rule: Must be covered by endpoint of
4. Topological rule: Points must be covered by line
5. Topological rule: Must be properly inside polygons
6. Topological rule: Contains point.
1. Repository
2. Must be coincident with
3. Must be covered by endpoint of
4. Points must be covered by line
5. Must be properly inside polygons
6. Contains point
QGIS QGIS 3D Improvement: On Screen Navigation, Bookmarks, Rendering Point Feature as Billboard, and Measuring Tool Ismail Sunni Peter Petrik Martin Dobias https://github.com/ismailsunni/QGIS/wiki/GSoC-2019---QGIS-3D-Improvement https://github.com/ismailsunni/qgis