odc.geo.AnchorEnum

class odc.geo.AnchorEnum(value)[source]

Defines which way to snap geobox pixel grid.

__init__()

Attributes

EDGE

Snap pixel edges to multiples of pixel size.

CENTER

Snap pixel centers to multiples of pixel size.

FLOATING

Turn off pixel snapping.