[GRASS-SVN] r55862 - in grass/trunk: display/d.where general/g.mapset gui/wxpython/animation gui/wxpython/dbmgr gui/wxpython/docs gui/wxpython/gmodeler gui/wxpython/gui_core gui/wxpython/iclass gui/wxpython/mapdisp gui/wxpython/mapswipe gui/wxpython/vdigit imagery/i.topo.corr lib/init raster/r.in.gdal raster/r.region scripts/v.db.join scripts/v.db.update vector vector/v.what
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 17 22:38:39 PDT 2013
Author: hamish
Date: 2013-04-17 22:38:39 -0700 (Wed, 17 Apr 2013)
New Revision: 55862
Modified:
grass/trunk/display/d.where/d.where.html
grass/trunk/general/g.mapset/g.mapset.html
grass/trunk/gui/wxpython/animation/g.gui.animation.html
grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html
grass/trunk/gui/wxpython/docs/wxGUI.nviz.html
grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
grass/trunk/gui/wxpython/gui_core/gselect.py
grass/trunk/gui/wxpython/iclass/g.gui.iclass.html
grass/trunk/gui/wxpython/mapdisp/mapwindow.py
grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.py
grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html
grass/trunk/imagery/i.topo.corr/i.topo.corr.html
grass/trunk/lib/init/variables.html
grass/trunk/raster/r.in.gdal/r.in.gdal.html
grass/trunk/raster/r.region/r.region.html
grass/trunk/scripts/v.db.join/v.db.join.py
grass/trunk/scripts/v.db.update/v.db.update.html
grass/trunk/scripts/v.db.update/v.db.update.py
grass/trunk/vector/v.what/v.what.html
grass/trunk/vector/vectorintro.html
Log:
clean up language (#1591)
Modified: grass/trunk/display/d.where/d.where.html
===================================================================
--- grass/trunk/display/d.where/d.where.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/display/d.where/d.where.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -22,8 +22,8 @@
</pre>
The left mouse button prints the coordinates at the selected point,
-the middle mouse button allows to query two points (they are connected by a
-line for convenience). By using the right mouse button the module is left.
+the middle mouse button allows you to query two points (they are connected
+by a line for convenience). Use the right mouse button to exit the module.
<h2>NOTES</h2>
Modified: grass/trunk/general/g.mapset/g.mapset.html
===================================================================
--- grass/trunk/general/g.mapset/g.mapset.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/general/g.mapset/g.mapset.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -1,7 +1,10 @@
<h2>DESCRIPTION</h2>
-<em>g.mapset</em> allows to change the current mapset
+<em>g.mapset</em> changes the current working MAPSET, LOCATION, or GISDBASE.
+This is a fairly radical maneuver to run mid-session, take care when running
+the GUI at the same time.
+
<h2>NOTES</h2>
The shell continues to use the history for the old mapset. To change this
@@ -9,17 +12,23 @@
<br>
<div class="code"><pre>
history -w
- history -r /$GISDBASE/$LOCATION/$MAPSET/.bash_history
- HISTFILE=/$GISDBASE/$LOCATION/$MAPSET/.bash_history
+ history -r /"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
+ HISTFILE=/"$GISDBASE/$LOCATION/$MAPSET"/.bash_history
</pre></div><br>
+
<h2>SEE ALSO</h2>
-<em><a href="g.gisenv.html">g.gisenv</a></em><br>
-<em><a href="g.mapsets.html">g.mapsets</a></em><br>
+<em>
+<a href="g.gisenv.html">g.gisenv</a><br>
+<a href="g.mapsets.html">g.mapsets</a>
+</em>
+<br>
+
<h2>AUTHOR</h2>
Radim Blazek
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
Modified: grass/trunk/gui/wxpython/animation/g.gui.animation.html
===================================================================
--- grass/trunk/gui/wxpython/animation/g.gui.animation.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/animation/g.gui.animation.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -6,7 +6,7 @@
for animating a series of GRASS raster maps or a space time raster dataset (created by t.* modules).
<p>
-Animation Tool allows to:
+Animation Tool allows you to:
<ul>
<li>display up to 4 synchronized animations</li>
@@ -38,12 +38,14 @@
<br>
</center>
+
<h2>TODO</h2>
<ul>
<li>export animation</li>
<li>...</li>
</ul>
+
<h2>SEE ALSO</h2>
<em>
@@ -63,6 +65,7 @@
<a href="g.gui.vdigit.html">g.gui.vdigit</a>
</em>
+
<h2>AUTHOR</h2>
Anna Kratochvilova,
Modified: grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -10,7 +10,7 @@
module <em>g.gui.dbmgr</em>.
<p>
-<em>Attribute table manager</em> allows to:
+<em>Attribute table manager</em> allows you to:
<ul>
<li>browse attribute data of vector map, perform SQL select
@@ -30,6 +30,7 @@
<br><br>
</center>
+
<h2>SEE ALSO</h2>
<em>
Modified: grass/trunk/gui/wxpython/docs/wxGUI.nviz.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.nviz.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/docs/wxGUI.nviz.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -117,7 +117,7 @@
changed (not the direction).
<h3>Data properties</h3>
-This tab allows to control parameters related to map layers. It consists
+This tab controls the parameters related to map layers. It consists
of four collapsible panels - <em>Surface</em>, <em>Constant surface</em>,
<em>Vector</em> and <em>Volume</em>.
@@ -325,7 +325,7 @@
<br><img src="wxGUI_nviz_tools_light.jpg" border="1" alt="toolbox"><br><br>
</center>
<p>
-The <em>Fringe</em> panel allows to draw fringes in different directions
+The <em>Fringe</em> panel allows you to draw fringes in different directions
(North & East, South & East, South & West, North & West). It is possible
to set fringe color and height of the bottom edge.
<p>
Modified: grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.vnet.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/docs/wxGUI.vnet.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -12,7 +12,7 @@
network analysis tool</i> <img src="icons/vector-tools.png" alt="icon">.
<p>
-<em>Vector Network Analysis Tool</em> currently allows to:
+<em>Vector Network Analysis Tool</em> currently allows you to:
<ul>
<li> perform these network analyses:
@@ -61,12 +61,12 @@
label. Then from pop-up menu choose <em>Add column</em>, where new
column for cost values can be created. After that by right mouse
button click on the added column label can be chosen item <em>Field
- calculator</em>. This tool allows to compute cost values.</dd>
+ calculator</em>. This tool computes cost values.</dd>
<dt><b>Result tables</b> tab</dt>
- <dd>Result of vector network analysis is always vector map. Some
+ <dd>The result of vector network analysis is always a vector map. Some
vector network analysis results can also include attribute
- tables. If such a table is connected to result map, this tab is
- showed and allows to browse these data.</dd>
+ tables. If such a table is connected to the result map, this tab is
+ shown and with it you can browse the data.</dd>
</dl>
<h2>KNOWN ISSUES</h2>
Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -4,7 +4,7 @@
<p>
The <b>Graphical Modeler</b> is
-a <em><a href="wxGUI.html">wxGUI</a></em> component which allows to
+a <em><a href="wxGUI.html">wxGUI</a></em> component which allows the user to
create, edit, and manage complex models using easy-to-use
interface. When performing analytical operations in GRASS, the
operations are not isolated, but part of a chain of operations. Using
@@ -19,7 +19,7 @@
available as stand-alone module <em>g.gui.gmodeler</em>.
<p>
-The Graphical Modeler allows to:
+The Graphical Modeler allows you to:
<ul>
<li>define data items (raster, vector, 3D raster maps)</li>
Modified: grass/trunk/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/gselect.py 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/gui_core/gselect.py 2013-04-18 05:38:39 UTC (rev 55862)
@@ -131,7 +131,7 @@
class VectorSelect(Select):
def __init__(self, parent, ftype, **kwargs):
"""!Custom to create a ComboBox with a tree control to display and
- select vector maps. Control allows to filter vector maps. If you
+ select vector maps. You can filter the vector maps. If you
don't need this feature use Select class instead
@param ftype filter vector maps based on feature type
Modified: grass/trunk/gui/wxpython/iclass/g.gui.iclass.html
===================================================================
--- grass/trunk/gui/wxpython/iclass/g.gui.iclass.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/iclass/g.gui.iclass.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -16,7 +16,7 @@
as <em>g.gui.iclass</em>.
<p>
-<em>wxIClass</em> currently allows to:
+<em>wxIClass</em> currently allows you to:
<ul>
<li>create training areas
Modified: grass/trunk/gui/wxpython/mapdisp/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/mapwindow.py 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/mapdisp/mapwindow.py 2013-04-18 05:38:39 UTC (rev 55862)
@@ -1832,7 +1832,7 @@
self.frame.OnPointer(event = None)
def RegisterGraphicsToDraw(self, graphicsType, setStatusFunc = None, drawFunc = None):
- """! Method allows to register graphics to draw.
+ """! This method registers graphics to draw.
@param type (string) - graphics type: "point" or "line"
@param setStatusFunc (function reference) - function called before drawing each item
@@ -1840,7 +1840,7 @@
item - passes instance of GraphicsSetItem which will be drawn
itemOrderNum - number of item in drawing order (from O)
Hidden items are also counted in drawing order.
- @param drawFunc (function reference) - allows to define own function for drawing
+ @param drawFunc (function reference) - defines own function for drawing
If function is not defined DrawCross method is used for type "point"
or DrawLines method for type "line".
Modified: grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -9,7 +9,7 @@
Map Swipe can be launched from the menu <tt>File -> Map Swipe</tt>.
<p>
-Map Swipe allows to:
+Map Swipe allows you to:
<ul>
<li>switch orientation of the swipe line (horizontal or vertical)</li>
@@ -24,7 +24,8 @@
<center>
<br>
<img src="mapswipe_tsunami.jpg" border="1" alt="Map swipe screenshot">
-<br>Pre and post disaster images of the tsunami in Japan in 2011. The upper MODIS image
+<br>
+Pre and post disaster images of the tsunami in Japan in 2011. The upper MODIS image
taken on February 26, 2011, shows the coastline under normal conditions while the lower
MODIS image on March 13, 2011, shows a clear view of tsunami flooding along the coastline.
Water, black and dark blue in these false-color images, still covers the ground as much
@@ -33,6 +34,7 @@
<br>
</center>
+
<h2>SEE ALSO</h2>
<em>
@@ -55,6 +57,7 @@
<p>
See also the user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Map_Swipe">wiki</a> page.
+
<h2>AUTHOR</h2>
Anna Kratochvilova,
Modified: grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.py
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.py 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.py 2013-04-18 05:38:39 UTC (rev 55862)
@@ -20,7 +20,7 @@
############################################################################
#%module
-#% description: Allows to interactively compare two maps by swiping.
+#% description: Interactively compares two maps by swiping a visibility bar.
#% keywords: general
#% keywords: gui
#% keywords: display
Modified: grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html
===================================================================
--- grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -43,9 +43,9 @@
combobox in digitizer toolbar also allows switching easily between
vector maps to be edited.
<p>
-Vector digitizer allows to define "background" vector map. A
-background map can be selected from map layer contextual menu in Layer
-Manager ("Use as Background Map"). Newly digitized vector
+The vector digitizer allows you to define a "background" vector map.
+A background map can be selected from the map layer contextual menu, in
+<em>Layer Manager</em> ("Use as Background Map"). Newly digitized vector
features are snapped in the given threshold to the features from the
background map. Vector features may be also copied from the background
map by "Copy features from (background) vector map" tool
Modified: grass/trunk/imagery/i.topo.corr/i.topo.corr.html
===================================================================
--- grass/trunk/imagery/i.topo.corr/i.topo.corr.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/imagery/i.topo.corr/i.topo.corr.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -8,10 +8,10 @@
(parameter incidout), and then calculating its cosine with float precision.
<p>
-Using flag -i and given an elevation map as basemap (metric),
-<em>i.topo.corr</em> permits to obtain a simple illumination model from the formula:
+Using the <b>-i</b> flag and given an elevation basemap (metric),
+<em>i.topo.corr</em> creates a simple illumination model using the formula:
<ul>
- <li> cos_i = cos(s) * cos(z) + sin(s) * sin(z) * cos(a - o) </li>
+ <li> cos_i = cos(s) * cos(z) + sin(s) * sin(z) * cos(a - o) </li>
</ul>
where,
<em>s</em> is the terrain slope angle, <em>z</em> is the solar zenith angle,
@@ -26,13 +26,13 @@
<h3>Method: cosine</h3>
<ul>
-<li> ref_c = ref_o * cos_z / cos_i </li>
+ <li> ref_c = ref_o * cos_z / cos_i </li>
</ul>
<h3>Method: minnaert</h3>
<ul>
-<li>ref_c = ref_o * (cos_z / cos_i) ^k</li>
+ <li>ref_c = ref_o * (cos_z / cos_i) ^k</li>
</ul>
where,
<em>k</em> is obtained by linear regression of<br>
@@ -41,7 +41,7 @@
<h3>Method: c-factor</h3>
<ul>
-<li>ref_c = ref_o * (cos_z + c)/ (cos_i + c)</li>
+ <li>ref_c = ref_o * (cos_z + c)/ (cos_i + c)</li>
</ul>
where,
<em>c</em> is a/m from ref_o = a + m * cos_i
@@ -54,9 +54,10 @@
(direct exhibition to the sun: no correction) and the corrected reflectance can
be calculated as
<ul>
-<li>ref_c = ref_o * 2 / (cos_i + 1)</li>
+ <li>ref_c = ref_o * 2 / (cos_i + 1)</li>
</ul>
+
<h2>NOTES</h2>
<ol>
@@ -67,6 +68,7 @@
<li>The elevation map to calculate the illumination model should be metric.</li>
</ol>
+
<h2>EXAMPLES</h2>
First, make a illumination model from the elevation map (here, SRTM). Then
@@ -81,6 +83,7 @@
zenith=33.3631 method=c-factor
</pre></div>
+
<h2>REFERENCES</h2>
<ul>
@@ -109,6 +112,7 @@
<a href="r.sun.html">r.sun</a>
</em>
+
<h2>AUTHOR</h2>
E. Jorge Tizado (ej.tizado unileon es)<br>
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/lib/init/variables.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -83,9 +83,9 @@
while in a GRASS session.</dd>
<dt>GRASS_ADDON_PATH</dt>
- <dd>[grass startup script]<br> allows to specify additional paths to
- local GRASS modules or user scripts extra to standard GRASS
- distribution.</dd>
+ <dd>[grass startup script, g.extension]<br>
+ specifies additional path(s) containing local and/or custom GRASS
+ modules extra to the standard distribution.</dd>
<dt>GRASS_ADDON_BASE</dt>
<dd>[grass startup script]<br> allows to specify additional GISBASE
Modified: grass/trunk/raster/r.in.gdal/r.in.gdal.html
===================================================================
--- grass/trunk/raster/r.in.gdal/r.in.gdal.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/raster/r.in.gdal/r.in.gdal.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -21,7 +21,7 @@
Full details on GDAL supported formats are available at:<p>
<a href="http://www.gdal.org/formats_list.html">http://www.gdal.org/formats_list.html</a><p>
-Selected formats of more than 80 supported formats:
+Selected formats of the more than 80 supported formats:
<div class="code"><pre>
Long Format Name Code Creation Georeferencing Maximum File Size
@@ -101,7 +101,7 @@
<p>Support for GCPs: In case the image contains GCPs they are written to a
POINTS file within an imagery group. They can directly be used for
-<a href=i.rectify.html>i.rectify</a>. The <b>target</b> option allows to
+<a href=i.rectify.html>i.rectify</a>. The <b>target</b> option allows you to
automatically re-project the GCPs from their own projection into another
projection read from the PROJ_INFO file of the location name
<b>target</b>.
Modified: grass/trunk/raster/r.region/r.region.html
===================================================================
--- grass/trunk/raster/r.region/r.region.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/raster/r.region/r.region.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -6,7 +6,7 @@
<kbd>windows</kbd> directory in the user's current mapset), a raster
or vector map, or a 3dview file.
<p>
-The <b>align</b> parameter allows to set the current resolution equal to
+The <b>align</b> parameter sets the current resolution equal to
that of the named raster map, and align the boundaries to a row and column
edge in the named map. Alignment only moves the existing boundaries outward
to the edges of the next nearest cell in the named raster map -- not to the
Modified: grass/trunk/scripts/v.db.join/v.db.join.py
===================================================================
--- grass/trunk/scripts/v.db.join/v.db.join.py 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/scripts/v.db.join/v.db.join.py 2013-04-18 05:38:39 UTC (rev 55862)
@@ -15,7 +15,7 @@
#############################################################################
#%module
-#% description: Allows to join a table to a vector map table.
+#% description: Joins a database table to a vector map table.
#% keywords: vector
#% keywords: attribute table
#% keywords: database
Modified: grass/trunk/scripts/v.db.update/v.db.update.html
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/scripts/v.db.update/v.db.update.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -1,15 +1,17 @@
<h2>DESCRIPTION</h2>
-<em>v.db.update</em> allows to assign a new value to a column in the
+<em>v.db.update</em> assigns a new value to a column in the
attribute table connected to a given map. Alternatively, values can be
copied from another column in the table.
+
<h2>NOTES</h2>
<em>v.db.update</em> is just a front-end to <em>db.execute</em> to
allow easier usage.
<p>For complex SQL UPDATE statements, <em>db.execute</em> should be used.
+
<h2>EXAMPLES</h2>
In this example, selectively display lakes without (blue) and with
@@ -52,6 +54,7 @@
where="z_value <> 'N/A'"
</pre></div>
+
<h2>SEE ALSO</h2>
<em>
@@ -70,4 +73,5 @@
Moritz Lennert (mlennert at club.worldonline.be)
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
Modified: grass/trunk/scripts/v.db.update/v.db.update.py
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.py 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/scripts/v.db.update/v.db.update.py 2013-04-18 05:38:39 UTC (rev 55862)
@@ -16,7 +16,7 @@
#############################################################################
#%module
-#% description: Allows to update a column in the attribute table connected to a vector map.
+#% description: Updates a column in the attribute table connected to a vector map.
#% keywords: vector
#% keywords: attribute table
#% keywords: database
Modified: grass/trunk/vector/v.what/v.what.html
===================================================================
--- grass/trunk/vector/v.what/v.what.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/vector/v.what/v.what.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -4,9 +4,10 @@
Outputs the category number value(s) associated with user-specified location(s)
in user-specified vector map layer(s). This module was derived from the
<em>d.what.vect</em> module by removing all interactive code and
-modification of the output for easy parsing. Using the <em>-g</em> flag permits to
-generate script style output which is easily parsable.
-<p>This module always reports standard acres, even when the location uses
+modification of the output for easy parsing. Using the <em>-g</em> flag
+generates script-style output which is easily parsable.
+<p>
+This module always reports standard acres, even when the location uses
US Survey feet as the map unit.
@@ -28,4 +29,5 @@
Trevor Wiens<br>
Edmonton, Alberta, Canada
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
Modified: grass/trunk/vector/vectorintro.html
===================================================================
--- grass/trunk/vector/vectorintro.html 2013-04-17 21:57:05 UTC (rev 55861)
+++ grass/trunk/vector/vectorintro.html 2013-04-18 05:38:39 UTC (rev 55862)
@@ -98,7 +98,7 @@
The <a href="v.type.html">v.type</a> module can be used to convert
between vector types if
possible. The <a href="v.build.html">v.build</a> module is used to
-generate topology. It optionally allows to extract the erroneous
+generate topology. It optionally allows the user to extract erroneous
vector objects into a separate map. Topological errors can be
corrected either manually
within <a href="wxGUI.Vector_Digitizer.html">wxGUI vector
More information about the grass-commit
mailing list