Skip to content

Commit

Permalink
r.texture manual: fix output parameter in example (#3108)
Browse files Browse the repository at this point in the history
Fixes example and registers old `prefix` in `lib/gis/renamed_options`.
  • Loading branch information
neteler authored Aug 1, 2023
1 parent f518403 commit 21d8153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/gis/renamed_options
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion raster/r.texture/r.texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2>EXAMPLE</h2>
# 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
Expand Down

0 comments on commit 21d8153

Please sign in to comment.