R Statistical Raster Data (GRD) Feature Representation

In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).

Attribute Name

Contents

rraster_byte_order

The byte order of the file.

When reading, values will be either MSB or LSB. The format’s value when writing is machine.

rraster_created

The time that this file was created. This value will be treated as a string.

The package default time format is:

YYYY-MM-DD HH:MM:SS

rraster_creator The program that generated the file.

rraster_interleaving_type

The organization of the bands in the file.

Acceptable values are BIP (Band Interleaved by Pixel), BSQ (Band Sequential), and BIL (Band Interleaved by Line).

BIP may be less efficient for reading and writing by FME, but is more widely supported by other applications. If not specified, the default interleaving is BIL.

rraster_type

This will always be rraster_raster.