1d.slide.show(1)               Grass User's Manual              d.slide.show(1)
2
3
4

NAME

6       d.slide.show  - Slide show of GRASS raster/vector maps
7

KEYWORDS

9       display, slideshow
10

SYNOPSIS

12       d.slide.show
13       d.slide.show help
14       d.slide.show  [-v]  [prefix=string]   [across=integer]   [down=integer]
15       [mapsets=string[,string,...]]   [delay=integer]
16
17   Flags:
18       -v  show vector maps rather than raster maps
19
20   Parameters:
21       prefix=string
22           map prefix. Specify character(s) to view selected maps only
23
24       across=integer
25           map number show across the monitor
26
27       down=integer
28           map number show down the monitor
29
30       mapsets=string[,string,...]
31           mapsets to use. Specify multiple mapsets comma separated
32
33       delay=integer
34           number of seconds to pause between slides Options: 0-60 Default: 0
35

DESCRIPTION

37       d.slide.show is a UNIX Bourne  shell  macro  which  clears  the  entire
38       screen, creates a series of display frames on the graphics monitor, and
39       displays in slideshow format  each  of  the  raster/vector  map  layers
40       listed  in  the user-specified mapsets.  This is a shell script example
41       which makes extensive use  of  GRASS  and  UNIX  commands.   Users  are
42       encouraged  to  examine  this  macro  and develop similar on-line demos
43       using their own data files.
44

EXAMPLE

46       The following command sequence shows the available raster  maps,  saves
47       the view to a PNG file and then converts it into a PDF file:
48       # reset region:
49       g.region -dp
50       # open GRASS monitor with defined size:
51       GRASS_WIDTH=800 GRASS_HEIGHT=1000 d.mon x0
52       # we have around 40 maps in the Spearfish PERMANENT mapset:
53       d.slide.show across=5 down=8 mapsets=PERMANENT
54       # From Monitor to PNG to PDF:
55       d.out.png out=spearfish_maps.png res=2
56       convert spearfish_maps.png spearfish_maps.pdf
57       xpdf spearfish_maps.pdf
58
59

SEE ALSO

61        d.erase
62       d.frame
63       d.text
64       g.mapsets
65       xganim
66
67

AUTHOR

69       James Westervelt, U.S.Army Construction Engineering Research Laboratory
70       Vector update, fixes: Markus Neteler
71
72       Last changed: $Date: 2007/03/08 13:51:30 $
73
74       Full index
75
76
77
78GRASS 6.2.2                                                    d.slide.show(1)
Impressum