Changes between Version 1 and Version 2 of HowToTestGrass6


Ignore:
Timestamp:
Apr 19, 2008, 3:22:30 AM (16 years ago)
Author:
neteler
Comment:

g.gui, nviz

Legend:

Unmodified
Added
Removed
Modified
  • HowToTestGrass6

    v1 v2  
    22
    33This pages is intended to users and developers who want to test a GRASS installation (test protocol). As side effect, you can also showcase GRASS 6 using these commands.
     4
     5[[TOC]]
    46
    57== Requirements ==
     
    3739}}}
    3840
     41''Expected result: the text user interface should come up.''
    3942
    40 ''Expected result: the text user interface should come up.''
     43== Re-launch of GUI from command line ==
     44
     45{{{
     46# start with old Tcl/Tk based graphical user interface (d.m)
     47g.gui oldtcltk
     48
     49# start with current Tcl/Tk based graphical user interface (g.gis)
     50g.gui tcltk
     51
     52# start with wxPython based graphical user interface
     53g.gui wxpython
     54}}}
     55
     56''Expected result: the selected graphical user interface should come up.''
    4157
    4258== Display various maps (not native winGRASS) ==
     
    5975}}}
    6076
     77== 3D visualiztion with NVIZ ==
     78
     79{{{
     80# raster map and 2D vector lines map
     81nviz elevation vect=roadsmajor
     82}}}
     83
     84{{{
     85# raster map and 2D vector lines map and 3D vector points
     86nviz elevation vect=roadsmajor points=precip_30ynormals_3d
     87}}}
     88
     89Tests: navigate with the puck, interrogate map etc. (ADD MORE)
     90
     91''Expected result: should not crash at all but show maps as expected''
     92
     93== Simple raster analysis ==
     94
     95 * TDB
     96
     97== Simple vector analysis ==
     98
     99 * TBD