Changes between Version 28 and Version 29 of wxGUIDevelopment


Ignore:
Timestamp:
Dec 24, 2010, 3:44:02 AM (13 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment

    v28 v29  
    1212List of major tasks to be implemented for wxGUI which are not assigned to any developer. Please don't hesitate to join the wxGUI development group.
    1313
    14  * [http://grass.osgeo.org/wiki/WxGUI#General_GUI_Design General GUI desing] (Python/wxPython required)
    15  * [http://grass.osgeo.org/wiki/WxGUI#GUI_for_ps.map GUI for ps.map] (Python/wxPython required)
    16  * Clean up/update imagery modules and library (C required) and [http://grass.osgeo.org/wiki/WxGUI#Imagery_tools integrate these tools into wxGUI] - e.g. {{{i.class}}}, {{{i.ortho.photo}}} (Python/wxPython required)
     14 * '''[http://grass.osgeo.org/wiki/WxGUI#General_GUI_Design General GUI desing]''' (Python/wxPython required)
     15 * '''[http://grass.osgeo.org/wiki/WxGUI#GUI_for_ps.map GUI for ps.map]''' (Python/wxPython required)
     16 * '''Clean up/update imagery modules and library''' (C required) and [http://grass.osgeo.org/wiki/WxGUI#Imagery_tools integrate these tools into wxGUI] - e.g. {{{i.class}}}, {{{i.ortho.photo}}} (Python/wxPython required)
    1717 * Clean up & integrate [http://grass.osgeo.org/wiki/WxGUI#Data_Catalog data catalog] into wxGUI in trunk
    18  * Improve [http://grass.osgeo.org/wiki/wxNviz 3D view mode]
    19  * Improve vector querying by allowing interactive queries using a line or polygon drawn by the user on the display canvas. This would be facilitated by improvements to v.what that allows it to find all vector objects within (or optionally intersecting) a line or polygon defined by a set of coordinate pairs. This could be done via v.select but it sounds like v.select might be problematic to use in this way.
    20  * Create a new python wrapper script for thematic mapping. This would include d.thematic for areas, and scripting code (possibly salvaged from d.vect.thematic) for points and lines. It also would need legend generating code.
     18 * Improve '''[http://grass.osgeo.org/wiki/wxNviz 3D view mode]'''
     19 * Improve '''vector querying''' by allowing interactive queries using a line or polygon drawn by the user on the display canvas. This would be facilitated by improvements to v.what that allows it to find all vector objects within (or optionally intersecting) a line or polygon defined by a set of coordinate pairs. This could be done via v.select but it sounds like v.select might be problematic to use in this way.
     20 * Create a new python wrapper script for '''thematic mapping'''. This would include d.thematic for areas, and scripting code (possibly salvaged from d.vect.thematic) for points and lines. It also would need legend generating code.
     21 * '''Times series / voxel slices visualizer''' for GRASS7 - Given the increasing need to support extensive time series of data from simulations or remote sensing, it should combine and enhance capabilities currently available through combination of xganim, d.slide.show, !ImageMagic and various custom scripts to visually analyze series of raster and vector data using animations, frame browsing and series management. In addition to the current xganim (or its tcltk version)+ d.slide.show capabilities the following would be desirable:
     22  * interactively delete and add frames to the series (similar to moviemaker or iMovie tools)
     23  * add dynamic time bar, static scale bar and legend to the animation
     24  * save series of maps as series of png images or an animated gif or other movie format if feasible
     25  * query the raster series - click on a grid cell will return graph that shows evolution of values in that cell (similar to the profile tool but this runs through time)
     26  * animate/browse horizontal (or vertical) slices through voxel model without the user having to convert the voxel data into series of 2D raster files.
    2127== Vector digitizer ==
    2228