GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
v.in.mapgen(1) GRASS GIS User's Manual v.in.mapgen(1)

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

vector, import

v.in.mapgen
v.in.mapgen --help
v.in.mapgen [-fz] input=name [output=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]


Input map is in Matlab format

Create a 3D vector points map from 3 column Matlab data

Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog


Name of input file in Mapgen/Matlab format

Name for output vector map (omit for display to stdout)

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

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 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.

v.in.ascii

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

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.1 Reference Manual

GRASS 8.4.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.