logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.gui.rlisetup - Configuration tool for r.li modules.

Authors

       Luca Delucchi
       Rewritten from r.li.setup by Claudio Porta and Lucio Davide Spano

Description

       The  g.gui.rlisetup  is  a  wxGUI  component which allows the user to create a configuration file for the
       analytical r.li modules. For a general introduction, see the r.li overview.
       The configurations are raster map independent, it means that you can use a file created on a  raster  map
       for analyze any other you have.
       The program is completely interactive and uses a GUI to help you in your choices.

   Analysismethods
       Definition of creation of sampling area:

           •   Whole map layer: use entire area selected above,

           •   Regions: select one to many subareas via mouse,

           •   Sample units: automated selection of sampling area (for details see below)

               •   Random nonoverlapping,

               •   Systematic contiguous,

               •   Systematic noncontiguous,

               •   Stratified random,

               •   Centered over sites (vector points).

           •   Moving window: rectangular or circular with size

       Definition of region for analysis:

           •   Whole map layer: entire map (current region),

           •   Keyboard setting: based on keyboard selection for region definition,

           •   Draw the sampling frame: based on interactive region selection via mouse.

   Usagedetails
       The startup window shows your configuration files, you can:

       TODO:descriptionbelowneedsfurtherupdates1View/Edit  (Load  a  file)  from the shown list: the configuration is shown in a small text editor
              window.  Configuration files are saved in the folder  C:\Users\userxy\AppData\Roaming\GRASS8\r.li\
              (MS-Windows) or $HOME/.r.li/ (GNU/Linux) (the file name can be defined by the user). The output or
              an  analysis can either be a new raster map (in case of using a "moving window" analysis) or be an
              ASCII text file (when not performing a "moving window" analysis) containing the result.  Such text
              file will be saved in the folder C:\Users\userxy\AppData\Roaming\GRASS8\r.li\output\  (MS-Windows)
              or $HOME/.grass8/r.li/output/ (GNU/Linux).
              All dimensions are percentages of raster rows or columns.

       2Create a new configuration file: used for creating a new configuration file in an interactive way,
              in three steps:

       2.1    Choose file name and maps to use for setting:

           •   Namefornewconfigurationfile(required): the name of new configuration file

           •   Rastermapnametousetoselectareas (required): the name of raster map used for selecting
               sampling areas

           •   Vectormaptooverlay (optional): name of a vector map used for selecting sampling areas

       2.2    Set the sampling frame. The sample frame is a rectangular area which contains  all  the  areas  to
              analyze. It can be defined in three ways:

           •   Wholemaplayer: the sample frame is the whole map

           •   Keyboardsetting: the user enters the coordinates in cells of upper left corner of sampling frame
               and its length in rows and columns.

           •   Drawthesampleframe: the user draws the sample frame on map using mouse.

       2.3    Set  the  sample  areas.  The sample areas are simply the areas to analyze. They can be defined in
              five ways (see the picture below):

           •   Wholemaplayer: the sample area is the whole sample frame

           •   Regions: the user enters the number of areas and then draws them using mouse.

           •   Sampleunits: they are areas of rectangular or circular shape. The user  can  define  them  using
               keyboard or mouse.

               •   keyboard: the user define the shape of sample unists and their disposition:

                   •   Randomnonoverlapping: the user specifies the number of sample units and they are placed
                       in a random way at runtime. It is guaranteed that the areas do not intersect themselves.

                   •   Systematiccontiguous:  the  defined sample is placed covering the sample frame, side by
                       side across rows.

                   •   Systematicnoncontiguous: the same as above, but here  ever  rectangle  is  spaced  from
                       another by a specified number of cells.

                   •   Stratifiedrandom:  the  sample  frame  is  divided  in n strats of rows and m strats of
                       columns (n and m are given by user), then the specified number of sample areas are placed
                       in a random way, one for every m*n areas defined by strats.

                   •   Centeredoversites: the sample areas are placed into  sample  frame  centering  them  on
                       points in site file.

               •   mouse: the user chooses the shape and then draws the specified number of sample areas on map.

           •   MovingWindow:  the user defines a rectangular or circular area, it is moved over all the raster
               increasing only of a cell for every move(in columns if possible, if not in rows).  It produces  a
               new raster containing the result of all analysis.

           •   Selectareasfromtheoverlaidvectormap:  the  sample areas are defined by the vector map
               selected above.  For every cat in vector map, the procedure prompts the  user  if  they  want  to
               include  it as sample area.  The resulting configuration file can be used only with the specified
               raster map, and the procedure can be used only if whole map layer is selected as sampling frame.

       3Removeafile the selected file is deleted from the available configuration files.

       4Help: open this help text.

       5Close module window.

