Even Rouault
Even Rouault
> Can we now default this to TRUE? https://gdal.org/en/latest/drivers/raster/gtiff.html: "Default value : FALSE for GeoTIFF 1.0 files, or TRUE (starting with GDAL 3.1) for GeoTIFF 1.1 files." The rationale is...
@jgrocha There are some remaining tests to adapt. Cf CI failures
@hebersgit Can you point to this server? But at first sight, I don't see anything wrong in the current implementation of the OAPIF driver. The pabyData could very well be...
> There is a doxygen error but I think that's because I moved the code into a subdirectory. Maybe doxygen is confused because the documentation exists. This is a spelling...
> There is a doxygen error ah sorry, there's one indeed actually. You likely need to tune the ``INPUT`` variable in the top ``Doxyfile``
@abellgithub https://github.com/OSGeo/gdal/pull/10676 might be of interest (this should not block this PR from progressing, but might be an opportunity to rework it once the RFC has been merged)
I don't see currently any tests for the new mode?
@abellgithub ready to be merged?
> What if it is not a rectangle? I'm not sure how that should be handled. That would seriously complicate things. Should probably require doing on-the-fly warping
The GDAL 3.9 branch must be built against https://github.com/rouault/pdfium_build_gdal_3_9/ If you want to build it against https://github.com/rouault/pdfium_build_gdal_3_10, you'll have to backport changes in the PDF driver itself, but I won't...