Browse Source

manual: mention r.[un]pack and v.[un]pack in intro texts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65229 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
68bf9ec8ff
2 changed files with 10 additions and 1 deletions
  1. 4 1
      raster/rasterintro.html
  2. 6 0
      vector/vectorintro.html

+ 4 - 1
raster/rasterintro.html

@@ -72,7 +72,10 @@ first change the region, then explicitly resample the map with e.g.
 <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>
 

+ 6 - 0
vector/vectorintro.html

@@ -31,6 +31,12 @@ The <em>v.out.*</em> set of commands exports to various formats. To import
 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_]*).