On mardi 19 mai 2020 12:01:58 CEST Frank Warmerdam wrote: > Pham, > > 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. >
gdal.AutoCreateWarpedVRT() is available in Java bindings: https://gdal.org/java/org/gdal/gdal/gdal.html Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
