[GRASS-SVN] r48106 - in grass/trunk/scripts: r.in.aster r.plane
v.db.join wxpyimgview
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 4 06:36:58 EDT 2011
Author: neteler
Date: 2011-09-04 03:36:57 -0700 (Sun, 04 Sep 2011)
New Revision: 48106
Modified:
grass/trunk/scripts/r.in.aster/r.in.aster.html
grass/trunk/scripts/r.plane/r.plane.html
grass/trunk/scripts/v.db.join/v.db.join.html
grass/trunk/scripts/wxpyimgview/wxpyimgview.html
Log:
HTML updated
Modified: grass/trunk/scripts/r.in.aster/r.in.aster.html
===================================================================
--- grass/trunk/scripts/r.in.aster/r.in.aster.html 2011-09-04 10:17:03 UTC (rev 48105)
+++ grass/trunk/scripts/r.in.aster/r.in.aster.html 2011-09-04 10:36:57 UTC (rev 48106)
@@ -1,4 +1,4 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
<em>r.in.aster</em> rectifies, georeferences, and imports Terra-ASTER imagery
to current location using gdalwarp, hdf 4, and r.in.gdal, using projection parameters
@@ -13,10 +13,12 @@
<h2>NOTES</h2>
-<em>r.in.aster</em> requires gdal to be in the user's path and the hdf 4 to be installed. Gdal must be compiled with hdf support.
+<em>r.in.aster</em> requires GDAL library to be in the user's path and the hdf 4 driver
+to be installed. The GDAL library must be compiled with hdf support.
<h2>AUTHORS</h2>
Michael Barton, Arizona State University and Paul Kelly
-<p><i>Last changed: $Date: 2004/12/20</i>
+<p><i>Last changed: $Date$</i>
+
Modified: grass/trunk/scripts/r.plane/r.plane.html
===================================================================
--- grass/trunk/scripts/r.plane/r.plane.html 2011-09-04 10:17:03 UTC (rev 48105)
+++ grass/trunk/scripts/r.plane/r.plane.html 2011-09-04 10:36:57 UTC (rev 48106)
@@ -1,37 +1,38 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
-
-<EM>r.plane</EM> creates a tilted plane raster map given user-specified
+<em>r.plane</em> creates a tilted plane raster map given user-specified
parameters for inclination, azimuth, and the geographic location of a
-point on the plane.<BR>
+point on the plane.<br>
The angle orientations of the <em>azimuth</em> parameter increase counter-clockwise,
i.e., 0 degree = N, 45 degree = NW, 90 degree = W etc.
-<P>
+<p>
Increasing values of the <em>dip</em> parameter progressively lower (or dip) the northern
half of the plane, and incline the southern half, assuming the <em>azimuth</em> parameter
is held constant at 0 degrees.
-<H2>NOTES</H2>
+<h2>NOTES</h2>
<tt>g.region -c</tt> provides the easting and northing coordinates for
the center of the current region.
-<P>
+<p>
<em>int</em> maps take less disk space than <em>float</em>s, which in turn
take up less space than <em>double</em>s (but can be less exact).
-<H2>EXAMPLE</H2>
+<h2>EXAMPLE</h2>
-A tilted plane in the Spearfish region:
+A tilted plane in the North Carolina sample dataset region:
<div class="code"><pre>
-r.plane myplane45 dip=45 az=90 east=599490 north=4920855 \
+g.region -d
+g.region -c
+r.plane myplane45 dip=45 az=90 east=527500.0 north=165000.0 \
elev=1000 type=float
</pre></div>
+<h2>AUTHOR</h2>
-<H2>AUTHOR</H2>
-
Unknown<br>
Updated to GRASS 5.7 by Michael Barton, Arizona State University
-<p><i>Last changed: $Date$</i></p>
+
+<p><i>Last changed: $Date$</i>
Modified: grass/trunk/scripts/v.db.join/v.db.join.html
===================================================================
--- grass/trunk/scripts/v.db.join/v.db.join.html 2011-09-04 10:17:03 UTC (rev 48105)
+++ grass/trunk/scripts/v.db.join/v.db.join.html 2011-09-04 10:36:57 UTC (rev 48106)
@@ -66,10 +66,12 @@
<h2>SEE ALSO</h2>
-<em><a HREF="db.execute.html">db.execute</a></em>,
-<em><a HREF="db.in.ogr.html">db.in.ogr</a></em>,
-<em><a HREF="v.db.update.html">v.db.update</a></em><br>
-<em><a href="sql.html">GRASS SQL interface</a></em>
+<em>
+<a HREF="db.execute.html">db.execute</a>,
+<a HREF="db.in.ogr.html">db.in.ogr</a>,
+<a HREF="v.db.update.html">v.db.update</a><br>
+<a href="sql.html">GRASS SQL interface</a>
+</em>
<h2>AUTHOR</h2>
Modified: grass/trunk/scripts/wxpyimgview/wxpyimgview.html
===================================================================
--- grass/trunk/scripts/wxpyimgview/wxpyimgview.html 2011-09-04 10:17:03 UTC (rev 48105)
+++ grass/trunk/scripts/wxpyimgview/wxpyimgview.html 2011-09-04 10:36:57 UTC (rev 48106)
@@ -14,7 +14,7 @@
<h2>SEE ALSO</h2>
<em>
-<a href="pngdriver.html">PNG driver</a>
+<a href="pngdriver.html">PNG driver</a>,
<a href="cairodriver.html">cairo driver</a>
</em>
More information about the grass-commit
mailing list