<div dir="ltr">Hi all,<div><br></div><div>I am trying to create a Google Earth overlay with an RGB image that should cover (almost) the entire globe. The image has a 1 minute resolution, goes from 0 to 360 in longitude, but does not cover the poles. Here is the output from gdalinfo (GDAL version 2.2.3):<br><div><br></div><div><div class="inbox-inbox-cell inbox-inbox-code_cell inbox-inbox-rendered inbox-inbox-selected" tabindex="2" style="box-sizing:border-box;display:flex;border-radius:2px;border-width:1px;border-style:solid;border-color:rgb(171,171,171);width:1110px;padding:5px;margin:0px;outline:none;overflow:visible"><div class="inbox-inbox-output_wrapper" style="box-sizing:border-box;display:flex"><div class="inbox-inbox-output" style="box-sizing:border-box;display:flex"><div class="inbox-inbox-output_area" style="box-sizing:border-box;padding:0px;display:flex"><div class="inbox-inbox-output_subarea inbox-inbox-output_text inbox-inbox-output_stream inbox-inbox-output_stdout" style="box-sizing:border-box;overflow-x:auto;padding:0.4em;line-height:1.21429em"><pre style="box-sizing:border-box;overflow:auto;font-size:inherit;padding:1px 0px;margin-top:0px;margin-bottom:0px;line-height:inherit;word-break:break-all;word-wrap:break-word;background-color:transparent;border:0px;border-radius:0px;white-space:pre-wrap;vertical-align:baseline">Driver: GTiff/GeoTIFF
Files: test.tif
Size is 21600, 9689
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.257223563,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (0.000000000000000,80.738000000000000)
Pixel Size = (0.016666666666667,-0.016666666666667)
Metadata:
  AREA_OR_POINT=Area
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
  TIFFTAG_XRESOLUTION=100
  TIFFTAG_YRESOLUTION=100
Image Structure Metadata:
  INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  (   0.0000000,  80.7380000) (  0d 0' 0.01"E, 80d44'16.80"N)
Lower Left  (   0.0000000, -80.7453333) (  0d 0' 0.01"E, 80d44'43.20"S)
Upper Right (     360.000,      80.738) (360d 0' 0.00"E, 80d44'16.80"N)
Lower Right (     360.000,     -80.745) (360d 0' 0.00"E, 80d44'43.20"S)
Center      ( 180.0000000,  -0.0036667) (180d 0' 0.00"E,  0d 0'13.20"S)
Band 1 Block=21600x1 Type=Byte, ColorInterp=Red
Band 2 Block=21600x1 Type=Byte, ColorInterp=Green
Band 3 Block=21600x1 Type=Byte, ColorInterp=Blue<font color="#303f9f">
</font></pre></div></div></div></div></div><div class="inbox-inbox-cell inbox-inbox-text_cell inbox-inbox-rendered inbox-inbox-unselected" tabindex="2" style="box-sizing:border-box;display:flex;border-radius:2px;border-width:1px;border-style:solid;border-color:transparent;width:1110px;padding:5px;margin:0px;outline:none;overflow:visible"><div class="inbox-inbox-inner_cell" style="box-sizing:border-box;min-width:0px;display:flex;font-size:14px"><div class="inbox-inbox-text_cell_render inbox-inbox-rendered_html" tabindex="-1" style="text-align:left;box-sizing:border-box;outline:none;width:inherit;border-style:none;padding:0.5em 0.5em 0.5em 0.4em;overflow-x:auto;overflow-y:hidden"><br></div></div></div></div><div>I use the following command to create a kmz file:</div><div><font face="monospace">gdal_translate -of KMLSUPEROVERLAY test.tif test.kmz<br></font></div><div><br></div><div>The kmz is displayed nicely in Google Earth Pro except that there is a problem at the 0 deg meridian. There is a small gap in the overlay that is larger at the equator than near the poles. I tried shifting the image but I just managed to shift the gap. </div><div><br></div><div>Do you have an idea of what I could do differently?</div><div><br></div><div>Kind regards,</div><div>Joseph</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>