:py:mod:`opendrift.readers.operators.ops` ========================================= .. py:module:: opendrift.readers.operators.ops Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: opendrift.readers.operators.ops.Combine opendrift.readers.operators.ops.Filter .. py:class:: Combine .. py:method:: __add__(other) .. py:method:: __mul__(other) .. py:method:: __truediv__(other) .. py:method:: __sub__(other) .. py:class:: Filter .. py:property:: variables :type: List[str] :abstractmethod: .. py:method:: filter_vars(vars) Only keep the specified variables. .. py:method:: exclude_vars(vars) Remove the specified variables.