Changes between Version 41 and Version 42 of GSoC/2014
- Timestamp:
- 02/12/14 17:30:07 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2014
v41 v42 92 92 === Vector legend for GRASS GIS === 93 93 94 * There is currently a G7:d.legend which creates legend for raster maps; implementation for vectors is missing.95 * Vector legend should work with G7:d.vect, G7:v.colors, 3D (G7:wxGUI.Nviz) and probably attribute tablein general.94 * There is currently a G7:d.legend module which creates legend for raster maps; implementation for vector maps is missing so we need a new module: d.vect.legend. 95 * Vector legends should integrate with G7:d.vect, G7:v.colors, 3D (G7:wxGUI.Nviz), G7:ps.map, and probably attribute (database) tables in general. 96 96 * The usage of the vector legend in the wxGUI should be part of this project. 97 * There should be a possibility to combine raster, 3D raster and vector legend together.98 97 * The thematic mapping should be considered or even part of this project. 99 * The feature request for G7:d.legendshould be considered too:100 * #89 Option to get infofrom stdin instead of raster101 * # 2143 Add option to output legend definition as text102 * # 1049 Optional histogram sidebar for legends103 * #2083 Add 3D raster (volume) support98 * If there is time, feature requests for G7:d.legend (i.e. d.rast.legend) should be considered too: 99 * #89 Option to read data range from stdin instead of raster 100 * #1049 Optional histogram sidebar for floating-point raster legends 101 * #2083 Add 3D raster (volume) support to d.legend 102 * Language requirements: C, Python, wx-Widgets 104 103 * Co-mentor: Martin Landa (landa.martin AT gmail DOT com) 105 104 * Co-mentor: Hamish Bowman (hamish_b AT yahoo DOT com) 106 105 === Extracting the medial axis of polygons === 107 106