<div dir="ltr">Hello all,<div><br></div><div>I'm trying to merge a raster with 3 bands to an empty raster. The empty raster is created with the query bellow:</div><div><br></div><div>ST_AddBand(ST_MakeEmptyRaster(256,256,0,0,1), '8BUI'::text,200)<br></div><div><br></div><div>This empty raster is larger than the filled one (which is 100x100). I just need to create a raster of 256x256 with the original raster (100x100) information and the rest filled with empty information.</div><div>My first idea was to use ST_Union, but found out it just merges tiles, instead of rasters.</div><div>Anyone have an idea how can I do that?</div><div><br></div><div>thanks in advance</div><div>Rumanovsk</div></div>