[gdal-dev] gdal_retile x64 : No input files selected.

2014-04-11 Thread Imran Rajjad
Hi list, I am using GDAL 10.1 x64 with Python 2.7.5 x64 It seems python script is not able to find the input file W:\gdal_retile.py -v -r -levels 4 -ps 2048 2048 -co TILED=YES -co COMPRESS=JPEG -targetDir w:\dem\dem_pyramid w:\dem\dem.tif 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64

Re: [gdal-dev] gdal_retile x64 : No input files selected.

2014-04-11 Thread Chaitanya kumar CH
Imran, You need to specify the resampling algorithm if you use the -r option. Choose from near, bilinear, cubic, cubicspline, lanczos. 'near' is used if you don't specify the -r option. On Fri, Apr 11, 2014 at 12:45 PM, Imran Rajjad raj...@gmail.com wrote: Hi list, I am using GDAL 10.1 x64