Greetings<div><br></div><div>I have used the same dataset from MSG and I got the same error. I thought that maybe it has something to do with my coordinates but using your command</div><div><br></div><div>Using command:</div>
<div>dal_translate -of GTiff -a_srs &quot;+proj=geos +lon_0=0.0 +h=35785831 +x_0=0.0 +y_0=0.0&quot; -a_ullr -924124.2 5421728.5 4179561.6 3468466.1 &quot;HDF5:&quot;HDF5_LST_Euro_200901010000&quot;://LST&quot; euro_lst.tif</div>
<div>I did gdalinfo to this file:</div><div><div>Driver: GTiff/GeoTIFF</div><div>Files: euro_lst.tif</div><div>Size is 1701, 651</div><div>Coordinate System is:</div><div>LOCAL_CS[&quot;unnamed&quot;,</div><div>    UNIT[&quot;metre&quot;,1,</div>
<div>        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]</div><div>Origin = (-924124.199999999953434,5421728.500000000000000)</div><div>Pixel Size = (3000.403174603174648,-3000.403072196620542)</div><div>Metadata:</div>
<div>  AREA_OR_POINT=Area</div><div>Image Structure Metadata:</div><div>  INTERLEAVE=BAND</div><div>Corner Coordinates:</div><div>Upper Left  ( -924124.200, 5421728.500) </div><div>Lower Left  ( -924124.200, 3468466.100) </div>
<div>Upper Right ( 4179561.600, 5421728.500) </div><div>Lower Right ( 4179561.600, 3468466.100) </div><div>Center      ( 1627718.700, 4445097.300) </div><div>Band 1 Block=1701x2 Type=Int16, ColorInterp=Gray</div><div>  Metadata:</div>
<div>    LST=CAL_OFFSET=999 </div><div><br></div></div><div>(seems Ok, right?)</div><div><br></div><div>After that I did:</div><div><div>gdalwarp -of GTiff -s_srs &quot;+proj=geos +lon_0=0.0 +h=35785831 +x_0=0.0 +y_0=0.0&quot; -t_srs &quot;+proj=latlong&quot; &quot;eurolat.tif&quot; &quot;lat.tif&quot;&amp;&gt;log.log</div>
<div><br></div><div>It creates an &quot;almost&quot; empty and with errors  TIFF file and reports the following:</div><div><div>Creating output file that is 1721P x 595L.</div><div>Processing input file euro_lst.tif.</div>
<div>0...10...20...30...40...50...60...70...80...90...ERROR 1: TIFFReadDirectory:lat.tif: Can not read TIFF directory count</div><div>ERROR 1: TIFFWriteEncodedStrip:lat.tif: Must set &quot;ImageWidth&quot; before writing data</div>
<div>ERROR 1: TIFFWriteEncodedStrip:lat.tif: Must set &quot;ImageWidth&quot; before writing data</div></div></div><div>(.........) repeats for 278 times</div><div>100 - done.</div><div><br></div><div>I&#39;m using  GDAL 1.5.4, released 2009/01/07</div>
<div><br></div><div>Any ideas of what might be happening? And Why?</div><div><br></div><div>Thanks</div><div><br>Best regards</div><div>Kim</div><div><br></div>