NITF -- National Imagery Transmission Format

GDAL supports reading of several subtypes of NITF image files, and writing simple uncompressed NITF 2.1 files. NITF 1.1, NITF 2.0 and NITF 2.1 files with uncomprssed or VQ compressed images should be readable. JPEG2000 compressed images are also supported, but only if GDAL also has the JP2KAK driver enabled. Other compression mechanisms are not supported at this time. The read support test has been tested on CIB and CADRG RPF products.

NITF files can contain several images as well as other layers such as graphics (CGM) and text. Currently GDAL will only read the first image. All other images and auxilary information are ignored.

Color tables for pseudocolored images are read. In some cases nodata values may be identified. Lat/Long extents are read from the IGEOLO information in the image header if available. Other coordinates systems (such as MGRS) are ignored at this time. If high precision lat/long georeferencing information is available in RPF auxilary data it will be used in preference to the low precision IGEOLO information. In theory all input pixel types except 1bit are supported, but only 8bit types have actually been tested.

Most file header and image header fields are returned as dataset level metadata.

Creation Issues

On export NITF files are always written as NITF 2.1 with one uncompressed image and no other auxilary layers. Georeferencing can only be written for images using a geographic coordinate system. Coordinates are implicitly treated as WGS84 even if they are actually in a different geographic coordinate system. Pseudo-color tables may be written for 8bit images.

In addition to the export oriented CreateCopy() API, it is also possible to create a blank NITF file using Create() and write imagery on demand. However, using this methology writing of pseudocolor tables and georeferencing is not supported unless appropriate IREP and ICORDS creation options are supplied.

Creation Options:

Credit

The author wishes to thank AUG Signals and the GeoConnections program for supporting development of this driver.

See Also: