id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1238,"[raster] Resample and upperleftx , upperlefty",standa,pracine,"Hi I load in the raster having SRID = 4326 I like to reproject this raster to the 3844 when I test SELECT rid, (foo.md).* FROM (SELECT rid,ST_MetaData(ST_Resample(rast,3844,0.002,0.002)) As md FROM dem_table1 WHERE rid=1) as foo; and obtain the same upperleftx , upperlefty as for the original raster. I tested also ST_Transform - the same result -> is it OK? Thank you ",defect,closed,medium,PostGIS 2.0.0,raster,master,fixed,ST_Resample,