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 === |
| 375 | Week 12, August, 8 - August, 12 |
| 376 | |
| 377 | Wiki page: [https://trac.osgeo.org/grass/wiki/GSoC/2016/BasicCartographySuiteInGRASS] |
| 378 | A link to my commits: (diff files and d.legend.vect AddOn): [https://github.com/lazaa32/SoC16/commits] |
| 379 | |
| 380 | The 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 | |
| 382 | Before 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 | |
| 384 | The addition my project brought to GRASS: |
| 385 | d.histogram - enhance of displaying labels |
| 386 | d.grid - added options for labels background |
| 387 | d.northarrow - added several new symbols, added option for rotation and custom label, background settings |
| 388 | d.scalebar - added options for units, scalebar length, background settings |
| 389 | d.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 |
| 390 | workspace - enhance workspace setting behavior, include map elements into workspace |
| 391 | d.legend.vect - new module for displaying legend of vector maps, created new symbols for areas and lines |
| 392 | d.vect.thematic - enhance module for lines and points |
| 393 | |
| 394 | Most of the changes are already at the latest version of GRASS. |
| 395 | For 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 | |