DAAS(空中客车DS智能数据服务驱动程序)
司机简称
DAAS
3.0 新版功能.
生成依赖项
利勃曲尔
这个驱动程序可以作为服务API连接到空中客车DS智能数据。为了编译DAAS驱动程序,必须使用Curl支持构建GDAL/OGR。
支持正射(使用geotransform)和raw(使用RPCs)图像。
支持概述。
该API尚未公开,但将很快发布。更多信息请访问:https://api.oneatlas.airbus.com/
驱动程序功能
Supports Georeferencing
This driver supports georeferencing
数据集名称语法
打开数据源的名义语法是:
DAAS:https://example.com/path/to/image/metadata
可以使用更简单的语法:
DAAS:
前提是已填充“获取元数据”URL“打开”选项。
认证
访问API需要一个身份验证令牌。支持两种方法:
Authentication with an API key and a client id. They must be provided respectively with the API_KEY open option (or
GDAL_DAAS_API_KEY
configuration option) and the CLIENT_ID open option (orGDAL_DAAS_CLIENT_Id
configuration option). In that case, the driver will authenticate against the authentication endpoint to get an access token.Directly providing the access token with the ACCESS_TOKEN open option (or
GDAL_DAAS_ACCESS_TOKEN
configuration option).
In both cases, the X_FORWARDED_USER open option (or
GDAL_DAAS_X_FORWARDED_USER
configuration option) can be specified to
fill the HTTP X-Forwarded-User header in requests sent to the DAAS
service endpoint with the user from which the request originates from.
详见https://api.oneatlas.airbus.com/guides/g-authentication/
打开选项
以下打开选项可用:
GET_METADATA_URL =值:指向GetImageMetadata终结点的URL。如果在连接字符串中未指定,则为必需。
API_KEY =值:用于身份验证的API密钥。如果指定,则必须与客户端ID选项一起使用。也可以通过GDAL_DAAS_API_密钥配置选项指定。
CLIENT_ID =值:用于身份验证的客户端id。如果指定,则必须与API_KEY选项一起使用。也可以通过GDAL_DAAS_CLIENT_ID配置选项指定。
ACCESS_TOKEN =值:访问令牌。也可以通过GDAL_DAAS_ACCESS_TOKEN配置选项指定。不包括API密钥/客户端ID
X_FORWARDED_USER =值:请求来自的用户。也可以通过GDAL_DAAS_X_FORWARDED_用户配置选项指定。
BLOCK_SIZE =值。请求到服务器的块的像素大小。默认为512像素。在64到8192之间。
PIXEL_ENCODING =值。查询像素的格式。默认为
AUTO :对于字节类型的1、3或4波段图像,解析为PNG。否则要生
RAW :兼容所有图像。以未压缩的原始格式请求像素。
PNG :兼容字节类型的1、3或4波段图像
JPEG :兼容字节类型的1或3波段图像
JPEG2000标准 :兼容所有图像。需要用一个支持JPEG2000的驱动程序来构建GDAL。
MASKS =是/否。是否暴露遮罩带。默认为“是”。