st_nearestvalue


Description

args: rast, bandnum, columnx, rowy, exclude_nodata_value=true - Returns the nearest non-NODATA value of a given bands pixel specified by a columnx and rowy or a geometric point expressed in the same spatial reference coordinate system as the raster.

Parameters

Name Type Mode
rast USER-DEFINED IN
band integer IN
pt USER-DEFINED IN
exclude_nodata_value boolean IN
rast USER-DEFINED IN
pt USER-DEFINED IN
exclude_nodata_value boolean IN
rast USER-DEFINED IN
band integer IN
columnx integer IN
rowy integer IN
exclude_nodata_value boolean IN
rast USER-DEFINED IN
columnx integer IN
rowy integer IN
exclude_nodata_value boolean IN