extract
extract(
self ,
array: ndarray ,
dtype = None,
)-> ‘np.ndarray’
Return the tiles as a stack, [n_tiles, *size], in the array’s dtype.
| method of dascore.utils.tiles.TilePlan | source |
extract(
self ,
array: ndarray ,
dtype = None,
)-> ‘np.ndarray’
Return the tiles as a stack, [n_tiles, *size], in the array’s dtype.