datacube.utils.geometry.BoundingBox#
- namedtuple datacube.utils.geometry.BoundingBox(left: float, bottom: float, right: float, top: float)[source]#
Bounding box, defining extent in cartesian coordinates.
- Fields:
- buffered(ybuff, xbuff)[source]#
Return a new BoundingBox, buffered in the x and y dimensions.
- Parameters:
- Return type:
- Returns:
new BoundingBox
- count(value, /)#
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)#
Return first index of value.
Raises ValueError if the value is not present.