Changes between Version 8 and Version 9 of GSoC/2019


Ignore:
Timestamp:
Feb 3, 2019, 7:59:16 PM (5 years ago)
Author:
annakrat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2019

    v8 v9  
    6161* Test of skills:
    6262* Other:
     63
     64=== Improved color management ===
     65
     66Current color management of raster and vector maps has several issues:
     67* Interactive editing of colors is rather limited: #3370
     68* We can't easily specify discrete color intervals (e.g. [http://soliton.vm.bytemark.co.uk/pub/cpt-city/cb/seq/tn/BuPu_09.png.index.html this ramp]) for floating point data unless we reclass first, legend does not display that correctly
     69* [https://trac.osgeo.org/grass/query?status=!closed&keywords=~colors and others...]
     70
     71A new color editing widget could be developed that would be integrated in r.colors, r3.colors, v.colors, t.rast.colors. It would allow simple editing of breaks (manual and automatic). Better support for discrete color tables for floating point data needs to be developed.
     72
     73* Requirements: Python, wxPython, possibly some C
     74* Mentor: Anna Petrasova, Vaclav Petras
     75* Proposed by: Anna Petrasova
     76* Rating: medium
     77* Expected Outcomes: More user-friendly color management
     78* Test of skills: [https://trac.osgeo.org/grass/query?status=!closed&keywords=~colors and others...]
    6379
    6480=== Enhance 3D rendering capabilities in GRASS GIS ===