Re: [gdal-dev] help with GDALWarpApp - resample options

2021-05-14 Thread Michael Sumner
Oh, I see - you just append it all on. Thanks! C++ is a real struggle for me, but this is going to be excellent. Best, Mike On Sat, 15 May 2021, 07:18 Even Rouault, wrote: > Michael, > > > > how do I set the equivalent of eResampleAlg for the GDALWarp *app* ? > > > > > https://gdal.org/api/gda

Re: [gdal-dev] help with GDALWarpApp - resample options

2021-05-14 Thread Even Rouault
Michael, how do I set the equivalent of eResampleAlg for the GDALWarp *app* ? https://gdal.org/api/gdal_utils.html#gdal__utils_8h_1ab2094d5332364d63e0851dcb12398469 I think you can't?  GDALWarpAppOption

[gdal-dev] help with GDALWarpApp - resample options

2021-05-14 Thread Michael Sumner
Hello, how do I set the equivalent of eResampleAlg for the GDALWarp *app* ? https://gdal.org/api/gdal_utils.html#gdal__utils_8h_1ab2094d5332364d63e0851dcb12398469 I think you can't? GDALWarpAppOptions is for the -wo command line equivalents, not the -r (right?) I can see how to use the impleme