Difference between revisions of "Google Summer of Code 2012 Results"

From OSGeo
Jump to navigation Jump to search
(links, +category)
(→‎GRASS GIS: Stepan Turek)
 
(9 intermediate revisions by 4 users not shown)
Line 9: Line 9:
 
In more detail, here are the accomplishments:
 
In more detail, here are the accomplishments:
  
''Todo: update the Outcome field with one of (Merged - Plugin - Proof-of-concept - Fail) and a link to final report, possibly with demos, documentation and instructions on how to test the code.'' Other idea is to group students by outcome: for failed students, what about mentioning the reasons and their will to continue working on the project at a different pace?
+
''Todo: every student shall write a short paragraph containing:
 +
* one-line description of the project, linked to a longer description in Melange/blog..
 +
* link to the code and instructions how to test it.
 +
''
 +
This way, we wish to encourage users and developers to test the students' code and suggest further improvement.
  
IMPORTANT: Do not post pass/fail results before August 27th.
+
Please start writing below, in the appropriate software section (alphabetical order):
  
{| class="wikitable sortable" border="1" style="margin: 1em auto 1em auto; text-align:left"
+
=== Example ===
| align="center" style="background:#f0f0f0;"|'''Student'''
+
Student1
| align="center" style="background:#f0f0f0;"|'''Mentor'''
+
* [[link|My project]] focused on 3D reprojection of map data, using GeoSphere and OpenWarp as base libraries.
| align="center" style="background:#f0f0f0;"|'''Application'''
+
* Please test [[code-repository|code]] following instructions [[some-link|here]].
| align="center" style="background:#f0f0f0;"|'''OSGeo project'''
 
| align="center" style="background:#f0f0f0;"|'''Outcome'''
 
|-
 
| Camilo Polymeris
 
| Victor Olaya
 
| Orfeo Toolbox backend for the Sextante framework in QGIS
 
| QGIS
 
|
 
|-
 
| Ramón Carrillo
 
| Marco Bernasocchi
 
| QGIS for Mobile Devices
 
| QGIS
 
|
 
|-
 
| Arunmozhi
 
| Martin Dobias
 
| Symbology Usability Improvments for QGIS
 
| QGIS
 
|
 
|-
 
| Eugenpaul
 
| Alexander Bruy
 
| Vector Layer Generalization for QGIS
 
| QGIS
 
|
 
|-
 
| Pietro Zambelli
 
| Sören Gebbert
 
| Python high level map interaction for GRASS GIS
 
| GRASS GIS
 
|
 
|-
 
| Stepan Turek
 
| Martin Landa
 
| GRASS GIS WxGui front end for vector analysis modules
 
| GRASS GIS
 
|
 
|-
 
| Eric Momsen
 
| Markus Metz
 
| Image Segmentation in GRASS GIS
 
| GRASS GIS
 
|
 
|-
 
| Carlos Sánchez Periñán
 
| Alberto Romeu
 
| adding GPS survey capabilities to gvSIG Mini and shapefile driver
 
| gvSIG
 
|
 
|-
 
| Nadal
 
| César Ordiñana
 
| Add tests and educational games support to gvSIG Educa/Batoví
 
| gvSIG
 
|
 
|-
 
| Sergio Izquierdo
 
| Nacho Brodín
 
| gvSIG Desktop plugin for change detection from multi-temporal sequence of satellite images using principal component analysis.
 
| gvSIG
 
|
 
|-
 
| David Pinheiro
 
| Francisco José Peñarrubia
 
| Solver for the TSP and VRP for gvSIG Desktop
 
| gvSIG
 
|
 
|-
 
| Qing Liu
 
| Pierre Racine
 
| Distance Analysis Tools 2012 for PostGIS Raster
 
| PostGIS
 
|
 
|-
 
| Jinfu
 
| Daniel Kastl
 
| Integrate a New Shortest Path Algorithm to pgRouting
 
| pgRouting
 
|
 
|-
 
| Khondoker Md. Razequl Islam
 
| Steve Woodbridge
 
| Implementation of Bidirectional Search Algorithm for pgRouting
 
| pgRouting
 
|
 
|-
 
| Michal Kepka
 
| Tisham Dhar
 
| Geoserver: Publishing hierarchical spatial data in form of dynamically loaded KML
 
| Geoserver
 
|
 
|-
 
| Andrea Nascetti
 
| Tisham Dhar (whatnick)
 
| Opticks - Basic SAR Processing Tools: Geocoding and stereo measurement
 
| Opticks
 
|
 
|-
 
| Mohit Kumar
 
| Dustan Adkins
 
| Object Based Image Analysis Tools for Opticks
 
| Opticks
 
|
 
|-
 
| Himanshu Singh
 
| Nate
 
| Spectral Algorithm Development for Opticks
 
| Opticks
 
|
 
|-
 
| Mohammed Rashad
 
| Massimo di Stefano
 
| Complex Image Processing Chain and Under Water Image Processing using pyossim
 
| OSSIM
 
|
 
|-
 
| Andrew Migal
 
| Frank Wamerdam
 
| Correlator in GDAL
 
| GDAL
 
|
 
|-
 
| Marco Foi
 
| Mauricio Pazos
 
| Porting discontinued Axios Spatial Tools into uDig core 1.3
 
| uDig
 
|
 
|-
 
| Carol Hansen
 
| Davide Savazzi
 
| Implementing route analysis of OSM data within uDig, using Neo4j-Spatial graph database
 
| uDig
 
|
 
|-
 
|}
 
  
 +
