Skip to content
Snippets Groups Projects
Commit 5fe96fea authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add VectorDataExtractROIApplication (without non regression test for the moment )

parent 7a53ee1b
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ OTB_TEST_APPLICATION(NAME apTvUtOSMDownloader
${OTBAPP_BASELINE_FILES}/otbOSMDownloaderOutput.shp
${TEMP}/apTvUtOSMDownloader.shp)
#--- VectorDataTransfomr ---
#--- VectorDataTransform ---
OTB_TEST_APPLICATION(NAME apTvUtVectorDataTransform_Rotation
APP VectorDataTransform
OPTIONS --in ${OTB_DATA_LARGEINPUT_ROOT}/QUICKBIRD/TOULOUSE/000000128955_01_P001_MUL/02APR01105228-M1BS-000000128955_01_P001.TIF
......@@ -174,6 +174,17 @@ OTB_TEST_APPLICATION(NAME apTvUtVectorDataTransform_Translation_Rotation
${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Translation_rotation.shp
${TEMP}/apTvUtVectorDataTransform_Translation_rotation.shp)
#--- VectorDataExtractROIApplication ---
OTB_TEST_APPLICATION(NAME apTvUtVectorDataExtractROIApplication
APP VectorDataExtractROIApplication
OPTIONS --io.in ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif
--io.vd ${OTB_DATA_LARGEINPUT_ROOT}/VECTOR/MidiPyrenees/roads.shp
--io.out ${TEMP}/utTvVectorDataExtractROIApplicationOutput.shp
#VALID --compare-ogr ${NOTOL}
# ${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Translation_rotation.shp
# ${TEMP}/apTvUtVectorDataTransform_Translation_rotation.shp
)
ENDIF(OTB_DATA_USE_LARGEINPUT)
#--- Concatenate VectorData ---
......
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