1v.outlier(1) Grass User's Manual v.outlier(1)
2
3
4
6 v.outlier - Removes outliers from vector point data
7
9 vector, statistics
10
12 v.outlier
13 v.outlier help
14 v.outlier input=name output=name outlier=name [qgis=name]
15 [soe=float] [son=float] [lambda_i=float] [thres_o=float]
16 [--overwrite]
17
18 Flags:
19 --overwrite
20
21 Parameters:
22 input=name
23 Name of input vector map
24
25 output=name
26 Name for output vector map
27
28 outlier=name
29 Name of output outlier vector map
30
31 qgis=name
32 Name of vector map for visualization in qgis
33
34 soe=float
35 Interpolation spline step value in east direction Default: 10
36
37 son=float
38 Interpolation spline step value in north direction Default: 10
39
40 lambda_i=float
41 Thychonov regularization weigth Default: 0.1
42
43 thres_o=float
44 Threshold for the outliers Default: 50
45
47 v.outlier removes outlier points. By default, the outlier identifica‐
48 tion is done by a bicubic spline interpolation of the observation with
49 a high regularization parameter and a low resolution in south-north and
50 east-west directions. Those points that differ in an absolute value
51 more than the given threshold from a fixed value, reckoned from its
52 surroundings by the interpolation, are considered as an outlier, and
53 hence are removed. There is a flag to create a vector that can be
54 visualizated by qgis. That means that topology is build and the z coor‐
55 dinate is considered as a category.
56
58 Basic outlier removal
59
60 v.outlier input=vector_map output=vector_output outlier=vector_outlier
61 thres_O=25
62 In this case, a basic outlier removal is done with a threshold of 25
63 m.
64
65 Basic outlier removal
66
67 v.outlier -q input=vector_map output=vector_output outlier=vector_out‐
68 lier qgis=vector_qgis
69 Now, the outlier removal uses the default threshold and there is also
70 an output vector available for visualizaton in QGIS
71 (http://www.qgis.org).
72
74 This module is designed to work with LIDAR data, so not topology is
75 built but in the QGIS output.
76
78 v.surf.bspline
79
81 Original version of the program in GRASS 5.4:
82 Maria Antonia Brovelli, Massimiliano Cannata, Ulisse Longoni and Mirko
83 Reguzzoni
84 Updates for GRASS 6:
85 Roberto Antolin
86
87 Last changed: $Date: 2007/04/16 21:36:04 $
88
89 Full index
90
91
92
93GRASS 6.2.2 v.outlier(1)