<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><br/>
Am 03.03.2017 um 19:02 schrieb matteo:
<blockquote style="color: #000000;" type="cite">Hi all,<br/>
I'm trying to use the Warp algorithm with several different file (tif,<br/>
hdf, ecc..) but I get always an error and I'm not able to reproject any<br/>
layer in any SR.<br/>
<br/>
This is the error:<br/>
<br/>
2017-03-03T12:59:32    0    gdalwarp -ot Float32 -s_srs EPSG:4326 -t_srs<br/>
EPSG:3857 -r near -of GTiff -te 18.6662979442 45.7767014376<br/>
18.7035979442 45.8117014376</blockquote>
           

<blockquote style="color: #000000;" type="cite">Creating output file that is 0P x 0L.<br/>
<br/>
<br/>
Am I missing something or should I open a ticket?</blockquote>
<br/>
the target extent should be in units of the target SRS, not of the source SRS. Using degrees makes your image rather small, maybe not including the source data.<br/>
<br/>
For GDAL 2.0 onwards, using -te_srs srs_def should overcome this, but I have not tested it yet.<br/>
<br/>
HTH,<br/>
André Joost<br/>
 </div></div></body></html>