Hi,<div dir="auto">I tried to convert the NETCDF stored in <a href="https://noaa-gmgsi-pds.s3.amazonaws.com/index.html#GMGSI_LW/202308/08/19/GLOBCOMPLIR_nc.2023080819">https://noaa-gmgsi-pds.s3.amazonaws.com/index.html#GMGSI_LW/202308/08/19/GLOBCOMPLIR_nc.2023080819</a>  to Geotiff format using following command:</div><div dir="auto"><br></div><div dir="auto">gdal_translate 0ol GTiff -a_srs EPSG:4326 -aullr -180 -72.7 179.9 -72.7 -co “COMPRESS=LZW” NETCDF:GLOBCOMPLIR_nc.2023080819:data ofn.tif</div><div dir="auto"><br></div><div dir="auto">ofn.tif is upside down.  North latitude points are in South and viceversa.</div><div dir="auto"><br></div><div dir="auto">How can I solve this upside down output?<br></div><div dir="auto">What causes this?</div><div dir="auto"><br></div><div dir="auto">I did notice that the points in the NETCDF file are not equidistant  what could be my issue. </div><div dir="auto"><br></div><div dir="auto">Thank you for any hint on how to go about getting the correct Geotiff output</div><div dir="auto"><br></div>