
Import the subgraph reachable from root_id in src into dst.
graph_import.RdNode ids are renumbered; a SourceNode identical in (path, band, nodata,
grid, dtype) to one already in dst is deduplicated.
Graphs are append-only (rewrites swap nodes in place, ids never
reorder), so ascending id order within the reachable set is a valid
topological order.
See also
Other graph functions:
Graph(),
graph_add(),
graph_get(),
graph_ids(),
graph_new(),
graph_replace(),
graph_toposort()