1vector_graphical(1) Grass User's Manual vector_graphical(1)
2
3
4
5.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list li a { color: initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background:
9white; object-fit: scale-down; } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12
14 Go to vector introduction | topics
15
16 Vector modules:
17 · v.buffer Creates a buffer around vector features of given type.
18
19 · v.build.all Rebuilds topology on all vector maps in the current
20 mapset.
21
22 · v.build Creates topology for vector map.
23
24
25 · v.build.polylines Builds polylines from lines or boundaries.
26
27 · v.category Attaches, deletes or reports vector categories to
28 map geometry.
29
30 · v.centroids Adds missing centroids to closed boundaries.
31
32 · v.class Classifies attribute data, e.g. for thematic mapping
33
34 · v.clean Toolset for cleaning topology of vector map.
35
36 · v.clip Extracts features of input map which overlay features of
37 clip map.
38
39 · v.cluster Performs cluster identification.
40
41 · v.colors Creates/modifies the color table associated with a
42 vector map.
43
44 · v.colors.out Exports the color table associated with a vector
45 map.
46
47 · v.db.addcolumn Adds one or more columns to the attribute table
48 connected to a given vector map.
49
50 · v.db.addtable Creates and connects a new attribute table to a
51 given layer of an existing vector map.
52
53 · v.db.connect Prints/sets DB connection for a vector map to
54 attribute table.
55
56 · v.db.dropcolumn Drops a column from the attribute table con‐
57 nected to a given vector map.
58
59 · v.db.droprow Removes a vector feature from a vector map through
60 attribute selection.
61
62 · v.db.droptable Removes existing attribute table of a vector
63 map.
64
65 · v.db.join Joins a database table to a vector map table.
66
67 · v.db.reconnect.all Reconnects attribute tables for all vector
68 maps from the current mapset to a new database.
69
70 · v.db.renamecolumn Renames a column in the attribute table con‐
71 nected to a given vector map.
72
73 · v.db.select Prints vector map attributes.
74
75 · v.db.univar Calculates univariate statistics on selected table
76 column for a GRASS vector map.
77
78 · v.db.update Updates a column in the attribute table connected
79 to a vector map.
80
81 · v.decimate Decimates a point cloud
82
83
84 · v.delaunay Creates a Delaunay triangulation from an input vec‐
85 tor map containing points or centroids.
86
87 · v.dissolve Dissolves boundaries between adjacent areas sharing
88 a common category number or attribute.
89
90 · v.distance Finds the nearest element in vector map ’to’ for
91 elements in vector map ’from’.
92
93 · v.drape Converts 2D vector features to 3D by sampling of eleva‐
94 tion raster map.
95
96 · v.edit Edits a vector map, allows adding, deleting and modify‐
97 ing selected vector features.
98
99 · v.external Creates a new pseudo-vector map as a link to an
100 OGR-supported layer or a PostGIS feature table.
101
102 · v.external.out Defines vector output format.
103
104 · v.extract Selects vector features from an existing vector map
105 and creates a new vector map containing only the selected fea‐
106 tures.
107
108 · v.extrude Extrudes flat vector features to 3D vector features
109 with defined height.
110
111
112 · v.generalize Performs vector based generalization.
113
114 · v.hull Produces a 2D/3D convex hull for a given vector map.
115
116 · v.import Imports vector data into a GRASS vector map using OGR
117 library and reprojects on the fly.
118
119 · v.in.ascii Creates a vector map from an ASCII points file or
120 ASCII vector file.
121
122 · v.in.db Creates new vector (points) map from database table
123 containing coordinates.
124
125 · v.in.dxf Converts file in DXF format to GRASS vector map.
126
127 · v.in.e00 Imports E00 file into a vector map.
128
129 · v.in.geonames Imports geonames.org country files into a vector
130 points map.
131
132 · v.in.lines Imports ASCII x,y[,z] coordinates as a series of
133 lines.
134
135 · v.in.mapgen Imports Mapgen or Matlab-ASCII vector maps into
136 GRASS.
137
138 · v.in.ogr Imports vector data into a GRASS vector map using OGR
139 library.
140
141 · v.in.region Creates a vector polygon from the current region
142 extent.
143
144 · v.in.wfs Imports GetFeature from a WFS server.
145
146 · v.info Outputs basic information about a vector map.
147
148 · v.kcv Randomly partition points into test/train sets.
149
150 · v.kernel Generates a raster density map from vector points map.
151
152
153 · v.label Creates paint labels for a vector map from attached
154 attributes.
155
156 · v.label.sa Create optimally placed labels for vector map(s)
157
158 · v.lidar.correction Corrects the v.lidar.growing output. It is
159 the last of the three algorithms for LIDAR filtering.
160
161 · v.lidar.edgedetection Detects the object’s edges from a LIDAR
162 data set.
163
164 · v.lidar.growing Building contour determination and Region Grow‐
165 ing algorithm for determining the building inside
166
167 · v.lrs.create Creates a linear reference system.
168
169 · v.lrs.label Creates stationing from input lines, and linear
170 reference system.
171
172 · v.lrs.segment Creates points/segments from input lines, linear
173 reference system and positions read from stdin or a file.
174
175 · v.lrs.where Finds line id and real km+offset for given points
176 in vector map using linear reference system.
177
178 · v.mkgrid Creates a vector map of a user-defined grid.
179
180 · v.neighbors Neighborhood analysis tool for vector point maps.
181
182
183 · v.net.alloc Allocates subnets for nearest centers.
184
185
186 · v.net.allpairs Computes the shortest path between all pairs of
187 nodes in the network.
188
189 · v.net.bridge Computes bridges and articulation points in the
190 network.
191
192 · v.net.centrality Computes degree, centrality, betweeness,
193 closeness and eigenvector centrality measures in the network.
194
195 · v.net.components Computes strongly and weakly connected compo‐
196 nents in the network.
197
198 · v.net.connectivity Computes vertex connectivity between two
199 sets of nodes in the network.
200
201 · v.net.distance Computes shortest distance via the network
202 between the given sets of features.
203
204
205 · v.net.flow Computes the maximum flow between two sets of nodes
206 in the network.
207
208 · v.net Performs network maintenance.
209
210 · v.net.iso Splits subnets for nearest centers by cost isolines.
211
212
213 · v.net.path Finds shortest path on vector network.
214
215 · v.net.salesman Creates a cycle connecting given nodes (Travel‐
216 ing salesman problem).
217
218
219 · v.net.spanningtree Computes minimum spanning tree for the net‐
220 work.
221
222 · v.net.steiner Creates Steiner tree for the network and given
223 terminals.
224
225
226 · v.net.timetable Finds shortest path using timetables.
227
228 · v.net.visibility Performs visibility graph construction.
229
230 · v.normal Tests for normality for vector points.
231
232 · v.out.ascii Exports a vector map to a GRASS ASCII vector repre‐
233 sentation.
234
235
236 · v.out.dxf Exports vector map to DXF file format.
237
238 · v.out.ogr Exports a vector map layer to any of the supported
239 OGR vector formats.
240
241
242 · v.out.postgis Exports a vector map layer to PostGIS feature ta‐
243 ble.
244
245 · v.out.pov Converts GRASS x,y,z points to POV-Ray x,z,y format.
246
247 · v.out.svg Exports a vector map to SVG file.
248
249 · v.out.vtk Converts a vector map to VTK ASCII output.
250
251 · v.outlier Removes outliers from vector point data.
252
253 · v.overlay Overlays two vector maps offering clip, intersection,
254 difference, symmetrical difference, union operators.
255
256 · v.pack Exports a vector map as GRASS GIS specific archive file
257
258 · v.parallel Creates parallel line to input vector lines.
259
260 · v.patch Creates a new vector map by combining other vector
261 maps.
262
263 · v.perturb Random location perturbations of vector points.
264
265 · v.profile Vector map profiling tool
266
267 · v.proj Re-projects a vector map from one location to the cur‐
268 rent location.
269
270 · v.qcount Indices for quadrat counts of vector point lists.
271
272 · v.random Generates random 2D/3D vector points.
273
274 · v.rast.stats Calculates univariate statistics from a raster map
275 based on a vector map and uploads statistics to new attribute
276 columns.
277
278 · v.reclass Changes vector category values for an existing vector
279 map according to results of SQL queries or a value in attribute
280 table column.
281
282 · v.rectify Rectifies a vector by computing a coordinate trans‐
283 formation for each object in the vector based on the control
284 points.
285
286 · v.report Reports geometry statistics for vector maps.
287
288 · v.sample Samples a raster map at vector point locations.
289
290 · v.segment Creates points/segments from input vector lines and
291 positions.
292
293 · v.select Selects features from vector map (A) by features from
294 other vector map (B).
295
296 · v.split Splits vector lines to shorter segments.
297
298 · v.support Updates vector map metadata.
299
300 · v.surf.bspline Performs bicubic or bilinear spline interpola‐
301 tion with Tykhonov regularization.
302
303 · v.surf.idw Provides surface interpolation from vector point
304 data by Inverse Distance Squared Weighting.
305
306 · v.surf.rst Performs surface interpolation from vector points
307 map by splines.
308
309
310 · v.timestamp Modifies a timestamp for a vector map.
311
312
313 · v.to.3d Performs transformation of 2D vector features to 3D.
314
315 · v.to.db Populates attribute values from vector features.
316
317 · v.to.lines Converts vector polygons or points to lines.
318
319 · v.to.points Creates points along input lines in new vector map
320 with 2 layers.
321
322 · v.to.rast Converts (rasterize) a vector map into a raster map.
323
324 · v.to.rast3 Converts a vector map (only points) into a 3D raster
325 map.
326
327 · v.transform Performs an affine transformation (shift, scale and
328 rotate) on vector map.
329
330 · v.type Changes type of vector features.
331
332 · v.univar Calculates univariate statistics of vector map fea‐
333 tures.
334
335
336 · v.unpack Imports a GRASS GIS specific vector archive file
337 (packed with v.pack) as a vector map
338
339 · v.vect.stats Count points in areas, calculate statistics from
340 point attributes.
341
342 · v.vol.rst Interpolates point data to a 3D raster map using reg‐
343 ularized spline with tension (RST) algorithm.
344
345 · v.voronoi Creates a Voronoi diagram constrained to the extents
346 of the current region from an input vector map containing
347 points or centroids.
348
349 · v.what Queries a vector map at given locations.
350
351 · v.what.rast Uploads raster values at positions of vector points
352 to the table.
353
354 · v.what.rast3 Uploads 3D raster values at positions of vector
355 points to the table.
356
357 · v.what.strds Uploads space time raster dataset values at posi‐
358 tions of vector points to the table.
359
360 · v.what.vect Uploads vector values at positions of vector points
361 to the table.
362
363 Main index | Topics index | Keywords index | Graphical index | Full
364 index
365
366 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
367
368
369
370GRASS 7.8.2 vector_graphical(1)