You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

The BIL, BIP and BSQ raster data formats were originally developed by USGS for CCT tape formats for Landsat satellite data from 1972 on. These are simple binary files representing a raster of one or more image bands, accompanied by an ASCII header file (*.hdr) with image information. The main file extension depends on the format, or storage sequence:

*.BIL : Bands Interleaved by Pixel

*.BIP : Bands Interleved by Line

*.BSQ : Bands Sequential

File Format

The file format was documented by ESRI online. () and supports integer (8,16 or 32 bit) pixel values in signed or unsigned format, in either little- or big endian storage order.

 

BIL files in FEWS

In the Public Interface (PI interface) of FEWS, an implementation of the BIL format is also provided, as documented here.

The PI implementation of BIL files however includes several adaptations to specific FEWS purposes (i.e. using floating point data, extension for time series using blocks) which causes this FEWS implementation to not fully comply with the official specifications of the BIL format and changing this structure would break backward compatibility so it was decided to create a new parser, which als properly supports the BIL, BIP and BSQ format.

This new implementation is fully compliant with the ESRI technical specifications, but does NOT offer specific FEWS extensions to the format for dealing with time series or floating point pixel values, this new importer can be configured with the new "BILBIPBSQ" identifier, whereas the existing PI implementation of FEWS BIL files uses the identifier "BIL".

 

 

 

  • No labels