NOMBRE

v.patch - Crea un mapa vectorial binario combinando varios
(GRASS Vector Program)

USO

v.patch
v.patch help
v.patch input=name[,name,...] output=name

Parametros:

input=name,name, ...
Name(s) of input vector map(s) to be patched together.
output=name
Name assigned to composite "patched" vector output map.
The program will be run non-interactively if the user specifies the names of the vector map(s) to be patched and the name of an output file to store the resulting composite patched vector map on the command line, in the form:
v.patch input=name[,name,...] output=name
Alternately, if the user runs v.patch without specifying input and output file names on the command line (by typing simply v.patch), the program will prompt the user for inputs using the standard GRASS interface described in the manual entry for parser.

NOTAS

The vector map layers to be patched together must exist in the user's current mapset search path, and the composite vector map layer name given must not already exist in the user's current mapset.

After running v.patch, the header file will contain only information taken from the first input file name given in the string input=name,name, ..., with the exception of the geographic region's edge information, and the scale and threshold information. (The user's current geographic region settings are ignored; this information is instead extracted from the vector file headers.) In the new composite vector map layer, the boundaries of the geographic region will be expanded to encompass all of the geographic area included in the map layers being patched, and the scale will be set equal to the smallest (i.e., most gross) scale used by any of the patched map layers (this will affect default node-snapping thresholds). The map threshold is calculated automatically from the map scales given in the file headers, and (currently) is not used directly. The composite vector map layer's header will probably need to be edited; this can be done from within the GRASS program v.digit.

Los programas v.mkgrid y v.mkquads pueden servir para asegurar que los bordes de los mapas se alinean correctamente.

Las lineas que se dupliquen en el mapa resultado (límites de polígono por jemplo) deben ser editadas usando v.digit o eliminadas posteriormente.

Tras la ejecución de v.patch debe ejecutarse v.support para crear el fichero dig_plus (topología). En ese momento puede establecerse un umbral de tolerancia para unir nodos.

ERRORES

The dig_cats and reg file information for the maps being patched together is not copied to the composite, patched map layer. The user should therefore run v.support on the output file produced by this program.

VER

v.digit, v.in.ascii, v.mkgrid, v.mkquads, v.support, and parser

AUTOR

Dave Gerdes, U.S.Army Construction Engineering Research Laboratory