=== GDAL ===
 +
Andrew Migal
 +
*SURF-based algorithm for searching corresponding points on images. My [http://correlatorgsoc2012.blogspot.com blog] and [http://trac.osgeo.org/gdal/wiki/Correlator wiki page]
 +
*Github [https://github.com/migal-drew/GDAL-correlator repository] and included in trunk [http://trac.osgeo.org/gdal/changeset/24868 final] code
 +
 +
=== Geoserver ===
 +
 +
=== GRASS GIS ===
 +
 +
Eric Momsen
 +
* [http://grass.osgeo.org/wiki/GRASS_GSoC_2012_Image_Segmentation Image Segmentation] using a region growing algorithm, with options to use starting seeds, multiple input bands, and segmentation boundaries.
 +
* The [https://trac.osgeo.org/grass/browser/grass-addons/grass7/imagery/i.segment source code] is in the normal GRASS Add On repository, there are general [http://grass.osgeo.org/wiki/Compile_and_Install#Addons add on installation instructions] plus the manual page includes usage examples.
 +
 +
Štěpán Turek
 +
* [http://grass.osgeo.org/wiki/GRASS_GSoC_2012_WxGUI_front_end_for_vector_analysis_modules Vector Network Analysis Tool] is GUI front end for GRASS vector network analysis (v.net.*) modules.
 +
 +
* The [http://trac.osgeo.org/grass/browser/grass-addons/grass7/gui/wxpython/wx.vnet source code] is available in GRASS AddOns repository, information about installation and tutorial are available at [http://grass.osgeo.org/wiki/WxGUI_Vector_Network_Analysis_Tool wiki] page.
 +
 +
=== gvSIG ===
 +
 +
=== Opticks ===
 +
 +
=== OSSIM ===
 +
 +
=== pgRouting ===
 +
 +
=== PostGIS ===
 +
 +
=== QGIS ===
 +
 +
=== uDig ===
 +
Marco Foi
 +
*Porting Axios Spatial Editing Tools into uDig core. Official [http://udig-news.blogspot.it/2012/09/udig-welcomes-back-axios-spatial.html blog page]
 +
*Code already embedded in [https://github.com/uDig/udig-platform uDig repository] (look for eu.udig.tools plug-in) and made available to users in [http://udig.refractions.net/download/ uDig 1.3.2].
  
 
[[Category:Google Summer of Code]]
 
[[Category:Google Summer of Code]]

Latest revision as of 13:51, 17 September 2012

Gsoc-2012-logo-color.png @ OSGeo 300 127 pixel.png


OSGeo participated in the Google Summer of Code 2012 with 22 projects.

Students and mentors made great work during the summer, and the code is ready for testing and merge with the projects' codebases.

In more detail, here are the accomplishments:

Todo: every student shall write a short paragraph containing:

  • one-line description of the project, linked to a longer description in Melange/blog..
  • link to the code and instructions how to test it.

This way, we wish to encourage users and developers to test the students' code and suggest further improvement.

Please start writing below, in the appropriate software section (alphabetical order):

Example

Student1

  • My project focused on 3D reprojection of map data, using GeoSphere and OpenWarp as base libraries.
  • Please test code following instructions here.

GDAL

Andrew Migal

Geoserver

GRASS GIS

Eric Momsen

Štěpán Turek

  • The source code is available in GRASS AddOns repository, information about installation and tutorial are available at wiki page.

gvSIG

Opticks

OSSIM

pgRouting

PostGIS

QGIS

uDig

Marco Foi

  • Porting Axios Spatial Editing Tools into uDig core. Official blog page
  • Code already embedded in uDig repository (look for eu.udig.tools plug-in) and made available to users in uDig 1.3.2.