1.. _raster.isce:
2
3================================================================================
4ISCE -- ISCE
5================================================================================
6
7.. shortname:: ISCE
8
9.. built_in_by_default::
10
11Driver for the image formats used in the JPL's Interferometric synthetic
12aperture radar Scientific Computing Environment (ISCE). Only images with
13data types mappable to GDAL data types are supported.
14
15Image properties are stored under the ISCE metadata domain, but there is
16currently no support to access underlying components elements and their
17properties. Likewise, ISCE domain metadata will be saved as properties
18in the image XML file.
19
20Georeferencing is not yet implemented.
21
22The ACCESS_MODE property is not currently honored.
23
24The only creation option currently is SCHEME, which value (BIL, BIP,
25BSQ) determine the interleaving (default is BIP).
26
27NOTE: Implemented as ``gdal/frmts/raw/iscedataset.cpp``.
28
29Driver capabilities
30-------------------
31
32.. supports_createcopy::
33
34.. supports_create::
35
36.. supports_georeferencing::
37
38.. supports_virtualio::
39