Hello! I was wondering if there are plans to support VSI in OTB since it heavily relies on gdal to read/write data. Below a very simple example of VSI usage in OTB:
otbcli_BandMath -il '/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_no_ovr_strip.tif' -out result.tif -exp "im1b1" or inputs = [ '/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_no_ovr_strip.tif', '/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_regular_with_ovr_2.tif' ] OTB_app1 = otbApplication.Registry.CreateApplication("ConcatenateImages") OTB_app1.SetParameterStringList("il", inputs) OTB_app1.SetParameterString('out', 'result.tif') OTB_app1.ExecuteAndWriteOutput() Looking forward for your feedback -- -- 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.
