diff --git a/scripts/v.clip/v.clip.html b/scripts/v.clip/v.clip.html index b4d93121d9a..17d364d713c 100644 --- a/scripts/v.clip/v.clip.html +++ b/scripts/v.clip/v.clip.html @@ -22,7 +22,7 @@
-t.rast.extract input=tempmean_monthly where="start_time > '2010-01-05'" \ +t.rast.extract input=tempmean_monthly where="start_time > '2010-01-05'" \ output=selected_tempmean_monthly basename=new_tmean_month \ - expression="if(tempmean_monthly < 0, null(), tempmean_monthly)" + expression="if(tempmean_monthly < 0, null(), tempmean_monthly)"
t.rast.extract input=tempmean_monthly output=tempmean_monthly_later_2012 \ - where="start_time >= '2012-01-01'" + where="start_time >= '2012-01-01'" t.rast.list tempmean_monthly_later_2012 name|mapset|start_time|end_time diff --git a/vector/v.surf.rst/v.surf.rst.html b/vector/v.surf.rst/v.surf.rst.html index 34a5bcb0075..427c234ce00 100644 --- a/vector/v.surf.rst/v.surf.rst.html +++ b/vector/v.surf.rst/v.surf.rst.html @@ -293,6 +293,7 @@Cross validation procedure
with lost details and fluctuations) or when significant noise is present that needs to be smoothed out. +EXAMPLE
Setting for lidar point cloud
@@ -333,10 +334,10 @@Usage of the where parameter
v.db.univar -e elevrand column=value # interpolation based on subset of points (only those over 1st quartile) -v.surf.rst input=elevrand zcolumn=value elevation=elev_partial npmin=100 where="value > 94.9" +v.surf.rst input=elevrand zcolumn=value elevation=elev_partial npmin=100 where="value > 94.9" r.colors map=elev_partial raster=elevation d.rast elev_partial -d.vect elevrand where="value > 94.9" +d.vect elevrand where="value > 94.9"