forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwxguiintro.html
75 lines (58 loc) · 2.97 KB
/
wxguiintro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!-- meta page description: wxGUI in GRASS GIS -->
<!-- meta page index: wxgui -->
<h3>Introduction to the GRASS GIS Graphical User Interface</h3>
<h4>Overview</h4>
The wxGUI (wxPython-based Graphical User Interface) is the primary user
interface for GRASS GIS. Designed for efficiency and ease of use, the
wxGUI provides an intuitive way to interact with spatial data and the
powerful tools available in GRASS GIS.
The GUI supports the visualisation of spatial data, the execution of
geoprocessing tasks or the management of complex workflows and offers a
comprehensive set of tools.
<h4>Features</h4>
The wxGUI is designed to cater to both novice and advanced users with
the following features:
<ul>
<li>A clean and customizable layout for efficient workspace management.</li>
<li>Integrated support for both raster and vector data operations.</li>
<li>Drag-and-drop capabilities for quick layer addition and arrangement.</li>
<li>Support for live previews of data and processing results.</li>
<li>Direct access to GRASS GIS modules, complete with user-friendly
dialog windows.</li>
<li>Advanced debugging and scripting capabilities for developers and
power users.</li>
</ul>
<h4>Getting Started</h4>
To launch the wxGUI, simply start GRASS GIS. Upon startup, the wxGUI will
load, providing access to its various components.
The wxGUI usage is explained in greater detail <a href="wxGUI.html">here</a>.
New GRASS GIS users can explore the integrated help system or visit the
<a href="https://grass.osgeo.org/documentation/">GRASS GIS documentation</a>
for tutorials and guides.
<h4>Key Components</h4>
The wxGUI is composed of several modules and features:
<ul>
<li><strong>Map Display</strong>: Visualize raster, vector, and 3D data
layers in an interactive map viewer.</li>
<li><strong>Layer Manager</strong>: Organize and control the visibility,
styling, and properties of your data layers.</li>
<li><strong>Data Catalog</strong>: Explore and manage GRASS GIS mapsets
and spatial data with ease.</li>
<li><strong>Geoprocessing Tools</strong>: Access a wide range of geospatial
analysis and modeling tools through an easy-to-use interface.</li>
<li><strong>Command Console</strong>: Run GRASS GIS commands directly,
with syntax highlighting and autocompletion support.</li>
<li><strong>3D View</strong>: Analyze and visualize 3D landscapes
using NVIZ.</li>
</ul>
The wxGUI components are explained in greater detail
<a href="wxGUI.components.html">here</a>.
<h3>See also</h3>
<ul>
<li><a href="rasterintro.html">Introduction to raster data processing</a></li>
<li><a href="raster3dintro.html">Introduction to 3D raster data (voxel) processing</a></li>
<li><a href="imageryintro.html">Introduction to image processing</a></li>
<li><a href="temporalintro.html">Introduction into temporal data processing</a></li>
<li><a href="databaseintro.html">Introduction to database management</a></li>
<li><a href="projectionintro.html">Projections and spatial transformations</a></li>
</ul>