Versions Compared

Key

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

The bitmap is an array of binary values. Its purpose is to indicate the presence or absence of data at each of the grid points. A value of '0' means data is missing and a '1' means data is present.
Note: The bitmap section is optional. If it is not present, it means every grid point has an associated value.

...