PAux—PCI.aux标记的原始格式

司机简称

PAux

Driver built-in by default

This driver is built-in by default

GDAL包括一个PCI.aux标记的原始栅格文件的部分实现,用于读取、写入和创建。要打开带有PCI标签的文件,请选择原始数据文件本身。将自动检查.aux文件(该文件必须具有公用基名称)。

创建新文件的格式类型为 PAux . 支持所有PCI数据类型(8U、16U、16S和32R)。当前忽略地理参考、投影和其他元数据。

创建选项:

  • INTERLEAVE=PIXEL/LINE/BAND: Establish output interleaving, the default is BAND. Starting with GDAL 3.5, when copying from a source dataset with multiple bands which advertises a INTERLEAVE metadata item, if the INTERLEAVE creation option is not specified, the source dataset INTERLEAVE will be automatically taken into account.

注:执行为 gdal/frmts/raw/pauxdataset.cpp .

参见: PCI's .aux Format Description

驱动程序功能

Supports CreateCopy()

This driver supports the GDALDriver::CreateCopy() operation

Supports Create()

This driver supports the GDALDriver::Create() operation

Supports VirtualIO

This driver supports virtual I/O operations (/vsimem/, etc.)