Changes between Version 23 and Version 24 of wxGUIDevelopment/wxIClass
- Timestamp:
- 02/07/12 12:04:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/wxIClass
v23 v24 40 40 * works for multiple classes (categories) and multiple training areas (i.class worked only for one training area) 41 41 * Plots pane showing histograms and coincidence plots (using `PyPlot`) 42 * class (category) manager 42 * class (category) manager (add, delete, edit classes) 43 43 * name settings 44 44 * color settings 45 * deleting areas when deleting class 45 46 * layer management --- one for each display (add, delete, set opacity, move layer to top) 46 47 * ability to change the standard deviation multiplier ("matching" raster map is redrawn) … … 52 53 * for vector dot from `g.tempfile` is removed 53 54 * in user interface only common (user friendly) part of the name is shown 55 * importing/exporting vector map (can export attribute table) 54 56 55 57 == Planned features == … … 59 61 * additional functionality 60 62 * 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 62 64 * importing existing signature file (see [http://grass.osgeo.org/grass64/manuals/html64_user/i.class.html i.class manual]) 63 65 * dialog to show generated signature file … … 65 67 * scatter plot (in addition to histograms and coincidence plots) 66 68 * 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)68 69 * different color for each vector training area 69 70 … … 71 72 * add area 72 73 * edit area 73 * remove area 74 * remove area (implemented) 74 75 * in user interface removing boundary and centroid separately is inconvenient 75 76 * wxIClass needs removing areas by category 76 77 * 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) 78 79 * do not add database record for feature 79 80 … … 98 99 * wxIClass 99 100 * initial commits: r49815, r49816, r49817 101 * import/export of training areas r50713 100 102 101 103 Overview 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].