[gdal-dev] _gdal.FillNodata not Python function
Christoph Gohlke
cgohlke at uci.edu
Thu Apr 19 10:56:26 PDT 2018
On 4/19/2018 8:56 AM, mattijn wrote:
> Dear,
>
> I've the same error/bug appearing. Also using the GDAL python package
> (GDAL‑2.2.4‑cp35‑cp35m‑win_amd64.whl) from
> https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
>
> Regards,
> Mattijn
>
>
The pointer comparison for the `gdal.TermProgress` Python/SWIG function
and the `GDALTermProgress` C function seems to fail at
<https://github.com/OSGeo/gdal/blob/release/2.2/gdal/swig/include/python/typemaps_python.i#L1320>.
Maybe a SWIG 3.0.12 bug? As a workaround, run `gdal_fillnodata.py` in
quiet mode to avoid the callback.
Christoph
More information about the gdal-dev
mailing list