|
@@ -110,47 +110,13 @@ d.vect, or d.grid, for example).
|
|
|
<dl>
|
|
|
|
|
|
<dt><img src="icons/monitor-create.png">
|
|
|
- <em>Start new display / create new workspace</em></dt>
|
|
|
- <dd>Opens a new map display and creates empty layer tree tab in Layer
|
|
|
- Manager or creates new workspace for the current layer tree.
|
|
|
-
|
|
|
- <dl>
|
|
|
- <dt><img src="icons/monitor-create.png">
|
|
|
- <em>Start new map display</em></dt>
|
|
|
- <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
|
|
|
- <dt><img src="icons/create.png">
|
|
|
- <em>Create new workspace</em></dt>
|
|
|
- <dd>Removes all layers from the layer tree and creates a new, empty tree
|
|
|
- where new layers can be added.</dd>
|
|
|
- </dl>
|
|
|
- </dd>
|
|
|
-
|
|
|
- <dt><img src="icons/layer-open.png">
|
|
|
- <em>Load / import map layers into workspace</em></dt>
|
|
|
- <dd>Loads or imports selected raster or vector maps into current layer tree.
|
|
|
+ <em>Start new map display</em></dt>
|
|
|
+ <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
|
|
|
|
|
|
- <dl>
|
|
|
- <dt><img src="icons/layer-open.png">
|
|
|
- <em>Load map layers into workspace</em></dt>
|
|
|
- <dd>Loads selected raster or vector maps into current layer tree.</dd>
|
|
|
-
|
|
|
- <dt><img src="icons/layer-import.png">
|
|
|
- <em>Import raster data</em></dt>
|
|
|
- <dd>Import selected raster data into GRASS and load them into current layer tree.</dd>
|
|
|
-
|
|
|
- <dt><img src="icons/layer-import.png">
|
|
|
- <em>Import vector data</em></dt>
|
|
|
- <dd>Import selected vector data into GRASS and load them into current layer tree.</dd>
|
|
|
-
|
|
|
- <dt><img src="icons/layer-import.png">
|
|
|
- <em>Link external raster data</em></dt>
|
|
|
- <dd>Link selected external raster data as GRASS raster maps and load them into current layer tree.</dd>
|
|
|
-
|
|
|
- <dt><img src="icons/layer-import.png">
|
|
|
- <em>Link external vector data</em></dt>
|
|
|
- <dd>Link selected external vector data as GRASS vector maps and load them into current layer tree.</dd>
|
|
|
- </dl>
|
|
|
- </dd>
|
|
|
+ <dt><img src="icons/create.png">
|
|
|
+ <em>Create new workspace</em></dt>
|
|
|
+ <dd>Removes all layers from the layer tree and creates a new, empty tree
|
|
|
+ where new layers can be added.</dd>
|
|
|
|
|
|
<dt><img src="icons/open.png">
|
|
|
<em>Open existing workspace file</em></dt>
|
|
@@ -162,6 +128,10 @@ d.vect, or d.grid, for example).
|
|
|
<dd>Saves current set of layers and their options to a workspace
|
|
|
file.</dd>
|
|
|
|
|
|
+ <dt><img src="icons/layer-open.png">
|
|
|
+ <em>Load map layers into workspace</em></dt>
|
|
|
+ <dd>Loads selected raster or vector maps into current layer tree.</dd>
|
|
|
+
|
|
|
<dt><img src="icons/layer-raster-add.png">
|
|
|
<em>Add raster map layer</em></dt>
|
|
|
<dd>Adds raster map to layer tree, see <em><a href="d.rast.html">d.rast</a></em>.
|
|
@@ -298,13 +268,77 @@ d.text text=Population\ density
|
|
|
<em>Show attribute table</em></dt>
|
|
|
<dd>Opens <em><a href="wxGUI.Attribute_Table_Manager.html">attribute table manager</a></em> for selected vector map.</dd>
|
|
|
|
|
|
+ <dt><img src="icons/layer-open.png">
|
|
|
+ <em>Import raster or vector data</em></dt>
|
|
|
+ <dd>
|
|
|
+ <dl>
|
|
|
+ <dt><img src="icons/layer-import.png">
|
|
|
+ <em>Import raster data</em></dt>
|
|
|
+ <dd>Import selected raster data into GRASS
|
|
|
+ using <em><a href="r.in.gdal.html">r.in.gdal</a></em> and load
|
|
|
+ them into current layer tree.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-import.png">
|
|
|
+ <em>Link external raster data</em></dt>
|
|
|
+ <dd>Link selected external raster data as GRASS raster maps
|
|
|
+ (using <em><a href="r.external.html">r.external</a></em>) and
|
|
|
+ load them into current layer tree.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-export.png">
|
|
|
+ <em>Set raster output format</em></dt>
|
|
|
+ <dd>Define external format for newly created raster maps
|
|
|
+ (see <em><a href="r.external.out.html">r.external.out</a></em>
|
|
|
+ for details)</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-import.png">
|
|
|
+ <em>Import vector data</em></dt>
|
|
|
+ <dd>Import selected vector data into GRASS
|
|
|
+ using <em><a href="v.in.ogr.html">v.in.ogr</a></em> and load
|
|
|
+ them into current layer tree.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-import.png">
|
|
|
+ <em>Link external vector data</em></dt>
|
|
|
+ <dd>Link selected external vector data as GRASS vector maps
|
|
|
+ (using <em><a href="v.external.html">v.external</a></em>) and
|
|
|
+ load them into current layer tree.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-export.png">
|
|
|
+ <em>Set vector output format</em></dt>
|
|
|
+ <dd>Define external format for newly created vector maps
|
|
|
+ (see <em><a href="v.external.out.html">v.external.out</a></em>
|
|
|
+ for details)</dd>
|
|
|
+ </dl>
|
|
|
+</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/calculator.png">
|
|
|
+ <em>Raster Map Calculator</em></dt>
|
|
|
+ <dd>Launches Raster Calculator GUI front-end
|
|
|
+ for <em><a href="r.mapcalc.html">r.mapcalc</a></em>.</dd>
|
|
|
+
|
|
|
<dt><img src="icons/modeler-main.png">
|
|
|
- <em>Start Graphical Modeler</em></dt>
|
|
|
- <dd>Opens <em><a href="wxGUI.Modeler.html">graphical modeler</a></em> to create models and run them.</dd>
|
|
|
+ <em>Graphical Modeler</em></dt>
|
|
|
+ <dd>Launches <em><a href="wxGUI.Modeler.html">graphical
|
|
|
+ modeler</a></em> to create models and run them.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/georectify.png">
|
|
|
+ <em>Georectifier Tool</em></dt>
|
|
|
+ <dd>Launches <em><a href="wxGUI.GCP_Manager.html">GCP
|
|
|
+ Manager</a></em> to create, edit, and manage Ground Control
|
|
|
+ Points.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/print-compose.png">
|
|
|
+ <em>Cartographic Composer</em></dt>
|
|
|
+ <dd>Launches <em><a href="wxGUI.PsMap.html">Cartographic
|
|
|
+ Composer</a></em> to create interactively hardcopy map
|
|
|
+ outputs.</dd>
|
|
|
|
|
|
<dt><img src="icons/settings.png">
|
|
|
<em>Show GUI settings</em></dt>
|
|
|
- <dd>Opens dialog to change GUI preferences.</dd>
|
|
|
+ <dd>Opens dialog to change GUI settings.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/help.png">
|
|
|
+ <em>Show help</em></dt>
|
|
|
+ <dd>Opens GRASS manual.</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
|
@@ -509,9 +543,20 @@ the computational region extents.
|
|
|
displayed map or a different map. Up to three maps can be profiled
|
|
|
simultaneously.</dd>
|
|
|
|
|
|
+ <dt><img src="icons/layer-raster-profile.png">
|
|
|
+ <em>Bivariate scatterplot</em></dt>
|
|
|
+ <dd>Interactively create pbivariate scatterplot of raster
|
|
|
+ maps.</dd>
|
|
|
+
|
|
|
+ <dt><img src="icons/layer-raster-histogram.png">
|
|
|
+ <em>Histogrammig tool</em></dt>
|
|
|
+ <dd>Displays histogram of selected raster map or image in new
|
|
|
+ window.</dd>
|
|
|
+
|
|
|
<dt><img src="icons/layer-raster-histogram.png">
|
|
|
- <em>Histogram tool</em></dt>
|
|
|
- <dd>Displays histogram of selected raster map or image in new window,
|
|
|
+ <em>Histogramming tool (d.histogram)</em></dt>
|
|
|
+ <dd>Displays histogram of selected raster map or image in new
|
|
|
+ window,
|
|
|
see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
|
|
|
</dl>
|
|
|
</dd>
|