[GRASS-SVN] r64606 - in grass/trunk: gui/wxpython/animation gui/wxpython/docs gui/wxpython/gcp gui/wxpython/gmodeler gui/wxpython/mapdisp gui/wxpython/timeline include/vect lib/arraystats lib/init lib/python/pydispatch raster/r.horizon raster/r.in.lidar raster/r.li raster/r.regression.multi scripts/d.shade scripts/db.droptable scripts/r.in.wms scripts/r.unpack scripts/v.krige scripts/v.unpack temporal/t.support vector/v.colors vector/v.in.db vector/v.in.lidar vector/v.out.postgis vector/v.vol.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 13 07:14:07 PST 2015
Author: martinl
Date: 2015-02-13 07:14:07 -0800 (Fri, 13 Feb 2015)
New Revision: 64606
Modified:
grass/trunk/gui/wxpython/animation/data.py
grass/trunk/gui/wxpython/animation/dialogs.py
grass/trunk/gui/wxpython/animation/toolbars.py
grass/trunk/gui/wxpython/docs/wxGUI.iscatt.html
grass/trunk/gui/wxpython/gcp/g.gui.gcp.py
grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.py
grass/trunk/gui/wxpython/mapdisp/test_mapdisp.py
grass/trunk/gui/wxpython/timeline/g.gui.timeline.py
grass/trunk/include/vect/dig_structs.h
grass/trunk/lib/arraystats/arraystatslib.dox
grass/trunk/lib/init/variables.html
grass/trunk/lib/python/pydispatch/signal.py
grass/trunk/raster/r.horizon/r.horizon.html
grass/trunk/raster/r.in.lidar/r.in.lidar.html
grass/trunk/raster/r.li/r.li.html
grass/trunk/raster/r.regression.multi/r.regression.multi.html
grass/trunk/scripts/d.shade/d.shade.html
grass/trunk/scripts/db.droptable/db.droptable.html
grass/trunk/scripts/r.in.wms/wms_drv.py
grass/trunk/scripts/r.unpack/r.unpack.html
grass/trunk/scripts/v.krige/v.krige.html
grass/trunk/scripts/v.unpack/v.unpack.html
grass/trunk/temporal/t.support/t.support.html
grass/trunk/vector/v.colors/v.colors.html
grass/trunk/vector/v.in.db/v.in.db.html
grass/trunk/vector/v.in.lidar/v.in.lidar.html
grass/trunk/vector/v.out.postgis/v.out.postgis.html
grass/trunk/vector/v.vol.rst/README
Log:
Fix 'allows to' typo, replace with 'allows <word>ing'
(author: Bas Couwenberg)
(see http://anonscm.debian.org/cgit/pkg-grass/grass.git/)
Modified: grass/trunk/gui/wxpython/animation/data.py
===================================================================
--- grass/trunk/gui/wxpython/animation/data.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/animation/data.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -270,7 +270,7 @@
class AnimLayer(Layer):
- """Animation layer allows to add either space-time dataset
+ """Animation layer allows adding either space-time dataset
or series of maps."""
def __init__(self):
Layer.__init__(self)
Modified: grass/trunk/gui/wxpython/animation/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/animation/dialogs.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/animation/dialogs.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -1204,7 +1204,7 @@
class AnimSimpleLayerManager(SimpleLayerManager):
"""Simple layer manager for animation tool.
- Allows to add space-time dataset or series of maps.
+ Allows adding space-time dataset or series of maps.
"""
def __init__(self, parent, layerList,
lmgrStyle=SIMPLE_LMGR_RASTER | SIMPLE_LMGR_VECTOR |
Modified: grass/trunk/gui/wxpython/animation/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/animation/toolbars.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/animation/toolbars.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -226,7 +226,7 @@
class AnimSimpleLmgrToolbar(SimpleLmgrToolbar):
"""Simple layer manager toolbar for animation tool.
- Allows to add space-time dataset or series of maps.
+ Allows adding space-time dataset or series of maps.
"""
def __init__(self, parent, lmgrStyle):
SimpleLmgrToolbar.__init__(self, parent, lmgrStyle)
Modified: grass/trunk/gui/wxpython/docs/wxGUI.iscatt.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.iscatt.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/docs/wxGUI.iscatt.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -3,7 +3,7 @@
<h2>DESCRIPTION</h2>
-<b>Interactive Scatter Plot Tool</b> allows to analyze group of raster
+<b>Interactive Scatter Plot Tool</b> allows analyzing group of raster
maps. The tool is integrated into <em><a href="wxGUI.iclass.html">
Supervised Classification Tool</a></em> (see the screen shot bellow).
Also it is possible to launch it from Map Display Window (<tt>Analyze map
Modified: grass/trunk/gui/wxpython/gcp/g.gui.gcp.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/g.gui.gcp.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/gcp/g.gui.gcp.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -20,7 +20,7 @@
############################################################################
#%module
-#% description: Georectifies a map and allows to manage Ground Control Points.
+#% description: Georectifies a map and allows managing Ground Control Points.
#% keyword: general
#% keyword: GUI
#% keyword: georectification
Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -20,7 +20,7 @@
#%module
#% label: Graphical Modeler.
-#% description: Allows to interactively create, edit and manage models.
+#% description: Allows interactively creating, editing and managing models.
#% keyword: general
#% keyword: GUI
#% keyword: graphical modeler
Modified: grass/trunk/gui/wxpython/mapdisp/test_mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/test_mapdisp.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/mapdisp/test_mapdisp.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -20,7 +20,7 @@
############################################################################
#%module
-#% description: Georectifies a map and allows to manage Ground Control Points.
+#% description: Georectifies a map and allows managing Ground Control Points.
#% keyword: general
#% keyword: GUI
#% keyword: georectification
Modified: grass/trunk/gui/wxpython/timeline/g.gui.timeline.py
===================================================================
--- grass/trunk/gui/wxpython/timeline/g.gui.timeline.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/gui/wxpython/timeline/g.gui.timeline.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -20,7 +20,7 @@
############################################################################
#%module
-#% description: Allows to compare temporal datasets by displaying their temporal extents in a plot.
+#% description: Allows comparing temporal datasets by displaying their temporal extents in a plot.
#% keyword: general
#% keyword: GUI
#% keyword: temporal
Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/include/vect/dig_structs.h 2015-02-13 15:14:07 UTC (rev 64606)
@@ -502,7 +502,7 @@
/*!
\brief Cache type
- Currenly used only by PostGIS Topology which allows to cache the
+ Currenly used only by PostGIS Topology which allows caching the
whole map (CACHE_MAP) */
int ctype;
};
Modified: grass/trunk/lib/arraystats/arraystatslib.dox
===================================================================
--- grass/trunk/lib/arraystats/arraystatslib.dox 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/lib/arraystats/arraystatslib.dox 2015-02-13 15:14:07 UTC (rev 64606)
@@ -30,7 +30,7 @@
identical to a specific observation. It is thus necessary to decide to
which class these observations should be attributed. It seems logical to
prefer the densest, i.e. the one with the strongest slope. The
-automatisation of this method allows to distinguish classes with high
+automatisation of this method allows distinguishing classes with high
frequencies from those with low frequencies, but also to introduce
subtleties and to delimit transition classes.
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/lib/init/variables.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -91,7 +91,7 @@
modules extra to the standard distribution.</dd>
<dt>GRASS_ADDON_BASE</dt>
- <dd>[grass startup script]<br> allows to specify additional GISBASE
+ <dd>[grass startup script]<br> allows specifying additional GISBASE
for local GRASS modules (normally installed as GRASS Addons
by <tt>g.extension</tt> module) extra to standard
distribution. The default on GNU/Linux
Modified: grass/trunk/lib/python/pydispatch/signal.py
===================================================================
--- grass/trunk/lib/python/pydispatch/signal.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/lib/python/pydispatch/signal.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -230,9 +230,9 @@
# TODO: remove args?
def __call__(self, *args, **kwargs):
- """Allows to emit signal with function call syntax.
+ """Allows emitting signal with function call syntax.
- It allows to handle signal as a function or other callable object.
+ It allows handling signal as a function or other callable object.
So, the signal can be in the list of fuctions or can be connected as
a handler for another signal.
However, it is strongly recommended to use emit method for direct
Modified: grass/trunk/raster/r.horizon/r.horizon.html
===================================================================
--- grass/trunk/raster/r.horizon/r.horizon.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/raster/r.horizon/r.horizon.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -100,7 +100,7 @@
is the angle in degrees with the direction. If you use <b>r.horizon</b>
in the single point mode this option will be ignored.
-<p>The <i>output</i> parameter allows to save the resulting horizon
+<p>The <i>output</i> parameter allows saving the resulting horizon
angles in a comma separated ASCII file (single point mode only). If
you use <b>r.horizon</b> in the raster map mode this option will be ignored.
Modified: grass/trunk/raster/r.in.lidar/r.in.lidar.html
===================================================================
--- grass/trunk/raster/r.in.lidar/r.in.lidar.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/raster/r.in.lidar/r.in.lidar.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -89,12 +89,12 @@
used to obtain a digital surface model (DSM) where e.g. canopy cover is
represented. The last return values can be used to obtain a digital
terrain model (DTM) where e.g. the forest floor instead of canopy
-cover is represented. The <b>return_filter</b> option allows to select one of
+cover is represented. The <b>return_filter</b> option allows selecting one of
first, mid, or last returns.
<p>
LiDAR points can be already classified into standardized classes. For example,
class number 2 represents ground (for other classes see LAS format specification
-in references). The <b>class_filter</b> option allows to select one or more
+in references). The <b>class_filter</b> option allows selecting one or more
classes, as numbers (integers) separated by comma.
<p>
The default map <b>type</b>=<tt>FCELL</tt> is intended as compromise between
Modified: grass/trunk/raster/r.li/r.li.html
===================================================================
--- grass/trunk/raster/r.li/r.li.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/raster/r.li/r.li.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -32,7 +32,7 @@
<ol>
<li>run <em>g.gui.rlisetup</em>: create a configuration file selecting
- the parts of raster map to be analyzed. This file allows to re-run
+ the parts of raster map to be analyzed. This file allows re-running
an analysis easily. It is stored on Windows in the directory <tt>C:\Users\userxy\AppData\Roaming\GRASS7\r.li\</tt>, on GNU/Linux in
<tt>$HOME/.grass7/r.li/</tt>. <!-- TODO: and Mac OSX? -->
Modified: grass/trunk/raster/r.regression.multi/r.regression.multi.html
===================================================================
--- grass/trunk/raster/r.regression.multi/r.regression.multi.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/raster/r.regression.multi/r.regression.multi.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -47,7 +47,7 @@
by the current explaining variable after taking into consideration all
the other explaining variables.
<p>
-The F score for each explaining variable allows to test if the inclusion
+The F score for each explaining variable allows testing if the inclusion
of this variable significantly increases the explaining power of the
model, relative to the global model excluding this explaining variable.
That means that the F value for a given explaining variable is only
Modified: grass/trunk/scripts/d.shade/d.shade.html
===================================================================
--- grass/trunk/scripts/d.shade/d.shade.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/d.shade/d.shade.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -7,7 +7,7 @@
used including categorical raster maps.
<p>
-The advantage of this module is that it allows to visualize the shaded map
+The advantage of this module is that it allows visualizing the shaded map
without a need to create a new raster which would combine both.
Comparing to creating shaded relief as semi-transparent overlay on
the color raster map, this module gives result with more saturated colors.
Modified: grass/trunk/scripts/db.droptable/db.droptable.html
===================================================================
--- grass/trunk/scripts/db.droptable/db.droptable.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/db.droptable/db.droptable.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -31,7 +31,7 @@
<h3>Removing an attribute table from given database</h3>
-<em>db.droptable</em> allows to define optionally <b>driver</b>
+<em>db.droptable</em> allows defining optionally <b>driver</b>
and <b>database</b> options different from default connection settings
(<tt>db.connect -p</tt>).
Modified: grass/trunk/scripts/r.in.wms/wms_drv.py
===================================================================
--- grass/trunk/scripts/r.in.wms/wms_drv.py 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/r.in.wms/wms_drv.py 2015-02-13 15:14:07 UTC (rev 64606)
@@ -585,7 +585,7 @@
return best_t_mat
def _getMetersPerUnit(self):
- """!Get coefficient which allows to convert units of request projection into meters.
+ """!Get coefficient which allows converting units of request projection into meters.
"""
if self.meters_per_unit:
return self.meters_per_unit
Modified: grass/trunk/scripts/r.unpack/r.unpack.html
===================================================================
--- grass/trunk/scripts/r.unpack/r.unpack.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/r.unpack/r.unpack.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>r.unpack</em> allows to unpack raster maps packed by <em><a href="r.pack.html">r.pack</a></em>.
+<em>r.unpack</em> allows unpacking raster maps packed by <em><a href="r.pack.html">r.pack</a></em>.
<h2>NOTES</h2>
Modified: grass/trunk/scripts/v.krige/v.krige.html
===================================================================
--- grass/trunk/scripts/v.krige/v.krige.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/v.krige/v.krige.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>v.krige</em> allows to perform kriging operations in GRASS
+<em>v.krige</em> allows performing kriging operations in GRASS
environment, using R software functions in background.
Modified: grass/trunk/scripts/v.unpack/v.unpack.html
===================================================================
--- grass/trunk/scripts/v.unpack/v.unpack.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/scripts/v.unpack/v.unpack.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>v.unpack</em> allows to unpack vector maps packed by <em><a href="v.pack.html">v.pack</a></em>.
+<em>v.unpack</em> allows unpacking vector maps packed by <em><a href="v.pack.html">v.pack</a></em>.
<h2>NOTES</h2>
Modified: grass/trunk/temporal/t.support/t.support.html
===================================================================
--- grass/trunk/temporal/t.support/t.support.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/temporal/t.support/t.support.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -4,7 +4,7 @@
<p>
The title, description and the semantic type can be modified.
<p>
-The flag <em>-u</em> allows to update the STDS metadata from registered
+The flag <em>-u</em> allows updating the STDS metadata from registered
map layers. This is useful in case the map layers have been modified
without using temporal commands.
<p>
Modified: grass/trunk/vector/v.colors/v.colors.html
===================================================================
--- grass/trunk/vector/v.colors/v.colors.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/vector/v.colors/v.colors.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>v.colors</em> allows to create or modify color table associated
+<em>v.colors</em> allows creating or modifying color table associated
with a vector map similarly
to <em><a href="r.colors.html">r.colors</a></em> for raster maps.
Modified: grass/trunk/vector/v.in.db/v.in.db.html
===================================================================
--- grass/trunk/vector/v.in.db/v.in.db.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/vector/v.in.db/v.in.db.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -6,7 +6,7 @@
<h2>NOTES</h2>
If GRASS comes with <a href="grass-ogr.html">OGR</a> support
-than <em>v.in.db</em> allows to import data from different input
+than <em>v.in.db</em> allows importing data from different input
files, eg. CSV or MS Excel (assuming that GDAL/OGR library is compiled
with this support).
Modified: grass/trunk/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/trunk/vector/v.in.lidar/v.in.lidar.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/vector/v.in.lidar/v.in.lidar.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -19,12 +19,12 @@
used to obtain a digital surface model (DSM) where e.g. canopy cover is
represented. The last return values can be used to obtain a digital
terrain model (DTM) where e.g. the forest floor instead of canopy
-cover is represented. The <b>return_filter</b> option allows to select one of
+cover is represented. The <b>return_filter</b> option allows selecting one of
first, mid, or last returns.
<p>
LiDAR points can be already classified into standardized classes. For example,
class number 2 represents ground (for other classes see LAS format specification
-in references). The <b>class_filter</b> option allows to select one or more
+in references). The <b>class_filter</b> option allows selecting one or more
classes, as numbers (integers) separated by comma.
<h2>Location Creation</h2>
Modified: grass/trunk/vector/v.out.postgis/v.out.postgis.html
===================================================================
--- grass/trunk/vector/v.out.postgis/v.out.postgis.html 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/vector/v.out.postgis/v.out.postgis.html 2015-02-13 15:14:07 UTC (rev 64606)
@@ -93,7 +93,7 @@
category are exported as multiple singe features.
<p>
-<em>v.out.postgis</em> also allows to export vector features as
+<em>v.out.postgis</em> also allows exporting vector features as
<em>topological elements</em>
in <a href="http://postgis.refractions.net/docs/Topology.html">PostGIS
Topology</a> schema. PostGIS Topology extension uses three tables to
@@ -218,7 +218,7 @@
<h3>Export data without attributes</h3>
-<em>v.out.postgis</em> allows to ignore attributes when exporting
+<em>v.out.postgis</em> allows ignoring attributes when exporting
vector features by specifying <b>-t</b> flag.
Command bellow exports vector features without attributes. The feature
@@ -231,7 +231,7 @@
<h3>Export topological data</h3>
By default <em>v.out.postgis</em> exports data as simple
-features. Flag <b>-l</b> allows to export data as topological elements
+features. Flag <b>-l</b> allows exporting data as topological elements
instead of simple features. Export topological elements is stored in
<a href="http://postgis.refractions.net/docs/Topology.html">PostGIS
Topology</a> schema.
Modified: grass/trunk/vector/v.vol.rst/README
===================================================================
--- grass/trunk/vector/v.vol.rst/README 2015-02-13 14:05:52 UTC (rev 64605)
+++ grass/trunk/vector/v.vol.rst/README 2015-02-13 15:14:07 UTC (rev 64606)
@@ -22,7 +22,7 @@
including 3D topo parameters, and 2nd RST derivatives
12/07/00 (MN) - added field selection parameter for sites lists
- (allows to select column in site_lists)
+ (allows selecting column in site_lists)
copied from Mark 15.may.1996,
just a beta version, not fully tested
More information about the grass-commit
mailing list