ILWIS—栅格地图

司机简称

ILWIS

Driver built-in by default

This driver is built-in by default

该驱动程序实现了对ILWIS栅格地图和地图列表的读写。选择栅格文件 the.mpr (用于栅格地图)或 the.mpl (用于映射列表)扩展名。

特征:

  • 支持Byte、Int16、Int32和Float64像素数据类型。

  • 支持带有一组相关ILWIS栅格地图的地图列表。

  • 读写地理参考(.grf)。对地理参考转换的支持仅限于北向的GeoRefCorner。如果可能的话,仿射变换是从角坐标计算出来的。

  • 读取和写入坐标文件(.csy)。支持仅限于:投影类型和.csy文件中定义的Lat/Lon类型,其余预定义的投影类型将被忽略。

局限性:

  • 不支持具有内部栅格地图存储(例如通过导入常规栅格生成)的地图列表。

  • ILWIS域(.dom)和表示(.rpr)文件当前被忽略。

注:实施于 gdal/frmts/ilwis .

另请参见:http://www.itc.nl/ilwis/default.asp

驱动程序功能

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