Skip to content
New issue

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

extend the functionality of the change_no_data_value method to operate on the tiff file on desk #95

Open
MAfarrag opened this issue Jul 5, 2024 · 0 comments

Comments

@MAfarrag
Copy link
Member

MAfarrag commented Jul 5, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant