[GRASS-SVN] r50210 - in grass/branches/releasebranch_6_4: raster/r.proj vector/v.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 16 03:13:29 EST 2012


Author: hamish
Date: 2012-01-16 00:13:29 -0800 (Mon, 16 Jan 2012)
New Revision: 50210

Modified:
   grass/branches/releasebranch_6_4/raster/r.proj/description.html
   grass/branches/releasebranch_6_4/vector/v.proj/description.html
Log:
merge parameter name fixes/info from devbr6

Modified: grass/branches/releasebranch_6_4/raster/r.proj/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.proj/description.html	2012-01-16 08:11:11 UTC (rev 50209)
+++ grass/branches/releasebranch_6_4/raster/r.proj/description.html	2012-01-16 08:13:29 UTC (rev 50210)
@@ -133,6 +133,19 @@
 
 <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.
 A simple way to do this is to generate a vector "box" map of the region in  

Modified: grass/branches/releasebranch_6_4/vector/v.proj/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.proj/description.html	2012-01-16 08:11:11 UTC (rev 50209)
+++ grass/branches/releasebranch_6_4/vector/v.proj/description.html	2012-01-16 08:13:29 UTC (rev 50210)
@@ -9,16 +9,17 @@
 
 <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



More information about the grass-commit mailing list