Skip to main content
Returns a binary DataFrame from a Raster DataFrame. Each raster object in the resulting DataFrame is an ArcGrid image in binary format. ArcGrid only takes 1 source band. If your raster has multiple bands, you need to specify which band you want to use as the source.

Signatures

Parameters

Raster
required
The input raster.
Integer
default:"0"
The source band index to use. Accepts any non-negative value (>=0). If not given, it will use Band 0.

Return type

The raster in ArcGrid binary format.

Examples