[GRASS-SVN] r69800 - in grass/trunk/temporal: t.rast.export t.vect.export
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 13 09:50:28 PST 2016
Author: neteler
Date: 2016-11-13 09:50:28 -0800 (Sun, 13 Nov 2016)
New Revision: 69800
Modified:
grass/trunk/temporal/t.rast.export/t.rast.export.html
grass/trunk/temporal/t.vect.export/t.vect.export.html
Log:
t.*.export: fix grammar of r67965; HTML sync cosmetics
Modified: grass/trunk/temporal/t.rast.export/t.rast.export.html
===================================================================
--- grass/trunk/temporal/t.rast.export/t.rast.export.html 2016-11-13 13:17:50 UTC (rev 69799)
+++ grass/trunk/temporal/t.rast.export/t.rast.export.html 2016-11-13 17:50:28 UTC (rev 69800)
@@ -4,16 +4,17 @@
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
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>
The tar archive can be compressed using the <b>compress</b> option. Gzip
@@ -23,17 +24,17 @@
<em><a href="t.vect.import.html">t.rast.import</a></em>.
<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>
<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.gzip</b> in the case of <b>compress=gzip</b></li>
-</ul>
+</ul>
<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>
t.rast.export input=tempmean_monthly output=tempmean_monthly.tar.bzip2 \
Modified: grass/trunk/temporal/t.vect.export/t.vect.export.html
===================================================================
--- grass/trunk/temporal/t.vect.export/t.vect.export.html 2016-11-13 13:17:50 UTC (rev 69799)
+++ grass/trunk/temporal/t.vect.export/t.vect.export.html 2016-11-13 17:50:28 UTC (rev 69800)
@@ -15,6 +15,7 @@
output of <em>v.info</em> for each vector map in the space time dataset is
stored in "metadata.txt".
<p>
+
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,
to export only a subset of the space time dataset. Archives exported
@@ -22,8 +23,8 @@
<em><a href="t.vect.import.html">t.vect.import</a></em>.
<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>
<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>
More information about the grass-commit
mailing list