DAAS (Airbus DS Intelligence Data As A Service driver)

(GDAL/OGR >= 3.0)

This driver can connect to the Airbus DS Intelligence Data As A Service API. GDAL/OGR must be built with Curl support in order for the DAAS driver to be compiled.

Orthorectified (with geotransform) and raw (with RPCs) images are supported.

Overviews are supported.

The API is not publicly available but will be released soon. Further information will be found here: https://api.oneatlas.airbus.com/

Dataset name syntax

The nominal syntax to open a datasource is :

DAAS:https://example.com/path/to/image/metadata

A more minimal syntax can be used:

DAAS:

provided that the GET_METADATA_URL open option is filled.

Authentication

Access to the API requires an authentication token. There are two methods supported:

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.

See https://api.oneatlas.airbus.com/guides/g-authentication/ for further details

Open options

The following open options are available :