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
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
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