Re: [gdal-dev] GDAL python tools and batch files

2013-12-02 Thread Jonathan Moules
Thanks Paul, that did it. I guess it's a python/batch file interaction thing. Cheers, Jonathan On 2 December 2013 11:51, Paul Meems wrote: > I think you should add 'call' at the begining of the command: > > http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/call.ms

[gdal-dev] GDAL python tools and batch files

2013-12-02 Thread Jonathan Moules
Hi List, I'm trying to batch (Windows) a fairly simple task - mosaic and then pyramid some rasters. While testing, I've simplified my batch file down to two lines: gdal_merge -o %THIS_DIR%.tif -of GTiff -co TILED=YES -co BIGTIFF=YES -co > COMPRESS=JPEG -co JPEG_QUALITY=80 -co BLOCKXSIZE=512 -co B