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

Compare with Current View Page History

Version 1 Next »

For each BIL file to be imported two other files should also be present. Example:

  1. test.bil
  2. test.hdr
  3. test.tim

In the above example the test.bil files contain the actual data, the test.hdr describes the bil file and the test.tim file contains the date/time information for the bil file.

Contents of the hdr file:

;
; ArcView Image Information
;
NCOLS       534
NROWS       734
NBANDS      2
NBLOCKS     4
NBITS       16
LAYOUT      BIL
BYTEORDER   I
SKIPBYTES   0
MAPUNITS    METERS;CELSIUS
ULXMAP      300000
ULYMAP      300000
XDIM        100
YDIM        100

Contents of the tim file:

200001011200 60
200001011300 60
200001011400 60
200001011500 60
  • No labels