latot
latot
well, that is not exactly a gdal multiprocessing, the idea of a dataset multiprocessing is be able to read/edit from the same object in a safe way from multiple process...
mm, is more like... a Rust work than a C++ one... I think for python, still would be good a workaroud for this, python is a dinamic language, with all...
This seems great!
> GDAL do not think that you ask "do nothing", it believes that you were serious when you asked to compress the image with ZSTD and it triggers decompress-compress. If...
Yeah, seems complicated, I had chat on matrix, if you want to know the length of the raw data of a tile, you need use libtiff. I don't know who...
@rouault @jratike80 I know, at least there is a maybe possible optimization, if the compression tag is the same on the source and dest, would be possible to skip compression/decompression....
Oks, I tested a little this, can be... very good and very bad, specially because for many2many cases, the geoms can use a lot of space on disk, really.. eats...
I think, would be good when creating a table with multiple sfc, an option to choose which one will be the active one.
Hi!, mmm, reading it, there is something I can add to that bug. But first, here is the workaround: ```R utils::globalVariables(c( "generator_env", "exits" )) ``` Now, about the declarations on...