[FWTools] Python "batch" processing

nlneilson neilnln at hotmail.com
Mon Mar 8 01:46:19 EST 2010


All that was required was to have a CALL before each line in the .bat file. 
I just added that in the Python code that makes the .bat file.
[code]
CALL gdal_translate -srcwin 0 120 6680 5670
"West\Terminal-Area-Charts\Colorado Springs TAC 73.tif" 
Work\TAC\ColoradoSprC.tif
CALL pct2rgb Work\TAC\ColoradoSprC.tif Work\TAC\ColoradoSpr.tif 
CALL pct2rgb "West\Terminal-Area-Charts\Denver TAC 73.tif" 
Work\TAC\Denver.tif
.....
[/code]
-- 
View this message in context: http://old.nabble.com/Python-%22batch%22-processing-tp27714398p27817615.html
Sent from the FWTools mailing list archive at Nabble.com.



More information about the FWTools mailing list