[GRASS-SVN] r38648 - grass/branches/develbranch_6/scripts/r.tileset

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 9 05:09:48 EDT 2009


Author: hamish
Date: 2009-08-09 05:09:48 -0400 (Sun, 09 Aug 2009)
New Revision: 38648

Modified:
   grass/branches/develbranch_6/scripts/r.tileset/description.html
Log:
fix html lint

Modified: grass/branches/develbranch_6/scripts/r.tileset/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/r.tileset/description.html	2009-08-09 09:01:16 UTC (rev 38647)
+++ grass/branches/develbranch_6/scripts/r.tileset/description.html	2009-08-09 09:09:48 UTC (rev 38648)
@@ -1,16 +1,31 @@
 <H2>DESCRIPTION</H2>
 
-<EM>r.tileset</EM> generates sets of tiles in another projection that cover a region in this projection with adequate resolution. By default the current region and its resolution are used, the bounds and resolution of another region can be used via the region option.
+<EM>r.tileset</EM> generates sets of tiles in another projection that cover
+a region in this projection with adequate resolution. By default the current
+region and its resolution are used, the bounds and resolution of another
+region can be used via the region option.
 
 <H2>NOTES</H2>
 
-<EM>r.tileset</EM> does not make "optimal" tilings (as few tiles of the largest size less than the maximums). This means that from latitude longitude projection to an appropriate projection for a region, in the degenerate case, it may create tiles demanding up to twice the necessary information. Furthermore, generating a tiling near a divergant point of a source projection, such as the poles of a cylindrical source projections, results in divergence of the tile set.
+<EM>r.tileset</EM> does not make "optimal" tilings (as few tiles of the
+largest size less than the maximums). This means that from latitude
+longitude projection to an appropriate projection for a region, in the
+degenerate case, it may create tiles demanding up to twice the necessary
+information. Furthermore, generating a tiling near a divergant point of
+a source projection, such as the poles of a cylindrical source projections,
+results in divergence of the tile set.
 
-<p>Not generating "optimal" tilings may have another consequence; the aspect ratio of cells in the destination region will not necessarily carry over to the source region and generated tiles may have cells of strange aspect ratios. This might be a problem for some map request services presenting data in an inappropriate projection or with strict constraints on cell aspect ratio.
+<p>Not generating "optimal" tilings may have another consequence; the
+aspect ratio of cells in the destination region will not necessarily
+carry over to the source region and generated tiles may have cells of
+strange aspect ratios. This might be a problem for some map request
+services presenting data in an inappropriate projection or with strict
+constraints on cell aspect ratio.
 
 <H2>OUTPUT FORMAT</H2>
 
-Each tile is listed on a seperate line in the output. The lines are formatted as follows:
+Each tile is listed on a seperate line in the output. The lines are
+formatted as follows:
 
 <dl>
 <dt>
@@ -19,7 +34,10 @@
 </pre></div>
 
 <dd>
-This is the default output format. It is the tile's minimum x coordinate, minimum y coordinate, maximum x coordinate, maximum y coordinate, width in cells, and height in cells seperated by the "|" character. The fields can be seperated by a different character by changing the fs option.
+This is the default output format. It is the tile's minimum x coordinate,
+minimum y coordinate, maximum x coordinate, maximum y coordinate, width
+in cells, and height in cells seperated by the "|" character. The fields
+can be seperated by a different character by changing the fs option.
 
 <p>
 
@@ -35,11 +53,12 @@
 
 <dt>
 <div class="code"><pre>
-bbox=5,125,45,175&width=80&height=100
+bbox=5,125,45,175&amp;width=80&amp;height=100
 </pre></div>
 
 <dd>
-This is output in a format convinent for requesting data from some http services.
+This is output in a format convinent for requesting data from some http
+services.
 
 <p>
 </dl>
@@ -52,7 +71,9 @@
 <div class="code"><pre>
 r.tileset sourceproj=+init=epsg:4326 maxrows=1024 maxcols=2048
 </pre></div>
-<dd> Generates tiles in latitude longitude that cover the current region, each tile will be less than 1024 cells high and 2048 cells across. The bounds and sizes of tiles in the output are seperated by |
+<dd> Generates tiles in latitude longitude that cover the current region,
+each tile will be less than 1024 cells high and 2048 cells across.
+The bounds and sizes of tiles in the output are seperated by "|"
 
 <p>
 
@@ -60,7 +81,9 @@
 <div class="code"><pre>
 r.tileset sourceproj=+init=epsg:4326 overlap=2 -w region=ne-rio
 </pre></div>
-<dd>Generates tiles in latitude longitude projection that cover the named region "ne-rio". The tiles will have 2 cells of overlap. The output format will be strings like the bbox requests for WMS servers.
+<dd>Generates tiles in latitude longitude projection that cover the
+named region "ne-rio". The tiles will have 2 cells of overlap. The output
+format will be strings like the bbox requests for WMS servers.
 
 <p>
 
@@ -68,7 +91,12 @@
 <div class="code"><pre>
 r.tileset sourceproj=`g.proj -j location=IrishGrid` maxrows=400 maxcols=300 overlap=3 -g
 </pre></div>
-<dd>Generates tiles in the projection of the location "IrishGrid". Each tile will be less than 300x400 cells in size, with 3 cells of overlap in the top and right sides of each tile. The output is in a format where each line is in shell script style. The substitution <code>`g.proj -j location=IrishGrid`</code> will only work in a unix style shell.
+<dd>Generates tiles in the projection of the location "IrishGrid".
+Each tile will be less than 300x400 cells in size, with 3 cells of
+overlap in the top and right sides of each tile. The output is in a
+format where each line is in shell script style. The substitution
+<code>`g.proj -j location=IrishGrid`</code> will only work in a unix
+style shell.
 
 </dl>
 
@@ -92,7 +120,8 @@
 <H2>BUGS</H2>
 
 <ul>
-<li><EM>r.tileset</EM> does not know about meridians that "wrap-around" in projections.
+<li><EM>r.tileset</EM> does not know about meridians that "wrap-around"
+in projections.
 </ul>
 
 
@@ -100,4 +129,5 @@
 
 Cedric Shock
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list