标签: postgresql postgis
我正在尝试将栅格文件(例如:小子集Landsat栅格图像)转换为Polygons,并使用以下提到的查询将其存储为包含lat,long和pixel值的表:
CREATE TABLE rast_poly AS SELECT ST_PixelAsPolygons(rast,1) FROM <raster file>;
但是使用上述方法,我收到以下错误:
错误:列“ st_pixelaspolygons”具有伪类型记录SQL状态: 42P16