logo

img

Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Browse by Category
What is an ESRI World file and can I make my own?
User Opinions
37% thumbs up 62% thumbs down

How would you rate this answer?
Helpful
Not helpful
World files are an external coordinate reference file and are simple text files. They contain XY coordinate information for each pixel in an image by specifying the real world XY coordinates of the upper left pixel in the image and specifying the resolution (or number of units for each pixel) in the X and Y directions.

World files have the extension of the first and last letters of the image extension followed by a W. So for a TIF file, the world file would have the extension TFW. For a JPG, the world file would have the extension JGW.
 
A World file is a simple text file with 6 lines. You can create your own file in Notepad. Open up Notepad and enter these values:

x resolution    <--the number of real world units per pixel in the X direction
amount of translation  <--usually 0 or a very small number
amount of rotation   <--usually 0 or a very small number
negative of the y resolution  <--the negative of the number of real world units per pixel in the Y direction
xMin coordinate (upper left)
yMax coordinate (upper left)

The translation and rotation terms are usually 0 or some very small number. Save the file as a *.xxW (TFW, JGW, PGW, etc) to the same folder as the image file, with the same file name as the image file.

Note that world files just contain the XY coordinates, not any projection information. More information can be found by doing a Google search, or looking on Wikipedia.
Visitor Comments
No visitor comments posted. Post a comment
Related Questions
Attachments
No attachments were found.
Products