You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
now the change_no_data_value method copies the dataset to memory and then change the value in the no_data_value property and in the bands of the dataset.
The method should be able to change the no_data_value in both the property and in the bands inplace without copying the dataset in memory
Describe the solution you'd like
open the dataset in write mode and change the no_data_value in the dataset without copying it
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
now the
change_no_data_value
method copies the dataset to memory and then change the value in theno_data_value
property and in the bands of the dataset.The method should be able to change the
no_data_value
in both the property and in the bands inplace without copying the dataset in memoryDescribe the solution you'd like
write
mode and change theno_data_value
in the dataset without copying itThe text was updated successfully, but these errors were encountered: