Read Operator

Read Operator Description

Overview

Name:Read
Full name:org.esa.beam.gpf.operators.standard.ReadOp
Purpose:Reads a product from disk.
Version:1.1

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>
        </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