From 21d8153ab332dbe536bcd6fff12ab89cbe152372 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 d391d44e90d..686f45e879a 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 9cee315b302..5fdf5613afa 100644 --- a/raster/r.texture/r.texture.html +++ b/raster/r.texture/r.texture.html @@ -159,7 +159,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