Re: [gdal-dev] Re: problem with gdaltindex

2010-11-24 Thread Imran Rajjad
I dont really remember, I think I got the binnaries from the main website http://gdal.org/index.html a few months ago. but that is strange, could it be something with windows? but now that batch file is doing the work fine. regards, iMran On Wed, Nov 24, 2010 at 1:36 PM, Jukka Rahkonen wrote: >

[gdal-dev] Re: problem with gdaltindex

2010-11-24 Thread Jukka Rahkonen
Imran Rajjad gmail.com> writes: > > I think I found a way to handle this on windows. > > create a batch file and put it in the same folder of the tif files (or > any other raster). put the following lines in the batch file and run > it. > --test.bat-- > echo on > for /f %%a IN ('dir

[gdal-dev] Re: problem with gdaltindex

2010-11-23 Thread Imran Rajjad
I think I found a way to handle this on windows. create a batch file and put it in the same folder of the tif files (or any other raster). put the following lines in the batch file and run it. --test.bat-- echo on for /f %%a IN ('dir /b *.tif') do call gdaltindex -tileindex location te