| |||||||||
A world file is used by Geographic Information Systems to coordinate raster map images. The standard was created by ESRI corporation of Redlands, California.
Small-scale rectangular raster image maps can have an associated world file for GIS map software which describes the location, scale & rotation of the map.
These world files are 6 line ASCII files with decimal numbers on each line. If the map files end in .jpg or .tif -- then the separate world file ends in .jpw or .tfw for example.
World file Universal Transverse Mercator parameters:
These values are used in a six-parameter affine transformation:
Note: The y-scale (E) is negative because the origins of an image and a geographic coordinate system are different. The origin of an image is located in the upper-left corner, whereas the origin of the map coordinate system is located in the lower-left corner. Row values in the image increase from the origin downward, while y-coordinate values in the map increase from the origin upward.
Example: Original falknermap.jpg is 800x600 pixels (detail shown). Its world file is falknermap.jpw and contains:
The position of Falkner Island light on the map image is:
this gives:
Note that the UTM zone is not given so the coordinates are ambiguous -- they can represent a position in any of the 60 UTM zones. In this case, approximate latitude and longitude (41.2, -072.7) were looked up in a gazetteer and the UTM zone was found to be 18 using a web converter.