
Plan a LazyRaster: run all planner passes and export a Plan.
plan_lazy.RdRuns the full planner pass pipeline and returns a Plan: the
pipeline's operations fused into schedulable stages over a chunk
grid, ready for an executor. collect() calls this internally, so
most code never needs it directly; it is useful for inspecting a
pipeline with plan_dot() or executing a plan by hand.
Arguments
- x
A
LazyRaster, aLazyDataset(its bands are assembled along the band axis first, as incollect()), or a named list ofLazyRasters (multi-export: one graph, one execution, several sinks).