Skip to content
Snippets Groups Projects
Commit b9148b5e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: add second baseline to apTvUtQuicklookWithGCP with shifted GCPs because a...

BUG: add second baseline to apTvUtQuicklookWithGCP with shifted GCPs because a bug has been fixed in GDAL 3.1.3
parent a8e0ed2c
No related branches found
No related tags found
No related merge requests found
File added
......@@ -215,6 +215,11 @@ otb_test_application(NAME apTvUtQuicklookROI1Channel
${TEMP}/apTvUtQuicklookROI1Channel.tif
)
# this tests has two baseline to take into account the bug described in
# https://github.com/opengeospatial/ogc_api_coverages/issues/92
# (half pixel shift applied in the wrong direction to GCPs with the PixelIsPoint convention)
# The first baseline corresponds to the gdal < 3.1.3 case,
# and the second baseline correspond to gdal >= 3.1.3 case.
otb_test_application(NAME apTvUtQuicklookWithGCP
APP Quicklook
OPTIONS -in ${INPUTDATA}/spot5SubWithGcps.tif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment