GRASS SoC Ideas 2012

From GRASS-Wiki
Jump to navigation Jump to search

@ @


About

This is the GRASS page for Google Summer of Code 2012. Here we will list project ideas and and other information related to the GRASS GSoC projects.

Promotion:

Timeline

Required Steps

  • List ideas
  • Assign Mentors to Ideas
  • Notify OSGeo
  • Mentors evaluate student applications
  • Accepted students announced
  • Mentor will create directory structure in the GRASS add-ons SVN for projects and setup access for students
    • Students must read and post agreement to RFC2 to the grass-psc mailing list to gain SVN access
    • Create a Wiki page for each accepted project, to be used as a progress reporting tool
  • Coding begins...
  • Students and mentors: Complete the Mid-term survey
  • Final commit and packaging for Google

Ideas

  • Also review ideas from 2009, 2010, and 2011 which are still open.
  • Project ideas of your own are also most welcome and often the best.

wxGUI

  1. Develop GUI support in wxPython for visualy analyzing series of raster map layers. The module should provide users with capabilities to browse and animate raster (and potentially also vector) data series in a 2D display and save outputs to animated GIF, MOV, or MPEG files. A related module that displays the series as small images and support re-ordering, deleting and adding raster maps (frames) to the series would also be helpful. To compare visually two images a slider functionality could be added to the 2D display, for example, to compare before and after images, or two consequent images in series. The series of data layers can be handled as multiple standard raster or vector layers or using the new time series support. See existing modules xganim, r.out.mpeg, NVIZ's animation tools, and the Movies creation wiki page. There is also a related capability in the TclTk GUI. (co-mentor Helena Mitasova). This was implemented outside GSoC as g.gui.animation (GRASS Animation Tool) and g.gui.mapswipe (GRASS Mapswipe).
  2. Develop an interactive vector geometry selection and export tool for wxGUI as described in the trac ticket #1471
  3. Offer also (optional) "conventional" GUI layout: For some users, the current approach of separate windows (SDI) leads to a windows flooding. This is a common complaint especially from newbies. Especially on large monitors or dual screen systems catching the wxGUI windows can be tedious when they appear on separate monitors (depends on windows manager, the much used KDE scatters typically the wxGUI windows all over the screen real estate). Almost each task generates a new wxGUI window which is freely floating around on the screen: example 1 and example 2. On a dual-screen this may sum up to 50cm of distance! The idea is to capture all those windows in one frame. For details, see wxGUI layout.


Willing to Mentor: Martin Landa, Maris Nartiss, Markus Metz, (your name here)

Raster

  1. Add OpenMP parallelization where appropriate, for example r.cost, r.surf.contour, r.watershed. It is important to understand which modules are processor bound, and concentrate on them. i.e. do not needlessly complicate the code of non-long running processor bound modules. A good working knowledge of ANSI C and OpenMP is required. (OpenCL and pthreads are fine too!)
  2. Create a new GRASS module to find the topographic_prominence of peaks from a raster elevation map within the region. (probably this would only make up 1/4 to 1/2 of a multi-part GSoC project)


Willing to Mentor: Hamish (co-mentor parallelization and prominence projects), Wolf Bergenheim(your name here)

