finam_regrid.UnmappedAction#

class finam_regrid.UnmappedAction(value, names=None, module=None, type=None, start=1)[source]#

Bases: IntEnum

This is used to indicate what action to take with respect to unmapped destination points and the entries of the sparse matrix that correspond to these points.

ERROR = <UnmappedAction.ERROR: 0>#

Unmapped points result in an error code return.

IGNORE = <UnmappedAction.IGNORE: 1>#

Unmapped points are ignored.