<div dir="ltr">Thank you sir for your reply.Still I am not getting the problem.I followed the steps suggested. Though it is not giving error but also not converting the file into proper projection system,after observing the parameters of output tiff file its <div>protection system is Arbitrary(pixel based) <div>resloution is 0.12x0.12 Degrees</div><div>Datum:unkown</div><div>UL map:0.843,81.042</div><div><br></div><div>Instead of this I want projection system Geographic Lat/long</div><div>pixel size: 0.04x0.04 degrees as this datasets having 4km resloution</div><div>Datum:WGS-1984</div><div><br></div><div>Kindly tell me how I can do this.</div><div><br></div></div><div>thank you</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 17, 2018 at 1:30 AM,  <span dir="ltr"><<a href="mailto:gdal-dev-request@lists.osgeo.org" target="_blank">gdal-dev-request@lists.osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gdal-dev mailing list submissions to<br>
        <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/gdal-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:gdal-dev-request@lists.osgeo.org">gdal-dev-request@lists.osgeo.<wbr>org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gdal-dev-owner@lists.osgeo.org">gdal-dev-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of gdal-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: GDALWARP Error (Andre Joost)<br>
   2. Re: Resulting geometry from OGRGeometry::difference somehow<br>
      got simplified (mikeucfl)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Tue, 16 Jan 2018 15:30:34 +0100<br>
From: Andre Joost <<a href="mailto:andre%2Bjoost@nurfuerspam.de">andre+joost@nurfuerspam.de</a>><br>
To: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
Subject: Re: [gdal-dev] GDALWARP Error<br>
Message-ID: <p3l2f1$u6n$<a href="mailto:1@blaine.gmane.org">1@blaine.gmane.org</a><wbr>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Am 16.01.18 um 14:24 schrieb Rasika Chinchwade:<br>
> Please find attachment of files<br>
><br>
> ​<br>
>   3DIMG_01JAN2018_0000_L3B_HEM_<wbr>DLY.h5<br>
> <<a href="https://drive.google.com/file/d/1ToPqBu4Gnw4DfXZCMkBBO675mfP_R6I3/view?usp=drive_web" rel="noreferrer" target="_blank">https://drive.google.com/<wbr>file/d/<wbr>1ToPqBu4Gnw4DfXZCMkBBO675mfP_<wbr>R6I3/view?usp=drive_web</a>><br>
> ​​<br>
>   3DIMG_01JAN2018_0130_L2B_LST.<wbr>h5<br>
> <<a href="https://drive.google.com/file/d/1QmvrYxhIpI2ks-OsSlBpuDpO7eLbQPjF/view?usp=drive_web" rel="noreferrer" target="_blank">https://drive.google.com/<wbr>file/d/1QmvrYxhIpI2ks-<wbr>OsSlBpuDpO7eLbQPjF/view?usp=<wbr>drive_web</a>><br>
> ​<br>
><br>
<br>
It works for me with the last 4 commands given in<br>
<a href="https://gis.stackexchange.com/questions/253884/projecting-insat3d-l1b-data-from-hdf5-to-geotiff" rel="noreferrer" target="_blank">https://gis.stackexchange.com/<wbr>questions/253884/projecting-<wbr>insat3d-l1b-data-from-hdf5-to-<wbr>geotiff</a><br>
<br>
Note that you have to edit the mir.vrt file with the Geolocation section<br>
in the answer to<br>
<a href="https://gis.stackexchange.com/questions/154339/unable-to-warp-hdf5-files" rel="noreferrer" target="_blank">https://gis.stackexchange.com/<wbr>questions/154339/unable-to-<wbr>warp-hdf5-files</a>:<br>
<br>
<metadata domain="GEOLOCATION"><br>
      <mdi key="X_DATASET">lon.vrt</mdi><br>
      <mdi key="X_BAND">1</mdi><br>
      <mdi key="Y_DATASET">lat.vrt</mdi><br>
      <mdi key="Y_BAND">1</mdi><br>
      <mdi key="PIXEL_OFFSET">0</mdi><br>
      <mdi key="LINE_OFFSET">0</mdi><br>
      <mdi key="PIXEL_STEP">1</mdi><br>
      <mdi key="LINE_STEP">1</mdi><br>
    </metadata><br>
<br>
I removed the GCP section of the mir.vrt file, and there is no error<br>
message anymore.<br>
<br>
HTH,<br>
Andre Joost<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 16 Jan 2018 12:44:34 -0700 (MST)<br>
From: mikeucfl <<a href="mailto:mikeucfl@gmail.com">mikeucfl@gmail.com</a>><br>
To: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
Subject: Re: [gdal-dev] Resulting geometry from<br>
        OGRGeometry::difference somehow got simplified<br>
Message-ID: <<a href="mailto:1516131874684-0.post@n6.nabble.com">1516131874684-0.post@n6.<wbr>nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Got permission to show the actual data:<br>
<<a href="http://osgeo-org.1560.x6.nabble.com/file/t381880/RUklfeY.png" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/file/t381880/<wbr>RUklfeY.png</a>>  (left side<br>
is what the data should look like, red is what the data looks like after<br>
calling the difference operation).<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/GDAL-Dev-f3742093.<wbr>html</a><br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/gdal-dev</a><br>
<br>
------------------------------<br>
<br>
End of gdal-dev Digest, Vol 164, Issue 23<br>
******************************<wbr>***********<br>
</blockquote></div><br></div>