InSAR Scientific Computing Environment (ISCE) Feature Representation
The ISCE reader will read tags from the XML header and produce user attributes on the output raster features. Currently these user attributes are not provided on schema when reading.
The ISCE writer will write the user attributes provided on the feature type user attributes. If incoming raster features contain values for those the user attributes listed on the feature type, they will be written to the XML metadata file.
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
ISCE features specify a matrix of x, y coordinates. For each raster, there will only be a single feature returned.
Attribute Name |
Contents |
---|---|
isce_access_mode |
Indicates the access mode used by ISCE. |
isce_byte_order |
Indicates the byte order (endianness) used to interpret the raster. |
isce_data_type |
Indicates the numerical data type of each raster cell. |
isce_image_type |
Indicates the ISCE image type associated with the raster. |
isce_interleaving_type |
Indicates the interleaving used to interpret the raster. |
isce_type |
This will always be isce_raster. |
isce_version |
ISCE release version information associated with the dataset. |