v.unpack.html 822 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <h2>DESCRIPTION</h2>
  2. <em>v.unpack</em> allows unpacking 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. Optionally 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. <a href="r.pack.html">r.pack</a>
  20. </em>
  21. <h2>AUTHORS</h2>
  22. Luca Delucchi, Fondazione E. Mach (Italy), based on the <em>r.unpack</em> code
  23. <p>
  24. <i>Last changed: $Date$</i>