How to properly rotate a raster
Eloi Ribeiro
mail at eloiribeiro.eu
Mon Mar 18 01:56:43 PDT 2024
Hi all,
I need to rotate a raster, for that I'm using the function ST_SetRotation, like so:
CREATE TABLE plot_3_rotated AS
SELECT ST_SetRotation(rast, 0.03516235334249185) rast
FROM plot_3;
But I see that is not producing the expected results and is changing size of the raster. What am I doing wrong?
Cheers,
Eloi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20240318/286794c9/attachment.htm>
More information about the postgis-users
mailing list