Even Rouault
Even Rouault
> I assumed so, given the language used in #5351 ah, my bad. Didn't know that pkg-config could be used with MSVC at all! CC @dg0yt so he's aware of...
QIGS-Django changes: https://github.com/qgis/QGIS-Django/pull/484
For API and ABI backward compatibility reasons, we likely need a new function( pj_factors_3D ?) and a new structure (FACTORS3D ?), likely extending the existing FACTORS one. I've not enough...
you may want to set the GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR config option (https://github.com/OSGeo/gdal/issues/9443#issuecomment-1988483122 / https://gdal.org/user/configoptions.html#performance-and-caching) to prevent GDAL from issuing a directory listing HTTP request which might not be sufficient here. So you...
> but we have 2 EOF instructions and I don't think it's OK. At least, for regular PDFs, that's fine. The PDF spec (version 1.7) mentions at page 99: "a...
> you might have more luck using the pdf composition XML file approach (which is used in QGIS for geopdf exports) to generate a completely new pdf from the input...
> I try to look for a fix in Gdal. I understand that the Info trailer is set to be updated when we [modify](https://github.com/OSGeo/gdal/blob/a29abc73a4088dbd30615e28cccf904b000a1954/frmts/pdf/pdfdataset.cpp#L7462) the metadata, which lead to this...
@MarcYin It would be useful if you could provide a minimum Python reproducer with either gdal or pyproj4 You can also try setting the PROJ_LOCK_MAX_ITERS environment variable to a value...
> It is a bit python code involves creating VRT from list of tif file to resample them to 10 meters and read: > > ```python > > ``` that...
@vmirgorod That would be a welcome addition. Can you submit a pull request for that ?