Re: [otb-users] use of wildcard filetype classifier in otbcli commands

2018-01-10 Thread rob . watson225
Hi, I fixed this a while back, here is my updated code: :: batch file to be run in OSGeo4W command window to :: optically calibrate, pan sharpen and orthorectify :: satellite imagery :: Rob Watson; 12/12/17 :: set variable to define year of the satellite image to be processed: SET year=2015 f

Re: [otb-users] use of wildcard filetype classifier in otbcli commands

2017-12-22 Thread Manuel Grizonnet
Hi, the otbcli application will not interpret the special character '*'. You'll need to list images you want to process in your script bat script and then loop on this list to call otbcli on each image. On windows I imagine that you can use the 'dir' command to list files in specific directory an

[otb-users] use of wildcard filetype classifier in otbcli commands

2017-12-14 Thread rob . watson225
I am trying to write a batch file whereby I optically calibrate, pan-sharpen and orthorectify a series of images between 2002 - 2015 using images from Quickbird, GeoEye-1 and Pleiades 1A. Initially, I wrote it like this: :: batch file to be run in OSGeo4W command window to :: optically calibrat