Sustainability of Digital Formats: Planning for Library of Congress Collections |
|
Introduction | Sustainability Factors | Content Categories | Format Descriptions | Contact |
Full name | ESRI World File |
---|---|
Description |
World files establish an image-to-world transformation that converts the pixel positions on an image to real-world coordinates on a map. The world file describes the height and width represented by each cell/pixel and the coordinate position of the top left cell of the image data. It gives the information with six numeric parameters, each in its own line. These numeric parameters are used to transform the raw pixel image data into a world coordinate system for relating to a map (georeferencing). The image-to-world transformation is a six-parameter transformation in the form of:
where:
The parameters are stored in the order: A, D, B, E, C, F. Each parameter is stored as ASCII characters. The numbers may not be stored in scientific notation. A sample file has the following six lines:
A world file has no capability to define a projection or coordinate reference system or indicate what CRS is assumed. Hence it cannot provide full georeferencing information as supported by some image formats. for example using tags in GeoTIFF. ESRI products appear to use a world file if it exists in the same directory as an image file, in preference to using the embedded georeferencing information. See Wikipedia entry on world file for a comprehensive discussion of world files. |
Production phase | A middle-state format used within GIS applications to align an image with related geo-referenced images and data. |
Relationship to other formats | |
Requires | Associated raster image file, typically one without embedded georeferencing data, for example, BIL_file, BIP_file, or BSQ_file. |
May contain | WKT, Well-known Text |
LC experience or existing holdings | |
---|---|
LC preference | The Library of Congress Recommended Formats Statement (RFS) lists TIFF World File, along with accompanying TIFF files, as an acceptable format for GIS Raster and Georeferenced Images. |
Disclosure | This is a simple text format with no formal specification. Many adequate descriptions exist. |
---|---|
Documentation | World files, as used by ESRI, are described in many places where geospatial resources are documented or provided. See, for example, https://desktop.arcgis.com/en/desktop/latest/manage-data/raster-and-images/world-files-for-raster-datasets.htm (from help for ESRI's ArcGIS Desktop), https://www.kralidis.ca/gis/worldfile.htm (simple, brief), or https://en.wikipedia.org/wiki/World_file (more complete). |
Adoption | Very widely adopted for use in transforming/rotating raster image files to align with other georeferenced data in GIS applications. |
Licensing and patents | No licensing concerns. |
Transparency | Very good. |
Self-documentation | None, beyond association with an image file by filename. Not relevant for this format for supplemental files. |
External dependencies | None. |
Technical protection considerations | No concerns. |
Tag | Value | Note |
---|---|---|
Filename extension | tfw tifw jgw jpgw pgw bpw bipw bmpw blw bilw bqw bsqw btw rcw rlcw sdw |
There is no formal list of file extensions. See Notes below for more on naming of world files. ESRI software will follow the approach described informally there to associate a world file with an image file in the same directory. The rules do not guarantee uniqueness. For example, a .bpw file may be associated with a .bip image or a .bmp image. |
Internet Media Type | text/plain |
|
Magic numbers | See note. | None |
Pronom PUID | fmt/367 |
See https://www.nationalarchives.gov.uk/pronom/fmt/367 |
Wikidata Title ID | Q1134089 |
See https://www.wikidata.org/wiki/Q1134089. |
General |
World files do not specify a coordinate system. This information is usually stored in the raster image file itself or in a separate supplementary file. For example, ESRI has used .prj files to specify coordinate systems and projections using well-known text (WKT) for representation of coordinate reference systems. The y-scale (E) is almost always negative because the origins of an image and a geographic coordinate system are different. The origin of an image is usually 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. In general, world files use the same name as the image, with a "w" appended. For example, the world file for the image file mytown.tif would be called mytown.tifw, and the world file for redlands.rlc would be redlands.rlcw. However, since some older software only accepts 3-letter file extensions, the first and third characters of the image file's suffix and a final "w" are sometimes used for the world file suffix. Therefore the world files for mytown.tif and redlands.rlc might be mytown.tfw and redlands.rcw, respectively. ESRI supports another text file that it calls a "world" file, for Computer-Aided Design (CAD) files. The CAD world files use the .wld file extension and have different semantics. |
---|---|
History |
|