1g.gui.rlisetup(1) Grass User's Manual g.gui.rlisetup(1)
2
3
4
6 g.gui.rlisetup - Configuration tool for r.li modules.
7
9 general, GUI, raster, landscape structure analysis
10
12 g.gui.rlisetup
13 g.gui.rlisetup --help
14 g.gui.rlisetup [--help] [--verbose] [--quiet] [--ui]
15
16 Flags:
17 --help
18 Print usage summary
19
20 --verbose
21 Verbose module output
22
23 --quiet
24 Quiet module output
25
26 --ui
27 Force launching GUI dialog
28
30 The g.gui.rlisetup is a wxGUI component which allows the user to create
31 a configuration file for the analytical r.li modules. For a general
32 introduction, see the r.li overview.
33 The configurations are raster map independent, it means that you can
34 use a file created on a raster map for analyze any other you have.
35 The program is completely interactive and uses a GUI to help you in
36 your choices.
37
38 Analysis methods
39 Definition of creation of sampling area:
40
41 · Whole map layer: use entire area selected above,
42
43 · Regions: select one to many subareas via mouse,
44
45 · Sample units: automated selection of sampling area (for details
46 see below)
47
48 · Random nonoverlapping,
49
50 · Systematic contiguous,
51
52 · Systematic noncontiguous,
53
54 · Stratified random,
55
56 · Centered over sites (vector points).
57
58 · Moving window: rectangular or circular with size
59
60 Definition of region for analysis:
61
62 · Whole map layer: entire map (current region),
63
64 · Keyboard setting: based on keyboard selection for region defi‐
65 nition,
66
67 · Draw the sampling frame: based on interactive region selection
68 via mouse.
69
70 Usage details
71 The startup window shows your configuration files, you can:
72
73 TODO: description below needs further updates
74
75 1 View/Edit (Load a file) from the shown list: the configuration
76 is shown in a small text editor window. Configuration files are
77 saved in the folder C:\Users\userxy\AppData\Roaming\GRASS7\r.li\
78 (MS-Windows) or $HOME/.r.li/ (GNU/Linux) (the file name can be
79 defined by the user). The output or an analysis can either be a
80 new raster map (in case of using a "moving window" analysis) or
81 be an ASCII text file (when not performing a "moving window"
82 analysis) containing the result. Such text file will be saved
83 in the folder C:\Users\userxy\AppData\Roaming\GRASS7\r.li\out‐
84 put\ (MS-Windows) or $HOME/.grass7/r.li/output/ (GNU/Linux).
85 All dimensions are percentages of raster rows or columns.
86
87 2 Create a new configuration file: used for creating a new config‐
88 uration file in an interactive way, in three steps:
89
90 2.1 Choose file name and maps to use for setting:
91
92 · Name for new configuration file(required): the name of new con‐
93 figuration file
94
95 · Raster map name to use to select areas (required): the name of
96 raster map used for selecting sampling areas
97
98 · Vector map to overlay (optional): name of a vector map used for
99 selecting sampling areas
100
101 2.2 Set the sampling frame. The sample frame is a rectangular area
102 which contains all the areas to analyze. It can be defined in
103 three ways:
104
105 · Whole map layer: the sample frame is the whole map
106
107 · Keyboard setting: the user enters the coordinates in cells of
108 upper left corner of sampling frame and its length in rows and
109 columns.
110
111 · Draw the sample frame: the user draws the sample frame on map
112 using mouse.
113
114 2.3 Set the sample areas. The sample areas are simply the areas to
115 analyze. They can be defined in five ways (see the picture
116 below):
117
118 · Whole map layer: the sample area is the whole sample frame
119
120 · Regions: the user enters the number of areas and then draws
121 them using mouse.
122
123 · Sample units: they are areas of rectangular or circular shape.
124 The user can define them using keyboard or mouse.
125
126 · keyboard: the user define the shape of sample unists and
127 their disposition:
128
129 · Random non overlapping: the user specifies the number
130 of sample units and they are placed in a random way at
131 runtime. It is guaranteed that the areas do not inter‐
132 sect themselves.
133
134 · Systematic contiguous: the defined sample is placed
135 covering the sample frame, side by side across rows.
136
137 · Systematic non contiguous: the same as above, but here
138 ever rectangle is spaced from another by a specified
139 number of cells.
140
141 · Stratified random: the sample frame is divided in n
142 strats of rows and m strats of columns (n and m are
143 given by user), then the specified number of sample
144 areas are placed in a random way, one for every m*n
145 areas defined by strats.
146
147 · Centered over sites: the sample areas are placed into
148 sample frame centering them on points in site file.
149
150 · mouse: the user chooses the shape and then draws the speci‐
151 fied number of sample areas on map.
152
153 · Moving Window: the user defines a rectangular or circular area,
154 it is moved over all the raster increasing only of a cell for
155 every move(in columns if possible, if not in rows). It pro‐
156 duces a new raster containing the result of all analysis.
157
158 · Select areas from the overlaid vector map: the sample areas are
159 defined by the vector map selected above. For every cat in
160 vector map, the procedure prompts the user if they want to
161 include it as sample area. The resulting configuration file
162 can be used only with the specified raster map, and the proce‐
163 dure can be used only if whole map layer is selected as sam‐
164 pling frame.
165
166 3 Remove a file the selected file is deleted from the available
167 configuration files.
168
169 4 Help: open this help text.
170
171 5 Close module window.
172
174 Configuration files are raster map independent because areas are saved
175 using relative coordinates.
176
177 Screenshots of the wizard window frames:
178
179 g.gui.rlisetup: First frame of wizard for selecting existing g.gui.rlisetup: Frame for selecting maps
180 configuration files or creating a new one
181
182 g.gui.rlisetup: Frame for inserting sampling areas g.gui.rlisetup: Frame for defining rectangular moving window
183
184 g.gui.rlisetup: Frame for defining circular moving window g.gui.rlisetup: Frame for choosing the sampling frame with
185 keyboard
186
187 g.gui.rlisetup: Frame for drawing the sampling frame g.gui.rlisetup: Summary frame before saving
188
189
191 Moving window analysis on full region
192 TODO: update examples to new g.gui.rlisetup dialog:
193
194 Example for a 7x7 moving window analysis on full region, the output is
195 a raster map:
196
197 Click on "New", then:
198
199 · Configuration file name: "movwindow7"
200
201 · Raster map name to use to select areas: "forests"
202 1. Setup sampling frame:
203
204 · Define a sampling frame (region for analysis): "Whole map
205 layer", then "OK"
206 2. Setup sampling frame
207
208 · Define sampling areas: "Moving window", then "OK"
209
210 · Then click on "Use keyboard to define moving window dimension"
211 Select type of shape:
212
213 · [x] Rectangular
214
215 · Width size (in cells)?: "7"
216
217 · Height size (in cells)?: "7"
218
219 · Then "Save settings"
220 3. Save settings: click on button
221 (4.) Close
222
223 Now an anaysis can be performed using one of the analytical modules,
224 e.g.
225 g.region raster=forests -p
226 r.li.patchdensity input=forests conf=movwindow7 output=forests_p_dens7
227 r.univar forests_p_dens7
228 The result is the new raster map "forests_p_dens7" which shows (in this
229 example) the patch density of the forest areas.
230 See the respective modules for further examples.
231
232 Whole region analysis
233 Example for a whole region analysis, the output is a text file: Click
234 on "New", then:
235
236 · Configuration file name: "whole_region"
237
238 · Raster map name to use to select areas: "lsat7_2000_40"
239 1. Setup sampling frame:
240
241 · Define a sampling frame (region for analysis): "Whole map
242 layer", then "OK"
243 2. Setup sampling frame
244
245 · Define sampling areas: "Whole map layer", then "OK"
246 3. Save settings: click on button
247 (4.) Close
248
249 Now an anaysis can be performed using one of the analytical modules,
250 e.g.
251 g.region raster=lsat7_2002_40 -p
252 r.li.shannon input=lsat7_2000_40 conf=whole_region output=lsat7_2000_40_shannon
253 The result is the new text file "forests_p_dens7" (stored in folder
254 $HOME/.r.li/output/.
255 See the respective modules for further examples.
256
258 r.li - package overview
259 r.li.daemon
260
261 Old r.le suite manual [4m(1992)
262
263 wxGUI
264 wxGUI components
265
267 McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analy‐
268 sis program for quantifying landscape structure. USDA For. Serv. Gen.
269 Tech. Rep. PNW-351. (PDF)
270
272 Luca Delucchi
273 Rewritten from r.li.setup by Claudio Porta and Lucio Davide Spano
274
275 $Date: 2016-01-28 12:21:34 +0100 (Thu, 28 Jan 2016) $
276
278 Available at: wxGUI RLi Setup source code (history)
279
280 Main index | GUI index | Topics index | Keywords index | Graphical
281 index | Full index
282
283 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
284
285
286
287GRASS 7.6.0 g.gui.rlisetup(1)