Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

TimeSeries reader for BIL grid files. The identifier for this reader is "BIL". For each BIL file to be imported two other files should also be present:

  1. test.bil <- bil file with data
  2. test.hdr <- header file with geo-referencing and data description
  3. test.tim <- timestep file

File format

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

...

The first column in the time files contains: YYYYMMDDHHMM, the second column the number of minutes in the timesteps. The second column is presently ignored and may be omitted.

Configuration

An example import configuration to import a bil file is shown below:

...