Add baseline for apTvUtQuicklookWithGCP (gdal bug)
Summary
When GCPs from a geotiff file with the PIXEL_IS_POINT metadata are read with gdal a half pixel shift is applied to match GDAL pixel convention. However this shift was applied in the wrong direction. This has been fixed in GDAL 3.1.3 and we should modify our baselines accordingly. Only the apTvUtQuicklookWithGCP
test is affected
Debian testing now uses GDAL 3.1.3 and the bug can be observed in this CI test
The target branch is release-7.2-integration because it contains other fixes for the debian build (for gcc 10) included in the release 7.2. This is only an update of baseline so I don't think we need to make a patch release.
See this issue : https://github.com/opengeospatial/ogc_api_coverages/issues/92
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
- Optionally, run
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit