ST_TRI
Name
ST_TRI — Returns a raster with the calculated Terrain Ruggedness Index.
Synopsis
    
     raster
     
      ST_TRI
     
     (
    
    raster
    
     rast
    
    , integer
    
     nband
    
    , raster
    
     customextent
    
    , text
    
     pixeltype="32BF"
    
    , boolean
    
     interpolate_nodata=FALSE
    
    
     )
    
    ;