Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Three different constructors have been added :
1. ST_GeomFromRaster - It fetches polygonal coordinates from raster image
2. ST_DataframeFromRaster - It constructs a data frame from a raster image with a fixed schema (Geometry and band values)
3. ST_GetBand - Fetches a particular band value from the result of ST_DataframeFromRaster