.TH v.in.mapgen 1grass "" "GRASS 6.4.2" "Grass User's Manual" .SH NAME \fI\fBv.in.mapgen\fR\fR - Imports Mapgen or Matlab-ASCII vector maps into GRASS. .SH KEYWORDS vector, import .SH SYNOPSIS \fBv.in.mapgen\fR .br \fBv.in.mapgen help\fR .br \fBv.in.mapgen\fR [-\fBfz\fR] \fBinput\fR=\fIstring\fR [\fBoutput\fR=\fIstring\fR] [--\fBoverwrite\fR] [--\fBverbose\fR] [--\fBquiet\fR] .SS Flags: .IP "\fB-f\fR" 4m .br Input map is in Matlab format .IP "\fB-z\fR" 4m .br Create a 3D vector points map from 3 column Matlab data .IP "\fB--overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB--verbose\fR" 4m .br Verbose module output .IP "\fB--quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIstring\fR" 4m .br Name of input file in Mapgen/Matlab format .IP "\fBoutput\fR=\fIstring\fR" 4m .br Name for output vector map (omit for display to stdout) .PP .SH DESCRIPTION \fIv.in.mapgen\fR allows the user to import Mapgen or Matlab vector maps into GRASS. .SH NOTES This module only imports data into vector lines. .PP The user can get coastline data in Mapgen or Matlab format from NOAA's Coastline Extractor at http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html. .PP 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: .br \fC .DS .br save filename.txt arrayname -ASCII .br .DE \fR .PP The user can import 3D lines from Matlab by exporting a 3 column array and using the \fB-z\fR flag. .SH SEE ALSO \fIv.in.ascii\fR .SH AUTHORS Based on \fIv.in.mapgen.sh\fR for GRASS 5.0 by Andreas Lange .br Rewritten for GRASS 6 by Hamish Bowman .PP \fILast changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2011 GRASS Development Team