st_pixelaspolygons


Description

args: rast, band=1, exclude_nodata_value=TRUE - Returns the polygon geometry that bounds every pixel of a raster band along with the value, the X and the Y raster coordinates of each pixel.

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