Even Rouault
Even Rouault
As it, this report lacks details to be actionable: - Is this is a regression compared to previous GDAL versions? If so, it would help immensely if you could identify...
As your use case involves multi-threading, you might want to rule out a potential issue with RAM fragmentation mentionned at https://gdal.org/en/latest/user/multithreading.html#ram-fragmentation-and-multi-threading
I actually use that issue as a feature when doing things like SELECT ST_something() AS geometry, * FROM ... so that the columns with the ST_ function is used as...
> * Zlib & JPEG also `REQUIRED` if `WITH_x` option is set Actually, I don't see any explicit use of them in the sources! They could probably be just removed...
@pjonsson If you want to tackle this, feel free to submit a PR stripping the .py extension in the usage message.
Could you detail the exact command(s) you use with a sample dataset, the initial state of your database ?
> If these rows were complete and instead appended to the public.layer_styles table then QGIS would be able to use these styles. oh I see. Hum, I understand your end...
Fix in #13541. You can workaround the issue by increasing the warp memory limit, to limit chunking, e.g. by adding "-wm 500"
> if there would be interest in adding a native GDAL quantile/percentile pixel function to VRT? sure