v.in.mapgen.html 992 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <H2>DESCRIPTION</H2>
  2. <EM>v.in.mapgen</EM> allows the user to import Mapgen or Matlab vector maps
  3. into GRASS.
  4. <H2>NOTES</H2>
  5. This module only imports data into vector lines.
  6. <P>
  7. You can get coastline data in Mapgen or Matlab format from NOAA's Coastline
  8. Extractor at <a href="http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html">http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html</a>.
  9. <P>
  10. Matlab vector line maps are simply a series of "x y" data points. Lines
  11. are separated by a row containing <tt>NaN NaN</tt>.
  12. Output from Matlab with this command:
  13. <BR>
  14. <div class="code"><pre>
  15. save filename.txt arrayname -ASCII
  16. </pre></div>
  17. <P>
  18. You can import 3D lines from Matlab by exporting a 3 column array and
  19. using the <B>-z</B> flag.
  20. <H2>SEE ALSO</H2>
  21. <EM><A HREF="v.in.ascii.html">v.in.ascii</A></EM><BR>
  22. <BR>
  23. <P>
  24. <H2>AUTHORS</H2>
  25. Based on <em>v.in.mapgen.sh</em> for GRASS 5.0 by Andreas Lange
  26. <BR>Rewritten for GRASS 6 by Hamish Bowman
  27. <BR>
  28. <p>
  29. <i>Last changed: $Date$</i>