v.pack.html 875 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <h2>DESCRIPTION</h2>
  2. <em>v.pack</em> collects vector map elements and support files and
  3. compressed them using <em>gzip</em> algorithm for copying. The packed
  4. file can be afterwards unpacked
  5. by <em><a href="v.unpack.html">v.unpack</a></em>.
  6. <h2>NOTES</h2>
  7. Name of the pack file is determined by default from <b>input</b>
  8. parameter. Optionaly the name can be given by <b>output</b> parameter.
  9. <h2>EXAMPLE</h2>
  10. Pack up vector map <i>random_point</i> into <i>random_point.pack</i> file.
  11. <div class="code"><pre>
  12. v.pack input=random_point
  13. </pre></div>
  14. the vector map can be afterwards unpacked by
  15. <div class="code"><pre>
  16. v.unpack input=random_point.pack
  17. </pre></div>
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="v.unpack.html">v.unpack</a>,
  21. <a href="v.in.ogr.html">v.in.ogr</a>
  22. </em>
  23. <h2>AUTHORS</h2>
  24. Luca Delucchi, Fondazione E. Mach (Italy), based on the <em>r.pack</em> code