Re: [gdal-dev] LJPEG Support for GDAL

2021-06-16 Thread Christoph Gohlke
Lossless JPEG is defined in the Annex H of the JPEG specification. See also and . LJPEG compressed images ca

Re: [gdal-dev] Python Wheels for gdal

2020-01-31 Thread Christoph Gohlke
is work already with respect to the GDAL wheels for RasterIO & Fiona, and Christoph Gohlke has done the same for the windows GDAL wheels Even linked to. They're both fairly minimal sets of drivers though. I'd definitely suggest building on their work if you want to make a start.

Re: [gdal-dev] _gdal.FillNodata not Python function

2018-04-19 Thread Christoph Gohlke
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 functi

Re: [gdal-dev] compile error on windows

2016-04-29 Thread Christoph Gohlke
Check the compile options. To use shared libraries of HDF5-1.8.16 on Windows with Visual Studio you must specify the H5_BUILT_AS_DYNAMIC_LIB compile definition (see ). Christoph On 4/29/2016 1:17 PM, Ryan Grout wrote: Hello, I'm attemptin

Re: [gdal-dev] GDAL v.1.10 and Python 3.3.2 - incompatible?

2013-07-02 Thread Christoph Gohlke
As mentioned on the webpage, the GDAL-1.10.0.win-amd64-py3.3.‌exe installer includes all required files (Python package, DLLs, tools, and data) and should not be used together with OSGeo4W or gdalwin32 (which implies also other GDAL builds). Mixing DLLs from different builds in PATH can not be