We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
dataset_like
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
Open in IDE · Open on GitHub
Created from JetBrains using CodeStream
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
Open in IDE · Open on GitHub
Created from JetBrains using CodeStream
The text was updated successfully, but these errors were encountered: