Friday, October 18, 2024     [ login ]

Forums

Georeferencing an image

Jan Błotnicki
24/09/2024 11:44:00
Georeferencing an image

You can prepare JGW file by yourself, which I've done. There is some tips:

JGW and TFW files, which contain geographic information on bitmaps, are ASCII text files describing the location, scale and orientation of an image. These world files are six-line files with decimal numbers separated by dots on each line.

You can open and modify JGW and TFW files using an editor. You can also create your own files.

The values mean the following:

  • Line 1: length of a pixel in the x direction (horizontal)
  • Line 2: angle of rotation (is usually 0 or ignored)
  • Line 3: angle of rotation (is usually 0 or ignored)
  • Line 4: negative length of a pixel in the y direction (vertical)
  • Line 5: x coordinate at the center of the pixel in the top left corner of the image
  • Line 6: y coordinate at the center of the pixel in the top left corner of the image


(source: https://help.allplan.com/Allplan/2016-1/1033/Allplan/51691.htm)

 Georeferencing an image   Alice Jones 15/02/2024 15:42
         Georeferencing an image   Gonzalo García-Alén 16/02/2024 10:58
         Georeferencing an image   Jan Błotnicki 24/09/2024 11:44