Re: [gdal-dev] Batch Processing for gdal_calc.py

2012-05-10 Thread Swapnil Chaudhari
format, GeoTiff. > > Since the operation is simple, you should be able to do that using > gdal_translate using the -scale option. It also has the -projwin option to > select the extents. > > On Fri, May 11, 2012 at 9:59 AM, Swapnil Chaudhari > wrote: >> >> Dear

[gdal-dev] Batch Processing for gdal_calc.py

2012-05-10 Thread Swapnil Chaudhari
a command. I wish to divide all the rasters with 10 and also equally wish to make all output files extent as "-projwin -180.0 90.0 180.0 -60.0" and column 720 with rows 300 I would be really thankful if you can give some suggestion on this. Thanks a ton. Swap