Просмотр исходного кода

more see also for lidar modules

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69219 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 лет назад
Родитель
Сommit
58069c5914

+ 2 - 2
vector/v.in.lidar/v.in.lidar.html

@@ -128,8 +128,8 @@ available at
 <a href="r.in.lidar.html">r.in.lidar</a>,
 <a href="r3.in.lidar.html">r3.in.lidar</a>,
 <a href="g.region.html">g.region</a>,
-<a href="v.vect.stats.html">v.vect.stats</a>
-<a href="v.in.ogr.html">v.in.ogr</a>,
+<a href="v.vect.stats.html">v.vect.stats</a>,
+<a href="v.in.ogr.html">v.in.ogr</a>
 </em>
 
 <h2>REFERENCES</h2>

+ 2 - 0
vector/v.in.pdal/v.in.pdal.html

@@ -57,3 +57,5 @@ v.in.pdal input=points.las output=points -c -r -w
 
 Vaclav Petras,
 <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a>
+
+<p><i>Last changed: $Date$</i>

+ 2 - 1
vector/v.mkgrid/v.mkgrid.html

@@ -180,7 +180,8 @@ Point density in a hexagonal grid
 <em>
 <a href="d.grid.html">d.grid</a>,
 <a href="v.in.region.html">v.in.region</a>,
-<a href="v.patch.html">v.patch</a>
+<a href="v.patch.html">v.patch</a>,
+<a href="v.vect.stats.html">v.vect.stats</a>
 </em>
 
 <h2>AUTHORS</h2>

+ 6 - 3
vector/v.vect.stats/v.vect.stats.html

@@ -155,14 +155,16 @@ region. The extent is based on the vector map
 g.region vector=points_of_interest res=2000 -pa
 </pre></div>
 
-The hexagonal grid is created as a vector map based on the previously
+The hexagonal grid is created using
+the <em><a href="v.mkgrid.html">v.mkgrid</a></em> module
+as a vector map based on the previously
 selected extent and size of the grid.
 
 <div class="code"><pre>
 v.mkgrid map=hexagons -h
 </pre></div>
 
-The <em><a href="v.vect.stats.html">v.vect.stats</a></em> module
+The <em>v.vect.stats</em> module
 counts the number of points and does one statistics on a selected
 column (here: <em>elev_m</em>).
 
@@ -235,7 +237,8 @@ associated with point, standard deviation)
 <a href="v.distance.html">v.distance</a>,
 <a href="r.distance.html">r.distance</a>,
 <a href="v.rast.stats.html">v.rast.stats</a>,
-<a href="v.what.vect.html">v.what.vect</a>
+<a href="v.what.vect.html">v.what.vect</a>,
+<a href="v.mkgrid.html">v.mkgrid</a>
 </em>