datacube.utils.geometry.polygon_from_transform¶ datacube.utils.geometry.polygon_from_transform(width, height, transform, crs)[source]¶ Create a 2D Polygon from an affine transform Parameters: width (float) height (float) transform (Affine) crs (Union[str, CRS, CRS, Dict[str, Any], None]) – CRS Return type: Geometry