BT—VTP.BT二进制地形格式

司机简称

BT

Driver built-in by default

This driver is built-in by default

bt格式用于VTP软件中的高程数据。驱动程序包括对读写的支持。bt 1.3格式包括对Int16、Int32和Float32像素数据类型的支持。

司机有 not 支持读取或写入gzip(.bt.gz).bt文件,即使这是由VTP软件支持的。在与GDAL一起使用之前,请使用“gzip-d file.bt.gz”解压缩文件。

外部.prj文件中的投影是读写的,并且还支持大多数内部定义的坐标系。

使用GDAL.bt驱动程序进行读/写图像访问速度非常慢,因为这种面向列的数据的访问策略非常低效。这是可以纠正的,但这是一个公平的努力。

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

另请参见: BT file format 定义在 VTP 网站。

驱动程序功能

Supports CreateCopy()

This driver supports the GDALDriver::CreateCopy() operation

Supports Create()

This driver supports the GDALDriver::Create() operation

Supports Georeferencing

This driver supports georeferencing

Supports VirtualIO

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