Read Operator

Read Operator Description

Overview

Name:Read
Full name:org.esa.snap.core.gpf.common.ReadOp
Purpose:Reads a data product from a given file location.
Version:1.2

Description

Reads the specified file as product. This operator may serve as a source node in processing graphs, especially if multiple data products need to be read in.

Here is a sample of how the Read operator can be integrated as a node within a processing graph:

    <node id="readNode">
        <operator>Read</operator>
        <parameters>
            <file>/eodata/SST.nc</file>
            <formatName>GeoTIFF</formatName>
        </parameters>
    </node>
 

Sources

This operator does not have any sources.

Parameters

Name Data Type Default Description Constraints
file File The file from which the data product is read. not null; non empty
formatName String An (optional) format name. non empty