<div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif">Pham, </div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">I have sometimes taken the approach of doing a "gdalwarp to VRT" which creates the configuration of the target dataset in VRT format, but does not actually resample any imagery.  The you can open the VRT and query it's configuration.  There are also lower level apis to get this information but they are not normally exposed through SWIG in Java, Python, etc as far as I know. </div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif">Best regards,</div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 19, 2020 at 11:59 AM Pham Huu Bang <<a href="mailto:a09550@gmail.com">a09550@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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-wrap">GDALSuggestedWarpOutput)</span>  <a href="https://github.com/OSGeo/gdal/blob/106c8288e7a05f4efc1a588c5a3b2da7ec52d915/gdal/alg/gdaltransformer.cpp#L177" target="_blank">https://github.com/OSGeo/gdal/blob/106c8288e7a05f4efc1a588c5a3b2da7ec52d915/gdal/alg/gdaltransformer.cpp#L177</a></div><div><br></div><div>Thanks,</div></div>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font face="monospace">---------------------------------------+--------------------------------------<br>I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>light and sound - activate the windows | +1 650-701-7823<br>and watch the world go round - Rush    | Geospatial Software Developer</font></div></div></div></div></div>