opendrift.readers.operators.ops

Module Contents

Classes

Combine

Filter

class opendrift.readers.operators.ops.Combine[source]
__add__(other)[source]
__mul__(other)[source]
__truediv__(other)[source]
__sub__(other)[source]
class opendrift.readers.operators.ops.Filter[source]
abstract property variables: List[str]
Return type:

List[str]

filter_vars(vars)[source]

Only keep the specified variables.

exclude_vars(vars)[source]

Remove the specified variables.