
Lazy resample/reproject to a target grid. Created by align(). Barrier. At execution time this materialises as a gdalraster VRT warp.
WarpNode.RdLazy resample/reproject to a target grid. Created by align().
Barrier. At execution time this materialises as a gdalraster VRT warp.
Arguments
- id
Integer node id (assigned by
graph_add()).- parents
Integer ids of parent nodes (may be empty).
- grid
Output
GridSpecof this node.- role
Optional semantic role tag (e.g. "mask", set by
mask()). Pure metadata: never read by the planner or executors; surfaced bydraw()andplan_view().- target_grid
GridSpecto warp onto.- resampling
Resampling method ("nearest", "bilinear", "cubic", ...).