Name
ST_SetUpperLeft — Sets the value of the upper left corner of the pixel to projected X and Y coordinates.
Synopsis
raster ST_SetUpperLeft(
raster rast, double precision x, double precision y)
;
Description
Set the value of the upper left corner of raster to the projected X coordinates
Examples
SELECT ST_SetUpperLeft(rast,-71.01,42.37)
FROM dummy_rast
WHERE rid = 2;