1g.gui.mapswipe(1) Grass User's Manual g.gui.mapswipe(1)
2
3
4
6 g.gui.mapswipe - Interactively compares two maps by swiping a visibil‐
7 ity bar.
8
10 general, GUI, display
11
13 g.gui.mapswipe
14 g.gui.mapswipe --help
15 g.gui.mapswipe [first=name] [second=name] [mode=string] [--help]
16 [--verbose] [--quiet] [--ui]
17
18 Flags:
19 --help
20 Print usage summary
21
22 --verbose
23 Verbose module output
24
25 --quiet
26 Quiet module output
27
28 --ui
29 Force launching GUI dialog
30
31 Parameters:
32 first=name
33 First (top/right) raster map
34
35 second=name
36 Second (bottom/left) raster map
37
38 mode=string
39 View mode
40 Options: swipe, mirror
41 Default: swipe
42 swipe: swiping the upper map layer to show the map layer below
43 mirror: synchronized maps side by side
44
46 The Map Swipe is a wxGUI component which allows the user to interac‐
47 tively compare two raster maps of the same area by revealing different
48 parts of the raster maps. It is useful e.g. for comparing raster maps
49 from different time periods. Map Swipe can be launched from the menu
50 File -> Map Swipe.
51
52 Map Swipe allows you to:
53
54 · switch orientation of the swipe line (horizontal or vertical)
55
56 · zooming, panning
57
58 · automatically load maps when opening Map Swipe with two
59 selected raster maps in Layer Manager
60
61 · compare 2 raster maps or load different combinations of raster
62 and vector maps and set transparency (advanced mode)
63
64 · save display to graphics file
65
66 · display text labels with map names
67
68 · choose between ’swipe’ mode (default) and ’mirror’ mode (syn‐
69 chronized maps displayed side by side)
70
71 · change the appearance of cursor in ’mirror’ mode (available in
72 Map Swipe settings)
73 Pre and post disaster images of the tsunami in Japan in 2011. The upper
74 MODIS image taken on February 26, 2011, shows the coastline under nor‐
75 mal conditions while the lower MODIS image on March 13, 2011, shows a
76 clear view of tsunami flooding along the coastline. Water, black and
77 dark blue in these false-color images, still covers the ground as much
78 as five kilometers (three miles) from the coast. Source: Earth Obser‐
79 vatory/NASA
80
82 wxGUI
83 wxGUI components
84
85 See also the user wiki page.
86
88 Anna Kratochvilova, Czech Technical University in Prague, Czech Repub‐
89 lic
90
91 $Date: 2012-03-07 13:21:57 +0100 (Wed, 07 Mar 2012) $
92
94 Available at: wxGUI Map Swipe source code (history)
95
96 Main index | GUI index | Topics index | Keywords index | Graphical
97 index | Full index
98
99 © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
100
101
102
103GRASS 7.4.4 g.gui.mapswipe(1)