InSAR Scientific Computing Environment (ISCE) Reader/Writer

FME can read and write data in the ISCE format.

ISCE files contain numerical raster data. Numeric rasters may contain up to two bands, provided all bands are the same data type and no band has a palette.

The ISCE reader and writer support multiple image types, including

  • Radar Amplitude Image
  • Digital Elevation Model
  • Complex-Valued Interferogram
  • Magnitude and Height Image
  • Raw Image
  • Single Look Complex

Each image type has a unique file extension. All image types are read automatically and the writer provides a feature type option to select the output image type. See Writer Feature Type Parameters.

InSAR Scientific Computing Environment (ISCE) Product and System Requirements

Format

FME Platform

Operating System

Reader/Writer

FME Form

FME Flow

FME Flow Hosted

Windows 64-bit

Linux

Mac

Reader

Yes

Yes

Yes

Yes

Yes

Yes

Writer

Yes

Yes

Yes

Yes

Yes

Yes

Reader Overview

The ISCE reader considers a single ISCE image file and accompanying XML file to be a dataset.

The XML file may contain well-defined metadata about the raster data including interleaving, byte order, and ISCE version, which are listed as Format Attributes.

Writer Overview

The ISCE writer considers a dataset to be a folder name. The names of the ISCE output files written to the output dataset folder are determined from the FME Feature Type. The folder does not have to exist before the translation occurs. Any existing files in the folder which have the same name are overwritten with the new feature data. The ISCE writer distinguishes duplicate output files by appending numbers to the filenames.

The ISCE writer requires a coordinate system of LL-WGS84 and will reproject incoming raster features with known coordinate systems. If incoming raster features do not know their coordinate system, the writer will return an error message. The ISCE writer requires raster feature input. Supplying the writer with features with non-raster geometry will cause the writer to return an error. The ISCE writer provides both feature type and format attribute level options to set the interleaving and image type of the output file.

FME Raster Features

The reader and writer support band data types of Byte, UInt16, Int16, UInt32, Int32, Real32, and Real64.

ISCE does not support palettes.

The reader and writer support the ISCE required fixed coordinate system LL-WGS84.

FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data.

For comprehensive information about how FME processes raster data, see Rasters.