v.in.mapgen.html 980 B

12345678910111213141516171819202122232425262728293031
  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>The user can get coastline data in Mapgen or Matlab format from NOAA's Coastline
  7. Extractor at <a href="http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html">http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html</a>.
  8. <p>Matlab vector line maps are simply a series of "x y" data points. Lines
  9. are separated by a row containing <tt>NaN NaN</tt>.
  10. Output from Matlab with this command:
  11. <br>
  12. <div class="code"><pre>
  13. save filename.txt arrayname -ASCII
  14. </pre></div>
  15. <p>The user can import 3D lines from Matlab by exporting a 3 column array and
  16. using the <b>-z</b> flag.
  17. <h2>SEE ALSO</h2>
  18. <em><a href="v.in.ascii.html">v.in.ascii</a></em>
  19. <h2>AUTHORS</h2>
  20. Based on <em>v.in.mapgen.sh</em> for GRASS 5.0 by Andreas Lange
  21. <br>Rewritten for GRASS 6 by Hamish Bowman
  22. <p><i>Last changed: $Date$</i>