Re: [gdal-dev] complete > 1 when using a progress callback with Dataset::BuildOverviews

2021-05-20 Thread Momtchil Momtchev
    In fact, it never happens with 3.3.0/3.2.3, ignore it On 20/05/2021 12:06, Momtchil Momtchev wrote:     Hello,     Sometimes, I am getting a value of 0 and sometimes slightly over 1 (like 1.005) for /complete/ in the progress callback of /Dataset::BuildOverviews/, should I try to iso

[gdal-dev] complete > 1 when using a progress callback with Dataset::BuildOverviews

2021-05-20 Thread Momtchil Momtchev
    Hello,     Sometimes, I am getting a value of 0 and sometimes slightly over 1 (like 1.005) for /complete/ in the progress callback of /Dataset::BuildOverviews/, should I try to isolate it or should I just consider it a quirk and ignore it?     I would have ignored it, but the other fun