Changes between Version 23 and Version 24 of wxGUIDevelopment/wxIClass


Ignore:
Timestamp:
Feb 7, 2012, 12:04:55 PM (12 years ago)
Author:
annakrat
Comment:

import/export moved from 'planned' to 'implemented'

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/wxIClass

    v23 v24  
    4040  * works for multiple classes (categories) and multiple training areas (i.class worked only for one training area)
    4141 * Plots pane showing histograms and coincidence plots (using `PyPlot`)
    42  * class (category) manager
     42 * class (category) manager (add, delete, edit classes)
    4343  * name settings
    4444  * color settings
     45  * deleting areas when deleting class
    4546 * layer management --- one for each display (add, delete, set opacity, move layer to top)
    4647 * ability to change the standard deviation multiplier ("matching" raster map is redrawn)
     
    5253   * for vector dot from `g.tempfile` is removed
    5354  * in user interface only common (user friendly) part of the name is shown
     55 * importing/exporting vector map (can export attribute table)
    5456
    5557== Planned features ==
     
    5961  * additional functionality
    6062   * copying (or moving) layers from one mapwindow to the second one
    61  * importing/exporting vector map (also exporting raster could be useful)
     63 * exporting raster could be useful
    6264 * importing existing signature file (see [http://grass.osgeo.org/grass64/manuals/html64_user/i.class.html i.class manual])
    6365 * dialog to show generated signature file
     
    6567 * scatter plot (in addition to histograms and coincidence plots)
    6668 * better updating of plots and raster maps after class name and color change (and also after class combo box change)
    67  * deleting areas when deleting class (category)
    6869 * different color for each vector training area
    6970
     
    7172 * add area
    7273 * edit area
    73  * remove area
     74 * remove area (implemented)
    7475  * in user interface removing boundary and centroid separately is inconvenient
    7576  * wxIClass needs removing areas by category
    7677 * area which behaves like one object (would by nice to have)
    77  * undo/redo (would be nice to have)
     78 * undo/redo (would be nice to have) (implemented)
    7879 * do not add database record for feature
    7980
     
    9899 * wxIClass
    99100  * initial commits: r49815, r49816, r49817
     101  * import/export of training areas r50713
    100102
    101103Overview of commits to trunk: [http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/iclass gui/python/iclass], [http://trac.osgeo.org/grass/browser/grass/trunk/lib/imagery lib/imagery], [http://trac.osgeo.org/grass/browser/grass/trunk/include/ include].