Copy a data cube proxy object without copying any data
Usage
.copy_cube(cube)
Arguments
cube
source data cube proxy object
Value
copied data proxy object
Details
This internal function copies the complete processing chain / graph of a data cube but does not copy any data
It is used internally to avoid in-place modification for operations with potential side effects on source data cubes.