other versions
- wheezy 6.4.2-2
- jessie 6.4.4-1
- testing 7.2.0-2
- unstable 7.2.0-2
- experimental 7.2.1-1~exp1
| v.in.mapgen(1grass) | Grass User's Manual | v.in.mapgen(1grass) |
NAME¶
v.in.mapgen - Imports Mapgen or Matlab-ASCII vector maps into GRASS.KEYWORDS¶
vector, importSYNOPSIS¶
v.in.mapgenFlags:¶
- -f
-
Input map is in Matlab format
- -z
-
Create a 3D vector points map from 3 column Matlab data
- --overwrite
-
Allow output files to overwrite existing files
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- input=string
-
Name of input file in Mapgen/Matlab format
- output=string
-
Name for output vector map (omit for display to stdout)
DESCRIPTION¶
v.in.mapgen allows the user to import Mapgen or Matlab vector maps into GRASS.NOTES¶
This module only imports data into vector lines. 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. 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
SEE ALSO¶
v.in.asciiAUTHORS¶
Based on v.in.mapgen.sh for GRASS 5.0 by Andreas Lange| GRASS 6.4.2 |