Re: [gdal-dev] Bad gdalwarp interpolation

2024-07-26 Thread Calogero Mauceri via gdal-dev
I just submitted a bugreport for this issue https://github.com/OSGeo/gdal/issues/10512 On Fri, Jul 26, 2024 at 12:42 PM Calogero Mauceri wrote: > Thanks Javier for your reply. > > I'd like to avoid changing the source file work around. > We are using gdalwarp C++ API as part of a general applica

Re: [gdal-dev] Bad gdalwarp interpolation

2024-07-26 Thread Calogero Mauceri via gdal-dev
Thanks Javier for your reply. I'd like to avoid changing the source file work around. We are using gdalwarp C++ API as part of a general application that can open any kind of file. On Fri, Jul 26, 2024 at 12:26 PM Javier Jimenez Shaw wrote: > Hi > > I do not know if there is anything wrong in

Re: [gdal-dev] Bad gdalwarp interpolation

2024-07-26 Thread Javier Jimenez Shaw via gdal-dev
Hi I do not know if there is anything wrong in GDAL. It looks like As a workaround, you can first convert the projection to be centred at lon=0 with something like this (I kept the same radius as the original to minimize distortion). You can add bilinear interpolation or not, as you wish. gdalwar