st_pixelaspoints


Description

args: rast, band=1, exclude_nodata_value=TRUE - Returns a point geometry for each pixel of a raster band along with the value, the X and the Y raster coordinates of each pixel. The coordinates of the point geometry are of the pixels upper-left corner.

Parameters

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