datacube.utils.geometry.box#

datacube.utils.geometry.box(left, bottom, right, top, crs)[source]#

Create a 2D Box (Polygon)

>>> box(10, 10, 20, 20, None)
Geometry(POLYGON ((10 10, 10 20, 20 20, 20 10, 10 10)), None)
Return type

Geometry