Hello, I have a Sentinel 2 in UTM32 with these metadata from gdalinfo:
Size is 1830, 1830 Pixel Size = (60.000000000000000,-60.000000000000000) Lower Left ( 600000.000, 5790240.000) Upper Left ( 600000.000, 5900040.000) How can I have these same metadata* by GDAL Python/Java binding* but in EPSG:4326, given Pixel Size = (0.000700000000000,-0.000700000000000) *without running gdalwarp*? Because, the input file can be big and I don't need the reprojected file, just need these metadata in EPSG:4326, for example: Size is 2395, 1454 Lower Left ( 10.4649804, 52.2224083) Upper Left ( 10.4649804, 53.2402083) I've tried to find some method, but this one only exist in C++ ( GDALSuggestedWarpOutput) https://github.com/OSGeo/gdal/blob/106c8288e7a05f4efc1a588c5a3b2da7ec52d915/gdal/alg/gdaltransformer.cpp#L177 Thanks,
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
