Changes between Version 52 and Version 53 of GSoC/2014


Ignore:
Timestamp:
Feb 13, 2014, 8:48:15 AM (10 years ago)
Author:
wenzeslaus
Comment:

minor changes

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014

    v52 v53  
    131131 * It might also be advantageous to save the name of the color table after G7:r.colors somewhere in files for map, so that it can be reused/displayed later. (probably easiest to allow the colr/ files reading code to ignore #commented lines and put the name at the top of the colr/ file)
    132132 * Language requirements: Python, wxPython
    133  * Co-mentor for non-wxPy bits: Hamish Bowman
     133 * Co-mentor for non-wxPython bits: Hamish Bowman
    134134
    135135
     
    166166 * Implement the raster attribute tables for 2D and for 3D rasters which would work similarly to attribute tables for vectors.
    167167 * Attribute table can be filled with statistical data associated with one category, label (defined using G7:r.category), color (defined using G7:r.color) or generally it can contain any attributes as in case of vector attribute table.
    168  * See also G7:r.out.gdal `-t` flag (r58890) and G7:r.in.gdal (r54284) for reading a GDAL raster attribute table.
     168 * See also G7:r.out.gdal `-t` flag (r58890) and G7:r.in.gdal (r54284) for reading and writing a GDAL raster attribute table (mainly related to colors).
    169169
    170170
     
    180180 * All decorations should be supported by the export (save display to file) function because image outputs are the primary motivation of this project.
    181181
    182 === Porting of g.infer to GRASS7 for rule-based analysis and workflow control ===
    183  * The add-on module [http://grass.osgeo.org/grass64/manuals/addons/g.infer.html g.infer] for GRASS6.4 provides a full rule-based inference engine for the use within GRASS.
    184  * Rule-based inference can be used both to analyse existing data layers (raster, raster3D, point vectors) but also to dynamically control GRASS-based workflows, including simulation models, agent-based simulation, and active retrieval of external input data.
    185  * g.infer is based on the [http://en.wikipedia.org/wiki/CLIPS CLIPS] expert system shell using the Python module [http://pyclips.sourceforge.net/web/ PyClips].
    186  * Porting the module to GRASS7 requires an object-oriented redesign of the g.infer architecture (currently: functional programming)
    187  * A deep integration based on the G7 Python-API is desirable
     182
     183=== Porting of g.infer to GRASS GIS 7 for rule-based analysis and workflow control ===
     184
     185 * The add-on module [http://grass.osgeo.org/grass64/manuals/addons/g.infer.html g.infer] for GRASS 6.4 provides a full rule-based inference engine for the use within GRASS.
     186 * Rule-based inference can be used both to analyse existing data layers (raster, 3D rasters, vectors points) but also to dynamically control GRASS-based workflows, including simulation models, agent-based simulation, and active retrieval of external input data.
     187 * `g.infer` is based on the [http://en.wikipedia.org/wiki/CLIPS CLIPS] expert system shell using the Python module [http://pyclips.sourceforge.net/web/ PyClips].
     188 * Porting the module to GRASS 7 (trunk) requires an object-oriented redesign of the `g.infer` architecture (currently, functional programming is used)
     189 * A deep integration based on the GRASS 7 Python API is desirable.
    188190 * Language requirements: Python
    189191 * Mentor: Peter Loewe
     192
    190193
    191194== For students ==