File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ int main(int argc, char *argv[])
287
287
parm .rsm -> required = NO ;
288
288
parm .rsm -> label = _ ("Smoothing parameter" );
289
289
parm .rsm -> description =
290
- _ ("Smoothing is by default 0.5 unless smooth_column is specified" );
290
+ _ ("Smoothing is by default 0.1 unless smooth_column is specified" );
291
291
parm .rsm -> guisection = _ ("Parameters" );
292
292
293
293
parm .scol = G_define_option ();
@@ -319,8 +319,10 @@ int main(int argc, char *argv[])
319
319
parm .dmin -> key = "dmin" ;
320
320
parm .dmin -> type = TYPE_DOUBLE ;
321
321
parm .dmin -> required = NO ;
322
- parm .dmin -> description = _ (
323
- "Minimum distance between points (to remove almost identical points)" );
322
+ parm .dmin -> description =
323
+ _ ("Minimum distance between points (to remove almost identical "
324
+ "points). Default vaule is half of "
325
+ " the smaller resolution of the current region" );
324
326
parm .dmin -> guisection = _ ("Parameters" );
325
327
326
328
parm .dmax = G_define_option ();
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h2>NOTES</h2>
103
103
their interpretation is described in
104
104
< a href ="http://fatra.cnr.ncsu.edu/~hmitaso/gmslab/papers/hmg.rev1.ps ">
105
105
Mitasova and Hofierka, 1993</ a >
106
- or Neteler and Mitasova, 2004) .
106
+ or Neteler and Mitasova, 2004.
107
107
Slopes and aspect are computed in degrees (0-90 and 1-360 respectively).
108
108
The aspect raster map has value 0 assigned to flat areas (with slope less
109
109
than 0.1%) and to singular points with undefined aspect. Aspect points
@@ -292,7 +292,9 @@ <h3>Cross validation procedure</h3>
292
292
found by minimizing the predictive (CV) error may not not be the best
293
293
for for poorly sampled phenomena (result could be strongly smoothed
294
294
with lost details and fluctuations) or when significant noise is
295
- present that needs to be smoothed out.
295
+ present that needs to be smoothed out. The addon
296
+ < a href ="addons/v.surf.rst.cv.html "> v.surf.rst.cv</ a > provides an ease of use wrapper for the
297
+ cross-validation procedure.
296
298
297
299
< h3 > Performance</ h3 >
298
300
To enable parallel processing, the user can specify the number of threads
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function so that the important relationships between these parameters
88
88
are preserved. The equations for computation of these parameters and
89
89
their interpretation is described in [ Mitasova and Hofierka,
90
90
1993] ( http://fatra.cnr.ncsu.edu/~hmitaso/gmslab/papers/hmg.rev1.ps ) or
91
- Neteler and Mitasova, 2004) . Slopes and aspect are computed in degrees
91
+ Neteler and Mitasova, 2004. Slopes and aspect are computed in degrees
92
92
(0-90 and 1-360 respectively). The aspect raster map has value 0
93
93
assigned to flat areas (with slope less than 0.1%) and to singular
94
94
points with undefined aspect. Aspect points downslope and is 90 to the
@@ -235,7 +235,9 @@ well only for well-sampled phenomena and when minimizing the predictive
235
235
error is the goal. The parameters found by minimizing the predictive
236
236
(CV) error may not not be the best for for poorly sampled phenomena
237
237
(result could be strongly smoothed with lost details and fluctuations)
238
- or when significant noise is present that needs to be smoothed out.
238
+ or when significant noise is present that needs to be smoothed out. The addon
239
+ [ v.surf.rst.cv] ( addons/v.surf.rst.cv.md ) provides an ease of use wrapper for the
240
+ cross-validation procedure.
239
241
240
242
### Performance
241
243
You can’t perform that action at this time.
0 commit comments