[GRASS-SVN] r66523 - in grass/branches/releasebranch_7_0: scripts/i.pansharpen scripts/v.db.join vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 18 02:39:41 PDT 2015


Author: neteler
Date: 2015-10-18 02:39:41 -0700 (Sun, 18 Oct 2015)
New Revision: 66523

Modified:
   grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html
   grass/branches/releasebranch_7_0/scripts/v.db.join/v.db.join.html
   grass/branches/releasebranch_7_0/vector/v.net/v.net.html
Log:
manual: fix broken links; HTML cosmetics

Modified: grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html	2015-10-18 08:55:39 UTC (rev 66522)
+++ grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html	2015-10-18 09:39:41 UTC (rev 66523)
@@ -204,7 +204,7 @@
 <li>Neteler, M, D. Grasso, I. Michelazzi, L. Miori, S. Merler, and C.
    Furlanello (2005). An integrated toolbox for image registration, fusion and 
    classification. International Journal of Geoinformatics, 1(1):51-61
-   (<a href="http://www.grassbook.org/neteler/papers/neteler2005_IJG_051-061_draft.pdf">PDF</a>)
+   (<a href="http://www.grassbook.org/wp-content/uploads/neteler/papers/neteler2005_IJG_051-061_draft.pdf">PDF</a>)
 
 <li>Pohl, C, and J.L van Genderen (1998). Multisensor image fusion in remote 
     sensing: concepts, methods and application. Int. J. of Rem. Sens., 19, 823-854.

Modified: grass/branches/releasebranch_7_0/scripts/v.db.join/v.db.join.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.db.join/v.db.join.html	2015-10-18 08:55:39 UTC (rev 66522)
+++ grass/branches/releasebranch_7_0/scripts/v.db.join/v.db.join.html	2015-10-18 09:39:41 UTC (rev 66523)
@@ -50,7 +50,7 @@
 <h3>Soil map table join</h3>
 
 Joining the soil type explanations from table <em>soils_legend</em>
-into the Spearfish soils map (<a href="http://www.grassbook.org/examples_menu.php">download legend)</a>:
+into the Spearfish soils map (<a href="http://www.grassbook.org/code-examples/code-examples-1st-edition/">download legend</a>):
 
 <div class="code"><pre>
 g.copy vect=soils,mysoils

Modified: grass/branches/releasebranch_7_0/vector/v.net/v.net.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.net/v.net.html	2015-10-18 08:55:39 UTC (rev 66522)
+++ grass/branches/releasebranch_7_0/vector/v.net/v.net.html	2015-10-18 09:39:41 UTC (rev 66523)
@@ -122,24 +122,26 @@
 
 <h2>EXAMPLES</h2>
 
-The examples are <a href="http://www.grassbook.org/data_menu3rd.php">North Carolina dataset</a> based.
+The examples are <a href="http://www.grassbook.org/datasets/datasets-3rd-edition/">North Carolina dataset</a> based.
 
-<p>Create nodes globally for all line ends and intersections:
+<h3>Create nodes globally for all line ends and intersections</h3>
 
 <div class="code"><pre>
 v.net input=streets_wake output=streets_node operation=nodes
 </pre></div>
 
-Merge in nodes from a separate map within given threshold:
+<h3>Merge in nodes from a separate map within given threshold</h3>
 
 <div class="code"><pre>
 v.net input=streets_wake points=firestations out=streets_net \
       operation=connect threshold=500
 </pre></div>
 
-For generating network for given vector point map is required input 
-file in format:
+<h3>Generating network for vector point map</h3>
 
+For generating network for given vector point map an input file in the
+following format is required:
+
 <div class="code"><pre>
 [category of edge] [category of start node] [category of end node]
 </pre></div>



More information about the grass-commit mailing list