#2111: r.texture: allow use of cover map to define window, instead of only fixed-
size pixel windows
---------------------------------+------------------------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: r.texture cover map | Platform: Unspecified
Cpu: Unspecified |
---------------------------------+------------------------------------------
It would be great if r.texture could offer the option to not define a
fixed-sized moving window (defined by number of pixels to a side) but to
calculate the indices for variable sized polygons defined by a (vector or
raster) cover map. If the cover map is vector, it would be great to have
r.texture fill up the attribute table with the requested indices.
Replying to [ticket:2111 mlennert]:
> It would be great if r.texture could offer the option to not define a
fixed-sized moving window (defined by number of pixels to a side) but to
calculate the indices for variable sized polygons defined by a (vector or
raster) cover map. If the cover map is vector, it would be great to have
r.texture fill up the attribute table with the requested indices.
Maybe this would actually fit better into r.statistics ?