On Wednesday, May 10, 2017 at 3:35:43 PM UTC+2, Flint Freakwood wrote: > > Hello there! I'm currently looking for a way to use OTBCLI on Windows to > do my segmentation with Bandmath from the Command Line. Is there any chance > to realize it on Windows at all and if so, is there some kind of FAQ or > Walkthrough on this? If it's not possible, which VM is recommended to run > Linux on? >
What is the error when using otbcli_<APPLICATION_NAME>.bat. you can using clink to get auto-complete stuff and using bat file avoid another thirdparty installation. https://github.com/mridgers/clink And if you want to make a portable script that run many otb application like a batch processing use python or perl with "system()" to launch otbcli*.bat or otbcli*.sh. This will be much better. > Thanks alot in advance :) > -- -- 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.
