[GRASS-SVN] r50211 - in grass/trunk: raster/r.proj vector/v.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 16 03:17:13 EST 2012
Author: hamish
Date: 2012-01-16 00:17:12 -0800 (Mon, 16 Jan 2012)
New Revision: 50211
Modified:
grass/trunk/raster/r.proj/r.proj.html
grass/trunk/vector/v.proj/v.proj.html
Log:
merge parameter name fixes/info from devbr6
Modified: grass/trunk/raster/r.proj/r.proj.html
===================================================================
--- grass/trunk/raster/r.proj/r.proj.html 2012-01-16 08:13:29 UTC (rev 50210)
+++ grass/trunk/raster/r.proj/r.proj.html 2012-01-16 08:17:12 UTC (rev 50211)
@@ -135,8 +135,22 @@
<p><em>r.proj</em> supports general datum transformations, making use of
the <em>PROJ.4</em> co-ordinate system translation library.
+
<h2>NOTES</h2>
+If <b>output</b> is not specified it is set to be the same as input map
+name.
+
+<br>
+If <b>mapset</b> is not specified, its name is assumed to be the same
+as the current mapset's name.
+
+<br>
+If <b>dbase</b> is not specified it is assumed to be the current
+database. The user only has to specify <b>dbase</b> if the source
+location is stored in another separate GRASS database.
+
+<p>
To avoid excessive time consumption when reprojecting a map the region
and resolution of the target location should be set appropriately
beforehand.
Modified: grass/trunk/vector/v.proj/v.proj.html
===================================================================
--- grass/trunk/vector/v.proj/v.proj.html 2012-01-16 08:13:29 UTC (rev 50210)
+++ grass/trunk/vector/v.proj/v.proj.html 2012-01-16 08:17:12 UTC (rev 50211)
@@ -9,18 +9,20 @@
<h2>NOTES</h2>
-If <b>out</b> is not specified it is set to be the same as input map name.
+If <b>output</b> is not specified it is set to be the same as input map
+name.
<br>
-If <b>dbase</b> is not specified it is assumed to be the current database.
-The user only has to specify <b>dbase</b> if the source location is stored
-in another separate GRASS database.
+If <b>mapset</b> is not specified, its name is assumed to be the same
+as the current mapset's name.
<br>
-If <b>set</b> is not specified, its name is assumed to be the same as the current
- mapset's name.
+If <b>dbase</b> is not specified it is assumed to be the current
+database. The user only has to specify <b>dbase</b> if the source
+location is stored in another separate GRASS database.
-<p><em>v.proj</em> supports general datum transformations, making use of the
+<p>
+<em>v.proj</em> supports general datum transformations, making use of the
<em>PROJ.4</em> co-ordinate system translation library.
<p>When projecting into a latlon location, east coordinates are wrapped
More information about the grass-commit
mailing list