xoa.regrid.extrap_modes

class xoa.regrid.extrap_modes(value=None, *args, **kwargs)[source]

Supported extrapolation modes

__init__()

Attributes

no

No extrapolation (default)

none

No extrapolation (default)

false

No extrapolation (default)

top

Toward the top (after)

above

Toward the top (after)

after

Toward the top (after)

bottom

Toward the bottom (before)

below

Toward the bottom (before)

both

Both below and above

all

Both below and above

yes

Both below and above

true

Both below and above