From f30418c95f5484b3384e553b5ee7549fc556591f Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Tue, 1 Aug 2023 09:43:33 +0200 Subject: [PATCH] r.texture manual: fix output parameter in example (#3108) Fixes example and registers old `prefix` in `lib/gis/renamed_options`. --- lib/gis/renamed_options | 1 + raster/r.texture/r.texture.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gis/renamed_options b/lib/gis/renamed_options index 741bb824c34..eb055e1437a 100644 --- a/lib/gis/renamed_options +++ b/lib/gis/renamed_options @@ -386,6 +386,7 @@ r.surf.area|input:map r.terraflow|stream_dir:directory # r.texture r.texture|measure:method +r.texture|prefix:output # r.to.vect r.to.vect|feature:type # r.topmodel diff --git a/raster/r.texture/r.texture.html b/raster/r.texture/r.texture.html index 4c850390af3..aeb0a7e0477 100644 --- a/raster/r.texture/r.texture.html +++ b/raster/r.texture/r.texture.html @@ -160,7 +160,7 @@

EXAMPLE

# extract grey levels r.mapcalc "ortho_2001_t792_1m.greylevel = ortho_2001_t792_1m" # texture analysis -r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture method=asm -s +r.texture ortho_2001_t792_1m.greylevel output=ortho_texture method=asm -s # display g.region n=221461 s=221094 w=638279 e=638694 d.shade color=ortho_texture_ASM_0 shade=ortho_2001_t792_1m