Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.

GRASS logo

NAME

v.flip

DESCRIPTION

v.flip is a Bourne Shell and Awk script. The output vector map contains all lines that have a category in the given layer of the input vector map. Lines specified in cat have their direction flipped.

The input layer number and category numbers are preserved in the output. If a datatable is attatched to the input vector map's layer, it will be copied under the output vector map's name and connected to the output vector map, in the same database where the input layer's table is stored.

NOTES

v.flip was tested only in metric Locations. I can't guarantee it will work properly in latlong or unprojected xy Locations, as v.clean is used internally with a fixed snapping distance of 0.0001 for connecting flipped and non-flipped lines.

SEE ALSO

v.category, v.clean

AUTHOR

Maciej Sieczka

Last changed: $Date: 2013-01-20 12:37:17 -0800 (Sun, 20 Jan 2013) $


Main index - vector index - Full index

© 2003-2014 GRASS Development Team