gdalinfo is usually showing the coordinates of the corners and center in the CRS of the GeoTIFF, and also in WGS84 in degrees as conversion of the previous. Looks like your CRS does not support such conversion. If you paste the full output of gdalinfo there should be some clues about the CRS used.
Cheers, Javier On Wed, 8 Mar 2023 at 09:37, Micha Silver <[email protected]> wrote: > I received some Geotiff files, and gdalinfo shows: > > > Corner Coordinates: > ERROR 1: No inverse operation > Upper Left ( 205370.241, 418790.721) > ERROR 1: No inverse operation > Lower Left ( 205370.241, 415665.721) > ERROR 1: No inverse operation > Upper Right ( 206198.866, 418790.721) > ERROR 1: No inverse operation > Lower Right ( 206198.866, 415665.721) > ERROR 1: No inverse operation > Center ( 205784.553, 417228.221) > > What does that mean? > > > gdalinfo --version > GDAL 3.6.2, released 2023/01/02 > > Thanks > > > -- > Micha Silver > Remote Sensing Lab, Sde Boker > Ben Gurion University > +972-523-665918 > > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
