[GRASS-dev] [GRASS GIS] #353: r.texture: flags to method= option

GRASS GIS trac at osgeo.org
Mon Jul 21 20:46:00 PDT 2014


#353: r.texture: flags to method= option
----------------------+-----------------------------------------------------
  Reporter:  hamish   |       Owner:  grass-dev@…              
      Type:  task     |      Status:  closed                   
  Priority:  trivial  |   Milestone:  7.0.0                    
 Component:  Raster   |     Version:  svn-trunk                
Resolution:  fixed    |    Keywords:  r.texture, interface     
  Platform:  All      |         Cpu:  All                      
----------------------+-----------------------------------------------------
Changes (by wenzeslaus):

  * keywords:  r.texture => r.texture, interface
  * status:  new => closed
  * resolution:  => fixed


Comment:

 The current r.texture in GRASS 7 has:
 {{{
 Usage:
  r.texture [-sa] input=name prefix=string [size=value]
    [distance=value] [method=string[,string,...]] [--overwrite] [--help]
    [--verbose] [--quiet]

 Flags:
   -s   Separate output for each angle (0, 45, 90, 135)
   -a   Calculate all textural measurements
  --o   Allow output files to overwrite existing files
  --h   Print usage summary
  --v   Verbose module output
  --q   Quiet module output

 Parameters:
      input   Name of input raster map
     prefix   Prefix for output raster map(s)
       size   The size of moving window (odd and >= 3)
              default: 3
   distance   The distance between two samples (>= 1)
              default: 1
     method   Textural measurement method
              options:
 asm,contrast,corr,var,idm,sa,se,sv,entr,dv,de,moc1,moc2
 }}}
 So, I guess that this is fixed. Multiple method is possible. GRASS 6 has
 the flags.

  * http://grass.osgeo.org/grass64/manuals/r.texture.html
  * http://grass.osgeo.org/grass70/manuals/r.texture.html

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/353#comment:1>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list