- driver
Character. Keyword of supported image formats. Allowed "ENVI" or "GDAL".
- samples
Integer. Number of image columns (samples)
- lines
Integer. Number of image rows (lines)
- bands
Integer. Number of image bands (channels, layers)
- datatype
Integer. Keyword for data type (4 - 32-bit floating point, 2 - 16-bit signed integer, etc)
- interleave
Character "bsq"
, "bil"
, "bip"
. Data interleave - streams of bytes in storage.
- byteorder
Integer, 0 or 1. The order of bytes. byteorder=0
less significant byte first, byteorder=1
most significant byte first
- endian
Character. See \dQuote{endian}
argument in readBin
and writeBin
- swap
Integer 0 or 1. Passed to C-funcions fread
and fwrite
- signed
Logical. Derived from $datatype
- offset
Integer. Header offset in binary file. Default is 0.
- wkt
Logical. In ENVI Header files wkt=TRUE
forced to use “coordinate system string” field instead of “projection info” field
- nodata
Numeric. Replacement NA
values in the storage.
- mode
Character. storage.mode
of data
- sizeof
Integer, positive. Size in bytes for stored values. Extracted from $datatype
- indexC
Integer vector. Sample indices in spatial cropping.
- indexR
Integer vector. Line indices in spatial cropping.
- indexZ
Integer vector. Band indices
- posC
Integer vector. Sample indices in partial reading.
- posR
Integer vector. Line indices in partial reading.
- posZ
Integer vector. Band indices in spatial crottping or partial reading.
- fname
Character. File name. If driver=ENVI
, then full path for ENVI binary file.
- connection
Character. See connections
- compress
Signed integer. 0L
no compressing, -1L
comressed file plus decompressed file,-2L
decompressed file, 1L
- file will be compressed.
- seek
Logical. Does connection support seek
?
- handle
connections
in fact