Skip to contents

Users obtain one via lazy_source() or lazy_dataset() band access, and materialise it with collect(); the constructor itself is rarely called directly.

Usage

LazyRaster(graph = Graph(), node_id = integer(0), grid = GridSpec())

Arguments

graph

The shared intermediate representation (IR) Graph.

node_id

Integer id of this raster's node.

grid

Cached GridSpec for fast dim/crs access.

Value

A LazyRaster.