odc.geo.geobox.GeoBox.__rmul__

GeoBox.__rmul__(transform)[source]

Apply affine transform on CRS side.

This has effect of transforming footprint of the source via transform.

Parameters

transform (Affine) – Affine matrix that shifts footprint of the source geobox.

Return type

GeoBox

Returns

GeoBox of the same pixel shape but covering different region.