st_pixelofvalue(raster, double precision[], boolean)


Description

args: rast, search, exclude_nodata_value=true - Get the columnx, rowy coordinates of the pixel whose value equals the search value.

Parameters

Name Type Mode
rast USER-DEFINED IN
search ARRAY IN
exclude_nodata_value boolean IN
val double precision OUT
x integer OUT
y integer OUT