[GRASS-SVN] r60275 - grass/branches/releasebranch_6_4/vector/v.vol.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 16 13:20:46 PDT 2014
Author: neteler
Date: 2014-05-16 13:20:46 -0700 (Fri, 16 May 2014)
New Revision: 60275
Modified:
grass/branches/releasebranch_6_4/vector/v.vol.rst/dataoct.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/description.html
grass/branches/releasebranch_6_4/vector/v.vol.rst/oct.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/user1.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/user2.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/user3.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/user4.c
grass/branches/releasebranch_6_4/vector/v.vol.rst/vector.c
Log:
v.vol.rst: manual cosmetics; header cosmetics
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/dataoct.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/dataoct.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/dataoct.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/description.html 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/description.html 2014-05-16 20:20:46 UTC (rev 60275)
@@ -147,10 +147,11 @@
<p>
<i>Example
- (based on <a href="http://www.grassbook.org/data_menu2nd.phtml">Slovakia3d dataset</a>):</i>
+ (based on <a href="http://www.grassbook.org/data_menu2nd.php">Slovakia3d dataset</a>):</i>
<p>
<div class="code"><pre>
v.info -c precip3d
+g.region n=5530000 s=5275000 w=4186000 e=4631000 res=500 -p
v.vol.rst -c input=precip3d wcolumn=precip zmult=50 segmax=700 cvdev=cvdevmap tension=10
v.db.select cvdevmap
v.univar cvdevmap col=flt1 type=point
@@ -276,33 +277,38 @@
Springer-Verlag, New York, pp. 6-94.
<h2>SEE ALSO</h2>
+
+<em>
<a href="g.region.html">g.region</a>,
<a href="v.in.ascii.html">v.in.ascii</a>,
<a href="r3.mask.html">r3.mask</a>,
<a href="v.in.db.html">v.in.db</a>,
<a href="v.surf.rst.html">v.surf.rst</a>,
<a href="v.univar.html">v.univar</a>
+</em>
<h2>AUTHOR</h2>
-<p>Original version of program (in FORTRAN) and GRASS enhancements: <br>
+
+Original version of program (in FORTRAN) and GRASS enhancements: <br>
Lubos Mitas, NCSA, University of Illinois at Urbana-Champaign,
Illinois, USA, since 2000 at Department of Physics,
North Carolina State University, Raleigh, USA
-<a href="mailto:lubos_mitas at ncsu.edu">lubos_mitas at ncsu.edu</a><br>
+<a href="mailto:lubos_mitas at ncsu.edu">lubos_mitas at ncsu.edu</a>
+<br>
Helena Mitasova, Department of Marine, Earth and Atmospheric Sciences,
-North Carolina State University, Raleigh, USA, <a
- href="mailto:hmitaso at unity.ncsu.edu">hmitaso at unity.ncsu.edu</a>
-<p>Modified program (translated to C, adapted for GRASS, new
+North Carolina State University, Raleigh, USA,
+<a href="mailto:hmitaso at unity.ncsu.edu">hmitaso at unity.ncsu.edu</a>
+<p>
+Modified program (translated to C, adapted for GRASS, new
segmentation procedure): <br>
Irina Kosinovsky, US Army CERL, Champaign, Illinois, USA <br>
Dave Gerdes, US Army CERL, Champaign, Illinois, USA
-<p>Modifications for g3d library, geometric parameters,
+<p>
+Modifications for g3d library, geometric parameters,
cross-validation, deviations: <br>
Jaro Hofierka, Department of Geography and Regional Development,
-University of Presov, Presov, Slovakia, <a
- href="MAILTO:hofierka at fhpv.unipo.sk">hofierka at fhpv.unipo.sk</a>, <a
- href="http://www.geomodel.sk">http://www.geomodel.sk</a> <br>
-
+University of Presov, Presov, Slovakia,
+<a href="mailto:hofierka at fhpv.unipo.sk">hofierka at fhpv.unipo.sk</a>,
+<a href="http://www.geomodel.sk">http://www.geomodel.sk</a>
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/oct.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/oct.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/oct.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/user1.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/user1.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/user1.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s/v.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s/v.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/user2.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/user2.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/user2.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/user3.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/user3.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/user3.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/user4.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/user4.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/user4.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
@@ -21,8 +21,8 @@
* I. Kosinovsky, D. Gerdes, J. Hofierka
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
*****************************************************************************/
Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/vector.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/vector.c 2014-05-16 20:19:32 UTC (rev 60274)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/vector.c 2014-05-16 20:20:46 UTC (rev 60275)
@@ -1,7 +1,7 @@
/*
****************************************************************************
*
- * MODULE: s.vol.rst: program for 3D(volume) interpolation and geometry
+ * MODULE: v.vol.rst: program for 3D (volume) interpolation and geometry
* analysis from scattered point data using regularized spline
* with tension
*
@@ -11,9 +11,9 @@
* GRASS 4.2, GRASS 5.0 version and modifications:
* H. Mitasova, I. Kosinovsky, D. Gerdes, J. Hofierka
*
- * PURPOSE: s.vol.rst interpolates the values to 3-dimensional grid from
+ * PURPOSE: v.vol.rst interpolates the values to 3-dimensional grid from
* point data (climatic stations, drill holes etc.) given in a
- * sites file named input. Output grid3 file is elev.
+ * 3D vector point input. Output grid3 file is elev.
* Regularized spline with tension is used for the
* interpolation.
*
More information about the grass-commit
mailing list