Even Rouault

Results 1301 comments of Even Rouault

> Shouldn't it work to move the needed functions into a module and then import them in https://github.com/OSGeo/gdal/blob/master/gdal/swig/include/python/gdal_python.i#L82 to make them available when the `gdal` module is generated? that's a...

> What about letting the user install a callback to compute min/max/mean of a data range so that it can delegate efficient numerical computations to libraries like MKL/OpenCV... ? I'd...

Did you "make clean" after changing the ./configure options, before rebuilding ? It could help also if you redirected the build log to a file and extract the line where...

closing as autoconf has been removed from master and replaced by cmake

Rebased on top of master with different suggestions applied

> where you need random access via network. Can you efficiently seek at a given offset of the *uncompressed* stream, without having uncompressed the stream from the beginning to that...

The downside of xz is that it isn't particularly fast. Too bad there are not yet standardized framing support for zstd

FYI some criticism of the xz format: https://www.nongnu.org/lzip/xz_inadequate.html

> "The data format defined by this specification does not attempt to allow random access to compressed data.". yeah, I doubt any compression method has a standardized way of encoding...