[GRASS-SVN] r65229 - in grass/trunk: raster vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 12 23:52:31 PDT 2015
Author: neteler
Date: 2015-05-12 23:52:31 -0700 (Tue, 12 May 2015)
New Revision: 65229
Modified:
grass/trunk/raster/rasterintro.html
grass/trunk/vector/vectorintro.html
Log:
manual: mention r.[un]pack and v.[un]pack in intro texts
Modified: grass/trunk/raster/rasterintro.html
===================================================================
--- grass/trunk/raster/rasterintro.html 2015-05-12 21:11:59 UTC (rev 65228)
+++ grass/trunk/raster/rasterintro.html 2015-05-13 06:52:31 UTC (rev 65229)
@@ -72,8 +72,11 @@
<a href="r.resamp.interp.html">r.resamp.interp</a> or
<a href="r.resamp.stats.html">r.resamp.stats</a>, then export the
resampled map.
+<p>
+GRASS GIS raster map exchange between different locations (same projection)
+can be done in a lossless way using the <a href="r.pack.html">r.pack</a>
+and <a href="r.unpack.html">r.unpack</a> modules.
-
<h3>Metadata</h3>
The <a href="r.info.html">r.info</a> module displays general information
Modified: grass/trunk/vector/vectorintro.html
===================================================================
--- grass/trunk/vector/vectorintro.html 2015-05-12 21:11:59 UTC (rev 65228)
+++ grass/trunk/vector/vectorintro.html 2015-05-13 06:52:31 UTC (rev 65229)
@@ -31,6 +31,12 @@
and export only attribute tables, use <a href="db.in.ogr.html">db.in.ogr</a>
and <a href="db.out.ogr.html">db.out.ogr</a>.
+<p>
+GRASS GIS vector map exchange between different locations (same projection)
+can be done in a lossless way using the <a href="v.pack.html">v.pack</a>
+and <a href="v.unpack.html">v.unpack</a> modules.
+
+<p>
The naming convention for vector maps requires that map names start with a
character, not a number (map name scheme: [A-Za-z][A-Za-z0-9_]*).
More information about the grass-commit
mailing list