<div dir="ltr">Hi all,<div><br></div><div>I have a 

UTM raster that I want to warp translate to xyz format and transform the coordinates to EPSG:4326, I could use:</div><div>`gdalwarp -of xyz -t_srs EPSG:4326 utm.tif <a href="http://4326.xyz">4326.xyz</a>`</div><div><br></div><div>But surely I get a 4326 grid, so my data points were altered to fit the new grid.</div><div>I could write a function that iterates over the pixels and translates each point, but is there a more elegant way to transform coordinates without forcing the target srs grid?</div><div><br></div><div>Kind regards,</div><div>Idan</div></div>