odc.geo.AnchorEnum
- class odc.geo.AnchorEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Defines which way to snap geobox pixel grid.
- __init__(*args, **kwds)
Attributes
EDGESnap pixel edges to multiples of pixel size.
CENTERSnap pixel centers to multiples of pixel size.
FLOATINGTurn off pixel snapping.