landlab.grid.linkorientation#

class LinkOrientation[source]#

Bases: IntFlag

Define the link orientations.

E = 1#
ENE = 2#
ESE = 32#
N = 8#
NNE = 4#
NNW = 16#
__contains__(other)#

Returns True if self has at least the same flags set as other.

__dir__()#

Returns public methods and other interesting attributes.

classmethod __getitem__(name)#

Return the member matching name.

__iter__()#

Returns flags in definition order.

__new__(value)#