-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Intro: Graphical User Interface (#4746)
While the Graphical User Interface is important, it lacked an own "landing page" which also appears in the markdown sidebar. This PR adds a wxGUI introduction page.
- Loading branch information
Showing
14 changed files
with
102 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
MODULE_TOPDIR = .. | ||
|
||
PGM = wxguiintro | ||
|
||
SUBDIRS = icons images scripts xml wxpython | ||
|
||
include $(MODULE_TOPDIR)/include/Make/Dir.make | ||
|
||
default: parsubdirs | ||
default: htmldir | ||
|
||
htmldir: parsubdirs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters