Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RS_Polygonize(raster: Raster, band: Int)
SELECT RS_Polygonize(raster, 1) FROM my_raster_table
SELECT exploded.geom, exploded.value FROM my_raster_table, LATERAL VIEW explode(RS_Polygonize(raster, 1)) AS exploded
Was this page helpful?