<div dir="ltr">Hello,<div><br></div><div>I have a Sentinel 2 in UTM32 with these metadata from gdalinfo:</div><div><br></div><div>Size is 1830, 1830<br></div><div>Pixel Size = (60.000000000000000,-60.000000000000000)<br></div><div>Lower Left  (  600000.000, 5790240.000)<br></div><div>Upper Left  (  600000.000, 5900040.000)<br></div><div><br></div><div>How can I have these same metadata<b> by GDAL Python/Java binding</b> but in EPSG:4326, given Pixel Size = (0.000700000000000,-0.000700000000000) <b>without running gdalwarp</b>? </div><div><br></div><div>Because, the input file can be big and I don't need the reprojected file, just need these metadata in EPSG:4326, for example:</div><div><br></div><div>Size is 2395, 1454<br></div><div>Lower Left  (  10.4649804,  52.2224083)<br></div><div>Upper Left  (  10.4649804,  53.2402083)<br></div><div><br></div><div>I've tried to find some method, but this one only exist in C++ (<span style="background-color:rgb(255,251,221);color:rgb(111,66,193);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">GDALSuggestedWarpOutput)</span>  <a href="https://github.com/OSGeo/gdal/blob/106c8288e7a05f4efc1a588c5a3b2da7ec52d915/gdal/alg/gdaltransformer.cpp#L177">https://github.com/OSGeo/gdal/blob/106c8288e7a05f4efc1a588c5a3b2da7ec52d915/gdal/alg/gdaltransformer.cpp#L177</a></div><div><br></div><div>Thanks,</div></div>