[GRASS-SVN] r55788 - in grass/trunk: imagery/i.atcorr raster/r.sun raster3d/r3.gwflow
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 14 02:48:27 PDT 2013
Author: neteler
Date: 2013-04-14 02:48:27 -0700 (Sun, 14 Apr 2013)
New Revision: 55788
Modified:
grass/trunk/imagery/i.atcorr/i.atcorr.html
grass/trunk/raster/r.sun/r.sun.html
grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
Log:
HTML cosmetics
Modified: grass/trunk/imagery/i.atcorr/i.atcorr.html
===================================================================
--- grass/trunk/imagery/i.atcorr/i.atcorr.html 2013-04-14 09:47:38 UTC (rev 55787)
+++ grass/trunk/imagery/i.atcorr/i.atcorr.html 2013-04-14 09:48:27 UTC (rev 55788)
@@ -628,7 +628,7 @@
need to be replaced with their related values):
<div class="code"><pre>
-r.mapcalc "lsat7_2002_40_rad=((241.1 - (-5.1)) / (255.0 - 1.0)) * (lsat7_2002_40 - 1.0) + (-5.1)"
+r.mapcalc "lsat7_2002_40_rad = ((241.1 - (-5.1)) / (255.0 - 1.0)) * (lsat7_2002_40 - 1.0) + (-5.1)"
</pre></div>
Modified: grass/trunk/raster/r.sun/r.sun.html
===================================================================
--- grass/trunk/raster/r.sun/r.sun.html 2013-04-14 09:47:38 UTC (rev 55787)
+++ grass/trunk/raster/r.sun/r.sun.html 2013-04-14 09:48:27 UTC (rev 55788)
@@ -215,7 +215,7 @@
latlon location, such a map can be easily made with:
<div class="code"><pre>
-r.mapcalc lon_raster='x()'
+r.mapcalc "lon_raster = x()"
</pre></div>
END OF WE DON'T KNOW
Modified: grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
===================================================================
--- grass/trunk/raster3d/r3.gwflow/r3.gwflow.html 2013-04-14 09:47:38 UTC (rev 55787)
+++ grass/trunk/raster3d/r3.gwflow/r3.gwflow.html 2013-04-14 09:48:27 UTC (rev 55788)
@@ -74,7 +74,7 @@
<div class="code"><pre>
# set the region accordingly
-g.region res=25 res3=25 t=100 b=0 n=1000 s=0 w=0 e=1000 -p
+g.region res=25 res3=25 t=100 b=0 n=1000 s=0 w=0 e=1000 -p3
#now create the input raster maps for a confined aquifer
r3.mapcalc expression="phead = if(row() == 1 && depth() == 4, 50, 40)"
More information about the grass-commit
mailing list