.TH v.edit 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBv.edit\fR\fR - Edits a vector map, allows adding, deleting and modifying selected vector features. .SH KEYWORDS vector, editing, geometry .SH SYNOPSIS \fBv.edit\fR .br \fBv.edit help\fR .br \fBv.edit\fR [\-\fBrcnt1\fR] \fBmap\fR=\fIname\fR [\fBlayer\fR=\fIinteger\fR] [\fBtype\fR=\fIstring\fR[,\fIstring\fR,...]] \fBtool\fR=\fIstring\fR [\fBinput\fR=\fIname\fR] [\fBmove\fR=\fIx,y\fR] [\fBthresh\fR=\fIfloat\fR[,\fIfloat\fR,...]] [\fBids\fR=\fIrange\fR] [\fBcats\fR=\fIrange\fR] [\fBcoords\fR=\fIx,y\fR[,\fIx,y\fR,...]] [\fBbbox\fR=\fIx1,y1,x2,y2\fR] [\fBpolygon\fR=\fIx,y\fR[,\fIx,y\fR,...]] [\fBwhere\fR=\fIsql_query\fR] [\fBquery\fR=\fIstring\fR] [\fBbgmap\fR=\fIname\fR[,\fIname\fR,...]] [\fBsnap\fR=\fIstring\fR] [\fBzbulk\fR=\fIvalue,step\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-r\fR" 4m .br Reverse selection .IP "\fB\-c\fR" 4m .br Close added boundaries (using threshold distance) .IP "\fB\-n\fR" 4m .br Do not expect header of input data .IP "\fB\-t\fR" 4m .br Do not build topology .IP "\fB\-1\fR" 4m .br Modify only first found feature in bounding box .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBmap\fR=\fIname\fR" 4m .br Name of vector map to edit .IP "\fBlayer\fR=\fIinteger\fR" 4m .br Layer number .br A single vector map can be connected to multiple database tables. This number determines which table to use. .br Default: \fI1\fR .IP "\fBtype\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br Feature type .br Options: \fIpoint,line,boundary,centroid\fR .br Default: \fIpoint,line,boundary,centroid\fR .IP "\fBtool\fR=\fIstring\fR" 4m .br Tool .br Options: \fIcreate,add,delete,copy,move,flip,catadd,catdel,merge,break,snap,connect,chtype,vertexadd,vertexdel,vertexmove,zbulk,select\fR .br \fBcreate\fR: Create new (empty) vector map .br \fBadd\fR: Add new features to existing vector map .br \fBdelete\fR: Delete selected features from vector map .br \fBcopy\fR: Copy selected features .br \fBmove\fR: Move selected features in vector map .br \fBflip\fR: Flip direction of selected vector lines .br \fBcatadd\fR: Set new categories to selected vector features for defined layer .br \fBcatdel\fR: Delete categories from selected vector features for defined layer .br \fBmerge\fR: Merge selected vector lines .br \fBbreak\fR: Break/split vector lines .br \fBsnap\fR: Snap vector features in given threshold .br \fBconnect\fR: Connect two lines .br \fBchtype\fR: Change feature type (pointcentroid, lineboundary) .br \fBvertexadd\fR: Add new vertex to selected vector lines .br \fBvertexdel\fR: Remove vertex from selected vector lines .br \fBvertexmove\fR: Move vertex of selected vector lines .br \fBzbulk\fR: Z bulk-labeling (automated assignment of z coordinate to vector lines) .br \fBselect\fR: Select lines and print their ID's .IP "\fBinput\fR=\fIname\fR" 4m .br ASCII file to be converted to binary vector map .br If not given (or "-") reads from standard input .IP "\fBmove\fR=\fIx,y\fR" 4m .br Difference in x,y direction for moving feature or vertex .IP "\fBthresh\fR=\fIfloat[,\fIfloat\fR,...]\fR" 4m .br Threshold distance (coords,snap,query) .br \(cq-1' for threshold based on the current resolution settings .br Default: \fI-1,0,0\fR .IP "\fBids\fR=\fIrange\fR" 4m .br Feature ids .br Example: 1,3,7-9,13 .IP "\fBcats\fR=\fIrange\fR" 4m .br Category values .br Example: 1,3,7-9,13 .IP "\fBcoords\fR=\fIx,y[,\fIx,y\fR,...]\fR" 4m .br List of point coordinates .IP "\fBbbox\fR=\fIx1,y1,x2,y2\fR" 4m .br Bounding box for selecting features .IP "\fBpolygon\fR=\fIx,y[,\fIx,y\fR,...]\fR" 4m .br Polygon for selecting features .IP "\fBwhere\fR=\fIsql_query\fR" 4m .br WHERE conditions of SQL statement without 'where' keyword .br Example: income = 10000 .IP "\fBquery\fR=\fIstring\fR" 4m .br Query tool .br For 'shorter' use negative threshold value, positive value for 'longer' .br Options: \fIlength,dangle\fR .br \fBlength\fR: Select only lines or boundaries shorter/longer than threshold distance .br \fBdangle\fR: Select dangles shorter/longer than threshold distance .IP "\fBbgmap\fR=\fIname[,\fIname\fR,...]\fR" 4m .br Name of background vector map(s) .IP "\fBsnap\fR=\fIstring\fR" 4m .br Snap added or modified features in the given threshold to the nearest existing feature .br Options: \fIno,node,vertex\fR .br Default: \fIno\fR .br \fBno\fR: Not apply snapping .br \fBnode\fR: Snap only to node .br \fBvertex\fR: Allow snapping also to vertex .IP "\fBzbulk\fR=\fIvalue,step\fR" 4m .br Starting value and step for z bulk-labeling .br Pair: value,step (e.g. 1100,10) .PP .SH DESCRIPTION The module \fIv.edit\fR allows the user to edit a vector map via command line interface. .PP \fIv.edit\fR supports only "simple" vector features: points, centroids, lines and boundaries. Currently, only 2D vector features (except of tool \fBzbulk\fR) are supported. .PP Provides editing features' geometry. Attribute data connected to the vector map are not modified at all. .PP Vector features can be selected either by internal \fBid\fR, category number \fBcats\fR, coordinates \fBcoords\fR, bounding box \fBbbox\fR, \fBpolygon\fR, \fBwhere\fR statement (attribute data) or by \fBquery\fR. Selecting features by coordinates is affected by the current 2D resolution or by the threshold distance given by \fBthresh\fR. The options are \fIorthogonal\fR, i.e. can be used in various combinations. For example: \fC .DS .br v.edit map=roads tool=select \(rs .br coord=599505,4921010,603389.0625,4918292.1875 \(rs .br thresh=10000 where="label='interstate'" .br .DE \fR selects all features (and prints their id's to standard output) covered by two bounding boxes (center at 599505,4921010 and 603389.0625,4918292.1875, size 2*10000) with attribute label='interstate'. .SH NOTES If no vector features are selected or the flag \fB-t\fR is used, topology is not build at the end. .SH USAGE .SS Feature selection Vector features can be selected in several ways: .RE \fBids\fR - using internal (unique) feature id's \fBcats\fR - using category numbers \fBcoords\fR - using x,y coordinate pairs (center of bounding box, size defined by \fBthresh\fR) \fBbbox\fR - using bounding box \fBpolygon\fR - using polygon (at least 3 coordinate pairs have to be set) \fBwhere\fR - using where statement (attribute data) \fBquery\fR - special query (e.g. minimal vector line length) .RE Additional parameters for vector feature specification are: .RE \fBlayer\fR - layer number (currently used only with \fBcats\fR or \fBwhere\fR option) \fBthresh\fR - threshold distance used for selecting vector features by coordinates .RE .SS Tool description .RE \fBcreate\fR - Create new (empty) vector map (see \fIv.in.ascii\fR). Optionally vector features (in GRASS ASCII standard format) can be read from standard input (\fBinput=-\fR) or from the text file given by the \fBinput\fR option. \fBadd\fR - Add new vector features (defined in GRASS ASCII standard format) to existing vector map. Features can be read from standard input or from the given text file (\fBinput\fR option). If no header is given, the \fB-n\fR flag must be used. Added features can be snapped (defined by \fBsnap\fR parameter) to nodes or vertices based on threshold distance \fBthresh\fR. \fBdelete\fR - Delete selected vector features from existing vector map. \fBcopy\fR - Make identical copy of selected vector features. If background map \fBbgmap\fR is given copy features from background map, not from currently modified vector map. \fBmove\fR - Move selected features of existing vector map relatively to their current location. This tool requires \fBmove\fR option. The option defines coordinates of the movement direction. Moved features can be snapped (defined by \fBsnap\fR parameter) to nodes or vertices based on threshold distance \fBthresh\fR. \fBflip\fR - Flip direction of selected vector lines (lines or boundaries). \fBcatadd\fR - Add new layer category(ies) to selected vector feature(s). Category can be later used for new database entry. \fBcatdel\fR - Delete layer category(ies) of selected vector feature(s). \fBmerge\fR - Merge (at least two) selected vector lines or boundaries. The geometry of the merged vector lines can be changed. If the second line from two selected lines is in opposite direction to the first, it will be flipped. See also module \fIv.build.polylines\fR. \fBbreak\fR - Split given vector line or boundary into two lines on location given by \fBcoords\fR. If \fBcoords\fR not given, breaks all selected lines at each intersection (based on \fIv.clean\fR, tool=break). \fBsnap\fR - Snap vector features in given threshold. See also module \fIv.clean\fR. Note that this tool supports only snapping to nodes. Parameters \fBsnap\fR and \fBbgmap\fR are ignored. \fBconnect\fR - Connect selected lines or boundaries, the first given line is connected to the second one. The second line is broken if necessary. The lines are connected only if distance between them is not greater than snapping threshold distance \fBthresh\fR. \fBchtype\fR - Change feature type of selected geometry objects. Points are converted to centroids, centroids to points, lines to boundaries and boundaries to lines. \fBvertexadd\fR - Add vertex(ces) to the given vector lines or boundaries. Location of the new vertex is given by \fBcoord\fR option. If \fB-1\fR is given only first found line or boundary in bounding box is modified. \fBvertexdel\fR - Remove vertex(ces) specified by \fBcoords\fR option. If \fB-1\fR is given only first found line or boundary in bounding box is modified. \fBvertexmove\fR - Move vertex(ces) specified by \fBcoords\fR option. Direction of the movement is specified by the \fBmove\fR option. If \fB-1\fR is given only first found line or boundary in bounding box is modified. Moved vertex can be snapped (defined \fBsnap\fR) to nodes or vertices based on threshold distance \fBthresh\fR. \fBzbulk\fR - Assign z coordinate to 3D vector lines in given bounding box. The first found line will get z coordinate based on value given by \fBzbulk\fR parameter. Z coordinate of other selected lines will be increased by step given by \fBzbulk\fR parameter. This tool strictly requires \fBbbox\fR and \fBzbulk\fR parameter. Also input vector map must be 3D. \fBselect\fR - Print comma separated list of selected line id's. No editing is done. .RE .SH EXAMPLES .SS Create new vector map Create new (empty) vector map: \fC .DS .br v.edit tool=create map=vectmap .br .DE \fR Create new vector map and read data from file 'roads.txt': \fC .DS .br v.out.ascii in=roads format=standard > roads.txt; .br v.edit tool=create map=vectmap input=roads.txt .br .DE \fR or alternatively \fC .DS .br cat roads.txt | v.edit tool=create map=vectmap input=- .br .DE \fR .SS Add new features to existing vector map Add point to the vector map (without header): \fC .DS .br echo "P 1 1 .br 640794 214874 .br 1 1" | v.edit \-n tool=add map=vectmap .br .br # insert new row for each category in attribute table if doesn't exist yet .br v.to.db map=vectmap option=cat .br .DE \fR Add new features read from standard input: \fC .DS .br v.out.ascii in=railroads format=standard | v.edit tool=add map=vectmap .br .DE \fR .SS Delete selected features from vector map layer Remove all vector features with category number 1 or 2: \fC .DS .br v.edit tool=delete map=roads cats=1,2 .br .DE \fR Remove all vector features except of those with category number 1 or 2 (reverse selection): \fC .DS .br v.edit \-r tool=delete map=roads cats=1,2 .br .DE \fR Remove features with category 1 or 2 located on coordinates 600952.625,4926107 (bounding box based on the current 2D resolution): \fC .DS .br g.region \-d; .br v.edit tool=delete map=roads cats=1,2 coords=600952.625,4926107 .br .DE \fR Remove all features with category 1 and 2 covered by two bounding boxes (center coordinates 592542.892,4924766.996 and 603389.062,4918292.187, size 1000 map units): \fC .DS .br v.edit map=roads tool=delete \(rs .br coord=592542.892,4924766.996,603389.062,4918292.187 \(rs .br thresh=1000 cat=1,2 .br .DE \fR .SS Copy selected features from background map Copy all features with category number 1 from background map: \fC .DS .br v.edit map=roads tool=copy bgmap=archsites cat=1 .br .DE \fR .SS Move features Move feature (vector point) located on coordinates 602580,4918480 to coordinates 603580,4919480: \fC .DS .br v.edit tool=move map=archsites coord=602580,4918480 th=1e-2 move=1000,1000 .br .DE \fR Move all features with category 1 1000 map units to the west and 1000 map units to the south. Moved features snap to nodes in threshold distance 10 map units: \fC .DS .br v.edit tool=move map=roads cat=1 move=1000,-1000 snap=node thresh=-1,10 .br .DE \fR Move all features defined by bounding box 601530,4921560,602520,4922310 (W,S,E,N) 1000 map units to the east and 1000 map units to the north: \fC .DS .br v.edit tool=move map=roads bbox=601530,4921560,602520,4922310 move=-1000,1000 .br .DE \fR .SS Flip direction of vector lines Flip direction of all vector lines: \fC .DS .br v.edit tool=flip map=streams cats=1-9999 type=line .br .DE \fR .SS Add / delete layer category number Add new layer/category 2/1, 2/3, 2/4, 2/5 to features covered by given polygon: \fC .DS .br v.edit tool=catadd map=roads \(rs .br polygon=599877.75,4925088.375,597164.812,4922524.5,601338.562,4920914.625 \(rs .br layer=2 cat=1,3-5 .br .DE \fR Delete layer/category 1/1, line id 1: \fC .DS .br v.edit tool=catdel map=roads id=1 cats=5 .br .DE \fR .SS Merge lines Merge two lines with given category number: \fC .DS .br v.edit map=roads tool=merge cat=4 .br .DE \fR .SS Split line on given point Split line id 810 on coordinates 604268,4923570 in threshold 50 map units: \fC .DS .br v.edit map=roads tool=break coords=604268,4923570 id=810 thresh=50 .br .DE \fR .SS Break selected lines at each intersection Break selected lines (with category number 1) at each intersection: \fC .DS .br v.edit map=roads tool=break cat=1 .br .DE \fR .SS Snap lines Snap all lines using threshold distance 20 map units: \fC .DS .br v.edit map=roads id=1-9999 tool=snap thresh=-1,20 type=line .br .DE \fR .SS Connect lines Connect line id 48 to line id 565: \fC .DS .br v.edit map=roads tool=connect id=48,565 .br .DE \fR Connect line id 48 to line id 565; line id 60 to line id 50. Maximum threshold distance is 700 map units: \fC .DS .br v.edit map=roads tool=connect id=48,565,60,50 thresh=-1,700 .br .DE \fR .SS Add vertex Add new vertex to the line located at 600952,4926107, threshold is set to 1 map unit: \fC .DS .br v.edit tool=vertexadd map=roads coords=600952,4926107 thresh=1 .br .DE \fR .SS Delete vertices Delete vertex located at 593191.608,4925684.849 (threshold set to 0.1 map units). Modify only lines with category 1: \fC .DS .br v.edit tool=vertexdel map=roads coord=593191.608,4925684.849 \(rs .br thresh=1-e1 cats=1 .br .DE \fR .SS Move vertices Move vertices located at 604441,4921088 (threshold set to 100 map units). Modify only lines with categories 1-10: \fC .DS .br v.edit tool=vertexmove map=roads cats=1-10 coord=604441,4921088 \(rs .br thresh=100 move=1000,1000 .br .DE \fR .SS Select features and print their id's Print id's of selected features, e.g.: \fC .DS .br v.edit map=soils@PERMANENT tool=select \(rs .br bbox=595733.8125,4919781.75,598536.1875,4917396.75 \-\-q .br .DE \fR Example with \fId.vect\fR: \fC .DS .br d.erase; .br d.vect roads; .br d.vect \-i map=roads cats=\(gav.edit map=roads tool=select \(rs .br coord=592542.89243878,4924766.99622811,603389.0625,4918292.1875 \(rs .br thresh=1000 \-\-q\(ga col=red .br .DE \fR Select all lines shorter (or equal) than 10 map units: \fC .DS .br v.edit map=roads tool=select query=length thresh=-1,0,-10 .br .DE \fR Select from given bounding box all lines longer then 200 map units: \fC .DS .br v.edit map=roads tool=select bbox=598260,4919730,605100,4926240 query=length thresh=-1,0,200 .br .DE \fR .SS Fix height of contours Intput vector map contains 2D lines representing contours. Height can be assign to the contours using tool \fBzbulk\fR. First of all 2D lines need to be converted to 3D lines: \fC .DS .br v.extrude input=line2 output=line3 height=0 type=line .br .DE \fR All lines which intersect with the line given by coordinates will be modified. First found line will get height 1000 map units, height of other selected lines will be increased by 10 map units. \fC .DS .br v.edit a2 tool=zbulk bbox=586121.25049368,4911970.21547109,603092.60466035,4927071.25713776 \(rs .br zbulk=1000,10 .br .DE \fR .SH SEE ALSO \fI v.in.ascii, v.info, v.build, v.clean, v.digit, v.extrude \fR .PP See also \fIwxGUI vector digitizing tool\fR. .SH AUTHOR Original author: Wolf Bergenheim - independent developer .br Various updates: Jachym Cepicky, Mendel University of Agriculture and Forestry in Brno, Czech Republic .br Martin Landa, FBK-irst (formerly ITC-irst), Trento, Italy .PP \fILast changed: $Date: 2012-04-07 16:53:42 +0200 (Sat, 07 Apr 2012) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team