agnes123 wrote:
Frank,

Thanks for your reply.

Do you know if python can use the function  GDALSuggestedWarpOutput2() ? I
searched on web and found only the C/C++ examples.

Agnes,

I am unaware of it being SWIG wrapped, so the answer appears to be no.
It is indirectly available via AutoCreateWarpedVRT() which uses it to
create a virtual warped file.  In theory you could call that, and then
query it to find the geotransform and pixel/line size then destroy it
without ever actually using it to do any data warping.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to