Changes between Version 36 and Version 37 of GSoC/2016/BasicCartographySuiteInGRASS


Ignore:
Timestamp:
Aug 12, 2016, 2:48:48 PM (8 years ago)
Author:
lazaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/BasicCartographySuiteInGRASS

    v36 v37  
    372372No.
    373373
    374  === Week 11 ===
    375 Week 11, August, 1 - August, 5
    376 
    377 1. What did you get done this week?
    378 I worked on vector legend.
    379 I solved the problem with implementation both for GUI and d.mon.
    380 I created some legend symbols for areas and lines.
    381 The module d.legend.vect works now and it's available in GRASS AddOns repository.
    382 
    383 [[Image(d.legend.vect.png)]]
    384 
    385 2. What do you plan on doing next week?
    386 I would fix potential problems in vector legend that may occur during testing.
    387 I will work on d.thematic module
    388 
    389 3. Are you blocked on anything?
    390 No.
     374 === Week 12 ===
     375Week 12, August, 8 - August, 12
     376
     377Wiki page: [https://trac.osgeo.org/grass/wiki/GSoC/2016/BasicCartographySuiteInGRASS]
     378A link to my commits: (diff files and d.legend.vect AddOn): [https://github.com/lazaa32/SoC16/commits]
     379
     380The goal of the project was to enhance some cartographic d.* modules, to fix some bugs in them and create a module for vector legend.
     381
     382Before this summer some of the d.* modules were quite limited. User couldn't use full potential of modules and couldn't customize them, e.g. few symbols for north-arrow, option to rotate the arrow with/without label, set the length of scalebar, background settings... Before this summer there was no legend for vector maps.
     383
     384The addition my project brought to GRASS:
     385d.histogram - enhance of displaying labels
     386d.grid - added options for labels background
     387d.northarrow - added several new symbols, added option for rotation and custom label, background settings
     388d.scalebar - added options for units, scalebar length, background settings
     389d.legend - support for border and background, added options for displaying ticks, added options for setting steps and labels, added logarithmic scale, enhanced histogram option, added option for units
     390workspace - enhance workspace setting behavior, include map elements into workspace
     391d.legend.vect - new module for displaying legend of vector maps, created new symbols for areas and lines
     392d.vect.thematic - enhance module for lines and points
     393
     394Most of the changes are already at the latest version of GRASS.
     395For the vector legend [https://grass.osgeo.org/grass70/manuals/addons/d.legend.vect.html] you can install it from GRASS with g.extension manager: g.extension extension=d.legend.vect operation=add
     396
     397
     398