[gdal-dev] GDALWARP Error

Andre Joost andre+joost at nurfuerspam.de
Tue Jan 16 06:30:34 PST 2018


Am 16.01.18 um 14:24 schrieb Rasika Chinchwade:
> Please find attachment of files
>
>>   3DIMG_01JAN2018_0000_L3B_HEM_DLY.h5
> <https://drive.google.com/file/d/1ToPqBu4Gnw4DfXZCMkBBO675mfP_R6I3/view?usp=drive_web>
> ​​
>   3DIMG_01JAN2018_0130_L2B_LST.h5
> <https://drive.google.com/file/d/1QmvrYxhIpI2ks-OsSlBpuDpO7eLbQPjF/view?usp=drive_web>
>>

It works for me with the last 4 commands given in 
https://gis.stackexchange.com/questions/253884/projecting-insat3d-l1b-data-from-hdf5-to-geotiff

Note that you have to edit the mir.vrt file with the Geolocation section 
in the answer to 
https://gis.stackexchange.com/questions/154339/unable-to-warp-hdf5-files:

<metadata domain="GEOLOCATION">
      <mdi key="X_DATASET">lon.vrt</mdi>
      <mdi key="X_BAND">1</mdi>
      <mdi key="Y_DATASET">lat.vrt</mdi>
      <mdi key="Y_BAND">1</mdi>
      <mdi key="PIXEL_OFFSET">0</mdi>
      <mdi key="LINE_OFFSET">0</mdi>
      <mdi key="PIXEL_STEP">1</mdi>
      <mdi key="LINE_STEP">1</mdi>
    </metadata>

I removed the GCP section of the mir.vrt file, and there is no error 
message anymore.

HTH,
Andre Joost




More information about the gdal-dev mailing list