Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-24 Thread pclastre . 123456
Sorry still a type. Actually, during the tests, i also installed OTB on a linux box. So you're right, when i installed it on my windows box, the archive was OTB-5.8.0-win64.zip Le jeudi 24 novembre 2016 14:42:03 UTC+1, Rashad a écrit : > > > > On Tuesday, November 22, 2016 at 3:59:05 PM UTC+1,

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-24 Thread Rashad
On Tuesday, November 22, 2016 at 3:59:05 PM UTC+1, pclastr...@gmail.com wrote: > > Osgeo4w is 64 bits > > /e/Programs/OTB-5.8.0-win64 is the directory generated with the archive > OTB-5.8.0-win64.run (sorry, i forgot "-win64" in my previous post) > I started my bash script with the osgeo4w shel

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-22 Thread pclastre . 123456
Osgeo4w is 64 bits /e/Programs/OTB-5.8.0-win64 is the directory generated with the archive OTB-5.8.0-win64.run (sorry, i forgot "-win64" in my previous post) I started my bash script with the osgeo4w shell because i need bash but also cat, echo, grep, sed, awk ... commands I installed win-bash

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-22 Thread Rashad
On Tuesday, November 22, 2016 at 10:04:32 AM UTC+1, pclastr...@gmail.com wrote: > > It was not a typo... > I corrected the parameters order, but the error message remains > According to Rashad's message, it seems it is not possible do create such > a script. > > Perhaps, i should indicate that

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-22 Thread pclastre . 123456
It was not a typo... I corrected the parameters order, but the error message remains According to Rashad's message, it seems it is not possible do create such a script. Perhaps, i should indicate that i start a osgeo4w shell, and after starting a bash, i launch the script. I tryied to change th

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-22 Thread Rashad
On Monday, November 21, 2016 at 6:00:03 PM UTC+1, Guillaume Pasero wrote: > > Hi, > > The correct order is "otbApplicationLauncherCommandLine $cmd $sopath > $*" (maybe a typo). > > The second argument "$sopath" is used to find the directory containing the > application dlls ("otbapp_MyAppli

Re: [otb-users] OTB with bash under windows OSGEO4W

2016-11-21 Thread Guillaume Pasero
Hi, The correct order is "otbApplicationLauncherCommandLine  $cmd  $sopath  $*"  (maybe a typo). The second argument "$sopath" is used to find the directory containing the application dlls ("otbapp_MyApplication.dll" ... there is 1 dll for each OTB application).

[otb-users] OTB with bash under windows OSGEO4W

2016-11-21 Thread pclastre . 123456
Hi, i'm trying to build a script which could be run in both environment (linux & windows) without editing it. My script runs fine on differents linux (Debian, ubuntu) box. According to the answer to this previous subject , i built