Functions

Input and output

dump Print a description of an object to stdout.
read Read fields from files from disk or from an OPeNDAP server.
write Write fields to a CF-netCDF file.

Aggregation

aggregate Aggregate fields into as few fields as possible.

Mathematical operations

collapse Collapse fields’ dimensions.

Comparison

equals True if two objects are logically equal, False otherwise.
eq Return an object for testing whether a variable is equal to the given value.
ge Return an object for testing whether a variable is greater than or equal to the given value.
gt Return an object for testing whether a variable is greater than the given value.
le Return an object for testing whether a variable is less than or equal to the given value.
lt Return an object for testing whether a variable is strictly less than a given value.
ne Return an object for testing whether a variable is not equal to the given value.
set Return an object for testing whether a variable equals any element of a collection.
wi Return an object for testing whether a variable is within the given range.
wo Return an object for testing whether a variable is without the given range.

Retrieval and setting of constants

ATOL Return or set the value of absolute tolerance for testing numerically tolerant equality.
CHUNKSIZE Return or set the chunk size for data storage and processing.
FM_THRESHOLD Return or set the minimum amount of memory to be kept free as a temporary work space.
RTOL Return or set the default value of relative tolerance for testing numerically tolerant equality.

Table Of Contents

Previous topic

Large Amounts of Massive Arrays (LAMA)

Next topic

cf.dump

This Page