odc.geo.geom.BoundingBox.buffered

BoundingBox.buffered(xbuff, ybuff=None)[source]

Return a new BoundingBox, buffered in the x and y dimensions.

Parameters:
  • xbuff (float) – X dimension buffering amount

  • ybuff (Optional[float]) – Y dimension buffering amount

Return type:

BoundingBox

Returns:

new BoundingBox