Note: This document is for an older version of GRASS GIS that has been discontinued. You should upgrade, and read the current manual page.
The user can get coastline data in Mapgen or Matlab format from NOAA's Coastline Extractor at https://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html.
Matlab vector line maps are simply a series of "x y" data points. Lines
are separated by a row containing NaN NaN.
Output from Matlab with this command:
save filename.txt arrayname -ASCII
The user can import 3D lines from Matlab by exporting a 3 column array and using the -z flag.
Available at: v.in.mapgen source code (history)
Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d
Main index | Vector index | Topics index | Keywords index | Graphical index | Full index
© 2003-2025 GRASS Development Team, GRASS GIS 8.4.3dev Reference Manual