Markus,<br><br><div class="gmail_quote">On Mon, Jul 16, 2012 at 11:37 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Mon, Jul 16, 2012 at 11:32 AM, Margherita Di Leo<br>
<<a href="mailto:dileomargherita@gmail.com" target="_blank">dileomargherita@gmail.com</a>> wrote:<br>
...<br>
<div>> My aim was to retrieve the names of tiles in the LIST variable instead of<br>
> storing them in the CSV file produced by:<br>
> ogr2ogr -f CSV list.csv index_dem.shp -spat -11.0001389 33.9998611<br>
> 43.0001389 72.0001389<br>
> How should I do it?<br>
<br>
</div>I don't know if it works your way but you need a space separated list<br>
of names in the end...<br></blockquote><div><br>It doens't work indeed :) So I created a file with a space separated list of names and then (with a little suggestion from Luca) :<br>LIST=""<br>for i in `cat /home/leomarg/Desktop/aster/elenco_aster_europa_riga`;do LIST="$LIST $i"; done<br>

<br>Eventually I ran:<br><br>gdalwarp $CACHE $BIGTIFF -srcnodata -9999 -dstnodata -9999 -r bilinear -tr $RES $RES $LIST mosaik_$RES.tif<br><br>But I got ERROR:<br><br>[....]<br>ERROR 1: Integer overflow : nDstXSize=49460, nDstYSize=70144<br>
Processing input file ASTGTM_N55E011_dem_lzw.tif.<br>ERROR 1: Integer overflow : nDstXSize=49460, nDstYSize=70144<br>Processing input file ASTGTM_N55E012_dem_lzw.tif.<br>ERROR 1: Integer overflow : nDstXSize=49460, nDstYSize=70144<br>
More than 1000 errors or warnings have been reported. No more will be reported from now.<br><br>Puzzled..<br><br>ciao madi<br></div></div><br>-- <br><span style="color:rgb(102,102,102)">Dr. Margherita Di Leo</span><font color="#666666"><br>
</font><span style="color:rgb(102,102,102)"></span><br><br><br>