Browse Source

t.*.export: fix grammar of r67965; HTML sync cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69800 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 years ago
parent
commit
c12155e12f

+ 15 - 14
temporal/t.rast.export/t.rast.export.html

@@ -4,16 +4,17 @@
 archive. The archive contains the raster maps either as GeoTIFF files or as GRASS
 archive. The archive contains the raster maps either as GeoTIFF files or as GRASS
 binary files exported using <em>r.pack</em>. The map specific color tables
 binary files exported using <em>r.pack</em>. The map specific color tables
 are exported in case of GeoTIFF files. In addition several metadata files
 are exported in case of GeoTIFF files. In addition several metadata files
-are created in the archive that describe the temporal layout.
-All time stamps are stored in the file "list.txt". For each map
-one row. The name of the map, the start time and the end time are
-written. In case of a time instance, the start time is equal to the end
-time. The "init.txt" files stores the temporal type, the number of
-maps, the chosen export format and some other metadata. The "proj.txt"
-files stores the projection information as proj4 string of the location
-the space time raster dataset was exported from. The file "readme.txt"
-describes the file format. The output of <em>r.info</em> is stored in
-"metadata.txt".
+are created in the archive that describe the
+temporal layout. All time stamps are stored in the file "list.txt",
+for each map one row. The name of the map, the start time and the
+end time are written. In case of a time instance, the start time is
+equal to the end time. The "init.txt" file stores the temporal type,
+the number of maps, the chosen export format and some other
+metadata. The "proj.txt" file stores the projection information as a
+proj4 string of the location the space time raster dataset was
+exported from. The file "readme.txt" describes the file format. The
+output of <em>r.info</em> for each raster map in the space time dataset is
+stored in "metadata.txt".
 <p>
 <p>
 
 
 The tar archive can be compressed using the <b>compress</b> option. Gzip
 The tar archive can be compressed using the <b>compress</b> option. Gzip
@@ -23,17 +24,17 @@ with <em>t.rast.export</em> can be imported with
 <em><a href="t.vect.import.html">t.rast.import</a></em>.
 <em><a href="t.vect.import.html">t.rast.import</a></em>.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
-The name of output file has to specify the suffix of the archive, the
-following suffix has to be added:
+The name of output file has to carry the suffix of the archive type, the
+following suffix can be used:
 <ul>
 <ul>
 <li><b>.tar</b> in the case of <b>compress=no</b></li>
 <li><b>.tar</b> in the case of <b>compress=no</b></li>
 <li><b>.tar.bzip2</b> in the case of <b>compress=bzip2</b></li>
 <li><b>.tar.bzip2</b> in the case of <b>compress=bzip2</b></li>
 <li><b>.tar.gzip</b> in the case of <b>compress=gzip</b></li>
 <li><b>.tar.gzip</b> in the case of <b>compress=gzip</b></li>
-</ul> 
+</ul>
 
 
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
-In this example, all the maps of 2012 of "tempmean_monthly" will be exported:
+In this example, all the raster maps of 2012 of "tempmean_monthly" will be exported:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
 t.rast.export input=tempmean_monthly output=tempmean_monthly.tar.bzip2 \
 t.rast.export input=tempmean_monthly output=tempmean_monthly.tar.bzip2 \

+ 3 - 2
temporal/t.vect.export/t.vect.export.html

@@ -15,6 +15,7 @@ exported from. The file "readme.txt" describes the file format. The
 output of <em>v.info</em> for each vector map in the space time dataset is
 output of <em>v.info</em> for each vector map in the space time dataset is
 stored in "metadata.txt".
 stored in "metadata.txt".
 <p>
 <p>
+
 The tar archive can be compressed using the <b>compress</b> option. Gzip
 The tar archive can be compressed using the <b>compress</b> option. Gzip
 and bzip2 (default) are available. A <b>where</b> option can be specified,
 and bzip2 (default) are available. A <b>where</b> option can be specified,
 to export only a subset of the space time dataset. Archives exported
 to export only a subset of the space time dataset. Archives exported
@@ -22,8 +23,8 @@ with <em>t.vect.export</em> can be imported with
 <em><a href="t.vect.import.html">t.vect.import</a></em>.
 <em><a href="t.vect.import.html">t.vect.import</a></em>.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
-The name of output file has to specify the suffix of the archive, the
-following suffix has to be added:
+The name of output file has to carry the suffix of the archive type, the
+following suffix can be used:
 <ul>
 <ul>
 <li><b>.tar</b> in the case of <b>compress=no</b></li>
 <li><b>.tar</b> in the case of <b>compress=no</b></li>
 <li><b>.tar.bzip2</b> in the case of <b>compress=bzip2</b></li>
 <li><b>.tar.bzip2</b> in the case of <b>compress=bzip2</b></li>