Import TIFF - Additional info on GeoTiff

Determination of the georeference:

When a GeoTiff file contains tiepoint information, ILWIS will be able to establish the geometric relation between map pixels (rows and columns) and coordinates (X,Y). In ILWIS this is stored by a georeference (.GRF).

Three possible cases are handled while importing GeoTiff files:

  1. Given: the pixel scale in X and Y-direction in meters and X, Y-coordinates of 1 tiepoint. A GeoRefCorners is created with RowCol size equal to the Tiff map size. Limiting coordinates cMin, cMax are calculated such that the tiepoint coincides with the correct pixel position of it.
  2. Given: X,Y-coordinates of 2 tiepoints (pixel size computed by ILWIS). When X scale and/or Y scale are given as well, they will be disregarded. A GeoRefCorners is created with RowCol size equal to the Tiff map size. Limiting coordinates cMin, cMax are calculated assuming that both tiepoints lie in upper left and lower right opposite corners.
  3. Given: X,Y-coordinates of 3 or more tiepoints. A GeoRefTiepoints is created during import, with affine transformation by default, which can be modified by the user if so desired. The Georeference Tiepoints editor allows you to judge the accuracy of the given points.

Determination of map projection information:

A GeoTiff file can contain so called GeoKeys. These are tags pointing to data in the file concerning the definition of a projection like:

In ILWIS, such information is stored in a coordinate system (.CSY). All text information as found in the Tiff file regarding GeoKeys will be written into the Description field of the new coordinate system. You need to edit this coordinate system yourself in the Edit Coordinate System dialog box, and specify projection parameters and datum, etc. as found in the description.

When the coordinate system type is Geographic (Latlon), the ILWIS system coordinate system LatLon.csy will be used.