Vector

  1. Add OpenMP parallelization where appropriate, for example, v.surf.rst and v.vol.rst (co-mentor Helena Mitasova). (OpenCL and pthreads are fine too!) See above idea in the Raster section.
  2. Better support for wrap-around at 180 longitude: Currently the raster engine is pretty good at wrapping data over 180 longitude. The vector data isn't, but it should be. This is a great task if by the end of the summer you'd like to be familiar with the implementation method of an entire vector stack of a fully featured modern GIS.
  3. Add break lines support to interpolation modules (v.surf.rst, v.surf.idw, v.surf.bspline). Current implementations provide no support to specify locations of cliffs or faults* thus leading to improper results within non-continous datasets. See Geospatial Analysis - a comprehensive guide. 3rd edition for description. [*] well, some support exists, see v.surf.icw.
  4. Speed up wxGUI handling and 2D display of large point clouds (several million points). This is likely to include additional "Level-1 Vector" support in the backend modules (for which a working knowledge of ANSI C is req'd).
  5. Create graphical vector attribute data merging tool and provide necessary functionality in v.patch to allow merging of two vector datasets with different attribute data tables. Tool should provide a GUI way to map attribute table columns, create new ones and, where possible, change data type during merging.


Willing to Mentor: Martin Landa, Markus Metz, Hamish (co-mentor for parallelization), Wolf Bergenheim, (your name here)

Imagery

  1. GRASS's imagery modules (for satellite, scanned maps, and orthophotos) act as enhanced raster modules. In GRASS 5 and 6 they were mostly implemented using interactive X-monitors which are not available in MS Windows and so are removed in the new cross-platform code of GRASS 7.
    • We need someone willing to port the old modules to work with GRASS 7, including writing new wxPython GUI frontends to a number of existing tools and updating the imagery libraries to current raster library standards.
    • In addition, there are a number of improved/automated georectification tools which have not been merged into GRASS 5/6 which it would be nice to have updated and merged into the main code.
  2. Implement OpenMP (multithreading) as much as possible (where appropriate; OpenCL and pthreads are fine too)
  3. In addition to the porting of the georectification tools mentioned above, it would be interesting to implement an orthorectification tool for satellite imagery. Currently, GRASS only has i.ortho.photo for aerial photographs.
  4. Implement image segmentation algorithms and tools
  5. Implement region-based classification
  6. Implement hierarchical classification tools (e.g. being able to create a large class "forest", with subclasses of different types of forests)


See the ideas for imagery improvement and GRASS 7 ideas wiki pages for more details.

Willing to Mentor: Hamish (co-mentor for parallelization), Markus Metz (orthorectification), (your name here)

Cartography and display

  1. Add SVG (and perhaps EPS) support to the display library, for use via d.graph and/or d.vect, and add SVG support to ps.map via a SVG to EPS converter tool (probably by adapting an existing GPL-compatible library). Code to be written in ANSI C. Step 1 is adding a Bézier curve rendering library function.
  2. Integrate Quantum/GRASS SVG output plugin with Inkscape. Python can serve as a common glue between these tools. The project would facilitate easy cartographic workflow while utilizing the advanced design functionality of Inkscape. This would be a two way bridge:
    1. QGIS/GRASS plugins to invoke an Inkscape process and send a data set.
    2. Inkscape plugin to query various OSGeo projects and display various data sets as layers.


Willing to Mentor: Hamish (as a co-mentor)

3D visualization

  1. Optimize OGSF (and NVIZ/wxNVIZ) to display large 3D point clouds with uninterupted tought speed. OGSF + (wx)NVIZ should be able to rotate point cloud (i.e. LiDAR dataset) with 4 millions of points on medium hardware (i.e. 2GHz CPU with 2Gb RAM and GPU with hardware transform and lighting support and dedicated video RAM) with response time not greater than 1.0 second.
  2. Design and implement text displaying and styling in OGSF library and it's front-ends (NVIZ, wxNVIZ). Solution should be user configurable (fonts, colors, effects etc.) and multilanguage friendly.
  3. Design and implement user-provided symbol support in OGSF library and it's front-ends (NVIZ, wxNVIZ). Solution should support GRASS symbols, SVG, and/or simple EPS symbols.
  4. Drape multiple color maps over topography (equivalent to running r.patch or r.composite and draping the result; second raster is currently supported as transparency).
  5. Improve handling of z-exageration so that z-exag=1 is a realistic representation of landscape in terms of vertical scaling. Other default settings could also be improved to support wider range of data and improve robustness.

Willing to Mentor: Martin Landa (for 2), co-mentor for 1 and 5: Helena Mitasova, (your name here)

Volume modeling

  1. Develop r3.flow for computing 3D flow lines and 3D flow accumulation from 3D rasters (implemented in GSoC 2014)
  2. Enhance volume interpolation module v.vol.rst for handling of data in space-time cube, including computation of gradients and hypercurvatures

Willing to Mentor: co-mentor Helena Mitasova, Sören Gebbert

Improved Python interface

Design sophisticated Python scripting interface for GRASS based on GRASS Python Scripting Library. This API should become more intuitive and more integrative

GRASS GIS would gain even more attractiveness!

Willing to Mentor: Sören Gebbert

Accepted as Python high level map interaction for GRASS GIS (PyGRASS).

Other

  1. Implement selected modules (in C/C++) for geospatial analysis (kriging, etc.) based on HPGL library (see also QGIS plugin wish).
  2. Design and implement modern metadata management system for GRASS to support OGC CSW and INSPIRE discovery a view services
  3. Design GRASS toolboxes environment, see GRASS repository layout proposal for detailed information. This would also include general clean up and organization of existing GRASS modules in trunk and add-ons. Toolboxes for wxGUI implemented outside GSoC.


Willing to Mentor: Wolf Bergenheim (Python API, metadata management), Martin Landa (for HPGL) (your name here)

Guidelines for Students

How do you maximize your chances of getting picked? First read the Google SoC FAQ. Then talk to us about your idea. Try emailing our dev-mailing list, or come and talk to us in IRC (#grass). You can also reach the mentors directly by emailing:


Getting started with GRASS coding

  • The source code is maintained in a SVN server which is easy to browse
  • Please review the submitting files for our coding standards
See also the development section of the GRASS user's wiki

Guidelines for Mentors

Accepted Ideas

  1. Python high level map interaction for GRASS GIS (abstract)
    Student: Pietro Zambelli
    Mentor: Sören Gebbert
    Backup mentors: Luca Delucchi, Martin Landa
    Wiki page: GRASS GSoC 2012 High level map interaction
  2. GRASS GIS WxGui front end for vector analysis modules (abstract)
    Student: Stepan Turek
    Mentor: Martin Landa
    Backup mentor: Markus Metz
    Wiki page: GRASS GSoC 2012 WxGUI front end for vector analysis modules
  3. Image Segmentation in GRASS GIS (abstract)
    Student: Eric Momsen
    Mentor: Markus Metz
    Backup mentors: Moritz Lennert, Pierre Roudier
    Wiki page: GRASS GSoC 2012 Image Segmentation