1v.in.mapgen(1)              GRASS GIS User's Manual             v.in.mapgen(1)
2
3
4

NAME

6       v.in.mapgen  - Imports Mapgen or Matlab-ASCII vector maps into GRASS.
7

KEYWORDS

9       vector, import
10

SYNOPSIS

12       v.in.mapgen
13       v.in.mapgen --help
14       v.in.mapgen  [-fz]  input=name  [output=name]   [--overwrite]  [--help]
15       [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -f
19           Input map is in Matlab format
20
21       -z
22           Create a 3D vector points map from 3 column Matlab data
23
24       --overwrite
25           Allow output files to overwrite existing files
26
27       --help
28           Print usage summary
29
30       --verbose
31           Verbose module output
32
33       --quiet
34           Quiet module output
35
36       --ui
37           Force launching GUI dialog
38
39   Parameters:
40       input=name [required]
41           Name of input file in Mapgen/Matlab format
42
43       output=name
44           Name for output vector map (omit for display to stdout)
45

DESCRIPTION

47       v.in.mapgen allows the user to import Mapgen or Matlab vector maps into
48       GRASS.
49

NOTES

51       This module only imports data into vector lines.
52
53       The  user can get coastline data in Mapgen or Matlab format from NOAA’s
54       Coastline Extractor  at  http://www.ngdc.noaa.gov/mgg/shorelines/shore
55       lines.html.
56
57       Matlab vector line maps are simply a series of "x y" data points. Lines
58       are separated by a row containing NaN NaN.   Output  from  Matlab  with
59       this command:
60           save filename.txt arrayname -ASCII
61
62       The  user can import 3D lines from Matlab by exporting a 3 column array
63       and using the -z flag.
64

SEE ALSO

66       v.in.ascii
67

AUTHORS

69       Based on v.in.mapgen.sh for GRASS 5.0 by Andreas Lange
70       Rewritten for GRASS 6 by Hamish Bowman
71

SOURCE CODE

73       Available at: v.in.mapgen source code (history)
74
75       Main index | Vector index | Topics index | Keywords index  |  Graphical
76       index | Full index
77
78       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
79
80
81
82GRASS 7.8.5                                                     v.in.mapgen(1)
Impressum