odc.geo.geobox.GeoboxTiles

class odc.geo.geobox.GeoboxTiles(box, tile_shape)[source]

Partition GeoBox into sub geoboxes.

__init__(box, tile_shape)[source]

Construct from a GeoBox.

Parameters

Methods

__init__(box, tile_shape)

Construct from a GeoBox.

chunk_shape(idx)

Query chunk shape for a given chunk.

range_from_bbox(bbox)

Intersect with a bounding box.

tiles(polygon)

Return tile indexes overlapping with a given geometry.

Attributes

base

Access base Geobox

shape

Number of tiles along each dimension.