IDA——图像显示与分析

司机简称

IDA

Driver built-in by default

This driver is built-in by default

GDAL支持读写IDA图像,但有一定的局限性。IDA图像是WinDisp 4的图像格式。这些文件总是8位数据的一个波段。IDA文件的扩展名通常是.img,但这不是必需的。

虽然不支持某些投影(即Meteosat和Hammer Aitoff),但仍会读取投影和地理参考信息。在编写IDA文件时,投影必须具有0的假东距和假北距。IDA中的支撑坐标系有地理坐标系、Lambert共形圆锥坐标系、Lambert方位角等面积坐标系、Albers等面积圆锥坐标系和Goodes同形线坐标系。

IDA文件通常包含通过坡度和偏移缩放到8bit的值。这些值将作为标注栏的坡度和偏移值返回,如果要将数据重新缩放为原始值进行分析,则必须使用这些值。

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

参见: WinDisp

驱动程序功能

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.)