v.unpack.html 785 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <h2>DESCRIPTION</h2>
  2. <em>v.unpack</em> allows to unpack vector maps packed by <em><a href="v.pack.html">v.pack</a></em>.
  3. <h2>NOTES</h2>
  4. Name of the vector map is determined by default from pack file
  5. internals. Optionaly the name can be given by <b>output</b> parameter.
  6. <h2>EXAMPLE</h2>
  7. Pack up vector map <i>random_point</i> into <i>random_point.pack</i> file.
  8. <div class="code"><pre>
  9. v.pack input=random_point
  10. </pre></div>
  11. the vector map can be afterwards unpacked by
  12. <div class="code"><pre>
  13. v.unpack input=random_point.pack
  14. </pre></div>
  15. <h2>SEE ALSO</h2>
  16. <em>
  17. <a href="v.pack.html">v.pack</a>,
  18. <a href="v.in.ogr.html">v.in.ogr</a>
  19. </em>
  20. <h2>AUTHORS</h2>
  21. Luca Delucchi, Fondazione E. Mach (Italy), based on the <em>r.unpack</em> code
  22. <p>
  23. <i>Last changed: $Date$</i>