Hello all, We process a large archive of Quickbird, GeoEye, WV2 and WV3 images which are all ortho-ready2A products. The OTB_CLI ORTHORECTIFICATION performs successfully in many cases, however sometimes it looks like it runs and produces an output which is identical to the input image without giving any error message. Moreover, when we apply the "?&skipcarto=true" argument, the output image is shifted by 200m North-East in these cases. The files are not corrupted as orthorectification of these images works fine in other software. Is there any reason that OTB would be picky on some Orthoready products? The script we are using in a Linux machine is the following:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib /usr/local/bin/otbcli_OrthoRectification -io.in"inputfolder/15SEP12100551-P2AS-054205021180_01_P001.tif?&skipcarto=true" -io.out "outputfolder/ortho_054205021180.tif" -outputs.mode auto -elev.dem /home/data/DEM/DEM_SRTM -interpolator nn -opt.ram 30000 Thanks, Dimitris -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
