Even Rouault
Even Rouault
> I am trying to build gdal against podofo instead of poppler, because It no longer builds with 24.05.0 (Even after backporting c++20 patches) That's a bad idea. I would...
@szekerest any idea?
Code contribution welcome...
Setting the -optim option of gdal_rasterize might help depending on the set of input geometries: https://gdal.org/programs/gdal_rasterize.html#cmdoption-gdal_rasterize-optim
@dbaston Since that ticket was created we have now ``typedef std::unique_ptr VSIVirtualHandleUniquePtr;`` (https://github.com/OSGeo/gdal/pull/7559), and in a number of places (drivers mostly) uses of the C API have been replaced by...
@paleolimbot Thank for the review
Fixes https://github.com/OSGeo/gdal/issues/8263
> I see. It seems then for GeoJSON, etc., `ogrinfo` could say not really, because GetGeometryColumn() reports an empty string. This is admitedly an area where things are a bit...
> Since Sphinx requires all `rst` files to be under a single root, this would require us to copy/link the static `rst` files into the build directory although not super...
> Are there other cases where the build process writes to the tree for an out-of-tree build? can't think of any. Doc building not being a default build target, I...