Examples

MovingwindowanalysisonfullregionTODO:updateexamplestonewg.gui.rlisetupdialog:

       Example for a 7x7 moving window analysis on full region, the output is a raster map:

       Click on "New", then:

           •   Configuration file name: "movwindow7"

           •   Raster map name to use to select areas: "forests"
       1. Setup sampling frame:

           •   Define a sampling frame (region for analysis): "Whole map layer", then "OK"
       2. Setup sampling frame

           •   Define sampling areas: "Moving window", then "OK"

           •   Then click on "Use keyboard to define moving window dimension"
       Select type of shape:

           •   [x] Rectangular

           •   Width size (in cells)?: "7"

           •   Height size (in cells)?: "7"

           •   Then "Save settings"
       3. Save settings: click on button
       (4.) Close

       Now an anaysis can be performed using one of the analytical modules, e.g.
       g.region raster=forests -p
       r.li.patchdensity input=forests conf=movwindow7 output=forests_p_dens7
       r.univar forests_p_dens7
       The result is the new raster map "forests_p_dens7" which shows (in this example) the patch density of the
       forest areas.
       See the respective modules for further examples.

   Wholeregionanalysis
       Example for a whole region analysis, the output is a text file: Click on "New", then:

           •   Configuration file name: "whole_region"

           •   Raster map name to use to select areas: "lsat7_2000_40"
       1. Setup sampling frame:

           •   Define a sampling frame (region for analysis): "Whole map layer", then "OK"
       2. Setup sampling frame

           •   Define sampling areas: "Whole map layer", then "OK"
       3. Save settings: click on button
       (4.) Close

       Now an anaysis can be performed using one of the analytical modules, e.g.
       g.region raster=lsat7_2002_40 -p
       r.li.shannon input=lsat7_2000_40 conf=whole_region output=lsat7_2000_40_shannon
       The result is the new text file "forests_p_dens7" (stored in folder $HOME/.r.li/output/.
       See the respective modules for further examples.

Keywords

       general, GUI, raster, landscape structure analysis

Name

g.gui.rlisetup  - Configuration tool for r.li modules.

Notes

       Configuration files are raster map independent because areas are saved using relative coordinates.

       Screenshots of the wizard window frames:
         g.gui.rlisetup:Firstframeofwizardforselectingg.gui.rlisetup:Frameforselectingmapsexistingconfigurationfilesorcreatinganewoneg.gui.rlisetup:Frameforinsertingsamplingareasg.gui.rlisetup:Framefordefiningrectangularmovingwindowg.gui.rlisetup:Framefordefiningcircularmovingwindowg.gui.rlisetup:Frameforchoosingthesamplingframewithkeyboardg.gui.rlisetup:Framefordrawingthesamplingframeg.gui.rlisetup:Summaryframebeforesaving

References

       McGarigal,  K.,  and  B.  J.  Marks.  1995.  FRAGSTATS:  spatial pattern analysis program for quantifying
       landscape structure. USDA For. Serv.  Gen. Tech. Rep. PNW-351. (PDF)

See Also

r.li-packageoverview,r.li.daemonOldr.lesuitemanual(1992)wxGUI,wxGUIcomponents

Source Code

       Available at: wxGUI RLi Setup source code (history)

       Accessed: Friday Apr 04 01:21:40 2025

       Main index | GUI index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                               g.gui.rlisetup(1grass)

Synopsis

g.gui.rlisetupg.gui.rlisetup--helpg.gui.rlisetup  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

See Also