Re: [gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-11 Thread Dmitry Baryshnikov
11.05.2012 11:50, Thomas Sevaldrud написал: 10.05.2012 23:14, Thomas Sevaldrud написал: Hi Dmitry, and thanks for your answer! Hi Thomas! I was actually looking at this patch earlier today, but I also wanted to see if I could solve it without patching. Will this patc

Re: Re: [gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-11 Thread Thomas Sevaldrud
> > 10.05.2012 23:14, Thomas Sevaldrud написал: > > Hi Dmitry, and thanks for your answer! > > Hi Thomas! > > > I was actually looking at this patch earlier today, but I also wanted to > see if I could solve it without patching. > > Will this patch be included in the official source? > > My patch

Fwd: Re: [gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-10 Thread Dmitry Baryshnikov
Исходное сообщение Тема: Re: [gdal-dev] Creating a VRT dataset from overviews in C++ Дата: Thu, 10 May 2012 23:58:53 +0400 От: Dmitry Baryshnikov Кому: Thomas Sevaldrud 10.05.2012 23:14, Thomas Sevaldrud написал: Hi Dmitry, and thanks for your answer! Hi

Re: [gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-10 Thread Thomas Sevaldrud
Hi Dmitry, and thanks for your answer! I was actually looking at this patch earlier today, but I also wanted to see if I could solve it without patching. Will this patch be included in the official source? Is it possible to do it the way I described in the previous mail? Cheers, Thomas On Thu,

Re: [gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-10 Thread Dmitry Baryshnikov
10.05.2012 19:03, tseval ???: Hi, I'm trying to cut and reproject a large image with overviews using the c++ api. This runs extremely slow when I produce highly downsampled cutouts covering large areas of the original image. I understand the the Warp API doesn't use the overviews when resam

[gdal-dev] Creating a VRT dataset from overviews in C++

2012-05-10 Thread tseval
Hi, I'm trying to cut and reproject a large image with overviews using the c++ api. This runs extremely slow when I produce highly downsampled cutouts covering large areas of the original image. I understand the the Warp API doesn't use the overviews when resampling, so I wanted to make a tempora