Open
Description
The dataset_like
method does not operate on every single band, so if the given array is 3D array the method will give an error.
The method also takes path as a parameter and this needs to be deprecated.
[pyramids] pyramids/dataset.py (Lines 1084-1088)
dst_obj.raster.GetRasterBand(1).WriteArray(array)
if path is not None:
dst_obj.raster.FlushCache()
dst_obj = None
Created from JetBrains using CodeStream
Metadata
Assignees
Labels
No labels